Sorry, Should have said I'm using Gambas 3.5.90 running in Kubuntu 13.10
--
View this message in context:
http://gambas.8142.n7.nabble.com/DateChooser-time-value-tp46715p46716.html
Sent from the gambas-user mailing list archive at Nabble.com.
---
A DateChooser control when set mode = time only does not respond to the
change event.
Public Sub DateChooser3_Change()
Print "time";; DateChooser3.Value
End
prints nothing
Is this a bug or am I doing something wrong?
--
View this message in context:
http://gambas.8142.n7.nabble.com/Da