Search found 5 matches

by jsarver1
Thu Aug 13, 2009 5:06 pm
Forum: Technical / Scripting
Topic: problem with ctrl+shift+home
Replies: 14
Views: 13970

Gale, Thanks for your thoughts. I have the setfocus commands earlier in the script--sorry that I omitted those in the snippet. If I set the legacy value to 1, everything works on windows terminal services except the text does not highlight. If I set legacy to 0, nothing works on the windows terminal...
by jsarver1
Thu Aug 13, 2009 5:00 am
Forum: Technical / Scripting
Topic: problem with ctrl+shift+home
Replies: 14
Views: 13970

problem with ctrl+shift+home

I am trying to copy all of the text in a text box in an unfriendly windows terminal services application. I have run into this problem: The following works well on the local machine (wordpad): 'Go to end of text block Press>Ctrl Press>End Release>Ctrl Release>End 'Select text back to beginning Press...
by jsarver1
Thu Jul 16, 2009 2:08 am
Forum: Beginners
Topic: Pre-selecting multiple values in a multiselect list
Replies: 7
Views: 26748

Thanks for the help. Unfortunately, it is still not working. Using that method, I could pre-select if I made the listbox single selection, but it still did not provide a result if I made it multiselect. Here is the flawed code that I have: Month>the_month Day>the_day Year>the_year Hour>the_hour Min>...
by jsarver1
Thu Jul 16, 2009 12:16 am
Forum: Beginners
Topic: Pre-selecting multiple values in a multiselect list
Replies: 7
Views: 26748

Is this right?

JRL, Thanks for the help. I am afraid that I was not able to follow all that you wrote. I tried taking a snippet of it and applying it to my specific case. I have a dialog (Picker) and a multiselect list (lab). I tried inserting this: Let>LB_SETSEL=389 LibFunc>user32,SendMessageA,SMres,Picker.lab.ha...
by jsarver1
Wed Jul 15, 2009 6:44 pm
Forum: Beginners
Topic: Pre-selecting multiple values in a multiselect list
Replies: 7
Views: 26748

Pre-selecting multiple values in a multiselect list

I have a multiselect list in a dialog that I want to preselect different values depending on what a user selects in a previous dialog. If I make the list not multiselect, then I can pre-select a single value based on the procedure using the itemindex statement mentioned in the manual. Once I make th...
cron
Sign up to our newsletter for free automation tips, tricks & discounts