Search found 10 matches

by Maasq
16 Oct 2018, 11:44
Forum: Old Topics
Topic: AutoGUI 2.5
Replies: 159
Views: 112184

Re: AutoGUI 2.5

Alguimist, is there any way to change the size of the icons used on the GUI-generated toolbar code? It looks like it always uses the size 16 icon.

Maasq
by Maasq
18 Feb 2018, 09:01
Forum: AutoHotkey_H
Topic: Did something change with the Zip handling?
Replies: 14
Views: 5090

Re: Did something change with the Zip handling?

Can you show your script and upload an example including the files you try to zip. I just tried zipping text and jpg files and it works just fine. Hi HotKeyIt. The script is huge, and it writes XML to a file then saves it. There's no issue with the actual compression as I can open it and unzip with...
by Maasq
10 Feb 2018, 18:11
Forum: AutoHotkey_H
Topic: Did something change with the Zip handling?
Replies: 14
Views: 5090

Did something change with the Zip handling?

As the title says - did something change in the Zip coding part of AHK_H between v1.1.24 and 1.1.27.7? My application is preparing a filename.mod file for use in another program - Fantasy Grounds. This is just a renamed filename.zip. Inside the zip there are a couple of folders of images (renamed an...
by Maasq
04 Jan 2018, 19:14
Forum: Ask for Help (v1)
Topic: WinClip.ahk not working or user error?
Replies: 5
Views: 1654

Re: WinClip.ahk not working or user error?

The code I'm using: #singleinstance force #NoEnv #include C:\users\user.name\desktop\WinClipAPI.ahk #include C:\users\user.name\desktop\WinClip.ahk !m:: WinClip.Clear() rtf := FileOpen("C:\users\user.name\desktop\rtf.rtf", "r").read() WinClip.SetRTF(rtf) WinClip.Paste() Return I think it might be s...
by Maasq
01 Aug 2017, 05:11
Forum: Old Topics
Topic: AutoGUI - Script Editor, GUI Designer, Debugger and Tools
Replies: 423
Views: 423180

Re: AutoGUI - GUI Designer and Script Editor

Thanks for the reply, Alguimist. I poked around in the code and I concluded I'd need 2 functions to do it - nice to see I was right, even if my version was far less elegant!

Thanks for the quick response :)
by Maasq
31 Jul 2017, 12:39
Forum: Old Topics
Topic: AutoGUI - Script Editor, GUI Designer, Debugger and Tools
Replies: 423
Views: 423180

Re: AutoGUI - GUI Designer and Script Editor

Hi Alguimist

Is it possible to have toolbars running in different windows? I have my main GUI, and then a child GUI launches when I press a button. I'd like this window to have its own toolbar.

Thanks

Maasq
by Maasq
12 Jun 2017, 14:58
Forum: Old Topics
Topic: Help with GUIs
Replies: 5
Views: 5110

Re: Help with GUIs

Brilliant, thank you for all the answers :)
by Maasq
11 Jun 2017, 15:10
Forum: Old Topics
Topic: Help with GUIs
Replies: 5
Views: 5110

Re: Help with GUIs

Actually - a second question. Is there a way to control TAB order between lots of input boxes? Or does it just happen in order of creation?
by Maasq
11 Jun 2017, 12:03
Forum: Old Topics
Topic: Help with GUIs
Replies: 5
Views: 5110

Re: Help with GUIs

Thank you, both for your reply and your willingness to help :) I'm sure I'll be back with more questions. For now I need to play and break it a few times just to see how it all works. The UI was always the hardest part of any project I messed about on. I've just started programming again after 20+ y...
by Maasq
09 Jun 2017, 14:49
Forum: Old Topics
Topic: Help with GUIs
Replies: 5
Views: 5110

Help with GUIs

Hi folks I am really impressed with this, but there's stuff I don't understand. I was hoping to get a little guidance if possible. Is there a userguide somewhere? What I want is a text box that displays a variable when the UI is called. Is this possible within the confines of AutoGUI? Or do i need t...

Go to advanced search