Page 2 of 22

Re: AutoGUI - GUI Designer and Script Editor

Posted: 10 Nov 2015, 15:42
by usser
anyone answer me???

Re: AutoGUI - GUI Designer and Script Editor

Posted: 10 Nov 2015, 16:26
by guest888
usser wrote:anyone answer me???
Joe_Glines_Joetazz answered you.

Re: AutoGUI - GUI Designer and Script Editor

Posted: 10 Nov 2015, 16:43
by usser
guest888 wrote:
usser wrote:anyone answer me???
Joe_Glines_Joetazz answered you.
ah I missed it, thanks!

Re: AutoGUI - GUI Designer and Script Editor

Posted: 11 Nov 2015, 10:26
by guest888
Great job!

It will be perfect if you can add a function management like the one visual studio has.

Thanks a lot!

Re: AutoGUI - GUI Designer and Script Editor

Posted: 11 Nov 2015, 12:57
by usser
how can I solve this please?
http://i.imgur.com/6al4DNV.png

Re: AutoGUI - GUI Designer and Script Editor

Posted: 11 Nov 2015, 16:48
by Alguimist
@usser: StrSplit() requires AHK v1.1.13+.

AutoGUI 1.0.2 released.
Fixed: wide-characters were not being properly handled.

Re: AutoGUI - GUI Designer and Script Editor

Posted: 13 Nov 2015, 15:32
by MJs
Alguimist, if you're interested, you can take a look here http://autohotkey.com/boards/viewtopic.php?f=6&t=10382 for resizing with the mouse.

Re: AutoGUI - GUI Designer and Script Editor

Posted: 13 Nov 2015, 22:41
by Alguimist
@MJs: Very good. Let's see what can be done.

Re: AutoGUI - GUI Designer and Script Editor

Posted: 14 Nov 2015, 03:04
by TheDewd
MJs wrote:Alguimist, if you're interested, you can take a look here http://autohotkey.com/boards/viewtopic.php?f=6&t=10382 for resizing with the mouse.
You've probably already considered this, but try to incorporate a ToolTip to display the X & Y coordinates as well as Height and Width.

Re: AutoGUI - GUI Designer and Script Editor

Posted: 14 Nov 2015, 05:07
by haichen
Very impressive program,
i hope we get some nice Extensionmechanism.

Because of your clear and understandable coding style i was able to make a very small for toolbarbuttons (tooltip, icon, and function) with only adding 10 lines of code.
Thank you very much!
haichen

Re: AutoGUI - GUI Designer and Script Editor

Posted: 15 Nov 2015, 16:36
by MJs
Alguimist wrote:@MJs: Very good. Let's see what can be done.
@Alguimist: thank you very much for your consideration, as I believe your AutoGUI is the best out there with respect to all other GUI Creaters, which are also good.
TheDewd wrote:You've probably already considered this, but try to incorporate a ToolTip to display the X & Y coordinates as well as Height and Width.
actually I didn't. see here https://autohotkey.com/boards/viewtopic ... 851#p57851

Re: AutoGUI - GUI Designer and Script Editor

Posted: 20 Nov 2015, 14:28
by Alguimist
Version 1.0.3 introduces a new tool: Constantine - Windows API Constants Explorer.

Constantine.png
(122.05 KiB) Downloaded 6 times
Nearly 3000 constants organized in categories: Window, Button, ComboBox, ComboBoxEx, DateTime, Edit, Header, Hotkey, Link, ListBox, ListView, MonthCal, Progress Bar, ReBar, ScrollBar, Slider, Static, StatusBar, Tab, Toolbar, Tooltip, TreeView, UpDown, Common Controls, Miscellaneous (Colors, Cursors, Icons, ImageList, Menu), MessageBox, TaskDialog, System Parameters, System Metrics and Virtual Key Codes. They come from Gui Contants, CommCtrl.h and WinUser.h.

Edit: reuploaded screenshot.

Re: AutoGUI - GUI Designer and Script Editor

Posted: 21 Nov 2015, 06:33
by Soft
Alguimist, this tool is so amazing
you are a real Al 'GUI' mist! :)

Re: AutoGUI - GUI Designer and Script Editor

Posted: 25 Nov 2015, 09:48
by SnowFlake
how come this doesn't work? if i run the script normal it works.
http://i.imgur.com/1DjcyLm.png

Re: AutoGUI - GUI Designer and Script Editor

Posted: 25 Nov 2015, 10:05
by wolf_II
SnowFlake wrote:how come this doesn't work? if i run the script normal it works.
http://i.imgur.com/1DjcyLm.png
AutoGui is running "Temp.ahk", not "source Code.ahk".

Re: AutoGUI - GUI Designer and Script Editor

Posted: 25 Nov 2015, 12:20
by wolf_II
I have added the line SetWorkingDir %A_ScriptDir% to A_Variables.ahk, and I am now able to use A_Variables.ahk from SciTE4AutoHotkey's toolbar.

Re: AutoGUI - GUI Designer and Script Editor

Posted: 26 Nov 2015, 01:15
by joedf
Wow.... Very impressive. :+1:
I've added it to the list in the forum: https://autohotkey.com/boards/viewtopic.php?f=6&t=3376
:)

Re: AutoGUI - GUI Designer and Script Editor

Posted: 01 Dec 2015, 23:33
by Alguimist
Version 1.1.0. What's new:
  • Control options is now a menu, which can be accessed from the context menu or in the Options tab in the Properties dialog.
  • Run menu. Additional methods: Run Selected Text and Run to Cursor. For any method, hold Shift to run with AHK 64-bit.
  • Files can be opened by drag-and-drop.
  • When saving a file, a backup copy is automatically created in %TEMP%\AutoGUI.
  • Tab context menu (for operations such as Close Tab, Open Folder, etc).
  • Double-click an empty space in the tab bar to open a new tab. Middle-click a tab to close it.
  • 3 sample GUI scripts added.
The new Run menu:
Image

ConEmu Settings dialog, cloned with the Window Cloning Tool, is one of the new samples:
http://i.imgur.com/vvfnQ45.png

Re: AutoGUI - GUI Designer and Script Editor

Posted: 01 Dec 2015, 23:40
by guest3456
curious why you've chosen sourceforge instead of github

sourceforge is known for hijacking projects and wrapping an "installer" around them which is filled with adware

Re: AutoGUI - GUI Designer and Script Editor

Posted: 02 Dec 2015, 01:01
by joedf
GitHub FTW! :dance: