Re: WE And Global Scripts And Thread Safety

2012-04-20 Thread Ron Parker
mailto:lists3...@comcast.net> *To:* gw-scripting@gwmicro.com <mailto:gw-scripting@gwmicro.com> *Sent:* Thursday, April 19, 2012 9:34 PM *Subject:* RE: WE And Global Scripts And Thread Safety Hi Rick, As Ron mentioned, there is no difference between running a script

Re: WE And Global Scripts And Thread Safety

2012-04-20 Thread RicksPlace
ange To: gw-scripting@gwmicro.com Sent: Thursday, April 19, 2012 9:34 PM Subject: RE: WE And Global Scripts And Thread Safety Hi Rick, As Ron mentioned, there is no difference between running a script globally or not. It's only about when it's started and nothing else

RE: WE And Global Scripts And Thread Safety

2012-04-19 Thread Chip Orange
um, and if external, their own process. Chip _ From: RicksPlace [mailto:ofbgm...@mi.rr.com] Sent: Thursday, April 19, 2012 12:21 PM To: gw-scripting@gwmicro.com Subject: Re: WE And Global Scripts And Thread Safety Hi BT: Ya, back in the day I wrote a sort of Space Invaders for

Re: WE And Global Scripts And Thread Safety

2012-04-19 Thread RicksPlace
19, 2012 9:35 AM Subject: Re: WE And Global Scripts And Thread Safety Hi Rick, Ron explained it in more detail. The process ID still points to the same window and unless you are monitoring different events, you will get the same result in both cases. Process ID are kind of like wind

Re: WE And Global Scripts And Thread Safety

2012-04-19 Thread BT
://www.youtube.com/watch?v=W2LyRC99Qx0 Part 2 Of Screen Reader Demo: http://www.youtube.com/watch?v=uUy8c1jTt9k Sent: Thursday, April 19, 2012 9:18 AM Subject: Re: WE And Global Scripts And Thread Safety Hi Bruce, I dont understand could you flesh out the following? You wrote: I

Re: WE And Global Scripts And Thread Safety

2012-04-19 Thread RicksPlace
virus unless I downloade software from his machine. In either case I felt bad I couldn't have helped him. Rick USA - Original Message - From: BT To: gw-scripting@gwmicro.com Sent: Thursday, April 19, 2012 8:12 AM Subject: Re: WE And Global Scripts And Thread Safety

Re: WE And Global Scripts And Thread Safety

2012-04-19 Thread Ron Parker
The only difference between global and application-specific scripts is the conditions under which they are started and stopped. There is no other difference. If you're using an external script, of course it runs in its own process independent from other scripts. Any Window-Eyes objects it uses

Re: WE And Global Scripts And Thread Safety

2012-04-19 Thread BT
Hi Rick, I think each instance is its own but I may be wrong. The only conflict is the process ID which I am sure you are concerned with. Try and see if your instance is different, unless you are looking at the same events then that would create a problem. Also Rick, the Victory Associ