From: "Patrick Mitran" Newsgroups: comp.os.msdos.djgpp References: <9k7jtd$l65$1 AT info DOT cyf-kr DOT edu DOT pl> <9k8gic$19o$1 AT nets3 DOT rz DOT RWTH-Aachen DOT DE> Subject: Re: VESA text in RHIDE ? Lines: 38 X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 5.50.4133.2400 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 Message-ID: <7hU97.5113$h24.1375782@carnaval.risq.qc.ca> Date: Wed, 01 Aug 2001 14:22:59 GMT NNTP-Posting-Host: 132.206.69.38 X-Complaints-To: abuse AT mcgill DOT ca X-Trace: carnaval.risq.qc.ca 996675779 132.206.69.38 (Wed, 01 Aug 2001 10:22:59 EDT) NNTP-Posting-Date: Wed, 01 Aug 2001 10:22:59 EDT To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com > > IMHO RHIDE realy should use VESA text modes, with give for example modes > > like 130x80 etc... Free Pascal Compiler IDE can use this modes, as AFAIR > > both are based on Turbo Vision ? > > Well, feel free to code it ... > Call me crazy, but isn't this already supported? A few years back, when I was using a much older version of Rhide and when I had a TVGA8900 video card -- yup, that long ago-- that supported VESA test modes, I'm pretty sure I remember using it in something like 132x50 modes. Unfortunately, since then I've upgraded to a Matrox Millenium and now have a Trident Ciberblade in a laptop, neither of which support VESA text modes, so this is a non-issue for me now. I can think of 2 ways to use VESA modes in Rhide. First, there is an "other" option in the preferences of the tezt mode. If I remember correctly, just put the hex value of the mode in there (eg, 0x010A or something like that). You may have to tweek the value by adding a constant or something. Can't recall. The second option is to look on google for a program that will change text modes for you in DOS. I think one is called STM.EXE which you can get at http://www.greene.xtn.net/~ecogburn/ Change video mode in DOS and then start Rhide. I can't vouch for the program though. You may have to run Rhide full-screen though because I think Win9x and Me have quite a few constraints on the size of a windowed text app. Patrick