property-editor

How to debug a Custom Property Editor in Delphi 6 (Pro)?

How can I set breakpoints and trace through a Custom Property Editor I wrote for one of my VCL derived components (Component Palette member)? The problem of course is that I want to debug code that is running in a compiled BPL while the IDE is active and is not running an active application. Setting breakpoints in the BPL source file d...

Qt Creator - how to open the property editor

whenever I opened a cpp file I can only see the editor, I can't see the property edior. When I tried to see it by going through Tools->Form Editor->views Every thing is disabled. So I cant click anything there. Can anybody suggest a solution? ...

Java bean image property editor in netbeans

Hi all, im trying to build a java bean component using JPanel that can display a background. All is ok, but now i have an image property and i would be able to set it from property editor. Netbeans has a good image property editor used to set JLabel Icon etc... so, there is a way to use this editor for my porpouse? Thanks. ...