rcp
ImageDescriptor exception in RCP Application
I am a newbie to EclipseRCP and I am trying to get a product from EclipseRCP. In my program, I am loading some images(flags for language switches etc.). I am trying to load them in this way:[详细]
2023-04-05 16:46 分类:问答How do I detect that a SWT dialog has been opened and is visible?
I have an SWT WizardDialog with a number of pages. When this dialog first opens I have to do a check for some conditions and if those conditions are met I need to show a popup over the freshly opened[详细]
2023-04-04 19:17 分类:问答Eclipse RCP export product custom plugins not exported
I use Eclipse Product export wizard to create my application distributable image. The export want without开发者_运维问答 errors, but the result contains only the eclipse.org.* plugins, none of my appl[详细]
2023-04-04 16:05 分类:问答embed Video Display in SWT/RCP
How to display a video (or mjpeg) in a SWT/RCP aplication while the video 开发者_开发知识库must has as less as possible impact from the other UI interation?[详细]
2023-04-04 15:37 分类:问答Eclipse RCP menu reutilization
While I was developing the main menu of my app I realized that there are submenues in that main menu that could be use as it in other context menu. My problem is that I dont want to write these submen[详细]
2023-04-04 10:36 分类:问答Eclipse RCP: Extension Point (restorable="false") does not work on Stacked views
In the Extension Points, i define a vew NOT restorable. <view id=\"...\" name=\"...\" class=\"...\" allowMultiple=\"true\"[详细]
2023-04-03 12:59 分类:问答operator | for int value
I think this is a basic in java,but sorry, I ask in stackoverflow. I will give an example in eclipse RCP.For example, if I want to make instance of Text (swt text), I would do below:[详细]
2023-04-02 16:43 分类:问答License Key for Java RCP application on VMId
I have an RCP application build on Java 1.6. I am using Virtual Machine Unique ID on a machine as a number to identify a machine uniquely and generate license key based on this number.[详细]
2023-04-02 00:11 分类:问答Eclipse RCP application Log View: change/set TimeZone for messages sent to the Eclipse Log view
I\'m developing an RCP application that uses the Eclipse Log view. All the messages logged have the TimeZone set to system current time.[详细]
2023-04-01 14:32 分类:问答How to run more than one job concurrently in RCP?
I want to know how to execute more than one job in Eclipse at a time. I want to run mo开发者_运维知识库re than one job concurrently in RCP.A Job more or less wraps a Thread and all started (scheduled)[详细]
2023-04-01 14:31 分类:问答