Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Remote Application Platform (RAP) » ToolBar Caption Placement(ToolBar Caption Placement (BOTTOM) not working in RAP)
ToolBar Caption Placement [message #634335] Thu, 21 October 2010 10:04 Go to next message
Sudesh Bulathsinhala is currently offline Sudesh BulathsinhalaFriend
Messages: 193
Registered: October 2010
Senior Member
creating a toolbar in RAP-client with style bit SWT.BOTTOM does not have any effect in the tool bar appearance.
expected behavior is that the image placement is on top and the caption in the bottom. this works fine in RCP-client.

(however RAP-client always shows the captions RIGHT side of the image as if we are using SWT.RIGHT) style bit.

Ex.

Toolbar toolBar = new ToolBar(header, SWT.FLAT | SWT.BOTTOM);
(works in RCP but not in RAP)

Toolbar toolBar = new ToolBar(header, SWT.FLAT | SWT.RIGHT);
(works in both RCP and RAP as expected)

any suggestions ?
Re: ToolBar Caption Placement [message #634435 is a reply to message #634335] Thu, 21 October 2010 17:02 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 Sudesh,
this is a known issue. See bug:
237737: [Toolbar] SWT.BOTTOM not supported
https://bugs.eclipse.org/bugs/show_bug.cgi?id=237737
Best,
Ivan

On 10/21/2010 1:04 PM, Sudesh Bulathsinhala wrote:
> creating a toolbar in RAP-client with style bit SWT.BOTTOM does not
> have any effect in the tool bar appearance. expected behavior is that
> the image placement is on top and the caption in the bottom. this
> works fine in RCP-client.
>
> (however RAP-client always shows the captions RIGHT side of the image
> as if we are using SWT.RIGHT) style bit.
>
> Ex.
> Toolbar toolBar = new ToolBar(header, SWT.FLAT | SWT.BOTTOM); (works
> in RCP but not in RAP)
>
> Toolbar toolBar = new ToolBar(header, SWT.FLAT | SWT.RIGHT);
> (works in both RCP and RAP as expected)
>
> any suggestions ?
Re: ToolBar Caption Placement [message #634514 is a reply to message #634435] Fri, 22 October 2010 03:59 Go to previous message
Sudesh Bulathsinhala is currently offline Sudesh BulathsinhalaFriend
Messages: 193
Registered: October 2010
Senior Member
Thanks for your help.
Hope RAP team will implement this feature soon.

Regards,
sudesh@argoslanka.com
Previous Topic:IProgressService not working
Next Topic:Tomcat Deployment Problem
Goto Forum:
  


Current Time: Sun May 05 10:31:44 GMT 2024

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

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

Back to the top