Search found 48 matches

by Calvin
22 Jan 2023, 14:23
Forum: Ask for Help (v1)
Topic: Active program list in Combobox - update problem
Replies: 2
Views: 167

Active program list in Combobox - update problem

Hi I have a combobox with the active programs in windows. But the update button do not work. It should update the combobox with the active programs, but don´t. The list of the active programs it in "List" but - how do I update the combobox with this list ? Thanks ! [Codebox=autohotkey file=Untitled....
by Calvin
16 Jul 2020, 11:05
Forum: Ask for Help (v1)
Topic: Record macro without installing
Replies: 2
Views: 1401

Re: Record macro without installing

Perhaps download autoscriptwriter from https://www.autohotkey.com/boards/viewtopic.php?t=70679
by Calvin
16 Jul 2020, 10:58
Forum: Ask for Help (v1)
Topic: Record macro without installing
Replies: 2
Views: 1401

Record macro without installing

Hi A have a work computer - and on that I have no access to install programs. But i can run exe file that I have made from autohotkey :-) How can I rocourd a macro with mouse and keybord on that computer ?? Ex I have tryed to run the exe file i get from https://www.autohotkey.com/boards/viewtopic.ph...
by Calvin
18 Feb 2020, 12:50
Forum: Ask for Help (v1)
Topic: Tabs and how to use them
Replies: 5
Views: 4514

Re: Tabs and how to use them

Thanks for you replay. But the code "only" change the text in the form. I want to change the text on the tabs. Maybe is not possible. So an other solution is to redraw the windows every time a new item on menu is chosen. ? Ex: the code Gui, Add, Tab3,, Menu3Sub1|Menu3Sub2|Menu3Sub3 changed nothing. ...
by Calvin
16 Feb 2020, 05:31
Forum: Ask for Help (v1)
Topic: Tabs and how to use them
Replies: 5
Views: 4514

Re: Tabs and how to use them

Thanks for the input. I have some questions more. Se this code ; Create the sub-menus for the menu bar: Menu, FileMenu, Add, &Menu1, Menu1 Menu, FileMenu, Add, &Menu2, Menu2 Menu, FileMenu, Add, &Menu3, Menu3 ;Menu, FileMenu, Add, Separator line. Menu, FileMenu, Add, E&xit, FileExit Menu, HelpMenu, ...
by Calvin
15 Feb 2020, 17:25
Forum: Ask for Help (v1)
Topic: Tabs and how to use them
Replies: 5
Views: 4514

Re: Tabs and how to use them

I still haven 't found a solution. Please give me a hit. Thanks.
by Calvin
13 Feb 2020, 10:12
Forum: Ask for Help (v1)
Topic: Tabs and how to use them
Replies: 5
Views: 4514

Tabs and how to use them

Hallo I like to use tab in my program. and I can place 4 at my form by Gui, Add, Tab3,, General|View|Settings|Exstra And I have a GuiControl,, MainText, %strText% ; Put the text into the control. to put text in the window - fine. But how do I put text in the "MainText" the next tab "View" and "Setti...
by Calvin
12 Feb 2020, 11:39
Forum: Ask for Help (v1)
Topic: Windows design - ideas ?
Replies: 1
Views: 192

Windows design - ideas ?

Hallo

I´m make a program where the text in the windows has to be very readble.

How do I get inspiration of how a window can look like and how I make it.

Some eksamples - please. Thanks.
by Calvin
28 Nov 2019, 13:23
Forum: Ask for Help (v1)
Topic: Multible add in menu
Replies: 1
Views: 369

Multible add in menu

Insted of the code: Menu, Submenu1, Add, Item1, MenuHandler Menu, Submenu1, Add, Item2, MenuHandler Menu, Submenu1, Add, Item3, MenuHandler Menu, Submenu1, Add, Item4, MenuHandler Menu, Submenu1, Add, Item5, MenuHandler I want to use this: x := 0 loop 5 { x += 1 Menu, Submenu1, Add, Item.x, MenuHand...
by Calvin
27 Nov 2019, 10:04
Forum: Ask for Help (v1)
Topic: Any ideas
Replies: 2
Views: 417

Any ideas

Hallo I like to made a menu from a txt file. I haven´t conceived all the solution yet. I imagine me something like this: Menu.txt: +File ++New ++Open ++Save +Edit ++Undo ++Cut ++Copy ++Paste etc. And when the program starts, the Menu.txt decides how the menu is looking. How can this be done ?
by Calvin
09 Mar 2019, 15:50
Forum: Ask for Help (v1)
Topic: Error handling in GUI
Replies: 9
Views: 1706

Re: Error handling in GUI

I'll try to describe the problem better. When I have code line 1 with vMG then my GUI does not work, ie the GUI it is not shown. But the codeline without vMG then my GUI work properly. But if I can't have vMG that is, name the text box how to refer egg to it when I need to change the text in it.?? l...
by Calvin
09 Mar 2019, 05:22
Forum: Ask for Help (v1)
Topic: Error handling in GUI
Replies: 9
Views: 1706

Re: Error handling in GUI

I found the "problem"

Gui, Add, Text, W600 R20, %strGlobalHelptext%
;Gui, Add, Text, vMG W600 R20, %strGlobalHelpText%

The first line work and number two does not, but why ?
by Calvin
07 Mar 2019, 07:13
Forum: Ask for Help (v1)
Topic: Error handling in GUI
Replies: 9
Views: 1706

Re: Error handling in GUI

I cant share all the code so maybe the code you see here isn´t containing the error. code work: oMenu := {MyMenuBar: [ {text: "&File", label: {FileMenu: [ {text: "&Windows7", icon: "", label: "Windows7"} , {text: "&Windows8", icon: "", label: "Windows8"} , {} ; separator , {text: "&Windows10", icon:...
by Calvin
05 Mar 2019, 13:32
Forum: Ask for Help (v1)
Topic: Error handling in GUI
Replies: 9
Views: 1706

Re: Error handling in GUI

Where do you download the AutoHotkeyU32_UIA.exe file ?
by Calvin
05 Mar 2019, 06:59
Forum: Ask for Help (v1)
Topic: Error handling in GUI
Replies: 9
Views: 1706

Error handling in GUI

Hallo How do you search for error in the gui code ? I have this lines strGlobalWelcomeText := "Velcome to" Gui, Add, Text, vTextSpace WantTab W600 R20, %strGlobalWelcomeText% and I have a msgbox after this line but this msgbox text are never comming. When I ask - i have a code in a small ahk file an...
by Calvin
02 Mar 2019, 10:40
Forum: Ask for Help (v1)
Topic: The text is not change ?
Replies: 1
Views: 432

The text is not change ?

I have a code global strGlobalHelpText := "The first text" global intIsGUIMade:= 0 global intIsGuiShown:= 0 ; CTRL+SHIFT+ALT+G ^+!g::MShutcut() MShutcut() { if (intIsGUIMade= 0) { makeGUI() intIsGuiShown:= 1 } else { if (intIsGuiShown= 0) { Gui, Show intIsGuiShown:= 1 } else { Gui, hide intIsGuiShow...
by Calvin
02 Mar 2019, 10:24
Forum: Ask for Help (v1)
Topic: Dynamic menu
Replies: 19
Views: 2177

Re: Dynamic menu

Thanks again. :-)
by Calvin
01 Mar 2019, 13:19
Forum: Ask for Help (v1)
Topic: Dynamic menu
Replies: 19
Views: 2177

Re: Dynamic menu

Sorry but I´m a noobie. I can see that you code works fine. But how does it fit into my menu ; Create the sub-menus for the menu bar: Menu, FileMenu, Add, &Windows7, Windows7 Menu, FileMenu, Add, &Windows8, Windows8 Menu, FileMenu, Add ; Separator line. Menu, FileMenu, Add, &Windows10, Windows10 Men...
by Calvin
01 Mar 2019, 12:51
Forum: Ask for Help (v1)
Topic: Dynamic menu
Replies: 19
Views: 2177

Re: Dynamic menu

Thank you - nice code.

Go to advanced search