Search found 4 matches
- Fri Sep 09, 2011 3:38 pm
- Forum: Technical / Scripting
- Topic: Don't understand v12 Dialogs
- Replies: 3
- Views: 3880
Don't understand v12 Dialogs
I liked the v11 dialogs, except it didn't support GIF files so I'm trying v12 to make it work. So here's the problem. I want to make a dialog fullscreen. In v11, I just GetScreenRes>x,y and set the Dialog height = y and width = x. In v12, this doesn't work. None of the variables work. I can't even u...
- Mon Aug 02, 2010 5:42 pm
- Forum: Beginners
- Topic: GetFileList and IfFileExists problems
- Replies: 2
- Views: 4195
- Mon Aug 02, 2010 2:54 pm
- Forum: Beginners
- Topic: GetFileList and IfFileExists problems
- Replies: 2
- Views: 4195
GetFileList and IfFileExists problems
Hello all, I am trying to copy files from one folder to another. Source = C:\Temp Destination = C:\Temp2 I want to run the macro every 10 minutes or so, and copy NEW files from Source to Destination. My problem is, the results for GetFileList doesn't just give the file name, but its entire path like...
- Mon Apr 26, 2010 2:02 pm
- Forum: Beginners
- Topic: Variables in nested macro
- Replies: 2
- Views: 4060
Variables in nested macro
On the recommendation of somebody in some post somewhere in the forums, I have 1 macro that runs every 10 minutes and also schedules other macros when the time is right. So it's scheduler macro: if time is whatever: run macro 1 if time is whatever: run macro 2 macro 3 macro 4 What I'd like to know i...