Mohammed,

There's an example called 'paintexample'. It paints on SVG, VML, PNG,
... depending on what the browser supports. You can put widgets on top
of each other:

plot_ = new Plot(canvasWidth, canvasHeight, this);
plot_->setPositionScheme(Absolute);
plot_->setOffset(Left | Top, 0);

editor_ = new Editor(canvasWidth, canvasHeight, this);
editor_->setPositionScheme(Absolute);
editor_->setOffset(Left | Top, 0);
editor_->setPopup(true);

This will put 'Editor' on top of 'Plot'

Best regards,
Wim.

2010/9/28 Mohammed Rashad <[email protected]>:
> How to draw images using wt. I know about using WImage. but i need to keep
> the image as backdrop and use painter to draw lines,points and polygons on
> it. Is it possible?
>
> --
> Rashad
>
> ------------------------------------------------------------------------------
> Start uncovering the many advantages of virtual appliances
> and start using them to simplify application deployment and
> accelerate your shift to cloud computing.
> http://p.sf.net/sfu/novell-sfdev2dev
> _______________________________________________
> witty-interest mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/witty-interest
>
>

------------------------------------------------------------------------------
Start uncovering the many advantages of virtual appliances
and start using them to simplify application deployment and
accelerate your shift to cloud computing.
http://p.sf.net/sfu/novell-sfdev2dev
_______________________________________________
witty-interest mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/witty-interest

Reply via email to