Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » GEF » Incomplete GEF Figures
Incomplete GEF Figures [message #212437] Wed, 22 March 2006 12:26 Go to next message
Eclipse UserFriend
Originally posted by: rajakididi.hotmail.com

Hi all

I am new to GEF and I am trying to create a GANTT Chart sort of visual
representation.

The display is sonthing like there are 3-4 big rectangles and within each
of those there are smaller rectangles of varying length and ofcourse the
lenth sums up to the parent rectangle size.

All the parent rectangles can be of different size and the size may exceed
the value 300000000. My problem is that my parent rectangle is not visible
as a whole. At the display i can see the rectangle with some X size but
after that there is nothing on the editor. It is blank no outline nothing
and then when one scrolls horizontally more the rectangle is visible again.

There isn o loss of sub rectangles but the parent rectangle which seems to
be a container does no appear.

I can' find any solution for it.
Please anyone who knows whats going wrong help me. Please!!

Thanks in Advance..
Looking forward for some reply...

Krayon
Re: Incomplete GEF Figures [message #212684 is a reply to message #212437] Tue, 28 March 2006 14:22 Go to previous message
Steven R. Shaw is currently offline Steven R. ShawFriend
Messages: 128
Registered: July 2009
Senior Member
Without seeing your code, it is different to diagnose. I'm assuming the
child rectangles are children figures of the parent rectangle? If they are
painting properly, then the parent paintFigure routine must be called. Make
sure the paintFigure routine for the parent figure is doing what you expect.
Or you could hijack it to do something explicit for debugging - like
painting a red rectangle.

-Steve

"Krayon" <rajakididi@hotmail.com> wrote in message
news:b94c0b77bb89d67d8e7897b20d051d74$1@www.eclipse.org...
> Hi all
>
> I am new to GEF and I am trying to create a GANTT Chart sort of visual
> representation.
>
> The display is sonthing like there are 3-4 big rectangles and within each
> of those there are smaller rectangles of varying length and ofcourse the
> lenth sums up to the parent rectangle size.
>
> All the parent rectangles can be of different size and the size may exceed
> the value 300000000. My problem is that my parent rectangle is not visible
> as a whole. At the display i can see the rectangle with some X size but
> after that there is nothing on the editor. It is blank no outline nothing
> and then when one scrolls horizontally more the rectangle is visible
again.
>
> There isn o loss of sub rectangles but the parent rectangle which seems to
> be a container does no appear.
>
> I can' find any solution for it.
> Please anyone who knows whats going wrong help me. Please!!
>
> Thanks in Advance..
> Looking forward for some reply...
>
> Krayon
>
Previous Topic:can we implement bendpoint policy for a line
Next Topic:Alignment not working. Its driving me nuts!
Goto Forum:
  


Current Time: Fri Apr 26 08:28:36 GMT 2024

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

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

Back to the top