Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Newcomers » Newcomers » Multipage Help
Multipage Help [message #230293] Sat, 01 September 2007 03:54 Go to next message
Eclipse UserFriend
Originally posted by: classic_phone.hotmail.com

Anyone know how to create graphical list and button for user selection in
a multipage editor plugin ? thanks for the help!
Re: Multipage Help [message #230324 is a reply to message #230293] Sat, 01 September 2007 12:35 Go to previous messageGo to next message
Remy Suen is currently offline Remy SuenFriend
Messages: 462
Registered: July 2009
Senior Member
On Sat, 01 Sep 2007 03:54:21 +0000, Classic_phone wrote:
> Anyone know how to create graphical list and button for user selection in
> a multipage editor plugin ? thanks for the help!

I don't really understand what you're asking. Could you provide a
screenshot of what you're looking for? We don't even know how you want to
layout your list and your button(s). What are you trying to achieve?

Regards,
Rem
Re: Multipage Help [message #230353 is a reply to message #230324] Sat, 01 September 2007 15:21 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: classic_phone.hotmail.com

i want something look like this:

http://img301.imageshack.us/my.php?image=yolb5.jpg

sorry for the ugly drawing.. i hope u get what i mean
Re: Multipage Help [message #230387 is a reply to message #230353] Sat, 01 September 2007 17:14 Go to previous messageGo to next message
Remy Suen is currently offline Remy SuenFriend
Messages: 462
Registered: July 2009
Senior Member
On Sat, 01 Sep 2007 15:21:39 +0000, Classic_phone wrote:
> i want something look like this:
> http://img301.imageshack.us/my.php?image=yolb5.jpg

You can use a GridLayout with three columns. You can use a List or a Table
to display your list of items.

You can look at the SWT snippets for some sample code.
http://www.eclipse.org/swt/snippets

Alternatively, you could use JFace Viewers to display the items, it is up
to you.
http://dev.eclipse.org/viewcvs/index.cgi/org.eclipse.jface.s nippets/Eclipse%20JFace%20Snippets/org/eclipse/jface/snippet s/viewers/

Regards,
Rem
Re: Multipage Help [message #230409 is a reply to message #230387] Sun, 02 September 2007 03:32 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: classic_phone.hotmail.com

thanks for the info.. but i would like the GUI be on my plugin program. so
it is not an application program that has GUI window popup for user.
Meaning, when i run my plugin on eclipse, there is a layout of interface
on the plugin itself for user to interact. any advice for that?
Re: Multipage Help [message #230431 is a reply to message #230409] Sun, 02 September 2007 11:03 Go to previous messageGo to next message
Remy Suen is currently offline Remy SuenFriend
Messages: 462
Registered: July 2009
Senior Member
On Sun, 02 Sep 2007 03:32:33 +0000, Classic_phone wrote:
> thanks for the info.. but i would like the GUI be on my plugin program. so
> it is not an application program that has GUI window popup for user.
> Meaning, when i run my plugin on eclipse, there is a layout of interface
> on the plugin itself for user to interact. any advice for that?

Sorry, I'm having a hard time understanding your requirement(s). What do
you mean that by " there is a layout of interface on the plugin itself for
user to interact." Everything you see in Eclipse is part of a plug-in.
Your new multipage editor, would be a plug-in.

Regards,
Rem
Re: Multipage Help [message #230547 is a reply to message #230409] Mon, 03 September 2007 16:21 Go to previous message
Eclipse UserFriend
Originally posted by: eclipse5.rizzoweb.com

Classic_phone wrote:
> thanks for the info.. but i would like the GUI be on my plugin program.
> so it is not an application program that has GUI window popup for user.
> Meaning, when i run my plugin on eclipse, there is a layout of interface
> on the plugin itself for user to interact. any advice for that?
>

You are going to get a lot more response to questions if you show some
initiative and do some research on your own. These groups are not here
as your personal consultant to do work or homework for you - you have to
learn on your own at least a little and then ask specific questions when
you can't figure out something. Please do some reading and learning and
experimenting before asking someone to do the work for you.

Eric
Previous Topic:Eclipse 3.3 spellchecking
Next Topic:"Go to type" stopped working
Goto Forum:
  


Current Time: Sat Dec 21 14:36:14 GMT 2024

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

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

Back to the top