|
|
Clarion 6 - General
Started by riaan3 at 09-14-2008 11:40 PM. Topic has 4 replies.
 
 
|
|
Sort Posts:
|
|
|
|
09-14-2008, 11:40 PM
|
riaan3
Joined on 07-03-2007
cape town
Posts 29
|
Allow user to change colors
|
|
|
|
|
Hi
I want to pop up a color dialoge for the user to change colors in my app.
Help will be appreciated.
Thanks
Marius
mwroos
|
|
|
|
|
Report
|
|
|
|
09-15-2008, 5:36 AM
|
Russ
Joined on 10-20-2005
Posts 223
|
Re: Allow user to change colors
|
|
|
|
|
See PROP:Color in the help. Then you can use these values based on what the user selected in various embed points, or better a template.
Russ Eggen www.radfusion.com
|
|
|
|
|
Report
|
|
|
|
09-15-2008, 5:56 AM
|
riaan3
Joined on 07-03-2007
cape town
Posts 29
|
Re: Allow user to change colors
|
|
|
|
|
Thanks Russ
Will check it out.
Marius
mwroos
|
|
|
|
|
Report
|
|
|
|
09-15-2008, 9:51 AM
|
Shankar
Joined on 10-24-2005
Dubai, UAE
Posts 219
|
Re: Allow user to change colors
|
|
|
|
|
Hi Marius,
The color dialog function is COLORDIALOG(). From the Help ::
IF NOT COLORDIALOG('Choose Box Color',ColorNow)
ColorNow = 000000FFh !Default to Red if user pressed Cancel
END
Check the help for more details on usage.
Regards
Shankar
|
|
|
|
|
Report
|
|
|
|
09-15-2008, 10:27 AM
|
riaan3
Joined on 07-03-2007
cape town
Posts 29
|
Re: Allow user to change colors
|
|
|
|
|
Thanks Shankar
Will do
mwroos
|
|
|
|
|
Report
|
|
|
|
|
|