This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 132819 - Preview does not work with Reprise APIs
Summary: Preview does not work with Reprise APIs
Status: VERIFIED FIXED
Alias: None
Product: javafx
Classification: Unclassified
Component: Unsupported (show other bugs)
Version: 6.x
Hardware: All All
: P1 blocker (vote)
Assignee: Oleg Barbashov
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-04-14 23:57 UTC by Martin Brehovsky
Modified: 2009-07-17 08:00 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Martin Brehovsky 2008-04-14 23:57:29 UTC
Preview does not show anything when UI is using Reprise APIs.
Comment 1 Andrey Yamkovoy 2008-04-15 13:47:02 UTC
It's working for me ... I see UI (Labels, Frames etc) in the preview.
I am using Player jars as runtime for project.

Please try the latest build.
Comment 2 Alexandr Scherbatiy 2008-04-15 14:07:27 UTC
Try the following sample based on Reprise api:

---------------------------------------
import javafx.gui.*;

Label{
    text: "Hello World!"
}
---------------------------------------

It is not shown on the preview
Comment 3 Andrey Yamkovoy 2008-04-17 17:33:26 UTC
Fixed in the trunk
Comment 4 Alexandr Scherbatiy 2008-04-18 13:40:12 UTC
verified