[web2py] Ref: Lines and shapes

2012-11-18 Thread Teddy Nyambe
Hi, Does web2py support drawing of lines and shapes and inserting text inside drawn shapes? Thanx in advance. Teddy --

Re: [web2py] Ref: Lines and shapes

2012-11-18 Thread Bruno Rocha
You need HTML, JS and CSS. take a look in raphaeljs Bruno Rocha http://rochacbruno.com.br mobile Em 19/11/2012 02:32, "Teddy Nyambe" escreveu: > Hi, > > Does web2py support drawing of lines and shapes and inserting text inside > drawn shapes? Thanx in advance. > > Teddy > > -- > > > > --

Re: [web2py] Ref: Lines and shapes

2012-11-19 Thread Teddy Nyambe
Hi Bruno, cant seem to find content relating raphaeljs eventually finding what am looking for programmatically imaging with web2py. BTW congratulation on your selection on PSF. kind regards, Teddy On Mon, Nov 19, 2012 at 7:23 AM, Bruno Rocha wrote: > You need HTML, JS and CSS. > > take a look

Re: [web2py] Ref: Lines and shapes

2012-11-19 Thread Bruno Rocha
Tks! web2py has no api for this, in that case you should use JavaScript, html and css. You can generate this on web2py side, but in the end it will be the same. Pyjamas, jquery or raphael should have functions or libs to design. You can also look at Matplotlib. Bruno Rocha http://rochacbruno.c