Search found 18 matches

by durexlw
Thu Apr 10, 2008 11:57 am
Forum: Technical / Scripting
Topic: VBEval - SetCell
Replies: 4
Views: 5939

Re: VBEval - SetCell

With the code snippet below, what would the VBEval>SetCell params be if I wanted to use theValue?. VBRun>OpenExcelFile,%SCRIPT_DIR%Input.xls VBEval>GetCell("Sheet3",10,9),Field_1 VBEval>SetCell("Sheet5",20,5,Field_1),nul For one: It should be with "%" around the variable "Field_1". For Macro Schedu...
by durexlw
Wed Apr 02, 2008 1:32 pm
Forum: Enhancement Suggestions
Topic: "IfFileExists" returns true for folders
Replies: 2
Views: 6627

You should use IfDirExists for folders. Thank for the feedback, mtettmar My point exactly... In this case I have an input box for the user, where he has to select a file. When a valid file is input, stuff happens. Now, when the user chooses to type in his path, soon as he types for example 'c:\temp...
by durexlw
Wed Apr 02, 2008 12:56 pm
Forum: Enhancement Suggestions
Topic: "IfFileExists" returns true for folders
Replies: 2
Views: 6627

"IfFileExists" returns true for folders

IfFileExists returns a few results I wouldn't really expect: Evaluate: "d:" - Return value: True (where "d:" is my secondary drive) Evaluate: "c:" - Return value: False (where "c:" is my primary drive) Evaluate: "c:\Temp" - Return value: True (where "c:\Temp" does exist, but it's a folder on my prim...
by durexlw
Tue Apr 01, 2008 6:30 pm
Forum: Technical / Scripting
Topic: Dialog, FileBrowse
Replies: 2
Views: 4121

JRL, makes perfect sense. Drawing from your inspiration, I made a small adjustment: IfFileExists>%Dialog1.msEdit1% Like this, msEdit2 only get's updated when a valid file is selected and when people type, msEdit2 doesn't get updated unless a valid path is typed. Dialog>Dialog1 Caption=Dialog1 Width=...
by durexlw
Tue Apr 01, 2008 5:55 pm
Forum: Technical / Scripting
Topic: Dialog, FileBrowse
Replies: 2
Views: 4121

Dialog, FileBrowse

In it's simplified form, I have a Dialog, showing two textfields and two buttons, let's say: msEdit1 button1 msEdit2 button2 With FileBrowse: msEdit1 is linked to button1 and msEdit2 is linked to button2 I would like: When button1 is clicked and the user selects a file, I want to suggest a default p...
by durexlw
Tue Apr 01, 2008 5:50 pm
Forum: Technical / Scripting
Topic: Detecting OS language
Replies: 7
Views: 9101

I appreciate you're letting know this works for you. Glad to hear.
by durexlw
Tue Apr 01, 2008 2:07 pm
Forum: Enhancement Suggestions
Topic: Auto-completion for variables
Replies: 0
Views: 4865

Auto-completion for variables

There's auto-completion for functions and there's the Variable Explorer, it would be nice to have them combined, so we have the same auto-completion for variables as well as functions What concerns the auto-completion (currently only for functions): It would be nice to have it triggered by a key com...
by durexlw
Tue Apr 01, 2008 1:48 pm
Forum: Enhancement Suggestions
Topic: Select+mousewheel = crash
Replies: 5
Views: 10278

I can comfirm that:
Only in the basic editor. Works fine in the advanced editor.

I'm using version 10.019e on WinXP SP2
by durexlw
Tue Apr 01, 2008 1:30 pm
Forum: Technical / Scripting
Topic: Detecting OS language
Replies: 7
Views: 9101

Call the win32 API function: "GetSystemDefaultLangID" It will return a language identifier: LibFunc>Kernel32,GetSystemDefaultLangID,nSysLanguage, if>nSysLanguage=-64503 Message>%nSysLanguage% mean the language is American English endif You'll find all language identifiers in the Win32 programmers re...
by durexlw
Sun Mar 30, 2008 5:12 pm
Forum: Beginners
Topic: compiler trial
Replies: 7
Views: 9566

The compiler only needs one file in the install directory: "msrt.exe" So if you installed Macro Scheduler in "C:\Program Files\Macro Scheduler", you'll need to made sure "msrt.exe" (the file that's installed when you install the compiler) is in that same directory. You can just copy it to your insta...
by durexlw
Fri Mar 28, 2008 1:50 pm
Forum: Enhancement Suggestions
Topic: Select+mousewheel = crash
Replies: 5
Views: 10278

Select+mousewheel = crash

Donno if this is the right place, but this one made my life complexer then I'd like it to have several times now:

Version: 10.019e

In the code editor: Left click and hold, scroll down with the scrollwheel on the mouse to see more things to select, crashed macro scheduler
by durexlw
Fri Mar 28, 2008 1:13 pm
Forum: Technical / Scripting
Topic: Game script
Replies: 2
Views: 4554

iBLeftX and iBLeftY are the bottomleft x and y coordinate of the first image, the rest should be the same on your screen I guess, if not change the values. iDistance: x and y distances between two images iImage: width, height of images to capture (you just want the part below the numbers) The script...
by durexlw
Mon Mar 24, 2008 1:22 pm
Forum: Beginners
Topic: Help on a very basic script
Replies: 6
Views: 8290

another possibility is to just make a single line script: "run>C:\my documents\apple.doc" and schedule when it's run... if you want it run twice a month, make a new group and copy it twice in there, set schedules for each file... saves you the coding
by durexlw
Mon Mar 24, 2008 1:14 pm
Forum: Beginners
Topic: MouseMove to Pixel Color
Replies: 4
Views: 7452

Can you state what you want to do exactly?

The screen-recognition functions should give you a headstart
by durexlw
Mon Mar 24, 2008 1:13 pm
Forum: Beginners
Topic: could someone help me with making a basic macro?
Replies: 2
Views: 5367

Look for "Tracker Checker 2"... It's a program designed to do what you ask
Sign up to our newsletter for free automation tips, tricks & discounts