Search found 10 matches

by Rorqual
18 Feb 2017, 15:47
Forum: Old Topics
Topic: AutoGUI - Script Editor, GUI Designer, Debugger and Tools
Replies: 423
Views: 422117

Re: AutoGUI - GUI Designer and Script Editor

I added code folding to the autogui editor it works by clicking the + and - boxes only for now, hotkeys aren't yet added, nor menu items for fold all/expand all yet, just to get this started.. https://i.imgur.com/TCnI0Yf.png SetScintilla(n) { Sci[n].SetLexer(200) ; SCLEX_AHKL Sci[n].SetWrapMode(Word...
by Rorqual
18 Feb 2017, 12:12
Forum: Old Topics
Topic: AutoGUI - Script Editor, GUI Designer, Debugger and Tools
Replies: 423
Views: 422117

Re: AutoGUI - GUI Designer and Script Editor

Fixed the dllcall, so that the lparam now handles negative ints too, the issue was that only the wparam did before - looks like Pulover was lazy in only implementing the one he needed at the time to handle negative ints :) below are the two modified files the DllCall is still ugly, I'm sure, as gues...
by Rorqual
18 Feb 2017, 11:54
Forum: Old Topics
Topic: AutoGUI - Script Editor, GUI Designer, Debugger and Tools
Replies: 423
Views: 422117

Re: AutoGUI - GUI Designer and Script Editor

Below is a patch for Editor.ahk, previously, the 'Match Brace' behavior was bad, it would especially act up for some reason when word wrap was turned on, highlighting every character that triggered an autocomplete because there was no matchlist for what constituted a brace (Scintilla does not do thi...
by Rorqual
15 Feb 2017, 18:49
Forum: Old Topics
Topic: AutoGUI - Script Editor, GUI Designer, Debugger and Tools
Replies: 423
Views: 422117

Re: AutoGUI - GUI Designer and Script Editor

I'll be making feature requests for reference here, I may implement them myself if I can figure it out Add a new edit box to the top right or bottom left (ideal) of the program which searches the entire menu structure / control types of the program and activates that menu item or control type button...
by Rorqual
15 Feb 2017, 17:29
Forum: Pulovers Macro Creator
Topic: Pulover's Macro Creator v5.4.1 - The Complete Automation Tool
Replies: 1254
Views: 984635

Re: Pulover's Macro Creator v5.0.5 - The Complete Automation Tool

@Pulover
I'm looking for software similar to yours in terms of using GUI dialogs of some kind to build code, do you know of any other software which does this?
Doesn't have to be AHK language, or macros even
by Rorqual
15 Feb 2017, 08:49
Forum: Pulovers Macro Creator
Topic: Pulover's Macro Creator - similar things in other languages?
Replies: 0
Views: 3801

Pulover's Macro Creator - similar things in other languages?

I'm looking for software like Pulover's Macro Creator in other languages - not the AHK language aspect or the macro aspect, but the 'building valid code (in this case AHK but whatever language is fine) by using dialogs and other GUI elements. You don't need to 'remember' the particulars of the AHK s...
by Rorqual
25 Jan 2017, 08:27
Forum: Scripts and Functions (v1)
Topic: Lintalist 1.9 Searchable interactive lists to copy & paste text with plugins
Replies: 200
Views: 106569

Re: Lintalist 1.9 Searchable interactive lists to copy & paste text with plugins

I suggest adding a "New Snippet" button to the main gui window - such as to the right of the search box. Being able to right click a snippet in the main gui and get a context menu which lets us edit the snippet, delete it, or clone/copy it would also be useful. I'm emulating your code-formatting and...
by Rorqual
17 Jan 2017, 19:25
Forum: Ask for Help (v1)
Topic: Match first letter of each word on each line, multiple match scores
Replies: 2
Views: 1044

Match first letter of each word on each line, multiple match scores

I've created a working demo that uses a wordlist.txt, and allows the user to type and filter the wordlist based on what is typed For example the wordlist is: New Open Save As Page Setup Print Exit Find Find Next Replace Go To View Help About Notepad Status Bar Word Wrap Font Undo Paste Cut Copy Dele...
by Rorqual
16 Jan 2017, 07:55
Forum: Ask for Help (v1)
Topic: Make mouse move by increments only?
Replies: 1
Views: 1023

Make mouse move by increments only?

Is it possible to detect when the user moves the mouse down physically a certain amount of pixels - but not let the mouse actually move on the screen, just the mouse pad. Then make the mouse "jump" down say 50 pixels or whatever increment you decide Or similarly jump 50 pixels to the left or right? ...
by Rorqual
15 Jan 2017, 19:35
Forum: Ask for Help (v1)
Topic: Reading menu states for menus not created by AHK?
Replies: 1
Views: 780

Reading menu states for menus not created by AHK?

Is it possible to read a standard windows menu item state for menus not created by AHK? I need to check if menu items are: Disabled, Checked, or Unchecked Research has told me so far that because the menus are hidden until opened, I need to send a windows message to initialize the menu while it's hi...

Go to advanced search