Search found 35 matches

by Liaxim
01 May 2020, 19:27
Forum: Ask for Help (v1)
Topic: Need Help with an Idea of an Sorting script
Replies: 5
Views: 746

Re: Need Help with an Idea of an Sorting script

Hey adrian88888888, thanks for your answer. I already know some commands like Fileread and InStr but I am confused how to make like a sort system and how to make that the the script will make a sorted output in txt like all .net domain in one .txt file... Any Ideas how to make Many txt files automat...
by Liaxim
01 May 2020, 18:53
Forum: Ask for Help (v1)
Topic: Need Help with an Idea of an Sorting script
Replies: 5
Views: 746

Need Help with an Idea of an Sorting script

Hello guys, I need some help with an Idea which I had today for a Script.. I am very new in this language and wanted to get a starting point for my script... My Idea is that I have an txt File in a Folder with Website domains. As I start the Program, it should read these and sort them by their endin...
by Liaxim
12 Apr 2020, 10:45
Forum: Ask for Help (v1)
Topic: Switch between tab Guis
Replies: 0
Views: 393

Switch between tab Guis

Hey guys, I want to make two guis, the first "Main" Gui and the Second "Second" Gui: Now I want to switch from the main tab Gui to the Second tab Gui but this is still broken. Hope I can get some help here.. ;Main tab Main: Gui, Main: Default Gui, Add, Tab3, x12 y9 w770 h380 hwndhTab vTab gTab, Emai...
by Liaxim
09 Apr 2020, 20:19
Forum: Ask for Help (v1)
Topic: Edits not enable via checkbox Topic is solved
Replies: 1
Views: 342

Edits not enable via checkbox Topic is solved

Hey guys, I save a checkbox in the ini and enable or disable the two edit boxes which are controlled by the Checkbox.. So I wanted that if the Checkbox is checked, that the Edit boxes are visible and writeable.. but my problem is that the Checkbox will be enabled but the edit boxes won´t after I sav...
by Liaxim
26 Mar 2020, 14:11
Forum: Ask for Help (v1)
Topic: Checkbox failure
Replies: 4
Views: 561

Re: Checkbox failure

I tried this but it just don´t enable the edits again after checking the box.. Sry I am not that good in programming. It´s my first programming language after some tries with c ^^ Gui, EmailServices: Default IniRead,WebCheckBox,Settings.ini, Email, WebCheckBox ; Reads if what the Checkbox is (1 or 0...
by Liaxim
25 Mar 2020, 12:49
Forum: Ask for Help (v1)
Topic: Checkbox failure
Replies: 4
Views: 561

Re: Checkbox failure

Thanks man, That worked. I have another question ^^... The Checkbox is now checked if I close and reopen the program, but the problem is that the edit boxes which are enabled and disabled are not working..They are just showing the Text field again if I disable and enable the checkbox. how to fix tha...
by Liaxim
24 Mar 2020, 10:19
Forum: Ask for Help (v1)
Topic: Checkbox failure
Replies: 4
Views: 561

Checkbox failure

Hey guys, I need some help with this script. I have the problem that this Checkbox should enable or disable the Edit boxes and this should be saved into the ini.. if the checkbox is reopened the checkbox should be enabled or dissabled. I have the problem that the Checkbox var is = 0 but the Checkbox...
by Liaxim
12 Mar 2020, 16:23
Forum: Ask for Help (v1)
Topic: Gui in a Tab Topic is solved
Replies: 1
Views: 504

Gui in a Tab Topic is solved

Hello guys,

I want to make a Gui into a Tab. How is this working?

Code: Select all

Gui, Add, Tab, x12 y9 w770 h380, First|Second|Third
Gui, Tab, First, ;(gui..)
by Liaxim
08 Mar 2020, 12:19
Forum: Ask for Help (v1)
Topic: Delete part of a String. Topic is solved
Replies: 1
Views: 336

Delete part of a String. Topic is solved

Hey guys, I tried to start a Website with a Hotkey. And this Website can be changed.. Now is my problem that for example the Gmail login have some Percentages and I think it´s not working to save this into a Variable because it think this is a var.. Now I tried to make a "" Around the Url. This is w...
by Liaxim
08 Mar 2020, 11:40
Forum: Ask for Help (v1)
Topic: IniRead problem| Need some help Topic is solved
Replies: 3
Views: 617

Re: IniRead problem| Need some help Topic is solved

One thing that may be causing a problem and making it hard to figure out what is happening is that you are creating multiple GUIs. When you do a Gui, Submit without NoHide and then run your Kontroll subroutine again, you are creating a new GUI each time, and what you are pulling from the Gui, Submi...
by Liaxim
29 Feb 2020, 10:46
Forum: Ask for Help (v1)
Topic: IniRead problem| Need some help Topic is solved
Replies: 3
Views: 617

IniRead problem| Need some help Topic is solved

Hello Guys, I need some help with this Script. My program is going to let you choose if you want to save a File or an Url into an Hotkey. the Url part is working fine but the File part just don´t work. The Url works in the way that you write the Url you want into the Editbox and then click on the Ho...
by Liaxim
25 Feb 2020, 10:32
Forum: Ask for Help (v1)
Topic: Toggle Hotkeys
Replies: 1
Views: 367

Toggle Hotkeys

Hey guys, I need a option to toggle the use of some Hotkeys. Hope anyone have an idea.

example:

Code: Select all

togglevar = 1

if (togglevar = 1)
F1::Run "https://www.autohotkey.com/"

else
return
by Liaxim
23 Feb 2020, 17:49
Forum: Ask for Help (v1)
Topic: Picture load Failure
Replies: 0
Views: 419

Picture load Failure

Hey, I have a problem with my Gui. These Pictures often do not load. I think the Buttons can not load because the Pictures are too big and ahk can not load all of them. Hope someone have an idea what is missing or where the failure is... FutureW: Gui,FutureW: new Gui,FutureW: -MaximizeBox -MinimizeB...
by Liaxim
15 Feb 2020, 05:50
Forum: Ask for Help (v1)
Topic: IfWinActive with Websites
Replies: 14
Views: 2129

Re: IfWinActive with Websites

You should MsgBox % Title "`n" A_LoopField in that spot so you can really see what’s happening. Thx for this tipp. I tried it now and as I see The Window showed me that "Login - ProtonMail" isn´t the right one because the window said "Login | ProtonMail - Mozilla Firefox". So the Browser name shoul...
by Liaxim
14 Feb 2020, 11:38
Forum: Ask for Help (v1)
Topic: IfWinActive with Websites
Replies: 14
Views: 2129

Re: IfWinActive with Websites

This is the Version which I have right now. I made some Msgboxes to see where my failure is. The Script runs until the "msgbox,,while" and after it appears nothing more happens. Have anyone the answer to this problem? Gui, Destroy temporarybenutzer1 := b64Decode(protonbenutzer) temporarypasswort1 :=...
by Liaxim
13 Feb 2020, 14:28
Forum: Ask for Help (v1)
Topic: IfWinActive with Websites
Replies: 14
Views: 2129

Re: IfWinActive with Websites

And you're sure the browser is the active window (and it's open to one of those sites) when you press Alt+A? If you changed the code at all, even to different keywords, you might want to post your code because slight differences that don't seem important can cause issues when dealing with this stuf...
by Liaxim
13 Feb 2020, 13:28
Forum: Ask for Help (v1)
Topic: IfWinActive with Websites
Replies: 14
Views: 2129

Re: IfWinActive with Websites

boiler wrote:
12 Feb 2020, 19:58
Liaxim wrote:
12 Feb 2020, 16:58
I tried it now but It just made nothing as the this code starts.
You need to press Alt + A while the browser with the website in question is open to initiate the routine.
I know ^^. I tried it but it just not work after the Keyword..
by Liaxim
12 Feb 2020, 16:58
Forum: Ask for Help (v1)
Topic: IfWinActive with Websites
Replies: 14
Views: 2129

Re: IfWinActive with Websites

gregster wrote:
12 Feb 2020, 15:13
Switch requires AHK v1.1.31+.
Thx I used the Version v1.1.30 ^^ .
I tried it now but It just made nothing as the this code starts.
But now I have no errors anymore
by Liaxim
12 Feb 2020, 16:06
Forum: Ask for Help (v1)
Topic: need help with if
Replies: 5
Views: 557

Re: need help with if

You said not between 1 and 5. Did you really mean between 1 and 5? Are you aware that if any of those conditions are true, the statement will be true because you used or between them all? Thanks I see my failure. So my Target which I try to achieve is that I have to write for emaple a password and ...
by Liaxim
12 Feb 2020, 14:45
Forum: Ask for Help (v1)
Topic: FileSelectFile save Topic is solved
Replies: 3
Views: 871

Re: FileSelectFile save Topic is solved

The only way I spontaneously thinking on, is to create an ini-file with the latest selection, and use IniRead / IniWrite Hey thx for your answer. Did you mean I should use an iniwrite / iniread in the same Label where I picked the File? I tried some things and my information is now that after I wri...

Go to advanced search