Precision about variables

10 views
Skip to first unread message

Guillaume

unread,
Jun 27, 2011, 10:49:56 AM6/27/11
to openmeet...@googlegroups.com
Hi Sebastian,

I just want to know if you can give me some precisions about the main role of the coordinates (x1,y1,x2,y2, minx,miny) in the file baseDrawULIne.lzx, please ?

I'll try to understand better the update of coordinates after drawing a uLine.

Thanks in advance

Guillaume

seba....@gmail.com

unread,
Jun 27, 2011, 10:52:56 AM6/27/11
to openmeet...@googlegroups.com
I don't know which minxx minxy you are refering to, those are the attributes:
http://code.google.com/p/openmeetings/source/browse/trunk/singlewebapp/WebContent/openmeetings/modules/conference/whiteboard/base/tools/baseDrawULine.lzx#95

Sebastian

2011/6/27 Guillaume <guigui...@gmail.com>

--
You received this message because you are subscribed to the Google Groups "OpenMeetings User" group.
To view this discussion on the web visit https://groups.google.com/d/msg/openmeetings-user/-/czkr5Y5brggJ.
To post to this group, send email to openmeet...@googlegroups.com.
To unsubscribe from this group, send email to openmeetings-u...@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....@gmail.com

Guillaume

unread,
Jun 27, 2011, 11:04:46 AM6/27/11
to openmeet...@googlegroups.com
Ok, its at the beginning of the method endUline, you have :

"Get Bounds of that object"
 var minx = this.width+2;
 var miny = this.height+2;

and after :
" this.currentlayer = new lz.drawViewNew(this,{
                name:tempName,x:minx-1-(this.currentulinelineWidth,
                y:miny-1-(this.currentulinelineWidth),
                width:(width+this.currentlinelineWidth),
                height:(width+this.currentlinelineWidth),
                opacity:this.currentulineOpacity}); "

I don't know if theses variables are responsible of the shifting of the Uline or maybe the update of variables x1,y1,x2,y2.

This is my question.

Any idea about that ?

Thanks



Reply all
Reply to author
Forward
0 new messages