Re: get_text_image/save_text_image
- Posted by Guillermo Bonvehi <knixeur at speedy.com.ar> Dec 17, 2003
- 449 views
No, it was ex.exe running on Windows, I assumed you were doing the same. C. K. Lester wrote: > > Guillermo Bonvehi wrote: > >> >> I see them perfectly running Euphoria 2.2 on Windows XP > > > Are you running the code with EXW.EXE? Weird, 'cuz RC said he hasn't > implemented it for Win32 yet... > >> >> C. K. Lester wrote: >> >>> >>> Mr. Craig, >>> >>> The subject functions don't seem to be working properly for me in a >>> Windows console running exw. >>> >>> Here's an example that shows the problem >>> >>> -- begin screen test >>> include image.e >>> include get.e >>> object timage, void >>> for t=1 to 50 do >>> puts(1,rand(26) + 'A' - 1) >>> end for >>> timage = save_text_image({1,1},{25,80}) >>> clear_screen() >>> display_text_image( {1,1}, timage) >>> void = wait_key() >>> -- end screen test >>> >>> I should see the random string of letters, but I don't! >>> >>> -ck >> >