Re: 'Blinking Screen on Exit from Clip app
- From: "Mel Smith" <medsyntel@xxxxxxx>
- Date: Sat, 28 Jul 2007 08:33:30 -0600
Pete & Klaus:
I tried your suggestions earlier.
They do not work when I use 'Yellow on Blue' as my standard Command
Prompt colour.
*But* if I set up the Command Prompt screen as the standard 'white on
black' (as suggested in an earlier post above), then the blinks stops -- But
I lose my favourite 'yellow on blue' :((
Thanks for all your help.
-Mel (now in a black and white world)
"Klas Engwall" <klas.engwall@xxxxxxxxxxxxx> wrote in message
news:46aa78fa$0$1347$834e42db@xxxxxxxxxxxxxxxxxxxxxxxxxx
Pete/Mel,
You could try:
entryColor = setcolor()
as the very first color command when your app loads, and
setcolor(entryColor)
on exit. The latter is much easier if your app has only one exit
point :-)
Good places to put that kind of code would be in an init procedure and
an exit procedure, making entryColor a static variable. That removes
the need to search for and modify possible exit points in various
modules.
Regards,
Klas
-------
klas dot engwall at engwall dot com
http://www.engwall.com/clipper/
The LFN Library for Clipper
The LanMan Library for Clipper
The NFPAT1A Timeslice release patch for the Nanforum Toolkit
.
- Follow-Ups:
- Re: 'Blinking Screen on Exit from Clip app
- From: Klas Engwall
- Re: 'Blinking Screen on Exit from Clip app
- References:
- 'Blinking Screen on Exit from Clip app
- From: Mel Smith
- Re: 'Blinking Screen on Exit from Clip app
- From: Klas Engwall
- Re: 'Blinking Screen on Exit from Clip app
- From: Mel Smith
- Re: 'Blinking Screen on Exit from Clip app
- From: pete
- Re: 'Blinking Screen on Exit from Clip app
- From: Klas Engwall
- 'Blinking Screen on Exit from Clip app
- Prev by Date: Re: 'Blinking Screen on Exit from Clip app
- Next by Date: Re: 'Blinking Screen on Exit from Clip app
- Previous by thread: Re: 'Blinking Screen on Exit from Clip app
- Next by thread: Re: 'Blinking Screen on Exit from Clip app
- Index(es):
Relevant Pages
|