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 117272 - SVG PLayer Display presenter does not update some times
Summary: SVG PLayer Display presenter does not update some times
Status: RESOLVED FIXED
Alias: None
Product: javame
Classification: Unclassified
Component: Visual Designer (show other bugs)
Version: 6.x
Hardware: PC Windows XP
: P3 blocker (vote)
Assignee: Anton Chechel
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-10-01 10:24 UTC by Anton Chechel
Modified: 2007-10-03 13:27 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 Anton Chechel 2007-10-01 10:24:34 UTC
There is some race condition in the SVGPlayerDisplayPresenter:81
MidpProjectSupport.getFileObjectsForRelativeResourcePath() returns empty collection.

So SVGPlayerDisplayPresenter does not pdates correctly some times after changing SVG Image property.
Comment 1 Karol Harezlak 2007-10-02 23:29:19 UTC
Probably it's cause by incorrect image path for Image/SVGimage components.
Comment 2 Anton Chechel 2007-10-03 13:27:02 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.23; previous revision: 1.22
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.25; previous revision: 1.24
done
Checking in midp/src/org/netbeans/modules/vmd/midp/propertyeditors/resource/elements/ImageEditorElement.form;
/cvs/mobility/designer2/midp/src/org/netbeans/modules/vmd/midp/propertyeditors/resource/elements/ImageEditorElement.form,v
 <--  ImageEditorElement.form
new revision: 1.8; previous revision: 1.7
done