Author Topic: Scripted Plugins + GUI  (Read 4868 times)

Offline Alatar

  • Multiple posting newcomer
  • *
  • Posts: 60
Scripted Plugins + GUI
« 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?