WoW:Creating simple pop-up dialog boxes (source)
Revision as of 00:44, 25 March 2012
, 25 March 2012→Basic setup: note on avoiding some taint
(mention maxLetters) |
(→Basic setup: note on avoiding some taint) |
||
| Line 21: | Line 21: | ||
whileDead = true, | whileDead = true, | ||
hideOnEscape = true, | hideOnEscape = true, | ||
preferredIndex = 3, -- avoid some UI taint, see http://www.wowace.com/announcements/how-to-avoid-some-ui-taint/ | |||
} | } | ||