IonicWind Software

IWBasic => GUI Central => Topic started by: Bruce Peaslee on July 21, 2009, 12:35:39 PM

Title: Edit Controls and @ENKILLFOCUS
Post by: Bruce Peaslee on July 21, 2009, 12:35:39 PM
Hi,

I have a dialog with a listview and a couple edit controls. The data in the edit controls is dependent on the item selected in the list view. The controls may be edited by the user. If the user clicks another item, I want the data in the edit controls for the current item to be saved, so that the user can return to it later.

In the dialog's handler I am responding to @ENKILLFOCUS for the edit controls. This works if the user moves from edit to edit, but not if he or she would click on an different item in the list view. I have also tried @ENCHANGE.

Thanks in advance.
Title: Re: Edit Controls and @ENKILLFOCUS
Post by: Ficko on July 21, 2009, 01:39:14 PM
Hi Peaslee!

I just tried "@LVNENDLABELEDIT" works perfectly. :D