| Author |
Message |
Topic: Basic GUI creator. |
ruespe
Replies: 176
Views: 11990
|
Forum: Scripts & Functions Posted: Sun Dec 11, 2011 8:03 am Subject: Basic GUI creator. |
0.002.12
Changed:
1. Width of buttons on the List Editor match the width of the Listview (berban)
Added:
2. Double Click brings up the add control menu (berban)
1. I don't understand this
2. Y ... |
Topic: Arrays and vars containing num-strings with leading zeros |
ruespe
Replies: 5
Views: 456
|
Forum: Bug Reports Posted: Tue Nov 15, 2011 8:06 pm Subject: Arrays and vars containing num-strings with leading zeros |
| That's better. Thanks. Now also the array-key stays 0001 instead of 1. |
Topic: Arrays and vars containing num-strings with leading zeros |
ruespe
Replies: 5
Views: 456
|
Forum: Bug Reports Posted: Mon Nov 14, 2011 4:18 pm Subject: Arrays and vars containing num-strings with leading zeros |
_oArray:= object()
String := "0001"
_oXls := ComObjActive("Excel.Application")
_oExcel := _oXls.ActiveWorkbook.ActiveSheet
_oExcel.Range& ... |
Topic: Basic GUI creator. |
ruespe
Replies: 176
Views: 11990
|
Forum: Scripts & Functions Posted: Thu Nov 10, 2011 7:22 pm Subject: Basic GUI creator. |
First test, still impressed on the progress of your program, but found first bugs:
After resizing a Control, mousecursor stays an arrow. Moving mouse over the Control restores the cursor.
Drop a c ... |
Topic: Basic GUI creator. |
ruespe
Replies: 176
Views: 11990
|
Forum: Scripts & Functions Posted: Wed Nov 09, 2011 12:12 pm Subject: Basic GUI creator. |
Welcome back ruespe It has been a while since I have seen you on. Because all my whishes were fullfilled and I couldn't find any more bugs Just updated after your post so you might want to up ... |
Topic: Basic GUI creator. |
ruespe
Replies: 176
Views: 11990
|
Forum: Scripts & Functions Posted: Wed Nov 09, 2011 11:02 am Subject: Basic GUI creator. |
| It's unbelievable. Just have been away for a couple of days and then this. Three more pages in the Thread, a lot of people recognizing the possibilities of this program and tons of changes by maestrit ... |
Topic: OnMessageEx() |
ruespe
Replies: 7
Views: 784
|
Forum: Scripts & Functions Posted: Tue Nov 08, 2011 8:32 pm Subject: OnMessageEx() |
I get (AHK_L 1.1.0.0)---------------------------
~tempAuto.ahkL
---------------------------
Error: A ":" is missing its "?"
Line#
132: {
133: IndexToInsert := Index
1 ... |
Topic: AutoHotkey.dll |
ruespe
Replies: 531
Views: 84516
|
Forum: Scripts & Functions Posted: Tue Nov 08, 2011 5:10 pm Subject: AutoHotkey.dll |
Oh pleaeaeaeaeaease Lexikos, do so. It's such a big stuff. |
Topic: Compile_AHK II - for those who compile! |
ruespe
Replies: 407
Views: 85034
|
Forum: Scripts & Functions Posted: Mon Nov 07, 2011 9:11 pm Subject: Compile_AHK II - for those who compile! |
I'm sorry, but I don't know, why Res() doesn't work any more. Maybe it depends on AHK_L? Also at me it doesn't work. Perhaps some of the eyperts can help.
/*
FUNCTION: Ref()
... |
Topic: [AHK_L] fincs' scripted Ahk2Exe rewrite (with GUI) - r3 |
ruespe
Replies: 40
Views: 3859
|
Forum: Scripts & Functions Posted: Sun Oct 23, 2011 1:41 pm Subject: [AHK_L] fincs' scripted Ahk2Exe rewrite (with GUI) - r3 |
1.1.01.00 (July 30)
Added support for or ahk_exe %FullPath%.
Optimized ProcessName sub-command of WinGet.
Changed (x.y) without escaping "(".
Replaced the method used to store scr ... |
Topic: Suggestions on documentation improvements |
ruespe
Replies: 188
Views: 26739
|
Forum: Bug Reports Posted: Sun Oct 16, 2011 12:00 pm Subject: Suggestions on documentation improvements |
Well, it does say they are built-in variables, but they aren't variable. They are constant. So are A_Space and A_Tab as well.
Perhaps they should be added to the index. This could be a good compromi ... |
Topic: design GUI |
ruespe
Replies: 4
Views: 400
|
Forum: General Chat Posted: Mon Oct 10, 2011 6:46 pm Subject: design GUI |
You also can use the [url=http://www.autohotkey.com/forum/viewtopic.php?t=71992]Basic GUI creator
Very simple to handle and with a lot of functions. |
Topic: Basic GUI creator. |
ruespe
Replies: 176
Views: 11990
|
Forum: Scripts & Functions Posted: Mon Oct 03, 2011 10:15 am Subject: Basic GUI creator. |
One possibility: ~LButton::
If DblClk()
{
MouseGetPos,,,,Control
If Control
{
move_control(Control)
resize_control(Control)
}
... |
Topic: Basic GUI creator. |
ruespe
Replies: 176
Views: 11990
|
Forum: Scripts & Functions Posted: Sun Oct 02, 2011 2:53 pm Subject: Basic GUI creator. |
Suggestion 1:
Instead of +LButton and ^LButton use doubleclick as a more intuitive hotkey with both moving and sizing the Control.
Suggestion 2:
Instead of/additional to menuitems "Add...&qu ... |
Topic: Basic GUI creator. |
ruespe
Replies: 176
Views: 11990
|
Forum: Scripts & Functions Posted: Fri Sep 30, 2011 9:49 pm Subject: Basic GUI creator. |
IMPRESSIVE!
Code: Mmmhhh..., do you find everything at once in your code? For now, I'm sure, you do! |
| |