Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Rich Client Platform (RCP) » Customize Perspective Dialog not working
Customize Perspective Dialog not working [message #484492] Mon, 07 September 2009 18:20 Go to next message
Darragh McGeown is currently offline Darragh McGeownFriend
Messages: 4
Registered: July 2009
Junior Member
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 19:52 Go to previous messageGo to next message
Wim Jongman is currently offline Wim JongmanFriend
Messages: 423
Registered: July 2009
Senior Member
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 07:08 Go to previous messageGo to next message
Darragh McGeown is currently offline Darragh McGeownFriend
Messages: 4
Registered: July 2009
Junior Member
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 21:57 Go to previous messageGo to next message
Remy Suen is currently offline Remy SuenFriend
Messages: 462
Registered: July 2009
Senior Member
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 21:58 Go to previous message
Wim Jongman is currently offline Wim JongmanFriend
Messages: 423
Registered: July 2009
Senior Member
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: Fri Apr 26 16:02:44 GMT 2024

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

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

Back to the top