Menu

Netbeans 5.0

Cy Radford
2005-10-30
2013-04-17
1 2 > >> (Page 1 of 2)
  • Cy Radford

    Cy Radford - 2005-10-30

    When might you have a version of your plugin that will work with the next generation of Netbeans?

    The current plugin installs in 5.0 but the palette that allows controls to be dropped onto a form doesn't display.  Editing the XML and switching to the designer view does seem to render the controls properly.

    I expect that the effort to upgrade won't be terribly large.

     
    • Luan O'Carroll

      Luan O'Carroll - 2005-11-01

      We'll probably release an update within 2-3 weeks. We've already looked at some of the issues and as you guessed they should be minor. We'll certainly have something for the time of the release of NetBeans 5.0

       
    • mungkol

      mungkol - 2006-03-01

      When will the final plugin for Netbean 5.0 be released?

       
      • Luan O'Carroll

        Luan O'Carroll - 2006-03-01

        We're hoping within a week or so. We're doing some final fixes at the moment, so if yo have had any issues PLEASE report them just in case we haven't spotted them already.

         
        • Jared Box

          Jared Box - 2006-03-03

          Luan,

          One bug I noticed includes The Edit component.  When using the gui builder to position and size the widget, the values do not stick.

          I hope the plugin will soon be ready as I am anxious to start a new XUI project using Java 5 and for Netbeans 5.

           
          • Luan O'Carroll

            Luan O'Carroll - 2006-03-03

            Can you be a bit more specific, I just fixed a number of bugs in moving/sizing the components - with the mouse. But you are describing something different?

             
            • Jared Box

              Jared Box - 2006-03-04

              I believe the bug I noticed is one you are describing.  When you use the mouse in the designer to manipulate an edit field, the values in the javabean properties table (and xml page) seem to change correctly.  But, when you save and click around somewhere else, etc., then return back to the designer, the values (X,Y,W,H) in the properties table mode return back to original ones.

              Maybe I am just not doing something right.

              I appreciate your staying on top of this forum.  I noticed you are very active in working on this project.  I must congratulate you on a good product with great tech support.

               
              • Luan O'Carroll

                Luan O'Carroll - 2006-03-04

                Thanks for the comments, user feedback is really important to use - good or bad. Our aim is to make the hard things simple and to make most things fun. We know we have some way to go but by having users let us know how they are getting on then we can focus our attention where it's important.

                We're trying to get more people to participate in the project on an on-going basis, contribute and perhaps even build add-ons. The new tips forum is one aspects to this and we also hope to add a gallery/repository where just about anyone can add a sample app or demo or just show case some feature they think cool.

                Anecdotically we know there are many projects out there using XUI both in-house and on a commercial basis and we would like to see more visibility for these projects so that people can get a sense of what can be done with XUI.

                With regard to the specific layout issues we can make a nightly build available some time during the week, or otherwise the full release should be out pretty soon.

                 
                • Luan O'Carroll

                  Luan O'Carroll - 2006-03-04

                  And I forgot to say, a bug thanks to everyone who has contributed thus far. Every little helps :-)

                   
                • Jared Box

                  Jared Box - 2006-03-06

                  Luan,

                  If you could provide the latest build of the Kaleidescope plugin that would be great!

                  -Jared

                   
                  • Luan O'Carroll

                    Luan O'Carroll - 2006-03-06

                    The files are on http://xui.sourceforge.net/downloads/nightly/06032006/ now, but bear in mind that they have only had minimal testing. If you have any problems let us know and we can always fix and update the nightly builds

                     
    • Jared Box

      Jared Box - 2006-03-08

      Luan,
      Thanks for uploading the latest.

      I have noticed a couple of problems - the first of which existing in the Feb 15 06 version.  When you create a widget and associate a data binding with  it and then delete the widget, the data binding tag declaration does not delete from the xml file.

      Also, when I upgraded to the lastest plugin, I seem to be unable to launch my existing XUI projects.  Perhaps I have misconfigured something.  I receive the following stack trace in the netbeans exception window:

      java.lang.NoSuchMethodError: net.xoetrope.debug.DebugLogger.readLoggerZones()V
          at net.xoetrope.editor.project.XEditorProject.initialise(XEditorProject.java:201)
          at net.xoetrope.editor.project.XEditorProject.parse(XEditorProject.java:343)
          at net.xoetrope.editor.project.XEditorProjectManager.getProject(XEditorProjectManager.java:150)
          at net.xoetrope.editor.project.ProjectDataObject.init(ProjectDataObject.java:51)
          at net.xoetrope.editor.project.ProjectDataObject.<init>(ProjectDataObject.java:39)
          at net.xoetrope.editor.project.ProjectDataLoader.createMultiObject(ProjectDataLoader.java:76)
          at org.openide.loaders.MultiFileLoader.handleFindDataObject(MultiFileLoader.java:77)
          at org.openide.loaders.DataObjectPool.handleFindDataObject(DataObjectPool.java:123)
          at org.openide.loaders.DataLoader.findDataObject(DataLoader.java:358)
          at org.openide.loaders.DataLoaderPool.findDataObject(DataLoaderPool.java:402)
          at org.openide.loaders.FolderList.createBoth(FolderList.java:701)
          at org.openide.loaders.FolderList.getObjects(FolderList.java:512)
          at org.openide.loaders.FolderList.access$200(FolderList.java:50)
          at org.openide.loaders.FolderList$ListTask.run(FolderList.java:880)
          at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:493)
      [catch] at org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:926)

       
      • Luan O'Carroll

        Luan O'Carroll - 2006-03-08

        Did you installed the updated XUI module in your NetBeans installation?

        This is really a build issue as we either need to embed the XUI classes in the Kalideoscope module or force an update of the XUI module by changing the version number and module dependancies accordingly.

        If that's not the issue I'll have to dig a bit more and see what is out of sync.

         
        • Luan O'Carroll

          Luan O'Carroll - 2006-03-09

          Did that make any difference or was it an issue?

           
      • Luan O'Carroll

        Luan O'Carroll - 2006-03-08

        I've logged a bug on your second issue (ID:1445862)

        we will fix that pretty soon and make another nightly build available

         
      • Luan O'Carroll

        Luan O'Carroll - 2006-03-13

        There is another update on the website at http://xui.sourceforge.net/downloads/nightly/13032006/

        I hope it fixes both of the issues you reported, but please have a look at the bug database and forum posting with respect to the specifics

         
    • Jared Box

      Jared Box - 2006-03-14

      The stack trace issue I noted appears to be resolved.  Thanks.

      However, the bug I reported below still exists.

      [ 1447020 ] GUI editor becomes unavailable when another file is selected

       
      • Luan O'Carroll

        Luan O'Carroll - 2006-03-14

        Thanks,

        can you describe the second issue a little more as there are quite a few update scenarios with frames and multiple pages.

        i.e. which pages are used within which editor window

        Thanks

        - Luan

         
    • trubblemaker

      trubblemaker - 2006-03-31

      I have a file that has a binding get deleted in it if I leave the file open and build the project.  Solution leave the file closed when I build. but this is inconvient, the editor shouldn't be erasing bindings on my.

       
      • Luan O'Carroll

        Luan O'Carroll - 2006-03-31

        Exactly! It is a bug. Fortunately it has been fixed in the development builds - unfortunately it hasn't been released yet, but we're hoping to get it out very soon.

         
    • bab

      bab - 2006-04-05

      Whwn i open Netbeans 5.0 withn Kalideoscope editor plugin
      this error is coming up
      y is it so?

      java.lang.NullPointerException
          at org.netbeans.modules.javacore.JMManager.scanFiles(JMManager.java:1077)
          at org.netbeans.modules.javacore.JMManager.resolveCPRoot(JMManager.java:1006)
          at org.netbeans.modules.javacore.JMManager.resolveCodebases(JMManager.java:815)
          at org.netbeans.modules.javacore.JMManager$2.run(JMManager.java:769)
          at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:493)
      [catch] at org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:926)

       
    • bab

      bab - 2006-04-05

      When i try to run the project Xapplet class not found is showing up. but all jars are on the path.
      vat may be the issue.
      awiating reply

       
    • Val Cassidy

      Val Cassidy - 2006-04-05

      You say the 'Xapplet' class cannot be found. Are you seeing the 'a' in lower case? It should be upper.

      Val

       
    • Melvin R. Zamora

      Hi Luan and the rest of XUIs.

      Been lost for a while, due to my job hectic schedule, but today I ask would like to ask permission to join your group again. I am interested to help develop the netbeans 5.0 plug-in (carousel).

      This I would like to request:
      1. First, I need to subscribe to netbeans XUI plug-in mailinglist like equivalent. (something like netbeans mailing list that directs to my email. mijzcx@yahoo.com | mijzcx@gmail.com) automatically.
      2. I need to collaborate.
      3. An automatic updates of the build results, if there is, from the CruiseControl or something through my (mijzcx@gmail.com).
      4. Thats all for now...

      Why I am interested?

      Because I am disappointed with this XUI 2.0 for netbeans 5.0 plug-in. Though good (some of 4.1 issues been fixed) but, it does not work fine.

      1. The source page java source generator aint generate code templates.
      2. The panes, (XUI Inspector, XUI Palette, Styles, Properties) custom arrangement won't persist after  closing the IDE then opening again.
      3. When I open up again, I can't open anymore the  Page.xml or some in the IDE.
      4. The design board is fine, but I think needs enhancement.

      I am tired doing XUI things in manual way. I want to help, I want to use my spare time to develop this plug-in. This is project is very promising, I know. This will change the way we do GUI developing than "Matisse" project (if they won't catch-up) or any non-declarative development counterparts. And I want to be part of this, to be part of this project development. I am proud of you XUI guys with your generous effort. I don't want just to look and wait. I need to join, I need to contribute something. I need to scratch some itch of mine.

      My gratitude,

      Melvin R. Zamora
      Mijzcx Software Construction

       
      • Luan O'Carroll

        Luan O'Carroll - 2006-05-03

        Hi Melvin,

        We've also had a pretty busy schedule here which has slowed plug-in development a little.

        That about hits the nail on the head. I fixed the problem with opening of the source files (and will perhaps relase an update today) but the other issues remain.

        The problem with persistence came about because of the lack of documentation when we started building the plug-in (back in the NetBeans 3.6 days). In contrast the Eclipse documentation is still ahead, but that's another story.

        I never got around to giving you CVS access and in anycase we have an internal CVS respository for the code - SourceForge CVS seems to go down too often at vital times for our liking. So we just update CVS on sourceforge on ad hoc basis.

        We would be delighted to have your contributions and even small contributions can make a big difference. In short we'll provide whatever support you need in this regard.

        -Luan

         
1 2 > >> (Page 1 of 2)

Log in to post a comment.