PDA

View Full Version : Problems / Console module



Petr Schreiber
31-08-2008, 22:45
Hi Eros,

I just found one odd thing:


USES "Console"

printl "Welcome!"
PRINTAT ("Ahoj", 3, 3)
console_PrintAt "Ciao", 4, 4
console_PrintAt "Buenos dias", 5, 5, %Console_FOREGROUND_BLUE

waitkey


That script prints just "Welcome!" and "Buenos dias". The "Ahoj" and "Ciao" is printed, but in black which means invisible.
I think this problem is related to fact mandatory color was removed, so last used color is none = black?

I think white should be better?


Thanks,
Petr

ErosOlmi
31-08-2008, 22:54
Perfect. I will fix right now.
Thanks a lot
Eros