Welcome!

By registering with us, you'll be able to discuss, share and private message with other members of our community.

SignUp Now!

How to? Give a color to the popup window @SELECT

Mar
26
0
I have noticed that the popup window has a new line - just under the title. A good choice to view what are you searching.
This was a parenthesis.
I just remembered that in an old TCC there was a possibility to change the color of background, foreground and selection bar when using @SELECT.
Now I cannot find how to do it.
Is it still possible ?
Thanks for help.
Florin
 
I just remembered that in an old TCC there was a possibility to change the color of background, foreground and selection bar when using @SELECT.
Now I cannot find how to do it.
Is it still possible ?

I think that was the PopupWinColors directive in the .INI file... back when popup windows were text-based, drawn in the console window with line-drawing characters. Long gone.
 
From the 4DOS Help;
1726679513141.webp


When attempted in TCC 33;
1726679532100.webp


Yep, Long Gone.

Joe
 
You can still have console popup windows. I didn't try colors.

1726681840758.webp
 
Yes, I still use them in my .BTM files.

I enable them at the beginning of the .BTM;
Code:
OPTION //ConsolePopupWindows=Yes
...and disable them at the end of the .BTM;
Code:
OPTION //ConsolePopupWindows=No

Joe
 
Since they still exist, the color directive seems appropriate. But as noted earlier it no longer exists.
 
Back
Top