Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Standard Widget Toolkit (SWT) » Possible to create the SWT Browser widget WITHOUT the scrollbars?
Possible to create the SWT Browser widget WITHOUT the scrollbars? [message #455421] Fri, 13 May 2005 21:59 Go to next message
Alex Le is currently offline Alex LeFriend
Messages: 649
Registered: July 2009
Senior Member
Thanks!
Re: Possible to create the SWT Browser widget WITHOUT the scrollbars? [message #455422 is a reply to message #455421] Fri, 13 May 2005 22:56 Go to previous messageGo to next message
Benjamin Pasero is currently offline Benjamin PaseroFriend
Messages: 337
Registered: July 2009
Senior Member
AL wrote:

> Thanks!
>
If you are using Browser#setText, create a <body> HTML Tag with
style="overflow:hidden;"
This is working.

Ben
Re: Possible to create the SWT Browser widget WITHOUT the scrollbars? [message #455426 is a reply to message #455422] Sat, 14 May 2005 00:29 Go to previous message
Alex Le is currently offline Alex LeFriend
Messages: 649
Registered: July 2009
Senior Member
Works like a charm! Thanks! It works for all browser, well, at least,
IE and Netscape?

<body style="overflow:hidden;">
.....
</body>


Benjamin Pasero wrote:

> AL wrote:
>
>
>>Thanks!
>>
>
> If you are using Browser#setText, create a <body> HTML Tag with
> style="overflow:hidden;"
> This is working.
>
> Ben
Previous Topic:swt app on Solaris - deployment problem
Next Topic:JFace TreeViewer and initial selection on view activation (RCP)
Goto Forum:
  


Current Time: Thu Apr 25 19:31:54 GMT 2024

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

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

Back to the top