Skip to search.

Breaking News Visit Yahoo! News for the latest.

×Close this window

ydn-javascript · Yahoo! User Interface Library Group

The Yahoo! Groups Product Blog

Check it out!

Group Information

  • Members: 12955
  • Category: JavaScript
  • Founded: Dec 15, 2005
  • Language: English
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

Messages

Advanced
Messages Help
Plea for Versioning   Topic List   < Prev Topic  |  Next Topic >
Summarize Messages Sort by Date  
#1092 From: Doug Scoular <dscoular@...>
Date: Tue May 2, 2006 8:26 am
Subject: Plea for Versioning
dugscoular
Send Email Send Email
 
Hi All,
As the Yahoo! User Interface Library evolves, has bug fixes
and is improved we really need to be able to discern whether
we have downloaded the latest version or not.

I'd like to ask the creators of yui.zip to consider including
the version of each release in the downloadable filename i.e.
yui-1.0.5.zip.

Without this there is no way to know if I am using the
latest version. It also makes it impossible to make accurate
bug reports or offer patches.

In an ideal world, releases would be related to a version controlled
repository to which we could all browse and contribute to.

Anyway, please consider this simple addition to a great tool.

Cheers,

Doug Scoular



#1093 From: sushil gupta <sushil4it@...>
Date: Tue May 2, 2006 11:02 am
Subject: drag and drop
sushil4it
Send Email Send Email
 
i want more detial notes on drag and drop
plz send me the link


Blab-away for as little as 1˘/min. Make PC-to-Phone Calls using Yahoo! Messenger with Voice.

#21144 From: chandra sekar <mail_to_chandru@...>
Date: Fri Nov 16, 2007 1:33 pm
Subject: drag and drop
mail_to_chandru
Send Email Send Email
 
Hi ,

I am using Drag and drop in our application . After drag/drop and press save , i
need to retain the dragged DIV .
I have retained the DIV using innerHTML . But i could not drag after that .

I have initialized drag using new YAHOO.util.DD("element1"); But cannot drop it
in the place where i want to . How do i drop it in the specified container . My
code looks like this after i save .


colsJS.innerHTML+="<div class='listBox' style='height:12px;' id='element1'><div
style='display:inline;font-size:11px; float:left' >"+splitMeasure+"</div><div
style='display:inline; float:right'><img src='images/close_nodes3.gif'
onclick='removeV("+splitMeasureID+")' border='0' style='cursor:hand;
float:right;' /></div>"
new YAHOO.util.DD("element1");

Thanks in advance ,
waiting for ur reply ,

Chandra


Get the freedom to save as many mails as you wish. To know how, go to
http://help.yahoo.com/l/in/yahoo/mail/yahoomail/tools/tools-08.html



#21147 From: dav.glass@...
Date: Fri Nov 16, 2007 4:04 pm
Subject: Re: drag and drop
dav.glass
Send Email Send Email
 
Chandra --

Can you post a link to an example?

It's hard to debug DragDrop with only seeing that one line of code :)

Thanks
Dav
 
Dav Glass
dav.glass@...
blog.davglass.com
 
 
+ Windows: n. - The most successful computer virus, ever. +
+ A computer without a Microsoft operating system is like a dog
without bricks tied to its head +
+ A Microsoft Certified Systems Engineer is to computing what a
McDonalds Certified Food Specialist is to fine cuisine +


----- Original Message ----
From: chandra sekar <mail_to_chandru@...>
To: ydn-javascript@yahoogroups.com
Sent: Friday, November 16, 2007 5:33:49 AM
Subject: [ydn-javascript] drag and drop

Hi ,

I am using Drag and drop in our application . After drag/drop and press save , i need to retain the dragged DIV .
I have retained the DIV using innerHTML . But i could not drag after that .

I have initialized drag using new YAHOO.util.DD("element1"); But cannot drop it in the place where i want to . How do i drop it in the specified container . My code looks like this after i save .


colsJS.innerHTML+="<div class='listBox' style='height:12px;' id='element1'><div  style='display:inline;font-size:11px; float:left' >"+splitMeasure+"</div><div style='display:inline; float:right'><img src='images/close_nodes3.gif' onclick='removeV("+splitMeasureID+")' border='0' style='cursor:hand; float:right;'  /></div>"
        new YAHOO.util.DD("element1");

Thanks in advance ,
waiting for ur reply ,

Chandra


      Get the freedom to save as many mails as you wish. To know how, go to http://help.yahoo.com/l/in/yahoo/mail/yahoomail/tools/tools-08.html



Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/ydn-javascript/

<*> Your email settings:
    Individual Email | Traditional

<*> To change settings online go to:
    http://groups.yahoo.com/group/ydn-javascript/join
    (Yahoo! ID required)

<*> To change settings via email:
    mailto:ydn-javascript-digest@yahoogroups.com
    mailto:ydn-javascript-fullfeatured@yahoogroups.com

<*> To unsubscribe from this group, send an email to:
    ydn-javascript-unsubscribe@yahoogroups.com

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/



#21187 From: chandra sekar <mail_to_chandru@...>
Date: Mon Nov 19, 2007 8:05 am
Subject: Re: drag and drop
mail_to_chandru
Send Email Send Email
 
Hi Dav ,
 
Thanks for your quick reply .
 
Please find the part of the source code and the comments written from line number 23 .
 
 
Thanks
Chandra


 
----- Original Message ----
From: "dav.glass@..." <dav.glass@...>
To: ydn-javascript@yahoogroups.com
Sent: Friday, 16 November, 2007 9:34:45 PM
Subject: Re: [ydn-javascript] drag and drop

Chandra --

Can you post a link to an example?

It's hard to debug DragDrop with only seeing that one line of code :)

Thanks
Dav
 
Dav Glass
dav.glass@yahoo. com
blog.davglass. com
 
 
+ Windows: n. - The most successful computer virus, ever. +
+ A computer without a Microsoft operating system is like a dog
without bricks tied to its head +
+ A Microsoft Certified Systems Engineer is to computing what a
McDonalds Certified Food Specialist is to fine cuisine +


----- Original Message ----
From: chandra sekar <mail_to_chandru@ yahoo.co. in>
To: ydn-javascript@ yahoogroups. com
Sent: Friday, November 16, 2007 5:33:49 AM
Subject: [ydn-javascript] drag and drop

Hi ,

I am using Drag and drop in our application . After drag/drop and press save , i need to retain the dragged DIV .
I have retained the DIV using innerHTML . But i could not drag after that .

I have initialized drag using new YAHOO.util.DD( "element1" ); But cannot drop it in the place where i want to . How do i drop it in the specified container . My code looks like this after i save .


colsJS.innerHTML+ ="<div class='listBox' style='height: 12px;' id='element1'><div  style='display: inline;font- size:11px; float:left' >"+splitMeasure+ "</div><div style='display: inline; float:right'><img src='images/ close_nodes3. gif' onclick='removeV( "+splitMeasureID +")' border='0' style='cursor: hand; float:right; '  /></div>"
        new YAHOO.util.DD( "element1" );

Thanks in advance ,
waiting for ur reply ,

Chandra


      Get the freedom to save as many mails as you wish. To know how, go to http://help. yahoo.com/ l/in/yahoo/ mail/yahoomail/ tools/tools- 08.html



Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups. yahoo.com/ group/ydn- javascript/

<*> Your email settings:
    Individual Email | Traditional

<*> To change settings online go to:
    http://groups. yahoo.com/ group/ydn- javascript/ join
    (Yahoo! ID required)

<*> To change settings via email:
    mailto:ydn-javascript- digest@yahoogrou ps.com
    mailto:ydn-javascript- fullfeatured@ yahoogroups. com

<*> To unsubscribe from this group, send an email to:
    ydn-javascript- unsubscribe@ yahoogroups. com

<*> Your use of Yahoo! Groups is subject to:
    http://docs. yahoo.com/ info/terms/





5, 50, 500, 5000 - Store N number of mails in your inbox. Click here.
unction Evaluate(){ alert(eval(document.getElementById('cFeeder').value)); } (); Map allMeasures = measuresData.getAllMeasures(); com.manthan.arc.config.kpimodel.Measures sess_measures = (com.manthan.arc.config.kpimodel.Measures)session.getAttribute(com.manthan.arc.config.kpipublish.Constants.MEASURELIST); %> var measureCount = 'oads our data in this array ,to display in the left hand side container left hand side container has all the data to be dragged . the id of this container is col1 we had named all the columns where we drag the DIVS as col2 , col3 , col4 , col5 , col6 , col7 , col8 , col9 this is a part of the file that we call for the first time . First time during SAVE: we drag the DIVS from the left side container ( col 1) to any of the other 8 containers on the right hand side . Dragging is also possible from within the right hand side containers .( i.e can drag from col2 to col 7 ...etc ) and save . After save we get the Ids and store it in the database . During MODIFY : we retrive the dragged IDs and the container Ids we stored in the database . we construct a DIV and place it in the corresponding container using the container ID like this . colsJS.innerHTML+="
Drag me
" where colsJS is the id of the containers where we need to drop the DIV created above . This is done in another file ..say two.jsp this DragDrop.jsp is included in two.jsp using At this point we need to initiate the drag and drop again for the DIV -- which is not happening now . I dont know how to initiate the same drag and drop script written below */ var myFirstJSON = {"Name":"Main","cCount":measureCount,"cNodes":[ .arc.config.kpipublish.MeasureDetail mDetail = (com.manthan.arc.config.kpipublish.MeasureDetail)allMeasures.get(sess_measures.getMeasure(i).getId()); %> {"Name":"pt>

#21234 From: dav.glass@...
Date: Tue Nov 20, 2007 2:49 pm
Subject: Re: drag and drop
dav.glass
Send Email Send Email
 
Chandra --

Can you send me a copy of the rendered source? I can't render this page because of all the server side code..

Thanks
Dav
 
Dav Glass
dav.glass@...
blog.davglass.com
 
 
+ Windows: n. - The most successful computer virus, ever. +
+ A computer without a Microsoft operating system is like a dog
without bricks tied to its head +
+ A Microsoft Certified Systems Engineer is to computing what a
McDonalds Certified Food Specialist is to fine cuisine +


----- Original Message ----
From: chandra sekar <mail_to_chandru@...>
To: ydn-javascript@yahoogroups.com
Sent: Monday, November 19, 2007 12:05:14 AM
Subject: Re: [ydn-javascript] drag and drop

Hi Dav ,
 
Thanks for your quick reply .
 
Please find the part of the source code and the comments written from line number 23 .
 
 
Thanks
Chandra


 
----- Original Message ----
From: "dav.glass@..." <dav.glass@...>
To: ydn-javascript@yahoogroups.com
Sent: Friday, 16 November, 2007 9:34:45 PM
Subject: Re: [ydn-javascript] drag and drop

Chandra --

Can you post a link to an example?

It's hard to debug DragDrop with only seeing that one line of code :)

Thanks
Dav
 
Dav Glass
dav.glass@yahoo. com
blog.davglass. com
 
 
+ Windows: n. - The most successful computer virus, ever. +
+ A computer without a Microsoft operating system is like a dog
without bricks tied to its head +
+ A Microsoft Certified Systems Engineer is to computing what a
McDonalds Certified Food Specialist is to fine cuisine +


----- Original Message ----
From: chandra sekar <mail_to_chandru@ yahoo.co. in>
To: ydn-javascript@ yahoogroups. com
Sent: Friday, November 16, 2007 5:33:49 AM
Subject: [ydn-javascript] drag and drop

Hi ,

I am using Drag and drop in our application . After drag/drop and press save , i need to retain the dragged DIV .
I have retained the DIV using innerHTML . But i could not drag after that .

I have initialized drag using new YAHOO.util.DD( "element1" ); But cannot drop it in the place where i want to . How do i drop it in the specified container . My code looks like this after i save .


colsJS.innerHTML+ ="<div class='listBox' style='height: 12px;' id='element1'><div  style='display: inline;font- size:11px; float:left' >"+splitMeasure+ "</div><div style='display: inline; float:right'><img src='images/ close_nodes3. gif' onclick='removeV( "+splitMeasureID +")' border='0' style='cursor: hand; float:right; '  /></div>"
        new YAHOO.util.DD( "element1" );

Thanks in advance ,
waiting for ur reply ,

Chandra


      Get the freedom to save as many mails as you wish. To know how, go to http://help. yahoo.com/ l/in/yahoo/ mail/yahoomail/ tools/tools- 08.html



Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups. yahoo.com/ group/ydn- javascript/

<*> Your email settings:
    Individual Email | Traditional

<*> To change settings online go to:
    http://groups. yahoo.com/ group/ydn- javascript/ join
    (Yahoo! ID required)

<*> To change settings via email:
    mailto:ydn-javascript- digest@yahoogrou ps.com
    mailto:ydn-javascript- fullfeatured@ yahoogroups. com

<*> To unsubscribe from this group, send an email to:
    ydn-javascript- unsubscribe@ yahoogroups. com

<*> Your use of Yahoo! Groups is subject to:
    http://docs. yahoo.com/ info/terms/





5, 50, 500, 5000 - Store N number of mails in your inbox. Click here.


-----Inline Attachment Follows-----

<%@page import="java.util.Map"%>


#21318 From: chandra sekar <mail_to_chandru@...>
Date: Thu Nov 22, 2007 2:19 pm
Subject: Re: drag and drop
mail_to_chandru
Send Email Send Email
 
Hi Dav ,
 
Find the attached source code for the drag and drop issue .
 
Configure this source as a eclipse tomcat project and run the DBScripts in SQL Server 2000 .
Now you can run the project using the following url .
 
 
After launching the project ..click on the new button to drag and drop and save it .
Come to the main page and try to modify it .
 
We cannot drag and drop . The script for rendering the page after modification is written in MOdifyPage.jsp .
 
Thanks in advance ,
Chandra .


 
----- Original Message ----
From: "dav.glass@..." <dav.glass@...>
To: ydn-javascript@yahoogroups.com
Sent: Tuesday, 20 November, 2007 8:19:58 PM
Subject: Re: [ydn-javascript] drag and drop

Chandra --

Can you send me a copy of the rendered source? I can't render this page because of all the server side code..

Thanks
Dav
 
Dav Glass
dav.glass@yahoo. com
blog.davglass. com
 
 
+ Windows: n. - The most successful computer virus, ever. +
+ A computer without a Microsoft operating system is like a dog
without bricks tied to its head +
+ A Microsoft Certified Systems Engineer is to computing what a
McDonalds Certified Food Specialist is to fine cuisine +


----- Original Message ----
From: chandra sekar <mail_to_chandru@ yahoo.co. in>
To: ydn-javascript@ yahoogroups. com
Sent: Monday, November 19, 2007 12:05:14 AM
Subject: Re: [ydn-javascript] drag and drop

Hi Dav ,
 
Thanks for your quick reply .
 
Please find the part of the source code and the comments written from line number 23 .
 
 
Thanks
Chandra


 
----- Original Message ----
From: "dav.glass@yahoo. com" <dav.glass@yahoo. com>
To: ydn-javascript@ yahoogroups. com
Sent: Friday, 16 November, 2007 9:34:45 PM
Subject: Re: [ydn-javascript] drag and drop

Chandra --

Can you post a link to an example?

It's hard to debug DragDrop with only seeing that one line of code :)

Thanks
Dav
 
Dav Glass
dav.glass@yahoo. com
blog.davglass. com
 
 
+ Windows: n. - The most successful computer virus, ever. +
+ A computer without a Microsoft operating system is like a dog
without bricks tied to its head +
+ A Microsoft Certified Systems Engineer is to computing what a
McDonalds Certified Food Specialist is to fine cuisine +


----- Original Message ----
From: chandra sekar <mail_to_chandru@ yahoo.co. in>
To: ydn-javascript@ yahoogroups. com
Sent: Friday, November 16, 2007 5:33:49 AM
Subject: [ydn-javascript] drag and drop

Hi ,

I am using Drag and drop in our application . After drag/drop and press save , i need to retain the dragged DIV .
I have retained the DIV using innerHTML . But i could not drag after that .

I have initialized drag using new YAHOO.util.DD( "element1" ); But cannot drop it in the place where i want to . How do i drop it in the specified container . My code looks like this after i save .


colsJS.innerHTML+ ="<div class='listBox' style='height: 12px;' id='element1'><div  style='display: inline;font- size:11px; float:left' >"+splitMeasure+ "</div><div style='display: inline; float:right'><img src='images/ close_nodes3. gif' onclick='removeV( "+splitMeasureID +")' border='0' style='cursor: hand; float:right; '  /></div>"
        new YAHOO.util.DD( "element1" );

Thanks in advance ,
waiting for ur reply ,

Chandra


      Get the freedom to save as many mails as you wish. To know how, go to http://help. yahoo.com/ l/in/yahoo/ mail/yahoomail/ tools/tools- 08.html



Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups. yahoo.com/ group/ydn- javascript/

<*> Your email settings:
    Individual Email | Traditional

<*> To change settings online go to:
    http://groups. yahoo.com/ group/ydn- javascript/ join
    (Yahoo! ID required)

<*> To change settings via email:
    mailto:ydn-javascript- digest@yahoogrou ps.com
    mailto:ydn-javascript- fullfeatured@ yahoogroups. com

<*> To unsubscribe from this group, send an email to:
    ydn-javascript- unsubscribe@ yahoogroups. com

<*> Your use of Yahoo! Groups is subject to:
    http://docs. yahoo.com/ info/terms/





5, 50, 500, 5000 - Store N number of mails in your inbox. Click here.


-----Inline Attachment Follows-----

<%@page import="java. util.Map" %>




Forgot the famous last words? Access your message archive online. Click here.
CREATE TABLE [dbo].[Measure](
[Measure_Id] [varchar](500) NULL,
[Measure_Name] [varchar](50) NULL
)




INSERT INTO Measure (Measure_Id,Measure_Name) VALUES ('col2-ID_1,ID_2~','aaa');
INSERT INTO Measure (Measure_Id,Measure_Name) VALUES
('col2-ID_1,ID_2~col3-ID_3,ID_4~col4-ID_6,ID_12~col5-ID_8,ID_11~col6-ID_5,ID_13~\
col7-ID_7~col8-ID_9~col9-ID_10','ccc');
INSERT INTO Measure (Measure_Id,Measure_Name) VALUES
('col2-ID_1,ID_2~col3-ID_3,ID_4~col4-ID_5~col6-ID_7~col7-ID_6~','ddd');
INSERT INTO Measure (Measure_Id,Measure_Name) VALUES
('col2-ID_1,ID_3~col3-ID_2,ID_4~col4-ID_5~col5-ID_6~col6-ID_7~','bbb');


#21320 From: chandra sekar <mail_to_chandru@...>
Date: Thu Nov 22, 2007 2:23 pm
Subject: Re: drag and drop
mail_to_chandru
Send Email Send Email
 
Hi Dav ,
 
Find the attached source code for the drag and drop issue .
 
Configure this source as a eclipse tomcat project and run the DBScripts in SQL Server 2000 .
Now you can run the project using the following url .
 
 
After launching the project ..click on the new button to drag and drop and save it .
Come to the main page and try to modify it .
 
We cannot drag and drop . The script for rendering the page after modification is written in MOdifyPage.jsp .
 
Thanks in advance ,
Chandra .


 
----- Original Message ----
From: "dav.glass@..." <dav.glass@...>
To: ydn-javascript@yahoogroups.com
Sent: Friday, 16 November, 2007 9:34:45 PM
Subject: Re: [ydn-javascript] drag and drop

Chandra --

Can you post a link to an example?

It's hard to debug DragDrop with only seeing that one line of code :)

Thanks
Dav
 
Dav Glass
dav.glass@yahoo. com
blog.davglass. com
 
 
+ Windows: n. - The most successful computer virus, ever. +
+ A computer without a Microsoft operating system is like a dog
without bricks tied to its head +
+ A Microsoft Certified Systems Engineer is to computing what a
McDonalds Certified Food Specialist is to fine cuisine +


----- Original Message ----
From: chandra sekar <mail_to_chandru@ yahoo.co. in>
To: ydn-javascript@ yahoogroups. com
Sent: Friday, November 16, 2007 5:33:49 AM
Subject: [ydn-javascript] drag and drop

Hi ,

I am using Drag and drop in our application . After drag/drop and press save , i need to retain the dragged DIV .
I have retained the DIV using innerHTML . But i could not drag after that .

I have initialized drag using new YAHOO.util.DD( "element1" ); But cannot drop it in the place where i want to . How do i drop it in the specified container . My code looks like this after i save .


colsJS.innerHTML+ ="<div class='listBox' style='height: 12px;' id='element1'><div  style='display: inline;font- size:11px; float:left' >"+splitMeasure+ "</div><div style='display: inline; float:right'><img src='images/ close_nodes3. gif' onclick='removeV( "+splitMeasureID +")' border='0' style='cursor: hand; float:right; '  /></div>"
        new YAHOO.util.DD( "element1" );

Thanks in advance ,
waiting for ur reply ,

Chandra


      Get the freedom to save as many mails as you wish. To know how, go to http://help. yahoo.com/ l/in/yahoo/ mail/yahoomail/ tools/tools- 08.html



Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups. yahoo.com/ group/ydn- javascript/

<*> Your email settings:
    Individual Email | Traditional

<*> To change settings online go to:
    http://groups. yahoo.com/ group/ydn- javascript/ join
    (Yahoo! ID required)

<*> To change settings via email:
    mailto:ydn-javascript- digest@yahoogrou ps.com
    mailto:ydn-javascript- fullfeatured@ yahoogroups. com

<*> To unsubscribe from this group, send an email to:
    ydn-javascript- unsubscribe@ yahoogroups. com

<*> Your use of Yahoo! Groups is subject to:
    http://docs. yahoo.com/ info/terms/





Now you can chat without downloading messenger. Click here to know how.
CREATE TABLE [dbo].[Measure](
[Measure_Id] [varchar](500) NULL,
[Measure_Name] [varchar](50) NULL
)




INSERT INTO Measure (Measure_Id,Measure_Name) VALUES ('col2-ID_1,ID_2~','aaa');
INSERT INTO Measure (Measure_Id,Measure_Name) VALUES
('col2-ID_1,ID_2~col3-ID_3,ID_4~col4-ID_6,ID_12~col5-ID_8,ID_11~col6-ID_5,ID_13~\
col7-ID_7~col8-ID_9~col9-ID_10','ccc');
INSERT INTO Measure (Measure_Id,Measure_Name) VALUES
('col2-ID_1,ID_2~col3-ID_3,ID_4~col4-ID_5~col6-ID_7~col7-ID_6~','ddd');
INSERT INTO Measure (Measure_Id,Measure_Name) VALUES
('col2-ID_1,ID_3~col3-ID_2,ID_4~col4-ID_5~col5-ID_6~col6-ID_7~','bbb');


#23761 From: "xponkflash2" <xponkflash2@...>
Date: Thu Jan 10, 2008 4:32 pm
Subject: drag and drop
xponkflash2
Send Email Send Email
 
hello it would want please would help me that is to say since I let to
know point "X" and the point "Y" where they are each object after them
to have moved of its starting point

I am thankful for any aid since I have not managed to show but the
starting point by means of getPosXY

thanks

Sergio




#23846 From: Eric Miraglia <miraglia@...>
Date: Fri Jan 11, 2008 9:27 pm
Subject: Re: drag and drop
ericmiraglia
Send Email Send Email
 
Sergio,

I'm not sure I understand the question you are asking -- are you looking for the position of an element after it has been dragged to a new position?

Regards,
Eric


______________________________________________
Eric Miraglia
Yahoo! User Interface Library



On Jan 10, 2008, at 8:32 AM, xponkflash2 wrote:

hello it would want please would help me that is to say since I let to
know point "X" and the point "Y" where they are each object after them
to have moved of its starting point

I am thankful for any aid since I have not managed to show but the
starting point by means of getPosXY

thanks

Sergio



#23911 From: "xponkflash2" <xponkflash2@...>
Date: Mon Jan 14, 2008 5:22 pm
Subject: Re: drag and drop
xponkflash2
Send Email Send Email
 
Eric,

Yes, would like to know I and to see the new position of the element
after it has been dragged.

Regards,

Sergio

--- In ydn-javascript@yahoogroups.com, Eric Miraglia <miraglia@...> wrote:
>
> Sergio,
>
> I'm not sure I understand the question you are asking -- are you
> looking for the position of an element after it has been dragged to a
> new position?
>
> Regards,
> Eric
>
>
> ______________________________________________
> Eric Miraglia
> Yahoo! User Interface Library
>
>
>
> On Jan 10, 2008, at 8:32 AM, xponkflash2 wrote:
>
> > hello it would want please would help me that is to say since I let to
> > know point "X" and the point "Y" where they are each object after them
> > to have moved of its starting point
> >
> > I am thankful for any aid since I have not managed to show but the
> > starting point by means of getPosXY
> >
> > thanks
> >
> > Sergio
> >
> >
> >
>





#24027 From: Eric Miraglia <miraglia@...>
Date: Wed Jan 16, 2008 7:48 pm
Subject: Re: Re: drag and drop
ericmiraglia
Send Email Send Email
 
Sergio,

If your Drag and Drop instance is "myDD", the following should work (after the drag operation has completed -- say, in your endDrag method):

var position = YAHOO.util.Dom.getXY(myDD.getEl());

For more on getXY:


Regards,
Eric


______________________________________________
Eric Miraglia
Yahoo! User Interface Library



On Jan 14, 2008, at 9:22 AM, xponkflash2 wrote:

Eric,

Yes, would like to know I and to see the new position of the element
after it has been dragged.

Regards,

Sergio

--- In ydn-javascript@yahoogroups.com, Eric Miraglia <miraglia@...> wrote:
>
> Sergio,
> 
> I'm not sure I understand the question you are asking -- are you 
> looking for the position of an element after it has been dragged to a 
> new position?
> 
> Regards,
> Eric
> 
> 
> ______________________________________________
> Eric Miraglia
> Yahoo! User Interface Library
> 
> 
> 
> On Jan 10, 2008, at 8:32 AM, xponkflash2 wrote:
> 
> > hello it would want please would help me that is to say since I let to
> > know point "X" and the point "Y" where they are each object after them
> > to have moved of its starting point
> >
> > I am thankful for any aid since I have not managed to show but the
> > starting point by means of getPosXY
> >
> > thanks
> >
> > Sergio
> >
> >
> >
>



#23998 From: Sergio Gaitan <xponkflash2@...>
Date: Wed Jan 16, 2008 2:49 pm
Subject: Re: drag and drop
xponkflash2
Send Email Send Email
 
Eric, yes...i need looking for the position of an element after it has been dragged to a new position.

thanks

Sergio

----- Mensaje original ----
De: Eric Miraglia <miraglia@...>
Para: ydn-javascript@yahoogroups.com
Enviado: viernes 11 de enero de 2008, 16:27:18
Asunto: Re: [ydn-javascript] drag and drop

Sergio,


I'm not sure I understand the question you are asking -- are you looking for the position of an element after it has been dragged to a new position?

Regards,
Eric


____________ _________ _________ _________ _______
Eric Miraglia
Yahoo! User Interface Library



On Jan 10, 2008, at 8:32 AM, xponkflash2 wrote:

hello it would want please would help me that is to say since I let to
know point "X" and the point "Y" where they are each object after them
to have moved of its starting point

I am thankful for any aid since I have not managed to show but the
starting point by means of getPosXY

thanks

Sergio






Tarjeta de crédito Yahoo! de Banco Supervielle. Solicitá tu nueva Tarjeta de crédito. De tu PC directo a tu casa.
Visitá www.tuprimeratarjeta.com.ar

#24034 From: Sergio Gaitan <xponkflash2@...>
Date: Wed Jan 16, 2008 10:00 pm
Subject: Re: Re: drag and drop
xponkflash2
Send Email Send Email
 
Eric,

In my case, the example of drag and drop Staying in a Region I must add the method to him of endDrag to the function? since at no moment this startDrag and endDrag? because if it shows the starting point to me within the region but not after it has been dragged.

thanks


----- Mensaje original ----
De: Eric Miraglia <miraglia@...>
Para: ydn-javascript@yahoogroups.com
Enviado: miércoles 16 de enero de 2008, 14:48:42
Asunto: Re: [ydn-javascript] Re: drag and drop

Sergio,


If your Drag and Drop instance is "myDD", the following should work (after the drag operation has completed -- say, in your endDrag method):

var position = YAHOO.util.Dom. getXY(myDD. getEl());

For more on getXY:


Regards,
Eric


____________ _________ _________ _________ _______
Eric Miraglia
Yahoo! User Interface Library



On Jan 14, 2008, at 9:22 AM, xponkflash2 wrote:

Eric,

Yes, would like to know I and to see the new position of the element
after it has been dragged.

Regards,

Sergio

--- In ydn-javascript@ yahoogroups. com, Eric Miraglia <miraglia@.. .> wrote:
>
> Sergio,
> 
> I'm not sure I understand the question you are asking -- are you 
> looking for the position of an element after it has been dragged to a 
> new position?
> 
> Regards,
> Eric
> 
> 
> ____________ _________ _________ _________ _______
> Eric Miraglia
> Yahoo! User Interface Library
> 
> 
> 
> On Jan 10, 2008, at 8:32 AM, xponkflash2 wrote:
> 
> > hello it would want please would help me that is to say since I let to
> > know point "X" and the point "Y" where they are each object after them
> > to have moved of its starting point
> >
> > I am thankful for any aid since I have not managed to show but the
> > starting point by means of getPosXY
> >
> > thanks
> >
> > Sergio
> >
> >
> >
>






Yahoo! Encuentros
Ahora encontrar pareja es mucho más fácil, probá el nuevo Yahoo! Encuentros.
Visitá http://yahoo.cupidovirtual.com/servlet/NewRegistration

#24075 From: Sergio Gaitan <xponkflash2@...>
Date: Thu Jan 17, 2008 1:39 pm
Subject: Re: Re: drag and drop
xponkflash2
Send Email Send Email
 
Eric,

In my case, the example of drag and drop Staying in a Region I must add the method to him of endDrag to the function? since at no moment this startDrag and endDrag? because if it shows the starting point to me within the region but not after it has been dragged.

thanks


----- Mensaje original ----
De: Eric Miraglia <miraglia@...>
Para: ydn-javascript@yahoogroups.com
Enviado: miércoles 16 de enero de 2008, 14:48:42
Asunto: Re: [ydn-javascript] Re: drag and drop

Sergio,


If your Drag and Drop instance is "myDD", the following should work (after the drag operation has completed -- say, in your endDrag method):

var position = YAHOO.util.Dom. getXY(myDD. getEl());

For more on getXY:


Regards,
Eric


____________ _________ _________ _________ _______
Eric Miraglia
Yahoo! User Interface Library



On Jan 14, 2008, at 9:22 AM, xponkflash2 wrote:

Eric,

Yes, would like to know I and to see the new position of the element
after it has been dragged.

Regards,

Sergio

--- In ydn-javascript@ yahoogroups. com, Eric Miraglia <miraglia@.. .> wrote:
>
> Sergio,
> 
> I'm not sure I understand the question you are asking -- are you 
> looking for the position of an element after it has been dragged to a 
> new position?
> 
> Regards,
> Eric
> 
> 
> ____________ _________ _________ _________ _______
> Eric Miraglia
> Yahoo! User Interface Library
> 
> 
> 
> On Jan 10, 2008, at 8:32 AM, xponkflash2 wrote:
> 
> > hello it would want please would help me that is to say since I let to
> > know point "X" and the point "Y" where they are each object after them
> > to have moved of its starting point
> >
> > I am thankful for any aid since I have not managed to show but the
> > starting point by means of getPosXY
> >
> > thanks
> >
> > Sergio
> >
> >
> >
>






Yahoo! Encuentros
Ahora encontrar pareja es mucho más fácil, probá el nuevo Yahoo! Encuentros.
Visitá http://yahoo.cupidovirtual.com/servlet/NewRegistration

#24113 From: Eric Miraglia <miraglia@...>
Date: Thu Jan 17, 2008 10:19 pm
Subject: Re: Re: drag and drop
ericmiraglia
Send Email Send Email
 
Sergio,

The position of the element prior to drag is provided as part of the argument for the startDrag function.

The position of the element after the drag is completed should be available to you in the endDrag function if you are using YAHOO.util.DD.

Regards,
Eric


______________________________________________
Eric Miraglia
Yahoo! User Interface Library



On Jan 17, 2008, at 5:39 AM, Sergio Gaitan wrote:


Eric, 

In my case, the example of drag and drop Staying in a Region I must add the method to him of endDrag to the function? since at no moment this startDrag and endDrag? because if it shows the starting point to me within the region but not after it has been dragged.

thanks


----- Mensaje original ----
De: Eric Miraglia <miraglia@yahoo-inc.com>
Para: ydn-javascript@yahoogroups.com
Enviado: miércoles 16 de enero de 2008, 14:48:42
Asunto: Re: [ydn-javascript] Re: drag and drop

Sergio,


If your Drag and Drop instance is "myDD", the following should work (after the drag operation has completed -- say, in yourendDrag method):

var position = YAHOO.util.Dom. getXY(myDD. getEl());

For more on getXY:


Regards,
Eric


____________ _________ _________ _________ _______
Eric Miraglia
Yahoo! User Interface Library



On Jan 14, 2008, at 9:22 AM, xponkflash2 wrote:

Eric,

Yes, would like to know I and to see the new position of the element
after it has been dragged.

Regards,

Sergio

--- In ydn-javascript@ yahoogroups. com, Eric Miraglia <miraglia@.. .> wrote:
>
> Sergio,
> 
> I'm not sure I understand the question you are asking -- are you 
> looking for the position of an element after it has been dragged to a 
> new position?
> 
> Regards,
> Eric
> 
> 
> ____________ _________ _________ _________ _______
> Eric Miraglia
> Yahoo! User Interface Library
> 
> 
> 
> On Jan 10, 2008, at 8:32 AM, xponkflash2 wrote:
> 
> > hello it would want please would help me that is to say since I let to
> > know point "X" and the point "Y" where they are each object after them
> > to have moved of its starting point
> >
> > I am thankful for any aid since I have not managed to show but the
> > starting point by means of getPosXY
> >
> > thanks
> >
> > Sergio
> >
> >
> >
>






Yahoo! Encuentros
Ahora encontrar pareja es mucho más fácil, probá el nuevo Yahoo! Encuentros.
Visitá http://yahoo.cupidovirtual.com/servlet/NewRegistration



#24110 From: Sergio Gaitan <xponkflash2@...>
Date: Thu Jan 17, 2008 10:08 pm
Subject: Re: Re: drag and drop
xponkflash2
Send Email Send Email
 
Eric,

In my case, the example of drag and drop Staying in a Region I must add the method to him of endDrag to the function? since at no moment this startDrag and endDrag? because if it shows the starting point to me within the region but not after it has been dragged.

thanks


----- Mensaje original ----
De: Eric Miraglia <miraglia@...>
Para: ydn-javascript@yahoogroups.com
Enviado: miércoles 16 de enero de 2008, 14:48:42
Asunto: Re: [ydn-javascript] Re: drag and drop

Sergio,


If your Drag and Drop instance is "myDD", the following should work (after the drag operation has completed -- say, in your endDrag method):

var position = YAHOO.util.Dom. getXY(myDD. getEl());

For more on getXY:


Regards,
Eric


____________ _________ _________ _________ _______
Eric Miraglia
Yahoo! User Interface Library



On Jan 14, 2008, at 9:22 AM, xponkflash2 wrote:

Eric,

Yes, would like to know I and to see the new position of the element
after it has been dragged.

Regards,

Sergio

--- In ydn-javascript@ yahoogroups. com, Eric Miraglia <miraglia@.. .> wrote:
>
> Sergio,
> 
> I'm not sure I understand the question you are asking -- are you 
> looking for the position of an element after it has been dragged to a 
> new position?
> 
> Regards,
> Eric
> 
> 
> ____________ _________ _________ _________ _______
> Eric Miraglia
> Yahoo! User Interface Library
> 
> 
> 
> On Jan 10, 2008, at 8:32 AM, xponkflash2 wrote:
> 
> > hello it would want please would help me that is to say since I let to
> > know point "X" and the point "Y" where they are each object after them
> > to have moved of its starting point
> >
> > I am thankful for any aid since I have not managed to show but the
> > starting point by means of getPosXY
> >
> > thanks
> >
> > Sergio
> >
> >
> >
>






Yahoo! Encuentros
Ahora encontrar pareja es mucho más fácil, probá el nuevo Yahoo! Encuentros.
Visitá http://yahoo.cupidovirtual.com/servlet/NewRegistration

#24151 From: Sergio Gaitan <xponkflash2@...>
Date: Fri Jan 18, 2008 1:42 pm
Subject: Re: Re: drag and drop
xponkflash2
Send Email Send Email
 
Eric, Thanks for all help, but very I am confused and it does not show the final position to me, you shipment the code so that please you help me since in serious profit not to do it

code:
<script type="text/javascript">

(function() {
    var Dom = YAHOO.util.Dom,
        Event = YAHOO.util.Event,
        dd1;


    YAHOO.example.DDRegion = function(id, sGroup, config) {
        this.cont = config.cont;
        YAHOO.example.DDRegion.superclass.constructor.apply(this, arguments);
    };

    YAHOO.extend(YAHOO.example.DDRegion, YAHOO.util.DD, {
        cont: null,
        init: function() {
            //Call the parent's init method
            YAHOO.example.DDRegion.superclass.init.apply(this, arguments);
            this.initConstraints();
            this.enDrag = function(e){
                var position = YAHOO.util.Dom.getXY(this.getEl());
                document.Show.MouseX.value = position;
            }
       },
       
        initConstraints: function() {
            //Get the top, right, bottom and left positions
            var region = Dom.getRegion(this.cont);

            //Get the element we are working on
            var el = this.getEl();
           
            //Get the xy position of it
            var xy = Dom.getXY(el);
           
           
            //Get the width and height
            var width = parseInt(Dom.getStyle(el, 'width'), 10);
            var height = parseInt(Dom.getStyle(el, 'height'), 10);

            //Set left to x minus left
            var left = xy[0] - region.left;

            //Set right to right minus x minus width
            var right = region.right - xy[0] - width;
           
            //Set top to y minus top
            var top = xy[1] - region.top;

            //Set bottom to bottom minus y minus height
            var bottom = region.bottom - xy[1] - height;

            //Set the constraints based on the above calculations
            this.setXConstraint(left, right);
            this.setYConstraint(top, bottom);
           

            Event.on(window, 'resize', function() {
                this.initConstraints();       
            }, this, true);
        }

    });
       
    Event.onDOMReady(function() {
        dd1 = new YAHOO.example.DDRegion('dd-demo-1', '', { cont: 'dd-demo-canvas3' });
            //var position = YAHOO.util.Dom.getXY(dd1.getEl());
            //document.Show.diseno.value = position;
     });
})();

</script>

Thanks for everything

Sergio

----- Mensaje original ----
De: Eric Miraglia <miraglia@...>
Para: ydn-javascript@yahoogroups.com
Enviado: jueves 17 de enero de 2008, 17:19:16
Asunto: Re: [ydn-javascript] Re: drag and drop

Sergio,


The position of the element prior to drag is provided as part of the argument for the startDrag function.

The position of the element after the drag is completed should be available to you in the endDrag function if you are using YAHOO.util.DD.

Regards,
Eric


____________ _________ _________ _________ _______
Eric Miraglia
Yahoo! User Interface Library



On Jan 17, 2008, at 5:39 AM, Sergio Gaitan wrote:


Eric, 

In my case, the example of drag and drop Staying in a Region I must add the method to him of endDrag to the function? since at no moment this startDrag and endDrag? because if it shows the starting point to me within the region but not after it has been dragged.

thanks


----- Mensaje original ----
De: Eric Miraglia <miraglia@yahoo- inc.com>
Para: ydn-javascript@ yahoogroups. com
Enviado: miércoles 16 de enero de 2008, 14:48:42
Asunto: Re: [ydn-javascript] Re: drag and drop

Sergio,


If your Drag and Drop instance is "myDD", the following should work (after the drag operation has completed -- say, in yourendDrag method):

var position = YAHOO.util.Dom. getXY(myDD. getEl());

For more on getXY:


Regards,
Eric


____________ _________ _________ _________ _______
Eric Miraglia
Yahoo! User Interface Library



On Jan 14, 2008, at 9:22 AM, xponkflash2 wrote:

Eric,

Yes, would like to know I and to see the new position of the element
after it has been dragged.

Regards,

Sergio

--- In ydn-javascript@ yahoogroups. com, Eric Miraglia <miraglia@.. .> wrote:
>
> Sergio,
> 
> I'm not sure I understand the question you are asking -- are you 
> looking for the position of an element after it has been dragged to a 
> new position?
> 
> Regards,
> Eric
> 
> 
> ____________ _________ _________ _________ _______
> Eric Miraglia
> Yahoo! User Interface Library
> 
> 
> 
> On Jan 10, 2008, at 8:32 AM, xponkflash2 wrote:
> 
> > hello it would want please would help me that is to say since I let to
> > know point "X" and the point "Y" where they are each object after them
> > to have moved of its starting point
> >
> > I am thankful for any aid since I have not managed to show but the
> > starting point by means of getPosXY
> >
> > thanks
> >
> > Sergio
> >
> >
> >
>






Yahoo! Encuentros
Ahora encontrar pareja es mucho más fácil, probá el nuevo Yahoo! Encuentros.
Visitá http://yahoo. cupidovirtual. com/servlet/ NewRegistration






Tarjeta de crédito Yahoo! de Banco Supervielle. Solicitá tu nueva Tarjeta de crédito. De tu PC directo a tu casa.
Visitá www.tuprimeratarjeta.com.ar

#24170 From: Sergio Gaitan <xponkflash2@...>
Date: Fri Jan 18, 2008 6:56 pm
Subject: Re: Re: drag and drop
xponkflash2
Send Email Send Email
 
Eric, thanks for everything ...now element position perfect

----- Mensaje original ----
De: Eric Miraglia <miraglia@...>
Para: ydn-javascript@yahoogroups.com
Enviado: jueves 17 de enero de 2008, 17:19:16
Asunto: Re: [ydn-javascript] Re: drag and drop

Sergio,


The position of the element prior to drag is provided as part of the argument for the startDrag function.

The position of the element after the drag is completed should be available to you in the endDrag function if you are using YAHOO.util.DD.

Regards,
Eric


____________ _________ _________ _________ _______
Eric Miraglia
Yahoo! User Interface Library



On Jan 17, 2008, at 5:39 AM, Sergio Gaitan wrote:


Eric, 

In my case, the example of drag and drop Staying in a Region I must add the method to him of endDrag to the function? since at no moment this startDrag and endDrag? because if it shows the starting point to me within the region but not after it has been dragged.

thanks


----- Mensaje original ----
De: Eric Miraglia <miraglia@yahoo- inc.com>
Para: ydn-javascript@ yahoogroups. com
Enviado: miércoles 16 de enero de 2008, 14:48:42
Asunto: Re: [ydn-javascript] Re: drag and drop

Sergio,


If your Drag and Drop instance is "myDD", the following should work (after the drag operation has completed -- say, in yourendDrag method):

var position = YAHOO.util.Dom. getXY(myDD. getEl());

For more on getXY:


Regards,
Eric


____________ _________ _________ _________ _______
Eric Miraglia
Yahoo! User Interface Library



On Jan 14, 2008, at 9:22 AM, xponkflash2 wrote:

Eric,

Yes, would like to know I and to see the new position of the element
after it has been dragged.

Regards,

Sergio

--- In ydn-javascript@ yahoogroups. com, Eric Miraglia <miraglia@.. .> wrote:
>
> Sergio,
> 
> I'm not sure I understand the question you are asking -- are you 
> looking for the position of an element after it has been dragged to a 
> new position?
> 
> Regards,
> Eric
> 
> 
> ____________ _________ _________ _________ _______
> Eric Miraglia
> Yahoo! User Interface Library
> 
> 
> 
> On Jan 10, 2008, at 8:32 AM, xponkflash2 wrote:
> 
> > hello it would want please would help me that is to say since I let to
> > know point "X" and the point "Y" where they are each object after them
> > to have moved of its starting point
> >
> > I am thankful for any aid since I have not managed to show but the
> > starting point by means of getPosXY
> >
> > thanks
> >
> > Sergio
> >
> >
> >
>






Yahoo! Encuentros
Ahora encontrar pareja es mucho más fácil, probá el nuevo Yahoo! Encuentros.
Visitá http://yahoo. cupidovirtual. com/servlet/ NewRegistration






Tarjeta de crédito Yahoo! de Banco Supervielle. Solicitá tu nueva Tarjeta de crédito. De tu PC directo a tu casa.
Visitá www.tuprimeratarjeta.com.ar

#1094 From: Jeff Brown <jeff@...>
Date: Tue May 2, 2006 1:40 pm
Subject: Re: Plea for Versioning
jeff@...
Send Email Send Email
 
On Tuesday 02 May 2006 02:26 am, Doug Scoular wrote:
> Hi All,
> As the Yahoo! User Interface Library evolves, has bug fixes
> and is improved we really need to be able to discern whether
> we have downloaded the latest version or not.
>
> I'd like to ask the creators of yui.zip to consider including
> the version of each release in the downloadable filename i.e.
> yui-1.0.5.zip.
>
> Without this there is no way to know if I am using the
> latest version. It also makes it impossible to make accurate
> bug reports or offer patches.
>
> In an ideal world, releases would be related to a version controlled
> repository to which we could all browse and contribute to.
>
> Anyway, please consider this simple addition to a great tool.
>
> Cheers,
>
> Doug Scoular
>

I'm with you 100% Doug as far as version control goes: yui-1.0.5.zip makes
life so much easier. But I'm not so sure they want to open up a public CVS
though.

Let me suggest another thing they can do to keep things clear even if they
want to stay with the straight yui.zip technique they're using today, (who
knows, maybe for historical reasons or internal policies?). At least include
an little file called maybe: 'yui-version.txt' with the version data inside.

But as a developer using a near bleeding edge library like this, I want to
know where I stand as regards bugs, fixes, whatever. I've found myself
double and triple checking my app due to messages here. I'd be much happier
to see, "oh, that bug was fixed with yui-1.0.3, update to the latest, please"
as a standard reply here.

Jeff




#1102 From: Alex Russell <alex@...>
Date: Wed May 3, 2006 11:32 am
Subject: Re: Plea for Versioning
alex@...
Send Email Send Email
 
+1 on a public SVN/CVS repo. And a public bug tracker.

Regards

On Tuesday 02 May 2006 1:26 am, Doug Scoular wrote:
> Hi All,
> As the Yahoo! User Interface Library evolves, has bug fixes
> and is improved we really need to be able to discern whether
> we have downloaded the latest version or not.
>
> I'd like to ask the creators of yui.zip to consider including
> the version of each release in the downloadable filename i.e.
> yui-1.0.5.zip.
>
> Without this there is no way to know if I am using the
> latest version. It also makes it impossible to make accurate
> bug reports or offer patches.
>
> In an ideal world, releases would be related to a version
> controlled repository to which we could all browse and contribute to.
>
> Anyway, please consider this simple addition to a great tool.
>
> Cheers,
>
> Doug Scoular


--
Alex Russell
alex@...
alex@... BE03 E88D EABB 2116 CC49 8259 CF78 E242 59C3 9723


#1105 From: Jon Sullivan <punkrider@...>
Date: Wed May 3, 2006 4:16 pm
Subject: Re: Plea for Versioning
punkr1der
Send Email Send Email
 
Bump.  +1 public SVN/CVS repo / bug tracker.  This would pretty much
guarantee our use of this toolkit.

Alex Russell wrote:
> +1 on a public SVN/CVS repo. And a public bug tracker.
>
> Regards
>
> On Tuesday 02 May 2006 1:26 am, Doug Scoular wrote:
>
>> Hi All,
>> As the Yahoo! User Interface Library evolves, has bug fixes
>> and is improved we really need to be able to discern whether
>> we have downloaded the latest version or not.
>>
>> I'd like to ask the creators of yui.zip to consider including
>> the version of each release in the downloadable filename i.e.
>> yui-1.0.5.zip.
>>
>> Without this there is no way to know if I am using the
>> latest version. It also makes it impossible to make accurate
>> bug reports or offer patches.
>>
>> In an ideal world, releases would be related to a version
>> controlled repository to which we could all browse and contribute to.
>>
>> Anyway, please consider this simple addition to a great tool.
>>
>> Cheers,
>>
>> Doug Scoular
>>
>
>
>



#1106 From: Alex Russell <alex@...>
Date: Wed May 3, 2006 5:24 pm
Subject: Re: Plea for Versioning
alex@...
Send Email Send Email
 
On Wednesday 03 May 2006 9:16 am, Jon Sullivan wrote:
> Bump. +1 public SVN/CVS repo / bug tracker. This would pretty much
> guarantee our use of this toolkit.

While I +1'd for those things, it's worth noting that they are only the
first steps toward making YUI a "real" Open Source project. Actually
having a contributing community requires:

* a process for accepting code to ensure that its licensing is "clean"
* a way of promoting community contributors to committers
* a public release schedule/planning process

At this point the message is somewhat confused, but SVN and bug tracking
would be a nice first step.

Regards

--
Alex Russell
alex@... BE03 E88D EABB 2116 CC49 8259 CF78 E242 59C3 9723


 
Add to My Yahoo!      XML What's This?

Copyright © 2010 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines NEW - Help