Question
XUI dialog focus-related highlighting
Hiya,
A weird one. I'm loading a XUI dialog and many of the controls are
dynamically generated. The last button to load is getting focus by default.
I don't want it there so I set it directly using:
dlgitem_set_focus($win, "idofitemthatshouldgetfocus")
And the focus moves as requested. HOWEVER, the highlighting around the last
loaded button doesn't disappear and it doesn't appear as it should on the
set button. Tab will move both focus and focus-related highlighting.
Anyone seen / solved this? Am I not understanding the difference between
programmatic and in-dlgitem highlighting and the highlighting
(drop-shadow-looking) around the dlgitem?
--
Paul Nagai
A weird one. I'm loading a XUI dialog and many of the controls are
dynamically generated. The last button to load is getting focus by default.
I don't want it there so I set it directly using:
dlgitem_set_focus($win, "idofitemthatshouldgetfocus")
And the focus moves as requested. HOWEVER, the highlighting around the last
loaded button doesn't disappear and it doesn't appear as it should on the
set button. Tab will move both focus and focus-related highlighting.
Anyone seen / solved this? Am I not understanding the difference between
programmatic and in-dlgitem highlighting and the highlighting
(drop-shadow-looking) around the dlgitem?
--
Paul Nagai

