Thread Tools Display Modes
11-04-06, 06:56 AM   #1
Airlag
A Deviate Faerie Dragon
Join Date: Nov 2006
Posts: 12
EditBox attribute AutoFocus

EditBoxes have the attribute AutoFocus (I don't know since when)
If set to true, the EditBox allways tries to get the Focus. This means the cursor is displayed and all keyboard entries are redirected to the EditBox. Very annoying when you play WoW
Unfortunately, AutoFocus is set automatically to true
Unfortunately, AutoFocus is not displayed in the properties window of the UI Designer, so the only way to get rid of it is to set it manually to false for all EditBoxes that I implement.
(looks like this in the OnLoad procedure)
getglobal("EditBoxName"):SetAutoFocus(false);

Is there a possibility to get AutoFocus as a customizable attribute in the property window?
Maybe in the next release?

many thanks,
Jochen [Chibi on german Server Thrall]

P.S.: I like WoW UI Designer very much, it makes AddOn Design very easy
  Reply With Quote

WoWInterface » Developer Discussions » General Authoring Discussion » EditBox attribute AutoFocus

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off