Search found 6 matches

by xurf4xs
Thu Aug 09, 2007 9:16 pm
Forum: General Discussion
Topic: Scheduled macro start time with repeat
Replies: 3
Views: 6269

If you are affraid that the scheduler stops at 23:59, why don't you schedule your macro at 00:01 and repeat this every 2 minutes. Then you are sure that your macro is running every 2 minutes for the whole day. I did not test this case, but it seems to be clear that the macro stops at midnight. Your ...
by xurf4xs
Mon Aug 06, 2007 10:59 am
Forum: Beginners
Topic: How to use a Combox box to list all folders in a Directory??
Replies: 1
Views: 4158

I think the solution is not so hard as you think. First you build the list of directories with cars. The result is saved in the variabele 'carsdir'. For example, 'carsdir' has a value '\Audi;\VW;\Opel;\Ferrari' The only thing you have to do is to replace the ';' character for '%CRLF%'. Then you can ...
by xurf4xs
Mon Aug 06, 2007 10:42 am
Forum: Beginners
Topic: textfiles -> Array -> textfile
Replies: 1
Views: 3853

Hi Wolf, I've only a suggestion for you. I did not try it. In the fist step, you can read every log file till EOF (end of file). Every read line, you save/add in a separate file, named after the user (Petra, Tom and so on). The result is that you have for example a file 'Petra' with all the results ...
by xurf4xs
Mon Aug 06, 2007 8:57 am
Forum: Enhancement Suggestions
Topic: Userfriendly entry for Radiobuttons in the Dialog Designer
Replies: 1
Views: 6030

The above is not only ment for radio buttons, but also for other objects where a list of items is espected, such as the combobox.
by xurf4xs
Sun Aug 05, 2007 1:10 pm
Forum: General Discussion
Topic: Image Recognition help please
Replies: 2
Views: 5150

Maybe you can use the command 'WaitScreenImage'. This command will compare your image to your screen. If this is not the solution you need, you can use 'GetScreenCapture' in combination with the 'FindImagePos'. You will make a loop function, where only one 'GetScreenCapture' is done, and 6 'FindImag...
by xurf4xs
Sat Aug 04, 2007 2:15 pm
Forum: Enhancement Suggestions
Topic: Userfriendly entry for Radiobuttons in the Dialog Designer
Replies: 1
Views: 6030

Userfriendly entry for Radiobuttons in the Dialog Designer

At version 9 of Macro Scheduler you can make dialogs with the Dialog designer. One of the items you can choose is radio buttons. The object for radio buttons you can make easy, but if you want more than one radio butten within the radio group (what most of the time is usefull) the user input is not ...
cron
Sign up to our newsletter for free automation tips, tricks & discounts