hi there,
i want to display a "help-text" for my programm. I want to open it from the Menu.
Until now i did something like this:
I like it, it has a scrollbar and if you finished reading you can press "yes" to get to next topic or "no" to exit.Code:def help(): globalui.global_msg_query(......
But for me the window is too small.
So is there a way to make it bigger?
What other possibilities are ther to display text or text file (perhaps with scrollbar)?
How should the code look like? didnt find anything till now??

Reply With Quote



nice!

