From: <no...@so...> - 2001-01-28 22:25:37
|
Bug #130356, was updated on 2001-Jan-28 14:25 Here is a current snapshot of the bug. Project: DynAPI 2 Category: Core API Status: Open Resolution: None Bug Group: Feature Request Priority: 5 Submitted by: marstr Assigned to : nobody Summary: bug in library-order Details: When the libraries are added in dynapi.js the order needs some changes, because if you dynapi.gui.* are included, the ViewPort needs to be included before the pushpanel and scrollpane, while these classes use the ViewPort. Some thing with dynapi.util.*. Thread should be added before pathanim, circleanim, imganim and hoveranim. i dont know if anyone ever will us gui.* or util.* but the order should be correct anyway. console.js should be added to the util-library. For detailed info, follow this link: http://sourceforge.net/bugs/?func=detailbug&bug_id=130356&group_id=5757 |
From: <no...@so...> - 2001-01-28 22:30:32
|
Bug #130356, was updated on 2001-Jan-28 14:25 Here is a current snapshot of the bug. Project: DynAPI 2 Category: Core API Status: Open Resolution: None Bug Group: Feature Request Priority: 5 Submitted by: marstr Assigned to : nobody Summary: bug in library-order Details: When the libraries are added in dynapi.js the order needs some changes, because if you dynapi.gui.* are included, the ViewPort needs to be included before the pushpanel and scrollpane, while these classes use the ViewPort. Some thing with dynapi.util.*. Thread should be added before pathanim, circleanim, imganim and hoveranim. i dont know if anyone ever will us gui.* or util.* but the order should be correct anyway. console.js should be added to the util-library. Follow-Ups: Date: 2001-Jan-28 14:30 By: marstr Comment: wasn't meant to be a "Feature Request", don't know how this happend, uhm.. ------------------------------------------------------- For detailed info, follow this link: http://sourceforge.net/bugs/?func=detailbug&bug_id=130356&group_id=5757 |
From: Robert R. <rra...@ya...> - 2001-01-28 22:43:55
|
Yeah, the order was fixed for the api.*, but never for the others. I can fix this easily. -- // Robert Rainwater On 1/28/2001, 5:30:18 PM EST, noreply wrote about "[Dynapi-Dev] [Bug #130356] bug in library-order": > Bug #130356, was updated on 2001-Jan-28 14:25 > Here is a current snapshot of the bug. > Project: DynAPI 2 > Category: Core API > Status: Open > Resolution: None > Bug Group: Feature Request > Priority: 5 > Submitted by: marstr > Assigned to : nobody > Summary: bug in library-order > Details: When the libraries are added in dynapi.js the order > needs some changes, because if you dynapi.gui.* are > included, the ViewPort needs to be included before > the pushpanel and scrollpane, while these classes use > the ViewPort. > Some thing with dynapi.util.*. Thread should be added > before pathanim, circleanim, imganim and hoveranim. > i dont know if anyone ever will us gui.* or util.* > but the order should be correct anyway. > console.js should be added to the util-library. > Follow-Ups: > Date: 2001-Jan-28 14:30 > By: marstr > Comment: > wasn't meant to be a "Feature Request", don't know how this happend, uhm.. > ------------------------------------------------------- > For detailed info, follow this link: > http://sourceforge.net/bugs/?func=detailbug&bug_id=130356&group_id=5757 > _______________________________________________ > Dynapi-Dev mailing list > Dyn...@li... > http://lists.sourceforge.net/lists/listinfo/dynapi-dev ---------------------- DynAPI Snapshots: http://dynapi.sourceforge.net/snapshot/ DynAPI Homepage: http://dynapi.sourceforge.net/ |
From: <no...@so...> - 2001-01-29 01:51:39
|
Bug #130356, was updated on 2001-Jan-28 14:25 Here is a current snapshot of the bug. Project: DynAPI 2 Category: Core API Status: Open Resolution: None Bug Group: None Priority: 5 Submitted by: marstr Assigned to : rainwater Summary: bug in library-order Details: When the libraries are added in dynapi.js the order needs some changes, because if you dynapi.gui.* are included, the ViewPort needs to be included before the pushpanel and scrollpane, while these classes use the ViewPort. Some thing with dynapi.util.*. Thread should be added before pathanim, circleanim, imganim and hoveranim. i dont know if anyone ever will us gui.* or util.* but the order should be correct anyway. console.js should be added to the util-library. Follow-Ups: Date: 2001-Jan-28 17:51 By: rainwater Comment: I will post a patch to the patches section soon. ------------------------------------------------------- Date: 2001-Jan-28 14:30 By: marstr Comment: wasn't meant to be a "Feature Request", don't know how this happend, uhm.. ------------------------------------------------------- For detailed info, follow this link: http://sourceforge.net/bugs/?func=detailbug&bug_id=130356&group_id=5757 |
From: <no...@so...> - 2001-01-29 06:10:34
|
Bug #130356, was updated on 2001-Jan-28 14:25 Here is a current snapshot of the bug. Project: DynAPI 2 Category: Core API Status: Open Resolution: None Bug Group: None Priority: 5 Submitted by: marstr Assigned to : rainwater Summary: bug in library-order Details: When the libraries are added in dynapi.js the order needs some changes, because if you dynapi.gui.* are included, the ViewPort needs to be included before the pushpanel and scrollpane, while these classes use the ViewPort. Some thing with dynapi.util.*. Thread should be added before pathanim, circleanim, imganim and hoveranim. i dont know if anyone ever will us gui.* or util.* but the order should be correct anyway. console.js should be added to the util-library. Follow-Ups: Date: 2001-Jan-28 22:10 By: rainwater Comment: I fixed the library order of dynapi.gui and added console.js to the addLibrary call. The other issue is a separate and more complex issue. One solution would be to move thread into the gui library. Based on this, it would require that subclassing can only be done by widgets in the same library (aka dynapi.gui). This would have to always be the class, except for subclassing dynlayer. The way it is now, you have to include dynlayer.js before any of the widgets. Perhaps this needs to be documented. ------------------------------------------------------- Date: 2001-Jan-28 17:51 By: rainwater Comment: I will post a patch to the patches section soon. ------------------------------------------------------- Date: 2001-Jan-28 14:30 By: marstr Comment: wasn't meant to be a "Feature Request", don't know how this happend, uhm.. ------------------------------------------------------- For detailed info, follow this link: http://sourceforge.net/bugs/?func=detailbug&bug_id=130356&group_id=5757 |
From: <no...@so...> - 2001-02-09 15:38:21
|
Bug #130356, was updated on 2001-Jan-28 14:25 Here is a current snapshot of the bug. Project: DynAPI 2 Category: Core API Status: Closed Resolution: Fixed Bug Group: None Priority: 5 Submitted by: marstr Assigned to : rainwater Summary: bug in library-order Details: When the libraries are added in dynapi.js the order needs some changes, because if you dynapi.gui.* are included, the ViewPort needs to be included before the pushpanel and scrollpane, while these classes use the ViewPort. Some thing with dynapi.util.*. Thread should be added before pathanim, circleanim, imganim and hoveranim. i dont know if anyone ever will us gui.* or util.* but the order should be correct anyway. console.js should be added to the util-library. Follow-Ups: Date: 2001-Feb-09 07:38 By: dcpascal Comment: The bug was fixed, the other is a logicall problem I guess.. but not considering it as a real bug.. ------------------------------------------------------- Date: 2001-Jan-28 22:10 By: rainwater Comment: I fixed the library order of dynapi.gui and added console.js to the addLibrary call. The other issue is a separate and more complex issue. One solution would be to move thread into the gui library. Based on this, it would require that subclassing can only be done by widgets in the same library (aka dynapi.gui). This would have to always be the class, except for subclassing dynlayer. The way it is now, you have to include dynlayer.js before any of the widgets. Perhaps this needs to be documented. ------------------------------------------------------- Date: 2001-Jan-28 17:51 By: rainwater Comment: I will post a patch to the patches section soon. ------------------------------------------------------- Date: 2001-Jan-28 14:30 By: marstr Comment: wasn't meant to be a "Feature Request", don't know how this happend, uhm.. ------------------------------------------------------- For detailed info, follow this link: http://sourceforge.net/bugs/?func=detailbug&bug_id=130356&group_id=5757 |