Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Standard Widget Toolkit (SWT) » Differences of the SWT application under different OS
Differences of the SWT application under different OS [message #445324] Tue, 02 November 2004 13:34 Go to next message
Ivan is currently offline IvanFriend
Messages: 149
Registered: July 2009
Senior Member
Hi,

I have developed an SWT application under Windows. I have tried to run the
same application under two different Linux distributions...
I have noticed that the application has some strange behaviour: the
windows that under Windows OS are displayed correctly, under Linux they
are shown in a different way that force the user to resize them on the
screen. But the strange thing is that under one version of Linux these
windows of the application are resizable, while on the other one they are
not.
How is it possible to setup these windows to be displayed in the same way
(avoiding resizing by the user) under any OS?

Thanks,

Ivan
Re: Differences of the SWT application under different OS [message #445330 is a reply to message #445324] Tue, 02 November 2004 15:39 Go to previous message
Steve Northover is currently offline Steve NorthoverFriend
Messages: 1636
Registered: July 2009
Senior Member
If you are talking about the resize border on a top level shell, on Linux
systems, the window manager can decide whether or not to grant a request for
resizeable trim. If the window manager does not grant the request, there is
nothing we can do. Note that a native C++ program would have the same
limitation. If you are not talking about the resize handles, then you
should submit a stand alone snippet for us to debug. Thanks.

"Ivan" <izorzi@unibz.it> wrote in message news:cm82cb$ql3$1@eclipse.org...
> Hi,
>
> I have developed an SWT application under Windows. I have tried to run the
> same application under two different Linux distributions...
> I have noticed that the application has some strange behaviour: the
> windows that under Windows OS are displayed correctly, under Linux they
> are shown in a different way that force the user to resize them on the
> screen. But the strange thing is that under one version of Linux these
> windows of the application are resizable, while on the other one they are
> not.
> How is it possible to setup these windows to be displayed in the same way
> (avoiding resizing by the user) under any OS?
>
> Thanks,
>
> Ivan
>
Previous Topic:listener on display
Next Topic:StyledText copy problems (whereas Text copy works fine)
Goto Forum:
  


Current Time: Thu Apr 25 00:42:29 GMT 2024

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

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

Back to the top