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

Orionis linux at ...3345...
Mon Jun 9 21:57:14 CEST 2014


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 inconsistencies with a
breakpoint at the beginning of procedure.
Stepping with F8 does not show any change in the controls contents although
the code applies them.
This happens even placing some 'refresh' in the code,
Only when the 'end' in the DoUpdate call is reached the windows is actually
updated.

Is this behaviour correct or am I missing something ?

Thanks







--
View this message in context: http://gambas.8142.n7.nabble.com/Form-does-not-update-during-a-debug-session-tp46920.html
Sent from the gambas-user mailing list archive at Nabble.com.




More information about the User mailing list