| Author |
Message |
Topic: Problem with GUI Global Variables |
Icarus
Replies: 3
Views: 112
|
Forum: Bug Reports Posted: Sun Sep 28, 2008 11:13 am Subject: Problem with GUI Global Variables |
So TestVar was working just because it was called once outside of a function.... thats confusing.
I did not know that labels inherit the scope of their caller. I was under the assumption that la ... |
Topic: Problem with GUI Global Variables |
Icarus
Replies: 3
Views: 112
|
Forum: Bug Reports Posted: Sun Sep 28, 2008 10:19 am Subject: Problem with GUI Global Variables |
I am not 100% sure this is a bug, but it may be.
When making a function that then calls a label that attempts to build a GUI with variables for controls, I get an error that variables must be globa ... |
Topic: Run/RunWait with parameters not working |
Icarus
Replies: 2
Views: 81
|
Forum: Ask for Help Posted: Fri Sep 19, 2008 6:55 am Subject: Run/RunWait with parameters not working |
Thanks man, didnt think about it.
Although, I see no reason why it cannot work without it.
I mean - if you go to command line and run this script, it does work.
C:\>Test.ahk "hello world& ... |
Topic: Run/RunWait with parameters not working |
Icarus
Replies: 2
Views: 81
|
Forum: Ask for Help Posted: Fri Sep 19, 2008 1:18 am Subject: Run/RunWait with parameters not working |
Either I am too tired or something is wrong...
Trying to call a script/executable with command line parameters but with no success.
Here is a test script which will call itself with a command li ... |
Topic: Tab control without the tabs |
Icarus
Replies: 11
Views: 245
|
Forum: Ask for Help Posted: Tue Sep 16, 2008 2:54 pm Subject: Tab control without the tabs |
Probably we need a custom Panel control.
Pawan Kelkar
Yeah. A Gui Container, that can be hidden or shown or moved as one unit.
Gui Add, Container, w200 h200 vMyContainer
Gui Container, MyCon ... |
Topic: Tab control without the tabs |
Icarus
Replies: 11
Views: 245
|
Forum: Ask for Help Posted: Tue Sep 16, 2008 2:08 pm Subject: Tab control without the tabs |
Thanks for the efforts, but not exactly what I meant.
I wanted to remove the tab text placeholder altogether.
Like this:
#SingleInstance Force
Gui Margin,2,2
Gui, Add, Tab2, vTabOne ... |
Topic: Tab control without the tabs |
Icarus
Replies: 11
Views: 245
|
Forum: Ask for Help Posted: Tue Sep 16, 2008 10:56 am Subject: Tab control without the tabs |
Hey thats nice, thanks.
Trying to get rid of the tab name on top - making it blank prevents the controls from being drawn, but I will try to dig deeper. |
Topic: Tab control without the tabs |
Icarus
Replies: 11
Views: 245
|
Forum: Ask for Help Posted: Tue Sep 16, 2008 8:13 am Subject: Tab control without the tabs |
Hello everyone,
Does anyone know of a way to use the tab control without the tabs?
In fact, I just want to do a multi-page GUI, something like you see on some preference dialogs
For example:
h ... |
Topic: Help with string replacement |
Icarus
Replies: 2
Views: 139
|
Forum: Ask for Help Posted: Mon Sep 08, 2008 10:35 am Subject: Re: Help with string replacement |
Not sure what exactly you are looking for, but maybe this will help.
In the below code, you can right click on a field (provided by a sample GUI, can also be an HTML field) and then it will copy th ... |
Topic: Screen Capture with Transparent Windows and Mouse Cursor |
Icarus
Replies: 69
Views: 15256
|
Forum: Scripts & Functions Posted: Thu Sep 04, 2008 6:25 pm Subject: Screen Capture with Transparent Windows and Mouse Cursor |
Is it possible with that script to have a snapshoot and rescale/downsize it to a variable/preset ratio of eg 33/100% before saving? That to create thumbnail images from screenshoots 'on-the-fly'.
F ... |
Topic: screen2exe [GUI] |
Icarus
Replies: 9
Views: 806
|
Forum: Utilities & Resources Posted: Wed Aug 13, 2008 5:44 pm Subject: screen2exe [GUI] |
id love to know how you embeded the screen captures into the exe
would it be possible for you to show example sourcecode for us newbies it would be really appreciated mate
by the way nice app i us ... |
Topic: screen2exe [GUI] |
Icarus
Replies: 9
Views: 806
|
Forum: Utilities & Resources Posted: Thu Aug 07, 2008 6:44 pm Subject: screen2exe [GUI] |
Another really nice free application for recording full motion screen capture is
Wink seems much larger both in size and GUI.
Seem to require much more involvement than Screen2Exe
But I see your ... |
Topic: screen2exe [GUI] |
Icarus
Replies: 9
Views: 806
|
Forum: Utilities & Resources Posted: Thu Aug 07, 2008 3:51 pm Subject: screen2exe [GUI] |
Tested and working very nicely and smoothly.
The English used on the software and site was obviously not polished, but it is indeed a handy tool.
I am a huge fan of the xxx2EXE tools...  |
Topic: screen2exe [GUI] |
Icarus
Replies: 9
Views: 806
|
Forum: Utilities & Resources Posted: Thu Aug 07, 2008 3:34 pm Subject: screen2exe [GUI] |
| Interesting. Thanks for sharing BoBo. |
Topic: sending keystrokes based on the application focused. |
Icarus
Replies: 2
Views: 104
|
Forum: Ask for Help Posted: Sun Jul 27, 2008 7:49 am Subject: sending keystrokes based on the application focused. |
use #IfWinActive <title of your application> before your shortcuts.
You may want to change the title match mode, using SetTitleMatchMode, or for a higher accuracy, you may want to use the Windo ... |
| |