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:
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
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
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?
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
In the Extension Points, i define a vew NOT restorable. <view id=\"...\" name=\"...\" class=\"...\" allowMultiple=\"true\"
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:
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.
I\'m developing an RCP application that uses the Eclipse Log view. All the messages logged have the TimeZone set to system current time.
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)