Guillaume
unread,Jul 7, 2011, 7:32:48 AM7/7/11Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to openmeet...@googlegroups.com
Hi Sebastian,
In reference to my new tool in the toolbar, I have implemented a new class (baseDrawMath.lzx in modules/conference/whiteboard/base) which very similary to baseDrawLetter (in order to test for the moment) and new methods.
I want to use new methods in baseDrawSave.lzx but when I click on my tool, I have this error message with the debug version and nothing is displayed:
"ERROR@modules/conference/whiteboard/base/baseDraw.lzx~702 : call to undefined method startMath"
"ERROR@modules/conference/whiteboard/base/baseDraw.lzx~703 : call to undefined method getMouse"
"ERROR@modules/conference/whiteboard/base/baseDraw.lzx~703 : call to undefined method getMouse"
....
"ERROR@modules/conference/whiteboard/base/baseDraw.lzx~703 : call to undefined method endMath"
However, I have added this instruction : "include href="baseDrawMath.lzx" in base/library.lzx" in order to can use the definition of my class in other classes.
But I don't know what is the problem.
Have you got any idea ?
Thanks for your time
Best Regards
Guillaume