PDA

View Full Version : drawing a square root


stuckhere90
01-30-2008, 11:50 AM
OK, I now know that Open Laszlo can be used to calcilate square roots. My new question related to this is: Is there a simple way for me to get Open Laszlo to draw a square root, or would I have to do that, maybe in a drawview, myself?

Thanks!!

rcyeager
02-13-2008, 01:15 PM
Do you mean using a character symbol like this:


<canvas width="100%" height="100%">
<text text="√"/>
</canvas>


If you don't want to use character symbols, then a drawview would be a good choice IMO.

Robert
http://www.qrowd.com
http://www.cooqy.com

stuckhere90
02-14-2008, 06:27 PM
Thank you!!!