Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Nebula » SWT Ribbon any alpha release ?
SWT Ribbon any alpha release ? [message #39070] Tue, 28 August 2007 14:29 Go to next message
Eclipse UserFriend
Originally posted by: ivanooi.gmail.com

Hi,

SWT Ribbon really really an interesting widget! Is there anyway that we
can download it ? any alpha release ?

Thanks
Re: SWT Ribbon any alpha release ? [message #39179 is a reply to message #39070] Thu, 30 August 2007 13:53 Go to previous messageGo to next message
Emil Crumhorn is currently offline Emil CrumhornFriend
Messages: 169
Registered: July 2009
Senior Member
Yes, I've gotten a few requests for this.

I'm basically at the stage where I would like some feedback on how it plays
with other widgets, so there will probably be an Alpha in the next few days
for people to test. I will post here when there is one. Do keep in mind, it
will be an _Alpha_ so bugs are expected.

Thanks!
Emil

"Ivan" <ivanooi@gmail.com> wrote in message
news:cae0a339f6771c970386ff7ba22fa4c0$1@www.eclipse.org...
> Hi,
>
> SWT Ribbon really really an interesting widget! Is there anyway that we
> can download it ? any alpha release ?
>
> Thanks
>
Re: SWT Ribbon any alpha release ? [message #39209 is a reply to message #39179] Thu, 30 August 2007 17:08 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: ivanooi.gmail.com

Hey! Thanks! :-D

Alpha is good! at least we can test on it. I got MacBook and iBook with
me. so, I can do the Mac test as well. :-D

Thanks! Great job!
Re: SWT Ribbon any alpha release ? [message #39578 is a reply to message #39070] Thu, 06 September 2007 08:35 Go to previous messageGo to next message
Emil Crumhorn is currently offline Emil CrumhornFriend
Messages: 169
Registered: July 2009
Senior Member
The ribbon widget is now "ready" for Alpha testing. Please please do
understand that Alpha means bugs and not all features are in (toolbars are
not in for example).

There is sample code to run it in the source jar named RibbonTester.java
(it's also compiled in into the normal jar), and also the images I used to
run the code (they are only in the source jar), you will need to include
them in your classpath if you wish to use the code without modifying it.

I do suggest that anyone who is interested in trying it downlaod the source
and use that.

I make no claims to code prettiness or resource-gentleness, so please use it
carefully. Also, please do not email me directly with question in regards to
this widget. I will support it with personal emails when it's ready for
that, until then, enjoy playing with it.Comments however are welcome, but
please keep them in one thread (this one for example).

Download link:
http://www.hexapixel.com/projects/

Enjoy,
Emil
Re: SWT Ribbon any alpha release ? [message #39607 is a reply to message #39578] Sat, 08 September 2007 01:07 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: ivanooi.gmail.com

Hi,

Thanks for the alpha version! really nice to hear that! :-D
I got some problems in runtime and compile time....

First of all, I'm using JDK 1.5.0_05-b05 and this is the error i had :-

java.lang.UnsupportedClassVersionError: Bad version number in .class file

May I know which version you are use to compile the code ?

Thanks
Re: SWT Ribbon any alpha release ? [message #39638 is a reply to message #39607] Sat, 08 September 2007 08:33 Go to previous messageGo to next message
Emil Crumhorn is currently offline Emil CrumhornFriend
Messages: 169
Registered: July 2009
Senior Member
Ah, that could be, I'm using JDK 1.6, I guess I should've compiled it on a
lower version, I'll see if I can make a 1.5 version next round.

Emil

"Ivan" <ivanooi@gmail.com> wrote in message
news:be8ffa800c1c8cca6d697cac0682a7e9$1@www.eclipse.org...
> Hi,
>
> Thanks for the alpha version! really nice to hear that! :-D
> I got some problems in runtime and compile time....
> First of all, I'm using JDK 1.5.0_05-b05 and this is the error i had :-
>
> java.lang.UnsupportedClassVersionError: Bad version number in .class file
>
> May I know which version you are use to compile the code ?
>
> Thanks
>
Re: SWT Ribbon any alpha release ? [message #39669 is a reply to message #39638] Sat, 08 September 2007 10:08 Go to previous messageGo to next message
Thomas Schindl is currently offline Thomas SchindlFriend
Messages: 6651
Registered: July 2009
Senior Member
Do you use any special Java 5.0 features? It would be great if we could
use this even with Java 1.4. I don't know whether there's a policy in
nebula but SWT and JFace the other 2 lowlevel component in this area are
compatible with Java 1.3. I know it's sometimes a pain but if you want
to get this running on as many devices as possible it would make sense,
doesn't it?

Tom

Emil Crumhorn schrieb:
> Ah, that could be, I'm using JDK 1.6, I guess I should've compiled it on a
> lower version, I'll see if I can make a 1.5 version next round.
>
> Emil
>
> "Ivan" <ivanooi@gmail.com> wrote in message
> news:be8ffa800c1c8cca6d697cac0682a7e9$1@www.eclipse.org...
>> Hi,
>>
>> Thanks for the alpha version! really nice to hear that! :-D
>> I got some problems in runtime and compile time....
>> First of all, I'm using JDK 1.5.0_05-b05 and this is the error i had :-
>>
>> java.lang.UnsupportedClassVersionError: Bad version number in .class file
>>
>> May I know which version you are use to compile the code ?
>>
>> Thanks
>>
>
>


--
B e s t S o l u t i o n . at
------------------------------------------------------------ --------
Tom Schindl JFace-Committer
------------------------------------------------------------ --------
Re: SWT Ribbon any alpha release ? [message #39700 is a reply to message #39638] Sun, 09 September 2007 06:01 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: ivanooi.gmail.com

I see.... best if you able to make it under 1.4.... SWT are using 1.4
standard.

Thanks
Re: SWT Ribbon any alpha release ? [message #39913 is a reply to message #39607] Wed, 12 September 2007 13:35 Go to previous messageGo to next message
Emil Crumhorn is currently offline Emil CrumhornFriend
Messages: 169
Registered: July 2009
Senior Member
I've recompiled it with Java 1.5 now, so if you go and download it again on
http://www.hexapixel.com/ you will get the 1.5 version (latest 1.5 version,
jdk1.5.0_12).

Hope that works better for everyone having issues.
Emil

"Ivan" <ivanooi@gmail.com> wrote in message
news:be8ffa800c1c8cca6d697cac0682a7e9$1@www.eclipse.org...
> Hi,
>
> Thanks for the alpha version! really nice to hear that! :-D
> I got some problems in runtime and compile time....
> First of all, I'm using JDK 1.5.0_05-b05 and this is the error i had :-
>
> java.lang.UnsupportedClassVersionError: Bad version number in .class file
>
> May I know which version you are use to compile the code ?
>
> Thanks
>
Re: SWT Ribbon any alpha release ? [message #39944 is a reply to message #39913] Thu, 13 September 2007 00:34 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: ivanooi.gmail.com

Thanks Emil! :-D
Re: SWT Ribbon any alpha release ? [message #43939 is a reply to message #39578] Tue, 27 November 2007 00:00 Go to previous message
Nathan Snapp is currently offline Nathan SnappFriend
Messages: 14
Registered: July 2009
Junior Member
I am on Eclipse 3.3/Java 1.5 update 11. I had to comment out the
@Override attributes for all the methods of the swt events
(SelectionListener, etc) or else I would get compile errors similar to:
"The method widgetDefaultSelected(SelectionEvent) of type new
SelectionListener(){} must override a superclass method". Not sure why.

Once I commented all the @Override attributes, I got an error
"java.lang.NoClassDefFoundError: org/eclipse/core/runtime/IPath". I have
added JFace and SWT jars to this project, but not anything from the
eclipse runtime. Is this project meant to use PDE or RCP? If so, there
isn't any xml file to describe it.

Thanks,

~Nate
Re: SWT Ribbon any alpha release ? [message #584310 is a reply to message #39070] Thu, 30 August 2007 13:53 Go to previous message
Emil Crumhorn is currently offline Emil CrumhornFriend
Messages: 169
Registered: July 2009
Senior Member
Yes, I've gotten a few requests for this.

I'm basically at the stage where I would like some feedback on how it plays
with other widgets, so there will probably be an Alpha in the next few days
for people to test. I will post here when there is one. Do keep in mind, it
will be an _Alpha_ so bugs are expected.

Thanks!
Emil

"Ivan" <ivanooi@gmail.com> wrote in message
news:cae0a339f6771c970386ff7ba22fa4c0$1@www.eclipse.org...
> Hi,
>
> SWT Ribbon really really an interesting widget! Is there anyway that we
> can download it ? any alpha release ?
>
> Thanks
>
Re: SWT Ribbon any alpha release ? [message #584324 is a reply to message #39179] Thu, 30 August 2007 17:08 Go to previous message
Ivan is currently offline IvanFriend
Messages: 149
Registered: July 2009
Senior Member
Hey! Thanks! :-D

Alpha is good! at least we can test on it. I got MacBook and iBook with
me. so, I can do the Mac test as well. :-D

Thanks! Great job!
Re: SWT Ribbon any alpha release ? [message #584511 is a reply to message #39070] Thu, 06 September 2007 08:35 Go to previous message
Emil Crumhorn is currently offline Emil CrumhornFriend
Messages: 169
Registered: July 2009
Senior Member
The ribbon widget is now "ready" for Alpha testing. Please please do
understand that Alpha means bugs and not all features are in (toolbars are
not in for example).

There is sample code to run it in the source jar named RibbonTester.java
(it's also compiled in into the normal jar), and also the images I used to
run the code (they are only in the source jar), you will need to include
them in your classpath if you wish to use the code without modifying it.

I do suggest that anyone who is interested in trying it downlaod the source
and use that.

I make no claims to code prettiness or resource-gentleness, so please use it
carefully. Also, please do not email me directly with question in regards to
this widget. I will support it with personal emails when it's ready for
that, until then, enjoy playing with it.Comments however are welcome, but
please keep them in one thread (this one for example).

Download link:
http://www.hexapixel.com/projects/

Enjoy,
Emil
Re: SWT Ribbon any alpha release ? [message #584529 is a reply to message #39578] Sat, 08 September 2007 01:07 Go to previous message
Ivan is currently offline IvanFriend
Messages: 149
Registered: July 2009
Senior Member
Hi,

Thanks for the alpha version! really nice to hear that! :-D
I got some problems in runtime and compile time....

First of all, I'm using JDK 1.5.0_05-b05 and this is the error i had :-

java.lang.UnsupportedClassVersionError: Bad version number in .class file

May I know which version you are use to compile the code ?

Thanks
Re: SWT Ribbon any alpha release ? [message #584539 is a reply to message #39607] Sat, 08 September 2007 08:33 Go to previous message
Emil Crumhorn is currently offline Emil CrumhornFriend
Messages: 169
Registered: July 2009
Senior Member
Ah, that could be, I'm using JDK 1.6, I guess I should've compiled it on a
lower version, I'll see if I can make a 1.5 version next round.

Emil

"Ivan" <ivanooi@gmail.com> wrote in message
news:be8ffa800c1c8cca6d697cac0682a7e9$1@www.eclipse.org...
> Hi,
>
> Thanks for the alpha version! really nice to hear that! :-D
> I got some problems in runtime and compile time....
> First of all, I'm using JDK 1.5.0_05-b05 and this is the error i had :-
>
> java.lang.UnsupportedClassVersionError: Bad version number in .class file
>
> May I know which version you are use to compile the code ?
>
> Thanks
>
Re: SWT Ribbon any alpha release ? [message #584551 is a reply to message #39638] Sat, 08 September 2007 10:08 Go to previous message
Thomas Schindl is currently offline Thomas SchindlFriend
Messages: 6651
Registered: July 2009
Senior Member
Do you use any special Java 5.0 features? It would be great if we could
use this even with Java 1.4. I don't know whether there's a policy in
nebula but SWT and JFace the other 2 lowlevel component in this area are
compatible with Java 1.3. I know it's sometimes a pain but if you want
to get this running on as many devices as possible it would make sense,
doesn't it?

Tom

Emil Crumhorn schrieb:
> Ah, that could be, I'm using JDK 1.6, I guess I should've compiled it on a
> lower version, I'll see if I can make a 1.5 version next round.
>
> Emil
>
> "Ivan" <ivanooi@gmail.com> wrote in message
> news:be8ffa800c1c8cca6d697cac0682a7e9$1@www.eclipse.org...
>> Hi,
>>
>> Thanks for the alpha version! really nice to hear that! :-D
>> I got some problems in runtime and compile time....
>> First of all, I'm using JDK 1.5.0_05-b05 and this is the error i had :-
>>
>> java.lang.UnsupportedClassVersionError: Bad version number in .class file
>>
>> May I know which version you are use to compile the code ?
>>
>> Thanks
>>
>
>


--
B e s t S o l u t i o n . at
------------------------------------------------------------ --------
Tom Schindl JFace-Committer
------------------------------------------------------------ --------
Re: SWT Ribbon any alpha release ? [message #584570 is a reply to message #39638] Sun, 09 September 2007 06:01 Go to previous message
Ivan is currently offline IvanFriend
Messages: 149
Registered: July 2009
Senior Member
I see.... best if you able to make it under 1.4.... SWT are using 1.4
standard.

Thanks
Re: SWT Ribbon any alpha release ? [message #584673 is a reply to message #39607] Wed, 12 September 2007 13:35 Go to previous message
Emil Crumhorn is currently offline Emil CrumhornFriend
Messages: 169
Registered: July 2009
Senior Member
I've recompiled it with Java 1.5 now, so if you go and download it again on
http://www.hexapixel.com/ you will get the 1.5 version (latest 1.5 version,
jdk1.5.0_12).

Hope that works better for everyone having issues.
Emil

"Ivan" <ivanooi@gmail.com> wrote in message
news:be8ffa800c1c8cca6d697cac0682a7e9$1@www.eclipse.org...
> Hi,
>
> Thanks for the alpha version! really nice to hear that! :-D
> I got some problems in runtime and compile time....
> First of all, I'm using JDK 1.5.0_05-b05 and this is the error i had :-
>
> java.lang.UnsupportedClassVersionError: Bad version number in .class file
>
> May I know which version you are use to compile the code ?
>
> Thanks
>
Re: SWT Ribbon any alpha release ? [message #584691 is a reply to message #39913] Thu, 13 September 2007 00:34 Go to previous message
Ivan is currently offline IvanFriend
Messages: 149
Registered: July 2009
Senior Member
Thanks Emil! :-D
Re: SWT Ribbon any alpha release ? [message #586626 is a reply to message #39578] Tue, 27 November 2007 00:00 Go to previous message
Nathan Snapp is currently offline Nathan SnappFriend
Messages: 14
Registered: July 2009
Junior Member
I am on Eclipse 3.3/Java 1.5 update 11. I had to comment out the
@Override attributes for all the methods of the swt events
(SelectionListener, etc) or else I would get compile errors similar to:
"The method widgetDefaultSelected(SelectionEvent) of type new
SelectionListener(){} must override a superclass method". Not sure why.

Once I commented all the @Override attributes, I got an error
"java.lang.NoClassDefFoundError: org/eclipse/core/runtime/IPath". I have
added JFace and SWT jars to this project, but not anything from the
eclipse runtime. Is this project meant to use PDE or RCP? If so, there
isn't any xml file to describe it.

Thanks,

~Nate
Previous Topic:Nebula Grid Widget
Next Topic:Customization of cell activation strategy
Goto Forum:
  


Current Time: Fri Apr 26 23:29:38 GMT 2024

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

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

Back to the top