Hi Christian, I just solved it. Above that routine I had called GetWindowList already to get another window title. I needed to call that function again with a new variable in order to get the updated window list after the delay. So simple as it was staring me in face the whole time as they usually are...
I'll keep that DontWait option in mind if I use DelayMBS in the future. Thanks On Mar 2, 2012, at 1:36 PM, Christian Schmitz <[email protected]> wrote: > > Am 02.03.2012 um 18:16 schrieb [email protected]: > >> Hello, >> >> I isolated the issue but it makes no sense. If I add a delay before the >> routine it fails. I tried this in both a thread using a sleep and in a non >> thread using DelayMBS: > > > Well, it may be a bad idea to use DelayMBS without DelayDontWaitNextEvent > inside a thread. > > For the actual Issue, I have no idea. > > Greetings > Christian > > -- > Real Studio Conferences, Training and Meetings in Orlando, London, Pforzheim > and Leipzig. > > More details and registration here: > http://www.monkeybreadsoftware.de/realbasic/events/ > > > > > _______________________________________________ > Mbsplugins_monkeybreadsoftware.info mailing list > [email protected] > https://ml01.ispgateway.de/mailman/listinfo/mbsplugins_monkeybreadsoftware.info _______________________________________________ Mbsplugins_monkeybreadsoftware.info mailing list [email protected] https://ml01.ispgateway.de/mailman/listinfo/mbsplugins_monkeybreadsoftware.info
