Hi,
I created a Rectangular graphic.
Under Colors and Patterns (in the Object Inspector for the graphic) - the Top and Bottom Bevels are enabled. However, when I choose a color for each, or just one, the color is not applied to the graphic.
Am I missing a step?
Thank you,
Kevin
Colors and Patterns - Top and Bottom Bevels
Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller
RunRev removed the relevant properties from the gui of the inspector (probably due to being incompatible with the antialiased stuff). However you can still set them via script or the message box:
set the showborder of graphic x to true
set the threed of graphic x to true
If you have set the colours, the graphic should show them now.
set the showborder of graphic x to true
set the threed of graphic x to true
If you have set the colours, the graphic should show them now.
Various teststacks and stuff:
http://bjoernke.com
Chat with other RunRev developers:
chat.freenode.net:6666 #livecode
http://bjoernke.com
Chat with other RunRev developers:
chat.freenode.net:6666 #livecode
-
- Livecode Opensource Backer
-
- Livecode Opensource Backer
That would be worth reporting it in the quality center. It has puzzled me for ages as to why ticking the dashed checkbox had no effect. It would be worth to suggest an enhancement by which ticking the dashed box automatically switch the antialiasing off (with unticking of that box).revsanphos wrote:Slightly related - I just figured out Dashed lines (Basic Properties) works when Antialiased is off.
-
- Livecode Opensource Backer