Skip to main content



      Home
Home » Eclipse Projects » Remote Application Platform (RAP) » Table - dynamic scroll bars
Table - dynamic scroll bars [message #78381] Fri, 14 March 2008 10:50 Go to next message
Eclipse UserFriend
Why do you this in Table class ? :

public Table( final Composite parent, final int style ) {
super( parent, checkStyle( style ) );
focusIndex = -1;
......
}

private static int checkStyle( final int style ) {
int result = style;
-----> HERE result |= SWT.H_SCROLL | SWT.V_SCROLL;
return checkBits( result, SWT.SINGLE, SWT.MULTI, 0, 0, 0, 0 );
}


I need table with vertical scrollbar only or dynamic show scrollbars
only when are needed.


Otherwise I want thanks whole Rap team for yours great framework.

Sorry for my english
Re: Table - dynamic scroll bars [message #78397 is a reply to message #78381] Fri, 14 March 2008 12:29 Go to previous message
Eclipse UserFriend
Originally posted by: fappel.innoopract.com

Hi,

actually this is the same implementation as in SWT. If the SWT table
behaves differently feel free to file a bug.


Ciao
Frank

-----Ursprüngliche Nachricht-----
Von: Michal NkD Nikodím [mailto:michal.nikodim@asei.cz]
Bereitgestellt: Freitag, 14. März 2008 15:50
Bereitgestellt in: eclipse.technology.rap
Unterhaltung: Table - dynamic scroll bars
Betreff: Table - dynamic scroll bars


Why do you this in Table class ? :

public Table( final Composite parent, final int style ) {
super( parent, checkStyle( style ) );
focusIndex = -1;
......
}

private static int checkStyle( final int style ) {
int result = style;
-----> HERE result |= SWT.H_SCROLL | SWT.V_SCROLL;
return checkBits( result, SWT.SINGLE, SWT.MULTI, 0, 0, 0, 0 ); }


I need table with vertical scrollbar only or dynamic show scrollbars
only when are needed.


Otherwise I want thanks whole Rap team for yours great framework.

Sorry for my english
Previous Topic:Content Assist
Next Topic:Wizards using FormToolkit widgets
Goto Forum:
  


Current Time: Sun Jun 08 23:00:38 EDT 2025

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

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

Back to the top