Skip to main content



      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] Wed, 03 March 2010 21:13 Go to next message
Eclipse UserFriend
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 04:37 Go to previous messageGo to next message
Eclipse UserFriend
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 05:32 Go to previous messageGo to next message
Eclipse UserFriend
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 05:32 Go to previous messageGo to next message
Eclipse UserFriend
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 05:46 Go to previous message
Eclipse UserFriend
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: Sun Jul 06 13:45:04 EDT 2025

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

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

Back to the top