Search found 6998 matches

by Marcus Tettmar
Wed Dec 07, 2005 8:03 am
Forum: General Discussion
Topic: Who would write a macro for money?
Replies: 1
Views: 3789

Hi,

Try posting your requirements here. Someone here may be able to help. Also check out the consultants section of the forum. Failing that send your requirements to us directly.
by Marcus Tettmar
Tue Dec 06, 2005 7:52 am
Forum: General Discussion
Topic: CTRL-X problem in a Dialog Memo Field
Replies: 6
Views: 8634

Works for me. Perhaps you have a non-modal dialog and the memo is getting reset in each loop iteration?
by Marcus Tettmar
Mon Dec 05, 2005 8:48 pm
Forum: Technical / Scripting
Topic: Default button declaration in a dialog.
Replies: 9
Views: 9966

I think what most people don't realise is that when you Close a window/dialog it is really just hidden. It's properties remain as they were when it was closed. It still actually exists until it is "destroyed". None of the dialogs created by the script are destroyed until the script exits.
by Marcus Tettmar
Mon Dec 05, 2005 6:04 pm
Forum: Technical / Scripting
Topic: Default button declaration in a dialog.
Replies: 9
Views: 9966

Still can't see what you mean. Yes remains the DEFAULT button throughout. *However*. If you select No the first time you will have had to click it with the mouse or move keyboard focus to it. You will therefore have focused that button. So the subsequent time the dialog is shown this button will hav...
by Marcus Tettmar
Mon Dec 05, 2005 4:36 pm
Forum: Technical / Scripting
Topic: Default button declaration in a dialog.
Replies: 9
Views: 9966

Works fine for me - the Yes button remains the default all the way through.
by Marcus Tettmar
Sat Dec 03, 2005 8:28 am
Forum: Technical / Scripting
Topic: Reinstalling but preserving your groups/macros/etc
Replies: 2
Views: 4530

When you reinstalled you should have chosen the Minimal install option which it says is for people installing over another version or upgrading and keeps your macros and settings intact. The installer very clearly presents a screen asking whether you want the full install, which installs sample macr...
by Marcus Tettmar
Fri Dec 02, 2005 10:02 pm
Forum: General Discussion
Topic: Windows flag for Daylight Saving?
Replies: 10
Views: 11036

Go to registy key:

HKEY_LOCAL_MACHINE\System\CurrentControlSet\Control\TimeZoneInformation

Look for value:

DisableAutoDaylightTimeSet

If NOT present or set to zero automatic daylight saving adjustment is enabled. If Present and set to 1 daylight saving adjustment is disabled.
by Marcus Tettmar
Fri Dec 02, 2005 7:05 am
Forum: Technical / Scripting
Topic: tab separated data
Replies: 2
Views: 4004

TAB is already a system variable (added in 7.4). So just do:

Separate>string,TAB,fields
by Marcus Tettmar
Thu Dec 01, 2005 4:43 pm
Forum: Technical / Scripting
Topic: Error creating Dialog
Replies: 3
Views: 4180

Another script tries to create a dialog with the same name at the same time, or your script wrongly tries to create the dialog more than once. If you have your Dialog block in a loop remove it from the loop immediately!
by Marcus Tettmar
Thu Dec 01, 2005 3:27 pm
Forum: Technical / Scripting
Topic: New very subtle HTTPRequest problem/issue
Replies: 6
Views: 10356

I really think the only way to answer this properly would be to ask the webmaster of the site what his script does. It may well do something based on the browser, or your location, or ... something passed by or dependent on the browser. Maybe it uses a cookie - all sorts of things could be going on ...
by Marcus Tettmar
Thu Dec 01, 2005 8:02 am
Forum: Technical / Scripting
Topic: killing processes and parsing data file
Replies: 12
Views: 10843

Why don't you do the whole thing programmatically:

See if a process is running / get a list of running processes and return process info:
http://www.mjtnet.com/forum/viewtopic.php?t=1652

Terminating running processes:
http://www.mjtnet.com/forum/viewtopic.php?t=1779
by Marcus Tettmar
Wed Nov 30, 2005 6:09 pm
Forum: Technical / Scripting
Topic: New very subtle HTTPRequest problem/issue
Replies: 6
Views: 10356

Hi, I just did this: Let>URL=http://www.fboweb.com/cob/google.asp?airline=IDE&flightnum=1193 HTTPRequest>URL,,GET,rHTML MessageModal>rHTML And manually pulled out the iframe src from the message box and then did: //Let>URL=http://www.fboweb.com/cob/google.asp?airline=IDE&flightnum=1193 Let>URL=http:...
by Marcus Tettmar
Wed Nov 30, 2005 3:47 pm
Forum: Technical / Scripting
Topic: a Let> question
Replies: 5
Views: 5360

Odd! Will look into that!
by Marcus Tettmar
Wed Nov 30, 2005 2:05 pm
Forum: Technical / Scripting
Topic: Using WebRecorder with a Remote Desktop
Replies: 4
Views: 5463

Yes, I'm afraid it's not possible to run batch jobs on a remote machine unless you install said batch processing software on it! The only thing you CAN do is send mouse and keyboard events via remote desktop i.e. simulate what you'd do manually when using the remote desktop software. But that obvous...
by Marcus Tettmar
Wed Nov 30, 2005 8:15 am
Forum: Technical / Scripting
Topic: a Let> question
Replies: 5
Views: 5360

When you post your message you will see some buttons for Bold, Italic, Underline etc. The 5th button says Code. Use this to post code so that the code is formatted the way you posted it - indented and free of invisible characters etc. It puts the code in a text box. You will also need to ensure "Dis...
cron
Sign up to our newsletter for free automation tips, tricks & discounts