Status of Netbeans Platform?
"Graeme" <[email protected]>
| Newsgroups | gmane.comp.java.netbeans.modules.openide.devel |
|---|---|
| Message-ID | <[email protected]> |
ulim wrote: > In case anyone can run the app, these are the steps to reproduce: > > 1. Run the app (press F6 in the IDE). > 2. Make the leftmost window larger by dragging the bar to the right. Release the mouse button. The window should now be wider. > 3. Make the leftmost windows smaller again by dragging the bar back to the left. This shouldn't work, the bar doesn't move back into its original position. > > Ulrich I tried your application on OS X with NB 8.0.2. As others have said a reduced application would really help - I ran into some issues on startup, I had issues with some of the PNG files (file could not be opened because it is empty). I tried copying your modules (ViewGolfers, ViewCountries, etc) into a new NB app. They worked as expected! I tried comparing your project vs the new project. It looks like there is an issue with your Branding and I don't have time to debug that. If I extract your app and run - it exhibits the problems you mention (windows do not reduce in size). If I delete the branding folder Clean/Build and run again - it works as you would expect! Windows can be resized. So I don't think this is a NB API issue I think you will find its a configuration issue. I'd start homing in on what you are doing in terms of Branding the application. Sorry I don't have a full solution but I hope I've pointed you in the right direction.