Robin Dunn wrote:
Metal3d wrote:
So, i am currently creating a EDI for a PHP Framework http://www.copix.org.
My EDI creates some uml diagrams and i want to create a more "pretty" view than poor RectangleShape or DividedShape
The First goal is to have some Shape composed by several Rectangles. I tried CompositeShape but nothing makes it draggable...
It works in the demo.
ah,... i didn't see an ogl demo... i will look for...
The second goal is to have more decorations for background. For example gradient color or images...
For the objects or the canvas? We discussed the problem with doing it for the canvas last week or so, (not working currently but is fixable.) For the shapes your could probably do it by overriding OnDraw in a derived shape class.
For objects... but override OnDraw stills complexe i think... I will do it anyway if it's the only solution.
Thanks