As title suggest ive run into form trouble. This might be totally newb form user question, but hey thats why developer forum exists.
So im trying to run a form from my plugin dll. When i do this within XlobbySDKs showDialog() function it is working beautifully, but when i try to run exact same form on other times, especially when skineditor is brought up, form just freezes up, its components are not drawn, and when u move mouse on it u get that hourglass icon. If u call refresh, afterwards generating and showing form, components are drawn, but form is still frozen with hourglass... that is weird though cause theres no need to call refresh when u generate form within showDialog()...
I even thought that XL doesnt somehow bother to manage forms on other times, and found out window handle of desktop and delegate showing of my form to it, this was off no use...
Any ideas what im doing wrong? are we supposed to manage forms somehow? for what r we paying Mr. gates then??
EDIT also found this thread http://xlobby.com/forum/viewtopic.php?f=14&t=4628&hilit=+form about other but surprisingly similar form troubles... and followed Badubo's suggestion to create form when helper is set yet showing it as skin editor is diplayed, sadly it makes no difference in my case