RE: [MI-L] Set Focus on PopupMenu Control in a Dialog

2006-08-25 Thread Peter Horsbøll Møller
mapinfo-l@lists.directionsmag.comSubject: RE: [MI-L] Set Focus on PopupMenu Control in a Dialog There’s all sorts of “hidden” rules in MapBasic and more importantly the MapBasic documentation. I added another EditText control to the dialog BEFORE my PopupMenu but made it hidden. Control Edit

RE: [MI-L] Set Focus on PopupMenu Control in a Dialog

2006-08-22 Thread Greg Goodall
PM To: 'Greg Goodall'; mapinfo-l@lists.directionsmag.com Subject: RE: [MI-L] Set Focus on PopupMenu Control in a Dialog If your dialog has even one EditText control that is enabled, MapInfo will select one of those to be the active control. You have no choice. However, it's possible to work around

RE: [MI-L] Set Focus on PopupMenu Control in a Dialog

2006-08-21 Thread Jacques Paris
There seems to be some hidden rules in that control focus setting. Popup menu does not seem to able to be set as default control, the one that should be active at dialog opening. But it is not the only case I have met; I have been unable to set the OkButton or any button as default focus.

RE: [MI-L] Set Focus on PopupMenu Control in a Dialog

2006-08-21 Thread Spencer Simpson
If your dialog has even one EditText control that is enabled, MapInfo will select one of those to be the active control. You have no choice. However, it's possible to work around this limitation by specifying all of the EditText controls with Disable. In that case, the first of the non-disabled

RE: [MI-L] Set Focus on PopupMenu Control in a Dialog

2006-08-21 Thread Greg Goodall
, August 21, 2006 3:42 PM To: 'Greg Goodall'; mapinfo-l@lists.directionsmag.com Subject: RE: [MI-L] Set Focus on PopupMenu Control in a Dialog There seems to be some hidden rules in that control focus setting. Popup menu does not seem to able to be set as default control, the one that should