Re: [Gambas-user] Form does not update during a debug session

2014-06-10 Thread Tobias Boege
On Tue, 10 Jun 2014, Orionis wrote: > Thanks Tobias, this is useful but it does not help me too much with my > particular problem. > I mean: i have some tens of controls updates to check while debugging. > Should I have to place a .refresh followed by a Wait after each > single statement to be te

Re: [Gambas-user] Form does not update during a debug session

2014-06-10 Thread Orionis
Thanks Tobias, this is useful but it does not help me too much with my particular problem. I mean: i have some tens of controls updates to check while debugging. Should I have to place a .refresh followed by a Wait after each single statement to be tested? -- View this message in context: ht

Re: [Gambas-user] Form does not update during a debug session

2014-06-09 Thread Tobias Boege
On Mon, 09 Jun 2014, Orionis wrote: > I'm experimenting this issue: > A form called 'modList' contains a TableView and some other simple controls > like labels. > NOTE: this is a modal window. > > A pubblic sub 'Update' is called inside the module with: > > Public Sub DoUpdate_Click() >Updat

[Gambas-user] Form does not update during a debug session

2014-06-09 Thread Orionis
I'm experimenting this issue: A form called 'modList' contains a TableView and some other simple controls like labels. NOTE: this is a modal window. A pubblic sub 'Update' is called inside the module with: Public Sub DoUpdate_Click() Update End The Update procedure must be debugged for some