SWT Ribbon any alpha release ? [message #39070] |
Tue, 28 August 2007 10:29  |
Eclipse User |
|
|
|
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 #43939 is a reply to message #39578] |
Mon, 26 November 2007 19:00  |
Eclipse User |
|
|
|
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 09:53  |
Eclipse User |
|
|
|
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 #584511 is a reply to message #39070] |
Thu, 06 September 2007 04:35  |
Eclipse User |
|
|
|
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] |
Fri, 07 September 2007 21:07  |
Eclipse User |
|
|
|
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 04:33  |
Eclipse User |
|
|
|
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 06:08  |
Eclipse User |
|
|
|
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 #584673 is a reply to message #39607] |
Wed, 12 September 2007 09:35  |
Eclipse User |
|
|
|
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 #586626 is a reply to message #39578] |
Mon, 26 November 2007 19:00  |
Eclipse User |
|
|
|
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
|
|
|
Powered by
FUDForum. Page generated in 0.08240 seconds