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 134062 - [Preview] Show string presenation for non GUI objects
Summary: [Preview] Show string presenation for non GUI objects
Status: VERIFIED INVALID
Alias: None
Product: javafx
Classification: Unclassified
Component: Unsupported (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Oleg Barbashov
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-04-28 14:19 UTC by Alexandr Scherbatiy
Modified: 2008-09-12 10:39 UTC (History)
0 users

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Alexandr Scherbatiy 2008-04-28 14:19:50 UTC
Steps to reproduce:

- Create a JavaFX Script file:
-------------------------------------
public class Contact{
    attribute firstName: String;
    attribute lastName: String;
    attribute eMailAddress: String;
}


Contact {
    firstName: "Mike"
    lastName: "Wazowski"
    eMailAddress: "Mike.Wazowski@monster.com"
}
-------------------------------------

- Enable the Preview
  'Nothing to show...' message is shown in the Preview

  It is better to show string presentation ( obj.toString()) for the last
  defined object in file in case if it is not a GUI element.
Comment 1 Andrey Yamkovoy 2008-09-02 13:32:47 UTC
It's preview area, reassign to Oleg.
Comment 2 Oleg Barbashov 2008-09-05 18:44:10 UTC
Alexander, I think it is redundant information and also there is a conflict with new Preview design based on Forms
Design Preview.
Comment 3 Oleg Barbashov 2008-09-11 16:46:20 UTC
See above.
Comment 4 Alexandr Scherbatiy 2008-09-12 10:39:26 UTC
verified