History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: IDEADEV-5409
Type: Bug Bug
Status: Resolved Resolved
Resolution: Fixed
Priority: Normal Normal
Assignee: Dmitry Jemerov
Reporter: Dirk Dittert
Votes: 2
Watchers: 3
Operations

If you were logged in you would be able to see more operations.
IDEA: Development

Unable to preview form

Created: 07 Dec 05 00:21   Updated: 03 Apr 06 18:45
Component/s: GUI Designer
Fix Version/s: Demetra 5218, 5.1.1

Original Estimate: Unknown Remaining Estimate: Unknown Time Spent: Unknown
File Attachments: 1. File guitest.ipr (10 kb)
2. File guitest.ipr (10 kb)

Environment: OS X 10.4.3, German locale

Build: 4,069
Fixed in build: 4,187


 Description  « Hide
I just created a new form (not bound to a class yet). When I try to preview the form, I get:

Exception in thread "main" java.lang.ExceptionInInitializerError
Caused by: java.util.MissingResourceException: Can't find bundle for base name RuntimeBundle, locale de_DE
at java.util.ResourceBundle.throwMissingResourceException(ResourceBundle.java:837)
at java.util.ResourceBundle.getBundleImpl(ResourceBundle.java:806)
at java.util.ResourceBundle.getBundle(ResourceBundle.java:550)
at FormPreviewFrame.<clinit>(FormPreviewFrame.java:12)



 All   Comments   Work Log   Change History      Sort Order:
Colin Madere - 09 Feb 06 01:07
Experiencing same exact problem on en_US system running OS X 10.4.4, Java 1.5.0_05. IDEA version 5.1 build # 4155. Tried with running IDEA with 1.4 JVM and 1.5 JVM (by editing Info.plist in IDEA app package).

Bound or unbound form both get error in completely fresh project only creating a single Dialog through the menu and pressing the "preview" icon in the toolbar.


Colin Madere - 09 Feb 06 01:08
Sample project giving error on OS X 10.4.4

Colin Madere - 09 Feb 06 02:09
original attachment was of project where form was removed, this corrects that

Colin Madere - 09 Feb 06 18:36
The option to generate source OR binary for GUI Designer has no affect on the error.

Building the project/module and then running the class successfully runs the designed GUI, so it seems it is only the preview function.