Code::Blocks Forums

Developer forums (C::B DEVELOPMENT STRICTLY!) => Plugins development => Topic started by: Alatar on May 25, 2011, 10:52:36 am

Title: Scripted Plugins + GUI
Post by: Alatar on May 25, 2011, 10:52:36 am
Hello. I want to wrte some simple plugin with script lang, but it must get some info from user. As I see, scripting API have not GUI functions other than ShowMessage/Warning/Error/Info and wxGetText/Password/Number/ColourFromUser. Can script create and access any custom dialogs, or I need to use ShowMessage and wxGetTextFromUser combination to interact with user?