From: =?ISO-8859-1?Q?Rafael_Garc=EDa?= Newsgroups: comp.os.msdos.djgpp Subject: Re: why rhide switches to full screen? Date: Tue, 07 Jan 2003 14:00:42 +0100 Organization: Telefonica Data Espagna Lines: 28 Message-ID: <3E1ACF7A.8050502@geninfor.com> References: <3E13FF54 DOT 6040300 AT geninfor DOT com> <3E15A5AB DOT 50704 AT inti DOT gov DOT ar> NNTP-Posting-Host: 80-24-251-44.uc.nombres.ttd.es Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit X-Trace: nsnmrro2-gest.nuria.telefonica-data.net 1041944448 6409 80.24.251.44 (7 Jan 2003 13:00:48 GMT) X-Complaints-To: usenet AT nsnmrro2-gest DOT nuria DOT telefonica-data DOT net NNTP-Posting-Date: Tue, 7 Jan 2003 13:00:48 +0000 (UTC) User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.0.1) Gecko/20020826 X-Accept-Language: en-us, en To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Salvador Eduardo Tropea wrote: > Rafael García wrote: > >> This is only since I have Windows XP, when opening RHIDE and when hit >> F8 to step debugging. >> >> I would like to use a big console, say 132 columns and 60 lines and >> tell RHIDE not to touch screen mode. But in menu >> Options->Environment->Preferences->Screen mode, I don't know how to >> choose that. Perhaps with the "other" option but what is the 0x303 >> number below? > > This is some internal mode, this is "extended mode 3". > Try using 0x010CB as Andrew said. > > SET > I cannot write that number (only five chars field size). But if I give it in decimal, it says "This video mode is not supported by the Turbo Vision library" But I don't understand why could it be a problem to let the user chose an arbitrary number of rows and columns acording to the size of his graphic console. Thanks for the answer.