1. Re: Messages posted on the 15th to the 16th of August
- Posted by Mathew Hounsell <d8357hn1 at OZNET11.OZEMAIL.COM.AU> Aug 18, 1997
- 774 views
To whom it may concern, >In text mode it's often smarter to present messages or menus in >a box, and given it a 3D look, casting a shadow on 2 sides. >I notice though that in some software the back text in the shadow >remain still visible like in reality. How can I do that in Euphoria? To change the color of text you need to access memory. I have a library to do this, with a box (with shadow) function. and will send it to anyone interested. Text memory starts at B800:0000 (B8000) + an offset held at another location. Each word contains first the ASCII character than a value for the colour, 7 is grey on black. Go to this site for more imformation. DOS Programming (David Riley) : http://home.cc.umanitoba.ca/%7Eumrobi28/ >3) No matter what mode I put my graphics card into, the video_config >function tells me that I only have 1 page of graphics memory. Is this >typical, or is something amis with my graphics card? It is a S3 PCI >SVGA card with 1 meg of memory, so I figure it must have multiple >pages of memory in at least the low-resolution graphics modes. Text modes and I think the lowest resolution EGA mode are the only ones that have multiple pages because of the way memory is set up. I haven't checked this up in euphoria. It may be Euphoria. Go to this site for more imformation. DOS Programming (David Riley) : http://home.cc.umanitoba.ca/%7Eumrobi28/