Author: remi
Date: 2009-07-30 20:44:23 +0200 (Thu, 30 Jul 2009)
New Revision: 5251

Modified:
   
software_suite_v3/software/tool/tux_droid_browser/windows/trunk/tux_droid_browser/Unit1.pas
Log:
* Added a delay before to check if the server is already started. (Server 
Start/Stop delay when you close TuxBox and you quickly restart it)

Modified: 
software_suite_v3/software/tool/tux_droid_browser/windows/trunk/tux_droid_browser/Unit1.pas
===================================================================
--- 
software_suite_v3/software/tool/tux_droid_browser/windows/trunk/tux_droid_browser/Unit1.pas
 2009-07-30 18:39:54 UTC (rev 5250)
+++ 
software_suite_v3/software/tool/tux_droid_browser/windows/trunk/tux_droid_browser/Unit1.pas
 2009-07-30 18:44:23 UTC (rev 5251)
@@ -279,6 +279,7 @@
   TranslateComponent(self);
 
   //Starting server if not started yet.
+  Sleep(500);
   if not TuxUtils.isTuxDroidServerStarted() then
     TuxUtils.startServer(Application);
 


------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
Tux-droid-svn mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/tux-droid-svn

Reply via email to