Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Remote Application Platform (RAP) » How to enable vertical scrolling for RAP application?(How to enable vertical scrolling for RAP application?)
How to enable vertical scrolling for RAP application? [message #518412] Thu, 04 March 2010 02:13 Go to next message
No real name is currently offline No real nameFriend
Messages: 4
Registered: December 2009
Junior Member
Maybe this is a silly question, but given RAP main window is displayed like a desktop application windows inside a browser, assume the screen resolution is 1024*768, and the favorite menu, google search bar and many other things already take considerable space in the browser, the available space for this windows may be 1024 * 500 or less, how to make the browser scrollable so that RAP main windows can be viewed by scrolling?

Re: How to enable vertical scrolling for RAP application? [message #518850 is a reply to message #518412] Fri, 05 March 2010 09:37 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,

you need to change the document body overflow style property to auto.
Here is an example how to do it in qooxdoo/javascript:
----------
var doc = qx.ui.core.ClientDocument.getInstance();
doc.getDocumentElement().body.style.overflow = "auto";
----------

HTH,
Ivan

On 3/4/2010 4:13 AM, erickingus@yahoo.com wrote:
> Maybe this is a silly question, but given RAP main window is displayed
> like a desktop application windows inside a browser, assume the screen
> resolution is 1024*768, and the favorite menu, google search bar and
> many other things already take considerable space in the browser, the
> available space for this windows may be 1024 * 500 or less, how to
> make the browser scrollable so that RAP main windows can be viewed by
> scrolling?
>
>
Re: How to enable vertical scrolling for RAP application? [message #747786 is a reply to message #518412] Mon, 24 October 2011 09:32 Go to previous messageGo to next message
Sam Missing name is currently offline Sam Missing nameFriend
Messages: 14
Registered: May 2011
Junior Member
Hi,

I have the same problem (i think this is a common issue to many developers) but i have a question:
Where do i need to change the overflow style to achive the desired behaviour?
I dont know where to put the code that was posted here.

Thanks in advance
Sam
Re: How to enable vertical scrolling for RAP application? [message #747789 is a reply to message #518412] Mon, 24 October 2011 09:32 Go to previous messageGo to next message
Sam is currently offline SamFriend
Messages: 51
Registered: July 2009
Member
Hi,

I have the same problem (i think this is a common issue to many developers) but i have a question:
Where do i need to change the overflow style to achive the desired behaviour?
I dont know where to put the code that was posted here.

Thanks in advance
Sam
Re: How to enable vertical scrolling for RAP application? [message #747808 is a reply to message #747789] Mon, 24 October 2011 09:46 Go to previous message
Rüdiger Herrmann is currently offline Rüdiger HerrmannFriend
Messages: 335
Registered: July 2009
Senior Member
On 24.10.2011 11:32, Sam wrote:
> Hi,
>
> I have the same problem (i think this is a common issue to many
> developers) but i have a question:
This is planned for 1.5:
355852: Support website-like scrolling
https://bugs.eclipse.org/bugs/show_bug.cgi?id=355852

Regards,
Rüdiger
> Where do i need to change the overflow style to achive the desired
> behaviour?
> I dont know where to put the code that was posted here.
>
> Thanks in advance
> Sam
Previous Topic:update the UI from a thread
Next Topic:How to update a TableViewer?
Goto Forum:
  


Current Time: Fri Apr 19 00:41:13 GMT 2024

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

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

Back to the top