Main App Color

This forum is for eXpress++ general support.
Post Reply
Message
Author
omni
Posts: 531
Joined: Thu Jan 28, 2010 9:34 am

Main App Color

#1 Post by omni »

Roger,

We for the most part just use our logo on our main app, but some users who have 3 or more companies like to have colors. We have done that previously but its been a few years. All those users are still in 1.9.

Now I have a new user who wants colors and most just give an error that we pull of an rgb table. Some I had at other companies work, some do not. (now in 2.0 if that makes any difference)

Is there another step, or is the color limited to a few colors?
One example, but most I try give this message.

COLOR &QQCOLORMAIN on getoptions

-> VALTYPE: C VALUE: {118.118.104}
oError:description : Syntax error in macro expression




yet this one and others work, all from sites that have it installed.
{227.199.198}

The 11 possible digits are in a control file, so can be easily changed.

Going crazy,

Fred
Omni

User avatar
rdonnay
Site Admin
Posts: 4722
Joined: Wed Jan 27, 2010 6:58 pm
Location: Boise, Idaho USA
Contact:

Re: Main App Color

#2 Post by rdonnay »

nColor := GraMakeRGBColor( {118,118,104} )

DCGETOPTIONS COLOR nColor
The eXpress train is coming - and it has more cars.

omni
Posts: 531
Joined: Thu Jan 28, 2010 9:34 am

Re: Main App Color

#3 Post by omni »

Perfect!!

Thanks

Post Reply