BlackBerry Forums Support Community

BlackBerry Forums Support Community (http://www.blackberryforums.com/index.php)
-   Developer Forum (http://www.blackberryforums.com/forumdisplay.php?f=15)
-   -   JAVA : wait the completion of Invoke.invokeApplication (http://www.blackberryforums.com/showthread.php?t=152623)

Mikaël Donini 09-30-2008 05:06 AM

JAVA : wait the completion of Invoke.invokeApplication
 
Hi All,

Do you know how I can wait the end (or the completion) of Invoke.invokeApplication?

If I execute the following 2 lines of code:

Code:

Invoke.invokeApplication( Invoke.APP_TYPE_CALENDAR, new CalendarArguments( CalendarArguments.ARG_NEW));
Thread.sleep (10000);

then the sleep is executed before the calendar application is displayed.
Do you know why? Any ideas?

Thanks a lot in advance.

Mikaël Donini, Arkadin France.


All times are GMT -5. The time now is 03:44 AM.

Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2024, vBulletin Solutions Inc.