Well.......I think I figured out what was wrong. I have enabled Drag and Drop on this control. That apparently makes it impossible to have an EEP that activated with a left click.....which I guess makes sense. BUT...now that I have figured out how to play with Property and Getproperty....wow....I have a lot of things to do!!!!!
Mike
-------------- Original message from "Dan Goldberg" <[email protected]>: --------------
Mine works. Did you put the name in the component id??Dan
From: [email protected] [mailto:[email protected]] On Behalf Of Michael J. Sinclair, MD
Sent: Friday, March 27, 2009 2:51 PM
To: RBASE-L Mailing List
Subject: [RBASE-L] - How to change the color of a 3D boxHi All,
I want to change the color of the box with a click of the mouse. The 3D box is behind my Variable Image control, and it is slightly larger than my Variable image control, so only the edges of the 3D box show. I put the following EEP into the Variable Image Control that is on top of the 3D box...
--on click
PROPERTY box1 color 'Red'
RETURN
When I click the Variable Image Control, I think the box is supposed to turn red......but nothing happens. What am I doing wrong?
Mike

