Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Eclipse 4 » "Ghost frame" almost invisible when moving ViewPart
"Ghost frame" almost invisible when moving ViewPart [message #1769500] Tue, 01 August 2017 06:29 Go to next message
Gernot Neppert is currently offline Gernot NeppertFriend
Messages: 3
Registered: August 2017
Junior Member
Hello all,

I have a pure E4 application with the DnDAddon installed, so I can drag ViewParts with the mouse and change the layout of the applicatino interactively.
However, those thin "Ghost frames" (Sorry, I don't know the correct English term) that appear during a drag & drop operaton are hardly visible, so the users have difficulty seeing where the ViewPart will move to if the release the mouse-button.

This was much different in E3 applications.

Any pointer about how to change the appearance of those preview-lines would be much appreciated!


Re: "Ghost frame" almost invisible when moving ViewPart [message #1769624 is a reply to message #1769500] Wed, 02 August 2017 09:06 Go to previous messageGo to next message
Matthias Goebel is currently offline Matthias GoebelFriend
Messages: 7
Registered: July 2017
Junior Member
Hi Gernot,

you can use css styles to archive a better visibility
Maybe it's enough to change the color.

DragFeedback {
    background-color: #000000; 
}


Regards
Matthias
Re: "Ghost frame" almost invisible when moving ViewPart [message #1769638 is a reply to message #1769624] Wed, 02 August 2017 10:54 Go to previous message
Gernot Neppert is currently offline Gernot NeppertFriend
Messages: 3
Registered: August 2017
Junior Member
Hi Matthias,

that did the trick, thank you!

Regards,

Gernot
Previous Topic:Close all MPlaceholders referencing the same MPart
Next Topic:PartSashContainer inside Placeholder - minimalize problem
Goto Forum:
  


Current Time: Fri Apr 19 08:26:02 GMT 2024

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

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

Back to the top