View Single Post
Unread 10-22-11, 11:21 AM   #5
Lildry
Claw of Regulos
Join Date: Oct 2011
Posts: 13
Quote:
Originally Posted by Myrroddin View Post
I would replace local function init() with a do/end. But that's only if you need something like that; I ask because everything you have in init() can be put in the main chunk, right after creating the context and frame.

Further, and you probably have already thought of this, but you want an if/then statement checking the window's visibility. If false, show it, if true, hide it. Put that check in your slash command function.
Hello Myrroddin I am currently a student in college for information technology/web design. I am using my elective classes for all programming classes that are offered. All the feedback you give to me are things I really didn't think about, but I do plan to put it to use. I think the local function init() is something that is causeing a problem with the application I am working on now, need to look at this closer and make some changes.

thanks for the feedback

Lildry
Lildry is offline   Reply With Quote