Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Standard Widget Toolkit (SWT) » [MacOS X] Image size changes after redrawing on TableTree
[MacOS X] Image size changes after redrawing on TableTree [message #446724] Wed, 01 December 2004 16:35 Go to next message
Eclipse UserFriend
Originally posted by: thoraval.yvon.free.fr

Hy all,

i'm using a TableTree showing some images changing their sizes after
re-drawing the TableTree.

In short : after a first run i got smaller images

(have a look here <http://cjoint.com/data/mbrG5mXxdG.htm>)

which i do prefer, than after redrawing

(have a look here <http://cjoint.com/data/mbrDsrBlgl.htm>)

to draw an Image i'm using :

item.setImage(1, ImagesTK.getImageRegistry().get("WORLD"));

and, between the two drawings i've done a :

tableTree.removeAll();

is there a way to control the image size and also the empty borders
around ?

help appreciated.
Re: [MacOS X] Image size changes after redrawing on TableTree [message #446860 is a reply to message #446724] Fri, 03 December 2004 16:43 Go to previous message
Veronika Irvine is currently offline Veronika IrvineFriend
Messages: 1272
Registered: July 2009
Senior Member
Please enter a bug report against Platform SWT.

"Yvon Thoraval" <thoraval.yvon@free.fr> wrote in message
news:1go4lv5.kj1lbqs19x1cN%thoraval.yvon@free.fr...
> Hy all,
>
> i'm using a TableTree showing some images changing their sizes after
> re-drawing the TableTree.
>
> In short : after a first run i got smaller images
>
> (have a look here <http://cjoint.com/data/mbrG5mXxdG.htm>)
>
> which i do prefer, than after redrawing
>
> (have a look here <http://cjoint.com/data/mbrDsrBlgl.htm>)
>
> to draw an Image i'm using :
>
> item.setImage(1, ImagesTK.getImageRegistry().get("WORLD"));
>
> and, between the two drawings i've done a :
>
> tableTree.removeAll();
>
> is there a way to control the image size and also the empty borders
> around ?
>
> help appreciated.
Previous Topic:Mozilla ActiveX component
Next Topic:Is is possible to make a tree node non-collapsible
Goto Forum:
  


Current Time: Wed Apr 24 23:22:53 GMT 2024

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

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

Back to the top