[Gambas-user] how to indicate progress

Olivier Cruilles linuxos at ...1896...
Sun Feb 19 14:39:22 CET 2012


So in this case, try to start your application by a module that open your form next
and in this module put the command Application.Busy = 1

Olivier Cruilles
Mail: linuxos at ...1896...

Le 19 févr. 2012 à 14:14, Olivier Cruilles a écrit :

> May be you ca use this one:
> 
>     Application.Busy = 1
> 
> and when the Process stops
> 
>    Application.Busy = 0
> 
> 
> Olivier Cruilles
> Mail: linuxos at ...1896...
> 
> Le 19 févr. 2012 à 13:13, Bill-Lancaster a écrit :
> 
>> 
>> Gambas 3
>> 
>> I want to run an Exec command when my programme starts.
>> 
>> Using the Open or Activate event for the main means that the form doesn't
>> appear until the exec process has finished.
>> 
>> How can I indicate that the Exec process is still running?
>> -- 
>> View this message in context: http://old.nabble.com/how-to-indicate-progress-tp33351547p33351547.html
>> Sent from the gambas-user mailing list archive at Nabble.com.
>> 
>> 
>> ------------------------------------------------------------------------------
>> Virtualization & Cloud Management Using Capacity Planning
>> Cloud computing makes use of virtualization - but cloud computing 
>> also focuses on allowing computing to be delivered as a service.
>> http://www.accelacomm.com/jaw/sfnl/114/51521223/
>> _______________________________________________
>> Gambas-user mailing list
>> Gambas-user at lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/gambas-user




More information about the User mailing list