Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [e4-dev] scroll bar in swt in eclipse 4

Hi Ann,

On Sat, Jul 16, 2011 at 2:03 PM, Ann Smith <annsmith.smith38@xxxxxxxxx> wrote:
Hi,

I am trying to add a scroll bar to one of my composites but I am
having problems because when I add the scroll bar as follows:
       "final Composite first= new Composite(parent, SWT.BORDER);
               first.setBounds(0, 0, 200, 100);
               final StackLayout layout = new StackLayout();
               first.setLayout(layout);

               final Composite firstpg= new Composite(first, SWT.V_SCROLL);"

it displays the scroll bar but the color that i have set using my
themeing will not work.


Was the theme set using CSS?  Could you provide the snippet of the theme in question?

Thanx,
PW


--
Paul Webster
Hi floor.  Make me a sammich! - GIR

Back to the top