rcp Questions

1

Solved

I'm writing an Eclipse RCP and I want to ask the user whether to backup the database when the application is closed. Doing it from the File>Exit menu was easy as I defined a command exit: public c...
Recovery asked 5/10, 2011 at 9:4

4

Solved

I'm writing a wizard for an Eclipse RCP application. After doing some processing on a file and taking some user input, I don't want to let the user go back to make changes. At this point they must ...
Smoothen asked 5/9, 2008 at 13:48

2

Solved

I am creating an RCP app which uses a host of third-party plugins. Some of these plugins contribute menus, menu items, and toolbar buttons that I do not wish to display. How can I determine which p...
Syncretism asked 1/6, 2011 at 23:54

2

Solved

I would like to show progress of multiple Jobs running in parallel, but in only one progress dialog. But each call to Job.setUser() seems to result in a new progress dialog. I've tried: Setting...
Nert asked 19/1, 2011 at 23:35

1

I want to call an RCP command in code, like this: IWorkbenchWindow window = PlatformUI.getWorkbench().getActiveWorkbenchWindow(); IHandlerService handlerService = (IHandlerService)window.getServi...
Suffer asked 30/8, 2010 at 9:40

2

Solved

After many tests i concluded that the Log4j is not working under OSGI. I do not use Log4j directly, but i need third party plugins to log with it. I made a plain JAVA project and everything works...
Krumm asked 1/3, 2011 at 4:20

3

I am trying to export a standalone RCP app using Eclipse 3.5.2. The app has a main pure Java plug-in, and a Java / Groovy plug-in that is used by the main plug-in. When I export the main RCP plug...
Shericesheridan asked 18/5, 2010 at 15:58

5

Solved

My project includes multiple plugins and every plugin includes the plugin.properties file with near to 20 translations. The MANIFEST.MF file defines the name of the properties files where the exter...
Darryldarryn asked 23/3, 2009 at 12:52

1

Solved

I trying to update an Eclipse-RCP-3.5 based application by an P2 update-site. The Application contains two features. Product is built by Eclipse Buckminster. Creation of the P2 update site is part...
Falk asked 13/7, 2010 at 14:24

3

Solved

What are differences between Actions and Commands in the context of Eclipse RCP? I know that they both contribute to the menu entries, but which one is better? And why? Of all the online resources...
Have asked 16/2, 2009 at 6:51

1

Solved

What are the differences? What gets used for which purpose?
Filibeg asked 22/4, 2010 at 15:14

5

My Eclipse RCP application requires a configuration file that contains some information to connect to a remote database. Where is the best location to store this configuration file? Can I use the ...
Napalm asked 17/2, 2009 at 1:51

2

Solved

is it possible to have links on the welcome page which point to defined commands and for example, launch an dialog? I am thinking of having a welcome page, pointing out the steps what to do first,...
Underwater asked 18/3, 2010 at 19:46

1

Solved

How would I go about inserting an editor inside of a perspective?
Terricolous asked 5/2, 2010 at 16:43

2

Solved

I have an eclipse rcp and want to hide the security and help prerence pages. How can I do that?
Ferree asked 22/9, 2009 at 15:26

7

I am building a desktop application. Our analysis says it would be better built with a RCP. Should I use the eclipse or netbeans platform to build my application . Some of the factors to cons...
Debi asked 7/10, 2008 at 7:21

9

Solved

I'm on a project where we try to build a GUI replacement for an old application. Before we really implement the functionality we've started prototyping with Eclipse RCP (Rich Client Platform) and G...
Protectionist asked 14/4, 2009 at 20:43

1

Solved

Question about Eclipse RCP and whole perspective/view/editor design - what is the best way to create application which will display multiple windows on multiple monitors? Tutorials and book I've se...
Guardroom asked 26/3, 2009 at 15:26

2

I'm writing an Eclipse command plugin and want to retrieve the currently selected node in the package explorer view. I want to be able to get the absolute filepath, where the selected node resides ...
Translucid asked 25/2, 2009 at 12:32

2

Solved

In Eclipse, its easy to specify buttons for your toolbar using the ActionSets extension point. However, when I need to specify some items programmatically, I can't get the same look. I don't believ...
Wahoo asked 1/10, 2008 at 19:5

4

Solved

What did I do wrong? Here is an excerpt from my code: public void createPartControl(Composite parent) { parent.setLayout(new FillLayout()); ScrolledComposite scrollBox = new ScrolledComposite(p...
Baggs asked 29/8, 2008 at 19:36

1

Solved

I am trying to add some custom build steps to my headless build process for an Eclipse RCP application. I understand that the recommended way is to provide a customBuildCallbacks.xml file on the p...
Costard asked 23/9, 2008 at 14:13

1

Solved

I've found many sources that talk about the automated Eclipse PDE process. I feel these sources don't do a good job explaining what's going on. I can create the deployable package, in a semi-manua...
Terryterrye asked 8/8, 2008 at 12:40

© 2022 - 2024 — McMap. All rights reserved.