Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » GEF » how to draw a combobox control using draw2d
how to draw a combobox control using draw2d [message #204976] Fri, 09 December 2005 09:32 Go to next message
Eclipse UserFriend
Originally posted by: zheny.mobilesoft.com.cn

hi,all
which Figure I can extend for drawing combo box and list box widget in
draw2d.
thanks
Re: how to draw a combobox control using draw2d [message #205060 is a reply to message #204976] Sun, 11 December 2005 20:52 Go to previous messageGo to next message
Andreas Herz is currently offline Andreas HerzFriend
Messages: 196
Registered: July 2009
Senior Member
milo wrote:
> hi,all
> which Figure I can extend for drawing combo box and list box widget in
> draw2d.
> thanks
>
>

a 'faked' combobox or a real running one?

for a fake combobo you can use a simple
Figure, Label and a ImageFigure

arange the Label and the ImageFigure with
a ToolbarLayout.

+--Figure---------------------------------
| +-----------------------------+------+ |
| | Label | Image| |
| +-----------------------------+------+ |
+----------------------------------------


for a real running one you must work with
Clickable objects.

.....but, what is your target? A UI-Designer,
a UI for an application, ...?
Re: how to draw a combobox control using draw2d [message #205075 is a reply to message #205060] Mon, 12 December 2005 01:10 Go to previous message
Eclipse UserFriend
Originally posted by: zheny.mobilesoft.com.cn

thank FreeGroup ,I just do A UI-Designer, the 'faked' is fine.
"FreeGroup" <a.herz@FreeGroup.de> ??????:dni3ka$alh$1@news.eclipse.org...
> milo wrote:
>> hi,all
>> which Figure I can extend for drawing combo box and list box widget in
>> draw2d.
>> thanks
>
> a 'faked' combobox or a real running one?
>
> for a fake combobo you can use a simple
> Figure, Label and a ImageFigure
>
> arange the Label and the ImageFigure with
> a ToolbarLayout.
>
> +--Figure---------------------------------
> | +-----------------------------+------+ |
> | | Label | Image| |
> | +-----------------------------+------+ |
> +----------------------------------------
>
>
> for a real running one you must work with
> Clickable objects.
>
> ....but, what is your target? A UI-Designer,
> a UI for an application, ...?
>
>
Previous Topic:recording anchor point position changes
Next Topic:Palette drop aware TreeEditor
Goto Forum:
  


Current Time: Mon Jan 13 14:59:32 GMT 2025

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

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

Back to the top