Editbox - How to set the cursor position
Editbox - How to set the cursor position
I have made a password editbox (displays '*' instead of characters in the edit box). I use the settext() function to place the '*'s into the edit box after the new characters have been typed in. Problem is that the cursor position within the editbox is always at the begining of the edit box. So the question is, is there a way to set where the input cursor is within the edit box?
no, nobody !!!B@z wrote:nobody?
there is no functionality for this...
maybe you can add it to the class on your own ???
while(!asleep) sheep++;
IrrExtensions:
http://abusoft.g0dsoft.com
try Stendhal a MORPG written in Java
IrrExtensions:

http://abusoft.g0dsoft.com
try Stendhal a MORPG written in Java
for the main post: with the curent Irrlicht version you don't need to create your own password box, the EditBox has functions for this... 
if you still need this functions, have a look at this Thread !!!
if you still need this functions, have a look at this Thread !!!
while(!asleep) sheep++;
IrrExtensions:
http://abusoft.g0dsoft.com
try Stendhal a MORPG written in Java
IrrExtensions:

http://abusoft.g0dsoft.com
try Stendhal a MORPG written in Java