Search found 536 matches

by Rain
Tue Jun 13, 2006 2:31 pm
Forum: General Discussion
Topic: pressing the spacebar
Replies: 14
Views: 19384

Thanks for the quick reply. There is nothing wrong with ldo, lup, lcl, ldb etc. all those commands work great. Playing around with your awesome example scripts helps me to learn and understand the libfinc command. However, when I try to do something on my own I get stuck every time, even searching G...
by Rain
Tue Jun 13, 2006 1:44 pm
Forum: General Discussion
Topic: pressing the spacebar
Replies: 14
Views: 19384

Is it possible to use LibFunc for mouse clicks like left, right and middle mouse button?
I've done some research but can't wrap my head around the LibFunc :oops:

Thanks

Rain
by Rain
Fri Jun 02, 2006 3:06 pm
Forum: Technical / Scripting
Topic: Move selected item up or down in Dialog ListBox
Replies: 3
Views: 4861

Hi Mondi, Here is a dialog that will do what you asked for. If there is a different way maybe someone can post it I couldn't come up with one. Dialog>Dialog1 Caption=Dialog1 Width=336 Height=434 Top=265 Left=619 ListBox=msListBox1,96,64,137,209,%vList%,true Button=Up,80,296,75,25,6 Button=Down,168,2...
by Rain
Wed May 17, 2006 2:54 pm
Forum: Technical / Scripting
Topic: ... .exe is not a valid Win32 application...
Replies: 5
Views: 4931

Thank you for your quick and great support like always. :)

After adding the low resolution icons I can now run my compiled scripts without errors. That's all I care about and having to add the low resolution icons is really no big deal, they can be added in a matter of seconds.
by Rain
Wed May 17, 2006 1:46 pm
Forum: Technical / Scripting
Topic: ... .exe is not a valid Win32 application...
Replies: 5
Views: 4931

I sure can.
I will send them your way in a few minutes.

[added] where do I send them to?

Thanks,
~Rain
by Rain
Wed May 17, 2006 1:24 pm
Forum: Technical / Scripting
Topic: ... .exe is not a valid Win32 application...
Replies: 5
Views: 4931

... .exe is not a valid Win32 application...

When compiling scripts with 8.0.3 pro using custom icons I get the following error when I click on the exe to run it “"program_name.exe is not a valid Win32 application". When compiling any script with the Macro Scheduler default icon the exe opens without errors and the default icon is displa...
by Rain
Wed May 17, 2006 12:59 pm
Forum: Technical / Scripting
Topic: Radio Group not preset [V. 8.0.3]
Replies: 2
Views: 3253

Thank you for your reply. :)
by Rain
Tue May 16, 2006 11:33 am
Forum: Technical / Scripting
Topic: Radio Group not preset [V. 8.0.3]
Replies: 2
Views: 3253

Radio Group not preset [V. 8.0.3]

Is the radio group not suppose to be preset with this version or is this a bug? Dialog>Dialog1 Caption=Dialog1 Width=445 Height=250 Top=120 Left=316 RadioGroup=msRadioGroup1,msRadioGroup1,40,16,185,105,1%CRLF%2%CRLF%3,-1 EndDialog>Dialog1 show>Dialog1,r Thank you for a great product.
by Rain
Sat May 13, 2006 8:14 am
Forum: General Discussion
Topic: Question about Default option in dialog designer
Replies: 5
Views: 7011

Thanks Dick and Marcus. :oops: I apologize I had little to no sleep yesterday and misread your reply. After some rest I took a closer look at your post and example dialog and it finally made sense. I was under the impression that no matter what object is in focus the default button will be pressed w...
by Rain
Fri May 12, 2006 3:42 pm
Forum: General Discussion
Topic: Question about Default option in dialog designer
Replies: 5
Views: 7011

Thank you for your reply and example. I get 10 as the result when I use your script and press the enter key right after starting it. Is anyone else getting the same result (10) with 8.0.3 pro or is it just me? Another questions, can this be used with none modal dialogs? Thank you for your great supp...
by Rain
Fri May 12, 2006 1:19 pm
Forum: General Discussion
Topic: Question about Default option in dialog designer
Replies: 5
Views: 7011

Question about Default option in dialog designer

Default
ButtonObjectName
Sets the specified button object as the default button so that when Enter is pressed that button is invoked.
I understand what the option is suppose to do but what I can't figure out is how to use it :oops:
Can someone show me an example dialog?

Thanks in advanced.
by Rain
Sat Apr 01, 2006 12:27 pm
Forum: General Discussion
Topic: Macro Scheduler Users Group Meeting Discussion Link
Replies: 11
Views: 11945

Marcus, Have you ever thought about adding a chat room to this forum? You could use it for virtual meetings and it would be a great place for members to hang out and share their knowledge with others. You could use IRC, it is easy to add to this forum and can be accessed via a link on this site, IRC...
by Rain
Thu Mar 30, 2006 8:51 pm
Forum: Technical / Scripting
Topic: activate macro with mouse click on the screen
Replies: 7
Views: 16573

How about something like the script below? You can place the dialog anywhere you like on your desktop and have as many buttons as you want to run your macros. When you compile the script you can include the following parameters -NOSYSTRAY -HIDE this way you have nothing in the system tray or taskbar...
by Rain
Sat Mar 18, 2006 1:30 pm
Forum: Technical / Scripting
Topic: File modified help [need date AND time]
Replies: 9
Views: 13661

Thanks Dick and Me_Again I really appreciate your replies and tips. I've decided to go with VB Script and changed "s = FormatDateTime(s,vbShortTime)" to "s = FormatDateTime(s,vbLongTime)" to have it include seconds as well. Here is the finished script with Dialog. let>APP_TITLE=Automated Script Back...
by Rain
Fri Mar 17, 2006 6:01 pm
Forum: Technical / Scripting
Topic: File modified help [need date AND time]
Replies: 9
Views: 13661

I think IfFileChanged> will do what you ask. Thanks for your reply Me_Again but If I understand the help file on IfFileChanged correctly it will not read the time only the date. :? IfFileChanged>filename,range[,label_name[,false_label_name]] statements [ [Else else statements] Endif ] If the given ...
Sign up to our newsletter for free automation tips, tricks & discounts