Default "draw of" function?

Recommend this page to a friend!

      Whiteboard  >  All threads  >  Default "draw of" function?  >  (Un) Subscribe thread alerts  
Subject:Default "draw of" function?
Summary:question
Messages:3
Author:lulu lalalova
Date:2014-07-17 14:48:21
Update:2014-07-17 15:34:32
 

  1. Default "draw of" function?   Reply   Report abuse  
Picture of lulu lalalova lulu lalalova - 2014-07-17 14:48:21
Hi, please, I tried to set out your script to the default draw of mode but it did not worked. Can you pls help?
It would be nice if the script would work (add new canvas) just when somebody hit the "Draw on" button. Otherwise users can not use all the hyperlinks on the webpage.
thx
l.

  2. Re: Default "draw of" function?   Reply   Report abuse  
Picture of Arturs Sosins Arturs Sosins - 2014-07-17 15:23:37 - In reply to message 1 from lulu lalalova
Hello
did you try calling draw off right after creating the whiteboard instance, like:

var wh = new whiteboard();
wh.drawOff();

  3. Re: Default "draw of" function?   Reply   Report abuse  
Picture of lulu lalalova lulu lalalova - 2014-07-17 15:34:32 - In reply to message 2 from Arturs Sosins
oh so easy! it works, thanks!
(before this I tried new canvas with -1zIndex and just screwed it up,)
will send u link when it is ready!