Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Standard Widget Toolkit (SWT) » How to make Tabitems not editable
How to make Tabitems not editable [message #445435] Fri, 05 November 2004 15:07 Go to next message
Brian is currently offline BrianFriend
Messages: 34
Registered: July 2009
Member
Hi there

Im trying to make my tab items uneditable until I click an "Edit button".
I use tabfolder.getChildren() then setEnable(false) but it seems to work
on Windows but not on Linux redhat9
I tried tabfolder.getTabList() and setEnable(false) but it dint work for
Linux either..
Is there another method for Linux

Thank you
Brian
Re: How to make Tabitems not editable [message #445575 is a reply to message #445435] Mon, 08 November 2004 15:48 Go to previous message
Steve Northover is currently offline Steve NorthoverFriend
Messages: 1636
Registered: July 2009
Senior Member
You'll need to post a stand alone snippet that works on Windows but not on
Linux.

"Brian" <brian.alsaadi@gmail.com> wrote in message
news:cmg501$i02$1@eclipse.org...
> Hi there
>
> Im trying to make my tab items uneditable until I click an "Edit button".
> I use tabfolder.getChildren() then setEnable(false) but it seems to work
> on Windows but not on Linux redhat9
> I tried tabfolder.getTabList() and setEnable(false) but it dint work for
> Linux either..
> Is there another method for Linux
>
> Thank you
> Brian
>
Previous Topic:Make a ViewPart invisible
Next Topic:setting up wizard pages between clicking "next"
Goto Forum:
  


Current Time: Tue Sep 24 15:10:22 GMT 2024

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

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

Back to the top