Page 1 of 1

TextField Input disappears

PostPosted: Fri Jul 21, 2017 3:51 pm
by christof.brenke
Hello,

i have a weird Problem with Text Fields in an TableView using NGClient. The users are supposed to type Times in Format "HH:MM". Therefore there is a "onFocusLost" Method on that Fields, in order to
automatically format the user input.
The Problem is, that sometimes the user input suddenly disappears. In my opinion this happens, before the "onFocusLost" is fired.

In the Server Log there is this entry:

WARN com.servoy.j2db.server.ngclient.property.ComponentTypeSabloValue Warning: Access to component property onFocusLostMethodID denied (enabled)

Any Help?

Thank you in advance. Greetings, Christof

Re: TextField Input disappears

PostPosted: Tue Jul 25, 2017 6:44 pm
by christof.brenke
Hello,

the Problem is located, but now i´m facing the next one. The above mentioned Phenomenon occurs, if User1 saves a Record and User2 hasn´t saved yet. Then the input of User2 disappears, even it is not the same record, but only the same Table.
How to avoid this? Is this correct behaviour of DataBroadcasting?

Greetings, Christof