| Author |
Message |
Topic: [module] UTest v0.3 |
majkinetor
Replies: 25
Views: 5233
|
Forum: Scripts & Functions Posted: Thu Jun 02, 2011 8:55 am Subject: [module] UTest v0.3 |
| Thats great guest3456. When I find time I will post your changes into repo. Thx. |
Topic: WYSIWYG BBCode Editor |
majkinetor
Replies: 89
Views: 7022
|
Forum: Scripts & Functions Posted: Thu Apr 21, 2011 11:54 am Subject: WYSIWYG BBCode Editor |
In Windows 7 go to
Control Panel\Appearance and Personalization\Display
"Make it easier to read whats on your screen".
Choose 125% or anything different then 100%.
Then see the ... |
Topic: WYSIWYG BBCode Editor |
majkinetor
Replies: 89
Views: 7022
|
Forum: Scripts & Functions Posted: Thu Apr 21, 2011 9:28 am Subject: WYSIWYG BBCode Editor |
Amazing. The best BBCode editor I have seen.
Is there any particular reason for fixed GUI ?
BTW, options GUI looks bad on 125% Font size. You shouldn't use absolute widths when programming GUI ... |
Topic: AutoHotkey v2 Alpha Release |
majkinetor
Replies: 710
Views: 57758
|
Forum: Scripts & Functions Posted: Fri Apr 15, 2011 9:45 am Subject: AutoHotkey v2 Alpha Release |
I don't think %() syntax is good idea as only solution. There must be a easier way when you don't want to use entire expression inside parenthesis.
Since everything will be expression (as far as I ... |
Topic: AutoHotkey v2 Alpha Release |
majkinetor
Replies: 710
Views: 57758
|
Forum: Scripts & Functions Posted: Wed Apr 13, 2011 8:46 am Subject: AutoHotkey v2 Alpha Release |
Quoted strings may contain variable derefs, such as "the %x is %y".
As much as I like this, I have mixed feelings from a noobie standpoint since it requires percent signs to be escaped in ... |
Topic: AutoHotkey v2 Alpha Release |
majkinetor
Replies: 710
Views: 57758
|
Forum: Scripts & Functions Posted: Tue Apr 12, 2011 1:24 pm Subject: AutoHotkey v2 Alpha Release |
| I was quite busy recently so I didn't follow the discussion up until today. I have read up to the page 6 and will comment now, so sorry if something is already discussed on subsequent pages which I wi ... |
Topic: [AHK & AHK_L] Forms Framework 0.8 |
majkinetor
Replies: 176
Views: 26444
|
Forum: Scripts & Functions Posted: Sun Mar 20, 2011 7:48 pm Subject: [AHK & AHK_L] Forms Framework 0.8 |
Its possible - just don't set the text then.
2 Solar
Thx for bug reports and fixes.
Another problem: the radio group can't be created automatically around as gui,add does.
Some stuff from re ... |
Topic: [module] MMenu 1.0 b1 |
majkinetor
Replies: 148
Views: 34138
|
Forum: Scripts & Functions Posted: Fri Feb 11, 2011 6:03 am Subject: [module] MMenu 1.0 b1 |
| Yes, Win 7 |
Topic: [module] MMenu 1.0 b1 |
majkinetor
Replies: 148
Views: 34138
|
Forum: Scripts & Functions Posted: Thu Feb 10, 2011 10:15 pm Subject: [module] MMenu 1.0 b1 |
I don't know whats the problem there but your code works OK here.
I deleted spaces from the menu3.ini and I see the Tech menu without any problems with AHK basic.
See the [url=http://imagebin.org/ ... |
Topic: [module] MMenu 1.0 b1 |
majkinetor
Replies: 148
Views: 34138
|
Forum: Scripts & Functions Posted: Wed Feb 09, 2011 6:28 pm Subject: [module] MMenu 1.0 b1 |
| Ah, sorry, it was not about that, the problem is MMenu_aMenu\WinTOTAL], and you cant have this in the name. I don't have much time to help you know, but you are doing something incorrectly. If you can ... |
Topic: [module] MMenu 1.0 b1 |
majkinetor
Replies: 148
Views: 34138
|
Forum: Scripts & Functions Posted: Wed Feb 09, 2011 4:39 pm Subject: [module] MMenu 1.0 b1 |
Error: The following variable name contains an illegal character:
"MMenu_aMenu
The [ and ] chars are no longer permited in latest AHK.
You should replace all ] with empty string and all [ wi ... |
Topic: [AHK & AHK_L] Forms Framework 0.8 |
majkinetor
Replies: 176
Views: 26444
|
Forum: Scripts & Functions Posted: Tue Feb 08, 2011 2:06 pm Subject: [AHK & AHK_L] Forms Framework 0.8 |
I didn't plan to do that.
However, this is the script that can be used
http://www.autohotkey.com/forum/viewtopic.php?t=19264&start=0 |
Topic: [AHK & AHK_L] Forms Framework 0.8 |
majkinetor
Replies: 176
Views: 26444
|
Forum: Scripts & Functions Posted: Tue Feb 08, 2011 1:00 pm Subject: [AHK & AHK_L] Forms Framework 0.8 |
the color of the text control inside a panel can't be changed as the same control added by the command gui,add.
For some reason I didn't check, this stops working once control is inside the Panel. T ... |
Topic: [function] Attach 1.1 |
majkinetor
Replies: 59
Views: 8765
|
Forum: Scripts & Functions Posted: Mon Jan 31, 2011 6:46 am Subject: [function] Attach 1.1 |
| sure |
Topic: [AHK & AHK_L] Forms Framework 0.8 |
majkinetor
Replies: 176
Views: 26444
|
Forum: Scripts & Functions Posted: Wed Jan 26, 2011 7:57 pm Subject: [AHK & AHK_L] Forms Framework 0.8 |
I am sorry for this, seems like unfinished thought or uncommited work.
For now, you can use this command to get the num:
n := Form( hForm )
If you are adding control to the panel, ... |
| |