|
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 EditText Hide As it turns out, that hidden control
received the focus. Go Figure. In essence the dialog displays and it appears
that No control at all has the focus. However, when I hit the tab key the
focus goes to the next control which is my PopupMenu. This is a better scenario,
but not completely what I want. From: Jacques Paris
[mailto:[EMAIL PROTECTED] 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. What could be that hidden rule? Jacques Paris -----Original Message----- I have a Dialog that contains
several types of controls (StaticText, PopupMenu, EditText, RadioGroup and
Buttons) and I would like to specify which control has the initial focus when
the Dialog displays. Currently when the Dialog displays,
the focus is placed on the first EditText control. I want the focus to be
placed on a PopupMenu control instead. The Controls are defined in the
following order StaticText PopupMenu EditText So I would think that the PopupMenu
would be get the initial focus according to the Help information below.
Greg Goodall Data Management Marketing Project Manager / Senior Systems
Analyst 321-725-8081 [EMAIL PROTECTED] |
_______________________________________________ MapInfo-L mailing list [email protected] http://www.directionsmag.com/mailman/listinfo/mapinfo-l

