Skip to main content



      Home
Home » Eclipse Projects » Rich Client Platform (RCP) » Customize Perspective Dialog not working
Customize Perspective Dialog not working [message #484492] Mon, 07 September 2009 14:20 Go to next message
Eclipse UserFriend
I've been trying to implement the 'Customize Perspective...' in my RCP
application and have been successful in getting the customize dialog open
but after making edits to the menus and tools the OK button does nothing.
It doesnt apply the changes or close the dialog. Is there something I need
to do or do you have any reference material?

Im creating the 'Customize Perspective...' action as follows:

customize = ActionFactory.EDIT_ACTION_SETS.create(window);

Thanks in advance,
Darragh
Re: Customize Perspective Dialog not working [message #484506 is a reply to message #484492] Mon, 07 September 2009 15:52 Go to previous messageGo to next message
Eclipse UserFriend
Hi Darragh,

Are there any stack traces or entries in the error log?

Best regards,

Wim

> I've been trying to implement the 'Customize Perspective...' in my RCP
> application and have been successful in getting the customize dialog open
> but after making edits to the menus and tools the OK button does nothing.
> It doesnt apply the changes or close the dialog. Is there something I need
> to do or do you have any reference material?
>
> Im creating the 'Customize Perspective...' action as follows:
>
> customize = ActionFactory.EDIT_ACTION_SETS.create(window);
>
> Thanks in advance,
> Darragh
Re: Customize Perspective Dialog not working [message #484533 is a reply to message #484506] Tue, 08 September 2009 03:08 Go to previous messageGo to next message
Eclipse UserFriend
Hi Wim,

Unfortunately there are no errors in a log or stacktraces. It just seems
as tough the OK button/action is not picking up the edits/changes. I'm
simply trying to test this with the RCP mail template applciation and it
doesn't seem to want to work. I was hoping to that there may be some
setting that I may have to set in order to allow the workbench to be
customized?

Thanks,
Darragh
Re: Customize Perspective Dialog not working [message #484726 is a reply to message #484492] Tue, 08 September 2009 17:57 Go to previous messageGo to next message
Eclipse UserFriend
On Mon, 07 Sep 2009 18:20:06 +0000, Darragh McGeown wrote:
> It doesnt apply the changes or close the dialog.

There seems to be some pretty severe problems if clicking 'OK' doesn't
even close the dialog. I suggest you start debugging the code of the
CustomizePerspectiveDialog to see what's going on to see why it's not
returning properly.

Regards,
Remy
Re: Customize Perspective Dialog not working [message #485580 is a reply to message #484533] Sun, 13 September 2009 17:58 Go to previous message
Eclipse UserFriend
Hi Darragh,

Sorry for the late reply. Please specify -consolelog on the program arguments
of your start config. This should show the Exceptions.

Best regards,

Wim


> Hi Wim,
>
> Unfortunately there are no errors in a log or stacktraces. It just seems
> as tough the OK button/action is not picking up the edits/changes. I'm
> simply trying to test this with the RCP mail template applciation and it
> doesn't seem to want to work. I was hoping to that there may be some
> setting that I may have to set in order to allow the workbench to be
> customized?
>
> Thanks,
> Darragh
Previous Topic:How to set services into handler
Next Topic:Remove Minimize bar
Goto Forum:
  


Current Time: Sun Aug 31 14:22:16 EDT 2025

Powered by FUDForum. Page generated in 0.05235 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top