Re: [MSEide-MSEgui-talk] TEdit and OnChange event

2016-10-19 Thread Martin Schreiber
On Wednesday 19 October 2016 11:21:30 Graeme Geldenhuys wrote: > On 2016-10-19 08:17, Martin Schreiber wrote: > > It is called from loaded(). The purpose is that one can synchronise with > > the streamed values. > > ps: > I added all the recent information you gave me to the fpdoc >

Re: [MSEide-MSEgui-talk] TEdit and OnChange event

2016-10-19 Thread Graeme Geldenhuys
On 2016-10-19 08:17, Martin Schreiber wrote: > It is called from loaded(). The purpose is that one can synchronise with the > streamed values. ps: I added all the recent information you gave me to the fpdoc documentation in MSEUniverse as commit c4062c2. Every little bit helps. ;-) Regards,

Re: [MSEide-MSEgui-talk] TEdit and OnChange event

2016-10-19 Thread Martin Schreiber
On Wednesday 19 October 2016 09:58:05 Graeme Geldenhuys wrote: > On 2016-10-19 08:17, Martin Schreiber wrote: > > It is called from loaded(). The purpose is that one can synchronise with > > the streamed values. > > I ended up using the OnTextEdited event, which seems to fit my purpose. > Yes, it

Re: [MSEide-MSEgui-talk] TEdit and OnChange event

2016-10-19 Thread Graeme Geldenhuys
On 2016-10-19 08:17, Martin Schreiber wrote: > It is called from loaded(). The purpose is that one can synchronise with the > streamed values. I ended up using the OnTextEdited event, which seems to fit my purpose. Regards, Graeme -- fpGUI Toolkit - a cross-platform GUI toolkit using Free

Re: [MSEide-MSEgui-talk] TEdit and OnChange event

2016-10-19 Thread Martin Schreiber
On Wednesday 19 October 2016 00:28:11 Graeme Geldenhuys wrote: > Hi Martin, > > Why does a TEdit's OnChange event fire when a form is displayed for the > first time? > > At design time the TEdit was empty (no text) and no default property > values were changed. The constructor of the form doesn't

[MSEide-MSEgui-talk] TEdit and OnChange event

2016-10-18 Thread Graeme Geldenhuys
Hi Martin, Why does a TEdit's OnChange event fire when a form is displayed for the first time? At design time the TEdit was empty (no text) and no default property values were changed. The constructor of the form doesn't change anything of the TEdit instance either, yet the OnChange event is