Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Standard Widget Toolkit (SWT) » Problem with Viewer filter .. please advice
Problem with Viewer filter .. please advice [message #446163] Thu, 18 November 2004 13:15 Go to next message
Eclipse UserFriend
Originally posted by: seey.hotmail.com

This is a multi-part message in MIME format.

------=_NextPart_000_025C_01C4CDB3.CA97C2C0
Content-Type: text/plain;
charset="big5"
Content-Transfer-Encoding: quoted-printable

hi all,

my treeviewer use the viewer filter to filter those item need to display =
in the tree, however for those item that filter out and update in the =
later time and i want it to be display in the tree, i use update() or =
refresh(item) from treeviewer didnt work as the item has already been =
filtered out. I have to use refresh() in order to work it but the =
overhead is quite a lot. Is there any other way to do a quick update in =
the item itself and do the filtering again?

Thank you

------=_NextPart_000_025C_01C4CDB3.CA97C2C0
Content-Type: text/html;
charset="big5"
Content-Transfer-Encoding: quoted-printable

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=3DContent-Type content=3D"text/html; charset=3Dbig5">
<META content=3D"MSHTML 6.00.3790.218" name=3DGENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=3D#ffffff>
<DIV><FONT face=3DArial size=3D2>hi all,</FONT></DIV>
<DIV><FONT face=3DArial size=3D2></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial size=3D2>my treeviewer use the viewer filter to =
filter those=20
item need to display in the tree, however for those item that filter out =
and=20
update in the later time and i want it to be display in the tree, i use =
update()=20
or refresh(item) from treeviewer didnt work as the item has already been =

filtered out. I have to use refresh() in order to work it but the =
overhead is=20
quite a lot. Is there any other way to do a quick update in the item =
itself and=20
do the filtering again?</FONT></DIV>
<DIV><FONT face=3DArial size=3D2></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial size=3D2>Thank you</FONT></DIV>
<DIV>&nbsp;</DIV></BODY></HTML>

------=_NextPart_000_025C_01C4CDB3.CA97C2C0--
Re: Problem with Viewer filter .. please advice [message #446196 is a reply to message #446163] Fri, 19 November 2004 22:12 Go to previous messageGo to next message
Grant Gayed is currently offline Grant GayedFriend
Messages: 2150
Registered: July 2009
Senior Member
This is a multi-part message in MIME format.

------=_NextPart_000_002F_01C4CE5A.FA4EC020
Content-Type: text/plain;
charset="big5"
Content-Transfer-Encoding: quoted-printable

This is a jface question, so you'll likely get more response if you ask =
it in the eclipse.platform newsgroup.

Grant


"Yseey" <seey@hotmail.com> wrote in message =
news:cni793$g2h$1@www.eclipse.org...
hi all,

my treeviewer use the viewer filter to filter those item need to display =
in the tree, however for those item that filter out and update in the =
later time and i want it to be display in the tree, i use update() or =
refresh(item) from treeviewer didnt work as the item has already been =
filtered out. I have to use refresh() in order to work it but the =
overhead is quite a lot. Is there any other way to do a quick update in =
the item itself and do the filtering again?

Thank you

------=_NextPart_000_002F_01C4CE5A.FA4EC020
Content-Type: text/html;
charset="big5"
Content-Transfer-Encoding: quoted-printable

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=3DContent-Type content=3D"text/html; charset=3Dbig5">
<META content=3D"MSHTML 6.00.2800.1476" name=3DGENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=3D#ffffff>
<DIV><FONT face=3DArial size=3D2>This is a jface question, so you'll =
likely get more=20
response if you&nbsp;ask it in the eclipse.platform =
newsgroup.</FONT></DIV>
<DIV><FONT face=3DArial size=3D2></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial size=3D2>Grant</FONT></DIV>
<DIV><FONT face=3DArial size=3D2></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial size=3D2></FONT>&nbsp;</DIV>
<DIV>
<DIV><FONT face=3DArial size=3D2>"Yseey" &lt;</FONT><A=20
href=3D"mailto:seey@hotmail.com"><FONT face=3DArial color=3D#000000=20
size=3D2>seey@hotmail.com</FONT></A><FONT face=3DArial size=3D2>&gt; =
wrote in message=20
</FONT><A href=3D"news:cni793$g2h$1@www.eclipse.org"><FONT face=3DArial=20
color=3D#000000 =
size=3D2>news:cni793$g2h$1@www.eclipse.org</FONT></A><FONT=20
face=3DArial size=3D2>...</FONT></DIV>
<DIV><FONT face=3DArial size=3D2>hi all,</FONT></DIV>
<DIV><FONT face=3DArial size=3D2></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial size=3D2>my treeviewer use the viewer filter to =
filter those=20
item need to display in the tree, however for those item that filter out =
and=20
update in the later time and i want it to be display in the tree, i use =
update()=20
or refresh(item) from treeviewer didnt work as the item has already been =

filtered out. I have to use refresh() in order to work it but the =
overhead is=20
quite a lot. Is there any other way to do a quick update in the item =
itself and=20
do the filtering again?</FONT></DIV>
<DIV><FONT face=3DArial size=3D2></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial size=3D2>Thank you</FONT></DIV>
<DIV><FONT face=3DArial size=3D2></FONT>&nbsp;</DIV></DIV></BODY></HTML>

------=_NextPart_000_002F_01C4CE5A.FA4EC020--
Re: Problem with Viewer filter .. please advice [message #446205 is a reply to message #446163] Sat, 20 November 2004 05:04 Go to previous message
Eclipse UserFriend
Originally posted by: seey.hotmail.com

This is a multi-part message in MIME format.

------=_NextPart_000_0299_01C4CF01.6BDDEE40
Content-Type: text/plain;
charset="big5"
Content-Transfer-Encoding: quoted-printable

oh ..thx

--=20
HGC


"Yseey" <seey@hotmail.com> wrote in message =
news:cni793$g2h$1@www.eclipse.org...
hi all,

my treeviewer use the viewer filter to filter those item need to =
display in the tree, however for those item that filter out and update =
in the later time and i want it to be display in the tree, i use =
update() or refresh(item) from treeviewer didnt work as the item has =
already been filtered out. I have to use refresh() in order to work it =
but the overhead is quite a lot. Is there any other way to do a quick =
update in the item itself and do the filtering again?

Thank you

------=_NextPart_000_0299_01C4CF01.6BDDEE40
Content-Type: text/html;
charset="big5"
Content-Transfer-Encoding: quoted-printable

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=3DContent-Type content=3D"text/html; charset=3Dbig5">
<META content=3D"MSHTML 6.00.3790.218" name=3DGENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=3D#ffffff>
<DIV><FONT face=3DArial size=3D2>oh ..thx</FONT></DIV>
<DIV><BR>-- <BR>HGC</DIV>
<DIV>&nbsp;</DIV>
<DIV>&nbsp;</DIV>
<BLOCKQUOTE dir=3Dltr=20
style=3D"PADDING-RIGHT: 0px; PADDING-LEFT: 5px; MARGIN-LEFT: 5px; =
BORDER-LEFT: #000000 2px solid; MARGIN-RIGHT: 0px">
<DIV>"Yseey" &lt;<A =
href=3D"mailto:seey@hotmail.com">seey@hotmail.com</A>&gt;=20
wrote in message <A=20
=
href=3D"news:cni793$g2h$1@www.eclipse.org">news:cni793$g2h$1@www.eclipse.=
org</A>...</DIV>
<DIV><FONT face=3DArial size=3D2>hi all,</FONT></DIV>
<DIV><FONT face=3DArial size=3D2></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial size=3D2>my treeviewer use the viewer filter =
to filter=20
those item need to display in the tree, however for those item that =
filter out=20
and update in the later time and i want it to be display in the tree, =
i use=20
update() or refresh(item) from treeviewer didnt work as the item has =
already=20
been filtered out. I have to use refresh() in order to work it but the =

overhead is quite a lot. Is there any other way to do a quick update =
in the=20
item itself and do the filtering again?</FONT></DIV>
<DIV><FONT face=3DArial size=3D2></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial size=3D2>Thank you</FONT></DIV>
<DIV>&nbsp;</DIV></BLOCKQUOTE></BODY></HTML>

------=_NextPart_000_0299_01C4CF01.6BDDEE40--
Previous Topic:[Mac] Shell.getMaximized() always returning TRUE?
Next Topic:SwtFox 3.0beta3 released (FAST swt port)
Goto Forum:
  


Current Time: Fri Apr 26 03:21:06 GMT 2024

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

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

Back to the top