Developer forums (C::B DEVELOPMENT STRICTLY!) > Plugins development
DDD-like watches
thomas:
Is OGL (in wxWidgets contrib) not exactly what you want? I've never used it, but I guess that's what you need.
Ceniza:
I don't really think OGL is what I want/need :)
thomas:
But it says "draw lines, shapes, and connectors"... :)
EDIT:
Hey, wait a minute... why don't you write out SVG to a string buffer? Then you can feed that to a SVG renderer, there are a few for wxWidgets. That way, it's scaleable and printable, too, for free :)
Ceniza:
thomas: have you tried DDD? :)
With SVG we could make a nice looking drawing, but... I still think you're considering a widget for the plots while I'm considering a widget for the watches.
The widget is needed to implement the drawings in the first image, the one with the list.
thomas:
--- Quote from: Ceniza on January 11, 2006, 12:34:06 am ---The widget is needed to implement the drawings in the first image, the one with the list.
--- End quote ---
Yes, SVG is just fine for that. Make a big SVG canvas and give it a document which has a box here, an arrow there, and some text. Should work really nicely, and you can use all of the SVG candy like rounded boxes and transparency or gradients if you like.
Navigation
[0] Message Index
[#] Next page
[*] Previous page
Go to full version