1- Thanks LuKas.
2-Never had problems with the inkey on digits..
3-Yes its for inchar! but not inchar directly...inchar adds the digits to the string. and the strings changes as a type, and the panel refresh the string contents, thats why its handy.

The problem with the string being the format, is that it wont refresh as a type! so thats "useless"..

TEXT entities, are not very friendly, because i dont like the spacing of the text ( im not able to control the space between lines) and it wont fit the space of the UI design i have
)

Im sad,this things happens.

Dont understand the trouble, since i can use strings as var pointer when defining the panel with pan_create
and CAn'T when, adding a new digits to the panel LOOl thats Weird.

my Solution is:
Im going to have to use a draw_text in a while loop, sadly i wont be able to fade the text in, since draw text has no alpha parameter...


Last edited by MMike; 07/05/10 00:49. Reason: spelling errors .. and solution added.