2010/9/28 Mohammed Rashad <[email protected]>: > yes exactly like that but lines/points should appear as we draw without > reloading. > where can i get the source code.
examples/widgetgallery/PaintBrush.C > and please tell where to modify to draw without reloading? That is not an easy task, certainly not if you want it to work cross-browser, and also on IE6. I'd recommend to start with a mostly server-side approach, and then optimize the annoying parts afterward, when you have a good understanding of how Wt works. We usually use clever tricks to minimize the amount of (possibly non-portable) JavaScript we have to write. W. ------------------------------------------------------------------------------ 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
