Search found 15 matches

by roo
Tue Jun 17, 2008 4:38 am
Forum: Technical / Scripting
Topic: Script for automatic adding a network printer in NT/XP.
Replies: 1
Views: 2674

hello,

just wondering if you ever got a working script for your issue?

-roo
by roo
Tue Jun 17, 2008 4:31 am
Forum: Beginners
Topic: how to identify text on a drop down list
Replies: 3
Views: 5057

Update FYI: If anyone can get the GetListItem to work in the Add a Printer window where you must choose between creating a new port or selecting one from a list, please let me know. Otherwise; here is a way around it... Have the script search the windows registry for the IP to use (which should be l...
by roo
Mon Jun 09, 2008 2:48 pm
Forum: Beginners
Topic: how to identify text on a drop down list
Replies: 3
Views: 5057

Thanks... ...but what if the item is not listed? What I am trying to do is to see if there is an exsisting IP port listed and if not, create one in order to install a printer. So what I need (in everyday language) is something like: Find %IP Port Variable% on list IF found SEND N to continue ELSE SE...
by roo
Mon Jun 09, 2008 4:59 am
Forum: Technical / Scripting
Topic: Problem Repeating Dialog
Replies: 4
Views: 4574

Got it.
I'm very new to all this and appreciate the insight.
Thanks.
by roo
Mon Jun 09, 2008 2:49 am
Forum: Technical / Scripting
Topic: Problem Repeating Dialog
Replies: 4
Views: 4574

Oh!...ok...I just did what you said and not only does it work but it actually makes since to me now. Thanks for helping me out on this. As for having a label and a subroutine with the same name; I will change that in order to avoid any complications but would love to hear from anyone who has encount...
by roo
Sun Jun 08, 2008 11:17 pm
Forum: Technical / Scripting
Topic: Problem Repeating Dialog
Replies: 4
Views: 4574

Problem Repeating Dialog

I hope one of you is able to assist with this... The problem is that I have to return to the initial welcome screen and if I re-click on the same option as the first time (IP Configuration), it will trigger an error when repeating Dialog>ModelSelection. There was no error the first time around thoug...
by roo
Sun Jun 08, 2008 9:48 pm
Forum: Beginners
Topic: how to identify text on a drop down list
Replies: 3
Views: 5057

how to identify text on a drop down list

Can someone shed a clue on how I can identify something on a drop down list box like below: Label>Run Add Printer Run Program>control printers WaitWindowOpen>Printers and Faxes Press ALT Send>f Send>a WaitWindowOpen>Add Printer Wizard Send>n Send>A Wait>1 SetCheckBox>Add Printer Wizard,&Local printe...
by roo
Sun Jun 08, 2008 5:28 pm
Forum: Technical / Scripting
Topic: Problem with GetCheckBox
Replies: 2
Views: 3558

...and that is why I am a newbie!!!...I can't believe it was that simple.

Thanks so much!

:D
by roo
Sun Jun 08, 2008 3:05 am
Forum: Technical / Scripting
Topic: Problem with GetCheckBox
Replies: 2
Views: 3558

Problem with GetCheckBox

Hello, Can anyone tell me why GetCheckBox will not work in the example below? I also tried SetCheckBox with no luck. I put in the MessageModal line to view the result but it always comes back as -1 Thanks for any assistance possible. -roo :?: :!: :?: Label>Run Add Printer Run Program>control printer...
by roo
Fri Jun 06, 2008 3:43 am
Forum: Beginners
Topic: problem pulling down variable
Replies: 3
Views: 5573

Just so everyone knows...

Tech support asked me to remove the { }s from the line...and it works now!

Used to be:
Let>TagValue={%Result2%}

changed to:
Let>TagValue=%Result2%

-roo
by roo
Fri May 30, 2008 5:05 pm
Forum: Beginners
Topic: problem pulling down variable
Replies: 3
Views: 5573

ok... I inserted: MessageModal>Result2 The result was displayed as being: PCL6 Driver, Xerox User Interface - Microsoft Certified This matches what I am trying to have clicked but I still get an error saying: Line: 130 P not appropriate. This is the same error I was getting before. (Of course the nu...
by roo
Fri May 30, 2008 3:38 pm
Forum: Beginners
Topic: problem pulling down variable
Replies: 3
Views: 5573

problem pulling down variable

Can anyone explain to me why line 108 (Let>FieldValue={"%Model%"}) pulls the variable yet line 128 (Let>TagValue={"%Result2%"}) does not? thanks, -roo :? //PHASE 2 - PRINTER DRIVER //printer driver Label>Phase 2 welcome Messagemodal>Now that we know that we can communicate with the copier, let's ins...
by roo
Fri May 30, 2008 3:07 pm
Forum: Beginners
Topic: dealing with webpages
Replies: 5
Views: 5883

Thanks for your assistance. I have just downloaded the WebRecorder demo from the MJTNET downloads page and it scripts out what you click and type on webpages!!!! I find it amazing! I have yet to test how it works with variables that have been prompted from the user earlier in the script but hopefull...
by roo
Thu May 29, 2008 8:12 pm
Forum: Beginners
Topic: dealing with webpages
Replies: 5
Views: 5883

Yes... What I am trying to do is to create an automated copier installation script that will (after prompting for input) connect to the xerox.com website, click on Support & Drivers, send the model number to the search field and then click on a couple more links to complete the download. Afterwards,...
by roo
Thu May 29, 2008 12:24 am
Forum: Beginners
Topic: dealing with webpages
Replies: 5
Views: 5883

dealing with webpages

Can anyone explain to me what the simplest way to identify visible text on a web page (such as xerox.com) with the objective of clicking on it or sending text to the field next to it?
Please note the word 'simplest'... talk to me like I'm a five year old please.
:wink:
Thanks,
-roo
Sign up to our newsletter for free automation tips, tricks & discounts