Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Rich Client Platform (RCP) » hideView() no longer working after 64-bit migration(Problem closing a view tab after 64-bit migration of an RCP application)
hideView() no longer working after 64-bit migration [message #1834245] Thu, 05 November 2020 18:02
Werner Keil is currently offline Werner KeilFriend
Messages: 1087
Registered: July 2009
Senior Member
Hi,

I hope this is not too E4 specific, but as the application in question is currently not E4 based, let me try it here.

We migrated an RCP application from an older (Indigo) 32-bit platform to 64-bit Eclipse 2020-06 RCP platform.

There have been no major issues except this one.

Calling
activePage.hideView(viewToHide);

to close/hide a view this works perfectly fine in the 32-bit versions, but after the 64-bit migration the view tab won't close but leave an empty tab open instead. Closing it manually with the "X" works, but it also should work programatically.

Did anybody face similar issues, and is there something we may need to change in the plugin configuration or application code, to solve this?

Thanks in advance,
Werner

[Updated on: Thu, 05 November 2020 18:03]

Report message to a moderator

Previous Topic:Mouse wheel event handler cannot be be handled running RCP app on non-development platform
Next Topic:running "external tools" from context menu
Goto Forum:
  


Current Time: Mon Oct 07 17:41:47 GMT 2024

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

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

Back to the top