So please reply to my questions:
is there a way to refer to all the objects (I mean the lines) at the
same time?
Is there a layer that contains every single object I draw?
Thank you :)





On Oct 6, 3:36 pm, "seba.wag...@gmail.com" <seba.wag...@gmail.com>
wrote:
> Hallo Netbuilder,
>
> I cannot see any *canvas._drawarea.getDisplayObject()._y*
>
> in that file. Also actually (except for that hack about x/yscale) you should
> never use that, always use the setAttribute method to change the y value.
>
> Sebastian
>
> 2010/10/6 Netbuilder <filippo.be...@gmail.com>
>
>
>
>
>
> > I'm becoming mad.. :((
> > I'm in whiteboard/base/basedrawObject.lzx. I'm modifying  the method
> > "remoteObjectUpdate".
> > How can I refer to all the objects (I mean the lines) at the same
> > time? I'd like to change their y property.
>
> > canvas._drawarea.getDisplayObject()._y is not correct because it
> > change the property y of the whole windows (also the scrollbar goes up
> > and down)
> > Thank You.
>
> > seba.wag...@gmail.com wrote:
> > > no you need to calculate the current zoom based on the values:
>
> > > canvas._drawarea.getDisplayObject()._xscale
> > > and
> > > canvas._drawarea.getDisplayObject().width
>
> > > Sebastian
>
> > > 2010/10/2 Netbuilder <filippo.be...@gmail.com>
>
> > > > Fantastic! it works!
> > > > is there a global var to know the current zoom level (like
> > > > canvas.zoomlevel)?
> > > > Thank you
>
> > > > seba.wag...@gmail.com wrote:
> > > > > Hi Filippo,
>
> > > > > to build the zoom in/out function is very easy.
>
> > > > > <!--
> > > > >  zoom Whiteboard
> > > > >  z: % of zoom
> > > > >  -->
> > > > > <method name="zoomIt" args="z">
> > > > >  canvas._drawarea.getDisplayObject()._xscale = z;
> > > > >  canvas._drawarea.getDisplayObject()._yscale = z;
> > > > > </method>
>
> > > > > Sebastian
>
> > > > $>
> > > >  ¢
> > > > > 2010/10/2 Netbuilder <filippo.be...@gmail.com>
>
> > > > > > Hi again.
> > > > > > Is there a sort of container (ie canvas._layers, ...) that contains
> > > > > > all the object I see in each "this.currentlayer"?
>
> > > > > > I'm not yet able to understand where to find the structure of the
> > > > > > project and I feel stupid. I'm sorry, but I have to build the zoom
> > in
> > > > > > and out of the whiteboard objects within 3 days.
>
> > > > > > Thank you a lot
>
> > > > > > --
> > > > > > You received this message because you are subscribed to the Google
> > > > Groups
> > > > > > "OpenMeetings User" group.
> > > > > > To post to this group, send email to> > 
> > > > > > >openmeetings-u...@googlegroups.com.
> > > > > > To unsubscribe from this group, send email to> > > > 
> > > > > > >openmeetings-user+unsubscr...@googlegroups.com<openmeetings-user%2bunsubscr...@googlegroups.com>>
> > > > > >  
> > > > > > <openmeetings-user%2bunsubscr...@googlegroups.com<openmeetings-user%252bunsubscr...@googlegroups.com>
>
> > > > <openmeetings-user%2bunsubscr...@googlegroups.com<openmeetings-user%252bunsubscr...@googlegroups.com>>
> > > >  
> > > > <openmeetings-user%252bunsubscr...@googlegroups.com<openmeetings-user%25252bunsubscr...@googlegroups.com>
>
> > > > > > .
> > > > > > For more options, visit this group at
> > > > > >http://groups.google.com/group/openmeetings-user?hl=en.
>
> > > > > --
> > > > > Sebastian Wagner
> > > > >http://www.webbase-design.de
> > > > >http://openmeetings.googlecode.com
> > > > >http://www.wagner-sebastian.com
> > > > $$> seba.wag...@gmail.com¢¢
>
> > > > --
> > > > You received this message because you are subscribed to the Google
> > Groups
> > > > "OpenMeetings User" group.
> > > > To post to this group, send email to>openmeetings-u...@googlegroups.com.
> > > > To unsubscribe from this group, send email to> > 
> > > > >openmeetings-user+unsubscr...@googlegroups.com<openmeetings-user%2bunsubscr...@googlegroups.com>>
> > > >  
> > > > <openmeetings-user%2bunsubscr...@googlegroups.com<openmeetings-user%252bunsubscr...@googlegroups.com>
>
> > > > .
> > > > For more options, visit this group at
> > > >http://groups.google.com/group/openmeetings-user?hl=en.
>
> > > --
> > > Sebastian Wagner
> > >http://www.webbase-design.de
> > >http://openmeetings.googlecode.com
> > >http://www.wagner-sebastian.com
> > > seba.wag...@gmail.com
>
> > --
> > You received this message because you are subscribed to the Google Groups
> > "OpenMeetings User" group.> To post to this group, send email 
> > toopenmeetings-u...@googlegroups.com.
> > To unsubscribe from this group, send email 
> > to>openmeetings-user+unsubscr...@googlegroups.com<openmeetings-user%2bunsubscr...@googlegroups.com>
> > .
> > For more options, visit this group at
> >http://groups.google.com/group/openmeetings-user?hl=en.
>
> --
> Sebastian 
> Wagnerhttp://www.webbase-design.dehttp://openmeetings.googlecode.comhttp://www.wagner-sebastian.com
> seba.wag...@gmail.com

-- 
You received this message because you are subscribed to the Google Groups 
"OpenMeetings User" group.
To post to this group, send email to openmeetings-u...@googlegroups.com.
To unsubscribe from this group, send email to 
openmeetings-user+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/openmeetings-user?hl=en.

Reply via email to