Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Remote Application Platform (RAP) » BIDI support in TabFolder
BIDI support in TabFolder [message #34967] Tue, 26 June 2007 13:28 Go to next message
Eclipse UserFriend
Originally posted by: mehow.infogenia.pl

Hi,

Is BIDI support scheduled for the 1.0 release? While I don't really need
full-blown support, I'd love to have a way to align tabs in a TabFolder
to the right. SWT supports that with SWT.RIGHT_TO_LEFT flag (although
the order gets reversed as well).

Thanks,

Michal
Re: BIDI support in TabFolder [message #35859 is a reply to message #34967] Thu, 28 June 2007 20:17 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: rherrmann.innoopract.com

Hi Michał,

BIDI support is not scheduled for 1.0. From a quick glance at the code
it does not look too difficult to implement this for the TabFolder. But
in the end it would be a hack as only the arrangement of TabItems would
follow the RIGHT_TO_LEFT style. Leave alone all the other widgets. Hence
I would unwillingly implements this.
In the worst case I think there might be an (ugly) workaround that You
could use to tweak the alignment of TabItems after RWT is done with
writing JavaScript code.
Please tell us if this is really important for you.

Cheers
Rüdiger

Michał Tkacz wrote:
> Hi,
>
> Is BIDI support scheduled for the 1.0 release? While I don't really need
> full-blown support, I'd love to have a way to align tabs in a TabFolder
> to the right. SWT supports that with SWT.RIGHT_TO_LEFT flag (although
> the order gets reversed as well).
>
> Thanks,
>
> Michal
>
>
>
Re: BIDI support in TabFolder [message #35961 is a reply to message #35859] Thu, 28 June 2007 22:22 Go to previous message
Eclipse UserFriend
Originally posted by: mehow.infogenia.pl

Hi Rüdiger,

That's bad news but I was prepared for it ;)

It would be nice to use existing TabFolder implementation, but if that's
not possible, I'll probbaly write my own version once I learn how to do
it correctly :) I don't need some of the more advanced functionality
(chevron) anyway, so this can't be that hard :)

Thanks anyway,

Michał

Rüdiger Herrmann pisze:
> Hi Michał,
>
> BIDI support is not scheduled for 1.0. From a quick glance at the code
> it does not look too difficult to implement this for the TabFolder. But
> in the end it would be a hack as only the arrangement of TabItems would
> follow the RIGHT_TO_LEFT style. Leave alone all the other widgets. Hence
> I would unwillingly implements this.
> In the worst case I think there might be an (ugly) workaround that You
> could use to tweak the alignment of TabItems after RWT is done with
> writing JavaScript code.
> Please tell us if this is really important for you.
>
> Cheers
> Rüdiger
>
> Michał Tkacz wrote:
>> Hi,
>>
>> Is BIDI support scheduled for the 1.0 release? While I don't really
>> need full-blown support, I'd love to have a way to align tabs in a
>> TabFolder to the right. SWT supports that with SWT.RIGHT_TO_LEFT flag
>> (although the order gets reversed as well).
>>
>> Thanks,
>>
>> Michal
>>
>>
>>
Previous Topic:Table Refresh Problem
Next Topic:Custom widgets
Goto Forum:
  


Current Time: Sat Apr 27 03:52:31 GMT 2024

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

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

Back to the top