BUG(?) - TMaskEdit:OnExit x Treeview

Xailer English public forum
Responder
Avatar de Usuario
Hurricane
Mensajes: 262
Registrado: Mar Mar 24, 2015 10:21 am
Ubicación: Brasil
Contactar:

BUG(?) - TMaskEdit:OnExit x Treeview

Mensaje por Hurricane »

MaskEdit's OnExit (.F.) is running, but does not prevent the click on the Treeview, navigating through the items (changing page in my application), the other controls will not receive focus.

Xailer 4.0.2 and 5.1.1 (Demo)

Simple examples, form:
Treeview (with some items, without any coding)
2 MaskEdits (OnExit: = {|| .f.})
Developments | Trainings | Projects
Site | E-mail | Messenger | YouTube
Avatar de Usuario
jfgimenez
Site Admin
Mensajes: 5707
Registrado: Lun Abr 06, 2015 8:48 pm
Contactar:

Re: BUG(?) - TMaskEdit:OnExit x Treeview

Mensaje por jfgimenez »

Hi,

returning .F. from OnExit prevents to change focus to other control. But it does not avoid to click on them with your mouse. Many controls (like buttons) requeres the focus before accepting clicks, but other don't (like toolbar). Probably treeview is in the second group.
José F. Giménez
[Equipo de Xailer / Xailer team]
http://www.xailer.com
http://www.xailer.info
Responder