Re: save_text_image
- Posted by Robert Craig <rds at ATTCANADA.NET> Jan 24, 2000
- 435 views
C.K. Lester writes: > I'm trying to use this in a .exw program to grab a portion > of the DOS box that pops up when it's running. I guess this > is what's called the "console?" > It tells me the function get_active_page() is not supported > for Euphoria for WIN32. How would I then grab a portion > of that console screen to save and then redisplay? save_text_image() hasn't been implemented yet for WIN32. I didn't think there was much demand for it. Unfortunately, get_screen_char() and put_screen_char() haven't been done for WIN32 either. (The docs aren't clear about this). I'll try to do all three of these routines for WIN32 in the next release. I guess you'll just have to keep track of what you've written to the WIN32 console, or else use DOS32 (or Linux). Maybe you should write a real Windows GUI program using David Cuny's Win32Lib. Regards, Rob Craig Rapid Deployment Software http://www.RapidEuphoria.com