On Mon, Feb 7, 2011 at 10:33 PM, MK <[email protected]> wrote:

> Is it possible to have/generate/set more background colors than the available 
> 16 ones in ooDialog?

It's possible in general, but not in the current ooDialog.  Something
I plan on looking into in the future.

> I have an application with a tab control having multiple tabs and the same 3 
> entrylines arranged in a column on each tab. To give the user a visual cue 
> when changing tabs, I change the backgroung colors of the entrylines per tab. 
> Problem is that I run quickly out of non hit-me-in-the-face colors.

Tab controls support an image in the tab.  If you look at the
propdemo.rex example in 4.1.0, which is the PropertySheetDemo.rex in
4.2.0, for the tab page, you'll see I have added images to all the
tabs.  To give the user a visual clue when changing tabs, you could
change the image for the tab selected.  Or something similar.  Then
you are just limited by how creative you are in making images.

A general idea would be: say you have 6 tabs.  You could create an
image list of 12 images.  6 are the normal images for each tab, 6 are
the selected images.  When a tab is selected, you switch the normal
image with the selected image for that tab. For the tab losing the
focus, you switch it back to the normal image.

Or some variation of the above.

--
Mark Miesfeld

------------------------------------------------------------------------------
The ultimate all-in-one performance toolkit: Intel(R) Parallel Studio XE:
Pinpoint memory and threading errors before they happen.
Find and fix more than 250 security defects in the development cycle.
Locate bottlenecks in serial and parallel code that limit performance.
http://p.sf.net/sfu/intel-dev2devfeb
_______________________________________________
Oorexx-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/oorexx-users

Reply via email to