Hi,
here are my 3 probs:
1) Is it possible to use a TextEntry with a Scrollbar ? My try ended in not showing the TextEntry and not being able to click on the Scrollbar. But if i change the TextEntry to a Label it works.
 
2) What about disabling the cursor ? I click on a TextEntry and make it active. Then I close my menu with 'HideWindow'-Handler, but when I display it again everything I tipped into the console is displayed in that TextEntry as well ! That's nerving! So I want to disable/deactivate the current Textentry, but how ?
 
3) Is there a CommandHandler that calls a function, which I have coded some lines above, when I press a button ? Or do I have to code my own Handler. Right now, i use a function 'refresh', which is called every frame, and check the present state of the button and if it is 'active' then I call my function.
 
 

Reply via email to