- 
  Posted by chemical66 on Sat, 17 Mar 2012 09:41:22Hi everyone, is there a possibility to set the window width of a StaticPopupDialog ? I am using it the usual way: StaticPopupDialogs["..."] = { text = "...", button1 = "...", button2 = "...", OnAccept = function() end, timeout = 0, whileDead = true, hideOnEscape = true,}; I have tried to add a hash with << width = "500" << , but obviously it failed (nothing happend). 
- 
  Posted by jnwhiteh on Sat, 17 Mar 2012 10:03:24As far as I know, no. They're automatically sized. 
- 
  Posted by chemical66 on Sat, 17 Mar 2012 10:39:32Well, there seems to be no suitable possibility. I managed to change the size after the Popup is being shown using StaticPopup1:SetWidth(num), but it does not re-render the text, which makes it useless for me ^^ 
- 
  Posted by jnwhiteh on Sat, 17 Mar 2012 15:40:50They're not one-size fits all, they're just convenient if its all you need. 
