Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Remote Application Platform (RAP) » Strange line
Strange line [message #1668049] Thu, 12 March 2015 09:57 Go to next message
Dmitry Dukhov is currently offline Dmitry DukhovFriend
Messages: 190
Registered: February 2013
Senior Member
Tried make window from ApplicationWindow
That's all right
but
There is strange line above (screen is attachted )
Where is it from?

public class DialogParent extends ApplicationWindow {

		public DialogParent(Shell shell,) {
			super(shell);
		}

		public void run() {
			setBlockOnOpen(true);
			open();
		}

		protected void configureShell(Shell shell) {
			super.configureShell(shell);
			shell.setText("Info");
			shell.setSize(640, 480);
		}

	}

Re: Strange line [message #1668350 is a reply to message #1668049] Thu, 12 March 2015 12:54 Go to previous messageGo to next message
Ivan Furnadjiev is currently offline Ivan FurnadjievFriend
Messages: 2426
Registered: July 2009
Location: Sofia, Bulgaria
Senior Member
Hi,
there is nothing strange. This is a separator. Override the method
ApplicationWindows#showTopSeperator to return false and the separator
will go away.
HTH,
Ivan

--
Ivan Furnadjiev

Twitter: @EclipseRAP
Blog: http://eclipsesource.com/blogs/

Professional services for RAP and RCP?
http://eclipsesource.com/services/rap/
Re: Strange line [message #1669342 is a reply to message #1668350] Thu, 12 March 2015 21:39 Go to previous message
Dmitry Dukhov is currently offline Dmitry DukhovFriend
Messages: 190
Registered: February 2013
Senior Member
thank you
But There is not this problem in SWT
Previous Topic:RAP Drag-and-Drop from Windows Explorer queries
Next Topic:Margin and TitleAreaDialog
Goto Forum:
  


Current Time: Tue Mar 19 06:48:43 GMT 2024

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

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

Back to the top