Re: strange thing with put_screen_char()

new topic     » goto parent     » topic index » view thread      » older message » newer message

Hi Gwen,

> Just one bad news for me, we can't print two char
> on the same place on 
> the screen in text mode without erasing the first one.
> Bah, that's not very important smile

Try please

----------------------
include image.e

set_active_page(0)
position(11,25)
puts(1,"||||||| sad ---> smile")
set_active_page(1)
position(11,25)
puts(1,"\\\\\\\\\\\\\\ sad ---> smile")---keep \\ to take \
set_active_page(2)
position(11,25)
puts(1,"------- sad ---> smile")
set_active_page(3)
position(11,25)
puts(1,"/////// sad ---> smile")

while get_key()=-1 do
set_display_page(0)
set_display_page(1)
set_display_page(2)
set_display_page(3)
end while
------------------------------------


Regards,
Igor Kachan
kinz at peterlink.ru

new topic     » goto parent     » topic index » view thread      » older message » newer message

Search



Quick Links

User menu

Not signed in.

Misc Menu