Author: remi
Date: 2009-07-30 20:39:54 +0200 (Thu, 30 Jul 2009)
New Revision: 5250

Modified:
   
software_suite_v3/software/tool/tux_droid_browser/windows/trunk/tux_droid_browser/Unit1.pas
Log:
* Don't refresh browser - show Tuxbox if TuxBox is already in foreground. 
(Desktop shortcut action when TuxBox is already started)

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:32:59 UTC (rev 5249)
+++ 
software_suite_v3/software/tool/tux_droid_browser/windows/trunk/tux_droid_browser/Unit1.pas
 2009-07-30 18:39:54 UTC (rev 5250)
@@ -815,6 +815,8 @@
             end;
           exit;
         end;
+      if Form1.Visible then
+        exit;
       EmbeddedWB1.Go(url);
       Form1.Visible := true;
 


------------------------------------------------------------------------------
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