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 179370 - Add onClose action
Summary: Add onClose action
Status: VERIFIED FIXED
Alias: None
Product: javafx
Classification: Unclassified
Component: Unsupported (show other bugs)
Version: 6.x
Hardware: PC Windows XP
: P3 normal (vote)
Assignee: Karol Harezlak
URL:
Keywords:
Depends on:
Blocks: 178578
  Show dependency tree
 
Reported: 2010-01-11 04:15 UTC by Alexandr Scherbatiy
Modified: 2010-02-09 04:58 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 Alexandr Scherbatiy 2010-01-11 04:15:19 UTC
Add 'onClose: function () {  }' action to the Actions category in Palette.


Sample:
-----------------------------------
Stage {
    title: "Application title"
    onClose: function () {  }
}
-----------------------------------
Comment 1 Karol Harezlak 2010-02-08 08:30:06 UTC
fixed in main trunk, only for Stage component template


changeset:

http://hg.netbeans.org/javafx/rev/bddf5e19abcb
Comment 2 Alexandr Scherbatiy 2010-02-09 04:58:19 UTC
verified in NetBeans-JavaFX-Soma: #147