Search found 51 matches

by gtdalsanto
Mon Sep 10, 2007 1:31 pm
Forum: Technical / Scripting
Topic: HTTPRequest with ActiveXObject support
Replies: 2
Views: 3805

HTTPRequest with ActiveXObject support

I am in the process of trying to translate the following HTML code over to the Macro Scheduler HTTPRequest command. The code below basically takes an XML string that is entered in a html form text box (document.forms[0].requesterstr.value) and POSTS this command to a site that has a port/service nam...
by gtdalsanto
Thu May 10, 2007 8:51 pm
Forum: Technical / Scripting
Topic: Embedding Bitmaps in compiled macro's
Replies: 5
Views: 6885

thats what I was looking for. Thanks.
by gtdalsanto
Thu May 10, 2007 8:37 pm
Forum: Technical / Scripting
Topic: Embedding Bitmaps in compiled macro's
Replies: 5
Views: 6885

I have tried that already, and it embeds the bitmap as ascii characters in my script tied to an identifier called [bitmap file name]_DATA:. My question, is how do you tie this text/picture/graphic file to a button or a picture on a dialog box? Do I have to somehow write this ascii text back to the l...
by gtdalsanto
Thu May 10, 2007 7:50 pm
Forum: Technical / Scripting
Topic: Embedding Bitmaps in compiled macro's
Replies: 5
Views: 6885

Embedding Bitmaps in compiled macro's

I am trying to figure out how to embed bitmaps/graphics files into a compiled macro. If someone has some documentation on how to do this, I would appreciate that.

Thanks.
by gtdalsanto
Thu Nov 02, 2006 11:27 pm
Forum: Technical / Scripting
Topic: Press/Release command used with Variables
Replies: 11
Views: 10290

Press/Release command

Marcus,

Thanks for the quick response. I had the same thought of creating a script on the fly to build the command and then run it, but I figured I would ask if there is an easier way before I go to the trouble. Thanks for the code snippet, which will save me some time.
by gtdalsanto
Thu Nov 02, 2006 3:50 pm
Forum: Technical / Scripting
Topic: Press/Release command used with Variables
Replies: 11
Views: 10290

Press/Release command used with Variables

I am trying to create a subroutine that gets the function key that is desired to be pressed. Is there a way to do this by using a veriable with the Press instruction. I don't want to have to make a subroutine with 50 if>command=F1; if>command=F2;if>command=DOWN...etc. I am trying to get the followin...
Sign up to our newsletter for free automation tips, tricks & discounts