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 112335 - image/svgImage - Resource Path PE should list images
Summary: image/svgImage - Resource Path PE should list images
Status: VERIFIED FIXED
Alias: None
Product: javame
Classification: Unclassified
Component: Visual Designer (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Anton Chechel
URL:
Keywords:
Depends on:
Blocks: 106280
  Show dependency tree
 
Reported: 2007-08-08 15:41 UTC by Lukas Hasik
Modified: 2007-09-25 16:42 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
screenshot of midlet icon. The image PE should behave in the same way. (64.78 KB, image/png)
2007-08-08 16:06 UTC, Lukas Hasik
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Lukas Hasik 2007-08-08 15:41:24 UTC
08/08
-image/svgImage - Resource Path PE should list images from libraries+resources in the Image Path combobox in the same
way how the Edit MIDlet dialog does it for midlet icon (see project properties > App descriptor > MIDlets tab > edit,
you have to have a pngs in Libraries&Resources, of course)
Comment 1 Lukas Hasik 2007-08-08 16:06:30 UTC
Created attachment 46351 [details]
screenshot of midlet icon. The image PE should behave in the same way.
Comment 2 Anton Chechel 2007-08-10 15:54:53 UTC
fixed
Comment 3 Lukas Hasik 2007-08-13 11:35:10 UTC
PLEASE, set up the right Target Milestone for RESOLVED issues. It's the way how
to know where and when was an issue fixed.

thank you.
Comment 4 Lukas Hasik 2007-09-04 15:35:08 UTC
it somehow works -> will verify later with issue 114645 that affects this
Comment 5 Lukas Hasik 2007-09-06 14:20:17 UTC
verified in 20070905
Comment 6 Lukas Hasik 2007-09-18 13:13:41 UTC
I have to reopen. It works for the Folders in Libs&Resources but it doesn't work for libraries/jars/zips. 
Add "NetBeans MIDP Components PDA" library to project -> you cannot see the dir.png and file.png in the list of
available images.

Why reinvent wheel. Reuse the same code that Adam is using in the Add icon. Adame, can you help here?
Comment 7 Anton Chechel 2007-09-21 15:32:15 UTC
fixed

Checking in midpnb/src/org/netbeans/modules/vmd/midpnb/propertyeditors/SVGImageEditorElement.java;
/cvs/mobility/designer2/midpnb/src/org/netbeans/modules/vmd/midpnb/propertyeditors/SVGImageEditorElement.java,v  <-- 
SVGImageEditorElement.java
new revision: 1.19; previous revision: 1.18
done

Checking in midp/src/org/netbeans/modules/vmd/midp/propertyeditors/resource/elements/ImageEditorElement.java;
/cvs/mobility/designer2/midp/src/org/netbeans/modules/vmd/midp/propertyeditors/resource/elements/ImageEditorElement.java,v
 <--  ImageEditorElement.java
new revision: 1.22; previous revision: 1.21
done
Comment 8 Lukas Hasik 2007-09-25 16:42:34 UTC
verified in 09/23