-
10 Dec 2006 8:18 PM #1
issue building yui-ext
issue building yui-ext
I opened the yui-ext.jsb file in JS builder and selected all modules. The resulting build does not include the class YAHOO.ext.Button while thre is a reference to it in the BasicDialog class :
As a result, dialogs are not working in the yui-ext.js build file.Code:var btn = new YAHOO.ext.Button(this.footer, bconfig);
Am I doing something wrong?
Sanjiv
-
10 Dec 2006 9:31 PM #2
Can you clarify what exactly you're building? Is it Jack's version of yui-ext.jsb in svn, or a version that you put together? Also, YAHOO.ext.Button was just refactored to be standalone yesterday, so I assume that you're working with the latest code from svn? If so, you may need to manually add Button.js into your JSB project -- I just looked at the .jsb file in svn and it looks like it hasn't been updated with Button.js yet as it's still warm from the oven

If that doesn't answer your question, or if I've misunderstood something, just let me know.
Brian
-
10 Dec 2006 9:57 PM #3
Yes, I'm building from Jack's version of yui-ext.jsb from the latest SVN code. I saw another post mention the same problem (the button.js and .css file omission). I'll either fix it locally or pull a new one from SVN in a few days.
Thanks,
Sanjiv
-
10 Dec 2006 9:57 PM #4
After reading through some more comments, I found that this issue has been confirmed by someone else: http://www.yui-ext.com/forum/viewtopic.php?p=5789
Please add Button.js and Button.css manually if you can't wait for Jack to update his JSB projects.
-
11 Dec 2006 6:44 AM #5
I hadn't saved the project so it wasn't included in my latest commit. Sorry about that!
Thank you for reporting this bug. We will make it our priority to review this report.
Similar Threads
-
Paging Grid issue: pagetoolbar is a issue
By wwwlinux in forum Ext 1.x: Help & DiscussionReplies: 5Last Post: 28 Feb 2007, 5:48 PM -
building dialog with markup.. ajax messes it up
By PurpleNurple in forum Ext 1.x: Help & DiscussionReplies: 11Last Post: 10 Feb 2007, 9:49 AM -
Solved: Help on building a JSONDataGrid Class
By Wolfgang in forum Ext 1.x: Help & DiscussionReplies: 1Last Post: 2 Jan 2007, 11:35 AM -
Building YUI-ext from SVN
By hunkybill in forum Ext 1.x: Help & DiscussionReplies: 1Last Post: 24 Nov 2006, 5:03 PM


Reply With Quote