Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Archived » Visual Editor (VE) » JComboBox an VE ???
JComboBox an VE ??? [message #94884] Mon, 27 June 2005 07:57 Go to next message
Eclipse UserFriend
Originally posted by: lars.bergholm.sifu.se

The VE doesn't show the combobox when it is initialized with items?
Does anybody now how to deal with this

private JComboBox getJCBR113() {
String[] ChoicesStrings = { "Yes", "No", "N/A" };
if (jCBR113 == null) {

jCBR113 = new JComboBox(ChicesStrings);
jCBR113.setBounds(182, 29, 64, 19);
jCBR113.setSelectedIndex(0);
}
return jCBR113;

When using
jCBR113 = new JComboBox(); it is ok and shows up in the VE

but using the code above returns 'ChicesStrings too complicated'
and Index out of bounds (as a result of the first error ?)

Thanks for any help
Re: JComboBox an VE ??? [message #94900 is a reply to message #94884] Mon, 27 June 2005 08:44 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: lars.bergholm.sifu.se

I just found out there is an newer version of the VE
I have visual editor 1.0.2.1
(But Update on the helpmenu doesn't find it)
Trying to install some other way...
Re: JComboBox an VE ??? [message #94974 is a reply to message #94900] Mon, 27 June 2005 14:24 Go to previous message
Eclipse UserFriend
Originally posted by: richkulp.us.NO_SPAM.ibm.com

Up until VE 1.1 I20050623 driver, the code you used would not be able to
instantiate the JComboBox. The I20050623 driver is a developement driver
for working with Eclipse 3.1RC3. It will not work on Eclipse 3.0.x and
it is not available through update manager since it is not a final
release yet. You will need to download it and the requirements to use it.

Lars wrote:
> I just found out there is an newer version of the VE
> I have visual editor 1.0.2.1
> (But Update on the helpmenu doesn't find it)
> Trying to install some other way...
>
>

--
Thanks,
Rich Kulp
Re: JComboBox an VE ??? [message #608083 is a reply to message #94884] Mon, 27 June 2005 08:44 Go to previous message
Lars is currently offline LarsFriend
Messages: 32
Registered: July 2009
Member
I just found out there is an newer version of the VE
I have visual editor 1.0.2.1
(But Update on the helpmenu doesn't find it)
Trying to install some other way...
Re: JComboBox an VE ??? [message #608094 is a reply to message #94900] Mon, 27 June 2005 14:24 Go to previous message
Eclipse UserFriend
Originally posted by: richkulp.us.NO_SPAM.ibm.com

Up until VE 1.1 I20050623 driver, the code you used would not be able to
instantiate the JComboBox. The I20050623 driver is a developement driver
for working with Eclipse 3.1RC3. It will not work on Eclipse 3.0.x and
it is not available through update manager since it is not a final
release yet. You will need to download it and the requirements to use it.

Lars wrote:
> I just found out there is an newer version of the VE
> I have visual editor 1.0.2.1
> (But Update on the helpmenu doesn't find it)
> Trying to install some other way...
>
>

--
Thanks,
Rich Kulp
Previous Topic:tablelayout
Next Topic:Launch mode run not supported for configuration type org.eclipse.jem.proxy.Local
Goto Forum:
  


Current Time: Thu Apr 25 07:53:05 GMT 2024

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

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

Back to the top