Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » GEF » Small palette problem
Small palette problem [message #206544] Tue, 03 January 2006 10:11 Go to next message
Eclipse UserFriend
Originally posted by: greg.gigon.tugulu.com

Hello guys,
I gues that my problem is very simple to solve, but I can't find solution :(
When my palette has more entries, elements disappear under properties view. They are ther but it's
impossible to see it. I'd like to do smething similar to Logic Example where palette adds arrows for
scrolling betwean elements within palette.
Is this some sort of PaletteDrawer property or maybe PaletteGroup?


Cheers, Greg
Re: Small palette problem [message #206629 is a reply to message #206544] Wed, 04 January 2006 17:18 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: greg.gigon.tugulu.com

Hello Guys,
Any IDEAS ??

Greg


Greg wrote:
> Hello guys,
> I gues that my problem is very simple to solve, but I can't find
> solution :(
> When my palette has more entries, elements disappear under properties
> view. They are ther but it's impossible to see it. I'd like to do
> smething similar to Logic Example where palette adds arrows for
> scrolling betwean elements within palette.
> Is this some sort of PaletteDrawer property or maybe PaletteGroup?
>
>
> Cheers, Greg
Re: Small palette problem [message #206676 is a reply to message #206629] Thu, 05 January 2006 07:20 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: ingo.koch[nospam].sap.com

Hi Greg,

did i get you right that you are using a PaletteDrawer as container for your
entries?
If not, yould should do so!

Regards, Ingo

"Greg" <greg.gigon@tugulu.com> wrote in message
news:dph024$gp7$1@utils.eclipse.org...
> Hello Guys,
> Any IDEAS ??
>
> Greg
>
>
> Greg wrote:
> > Hello guys,
> > I gues that my problem is very simple to solve, but I can't find
> > solution :(
> > When my palette has more entries, elements disappear under properties
> > view. They are ther but it's impossible to see it. I'd like to do
> > smething similar to Logic Example where palette adds arrows for
> > scrolling betwean elements within palette.
> > Is this some sort of PaletteDrawer property or maybe PaletteGroup?
> >
> >
> > Cheers, Greg
Re: Small palette problem [message #206682 is a reply to message #206676] Thu, 05 January 2006 09:05 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: greg.gigon.tugulu.com

Hello,
I'm using GraphicalEditorWithFlyOutPalette as my editor.
Then I override getPaletteRoot() method in Editor Class.
Next step is to create PaletteRoot. I'm building it using PaletteGroup and PaletteDrawers and
PaletteEntries.

And answer for your question is Yes, I'm using PaletteDrawers as container for my Entries.

My question is how to make nice scroll buttons as it is on Logic Example. When there is too much
elements to show it on palette and there's small black arrow on top and bottom that you can use for
scroll purpose.

Regards, Greg


Ingo Koch wrote:
> Hi Greg,
>
> did i get you right that you are using a PaletteDrawer as container for your
> entries?
> If not, yould should do so!
>
> Regards, Ingo
>
> "Greg" <greg.gigon@tugulu.com> wrote in message
> news:dph024$gp7$1@utils.eclipse.org...
>
>>Hello Guys,
>>Any IDEAS ??
>>
>>Greg
>>
>>
>>Greg wrote:
>>
>>>Hello guys,
>>>I gues that my problem is very simple to solve, but I can't find
>>>solution :(
>>>When my palette has more entries, elements disappear under properties
>>>view. They are ther but it's impossible to see it. I'd like to do
>>>smething similar to Logic Example where palette adds arrows for
>>>scrolling betwean elements within palette.
>>>Is this some sort of PaletteDrawer property or maybe PaletteGroup?
>>>
>>>
>>>Cheers, Greg
>
>
>
Re: Small palette problem [message #206718 is a reply to message #206682] Thu, 05 January 2006 18:05 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: harsh.ti.com

Greg,

I am doing the same thing you are and it works for me. The fancy arrows
are built-in by GEF. Maybe Randy or Partik have some ideas.

Harsh
Re: Small palette problem [message #206744 is a reply to message #206718] Fri, 06 January 2006 09:51 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: greg.gigon.tugulu.com

Hi,
I hope he speak finally :D

If that thing is build in GEF I'm wonder what can couse it to disable?


Greg


Harsh wrote:
> Greg,
>
> I am doing the same thing you are and it works for me. The fancy arrows
> are built-in by GEF. Maybe Randy or Partik have some ideas.
>
> Harsh
>
Re: Small palette problem [message #206958 is a reply to message #206682] Mon, 09 January 2006 16:22 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: none.us.ibm.com

It should be working. You aren't putting drawers inside a group are you?
What about overriding the way the palette's canvas is placed. Could it be
that the canvas is actually bigger than what is visible?
Re: Small palette problem [message #207038 is a reply to message #206958] Tue, 10 January 2006 09:37 Go to previous message
Eclipse UserFriend
Originally posted by: greg.gigon.tugulu.com

Hello Randy.
Yes, I'm placing drawers inside group. I'm creating two groups, one is for tools (selection,
connection) and one is for drawers with elements.

I just added drawers to palette root, without putting it in group and everything works fine.

Thanks for good trace Randy :)


Greg

Randy Hudson wrote:
> It should be working. You aren't putting drawers inside a group are you?
> What about overriding the way the palette's canvas is placed. Could it be
> that the canvas is actually bigger than what is visible?
>
>
Previous Topic:"Delete" & "Zoom" in MultiPageEditor
Next Topic:Starting out
Goto Forum:
  


Current Time: Thu Jan 16 16:36:55 GMT 2025

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

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

Back to the top