Home » Archived » Visual Editor (VE) » graphical SWT development
graphical SWT development [message #144108] |
Fri, 21 March 2008 13:05  |
Eclipse User |
|
|
|
Originally posted by: nicolas.trahan.rogers.com
Hi everyone,
I've just installed the Visual Editor on Eclipse 3.2 using automated
updates at the Callisto Discovery Site. I'm interested in developing SWT
applications, however, the Palette only shows Swing and AWT components.
Also, when I open an existing SWT class, it just shows a blank screen.
How can I fix this?
Thanks,
Nicolas
|
|
| | |
Re: graphical SWT development [message #144181 is a reply to message #144163] |
Wed, 26 March 2008 10:44  |
Eclipse User |
|
|
|
The swt.jar is not enough. The container I said is jar container, which
packages a group of the jars. You can find a JDK container when you create a
Java project.
To call wizard, you right-select a package in package explorer, and then
click on the context menu New->Others, you should have a Visual class if
your VE is installed correctly.
regards
Yves YANG
---
http://www.soaytec.com
"Nicolas" <nicolas.trahan@rogers.com> wrote in message
news:fsdkev$pva$1@build.eclipse.org...
> What do you mean when you say that "the swt container is not yet setup in
> the classpath of your project"? I do have the swt.jar added in my project
> (I can compile my program without any problems) if that's what you mean.
> And what do you mean when you say "call the wizard to create a type of
> SWT"? What wizard are you talking about? Where do I access it?
>
> Also, I don't have the option to create a new visual class in the
> File->New menu. I looked in my .metadata folder but I don't even have a
> .log file.
>
> Thank you very much for your help!
>
> Nicolas
>
> Yves YANG wrote:
>> That means the swt container is not yet setup in the classpath of your
>> project. To do so, please call the wizard to create a type of SWT. The
>> container will be added automatically.
>>
>> Best regards
>> Yves YANG
>> ---
>> http://www.soyatec.com
>>
>> "Nicolas" <nicolas.trahan@rogers.com> wrote in message
>> news:fs0ptj$cbg$1@build.eclipse.org...
>>> Hi everyone,
>>>
>>> I've just installed the Visual Editor on Eclipse 3.2 using automated
>>> updates at the Callisto Discovery Site. I'm interested in developing SWT
>>> applications, however, the Palette only shows Swing and AWT components.
>>> Also, when I open an existing SWT class, it just shows a blank screen.
>>>
>>> How can I fix this?
>>>
>>> Thanks,
>>> Nicolas
>>
|
|
|
Re: graphical SWT development [message #617002 is a reply to message #144108] |
Tue, 25 March 2008 09:43  |
Eclipse User |
|
|
|
That means the swt container is not yet setup in the classpath of your
project. To do so, please call the wizard to create a type of SWT. The
container will be added automatically.
Best regards
Yves YANG
---
http://www.soyatec.com
"Nicolas" <nicolas.trahan@rogers.com> wrote in message
news:fs0ptj$cbg$1@build.eclipse.org...
> Hi everyone,
>
> I've just installed the Visual Editor on Eclipse 3.2 using automated
> updates at the Callisto Discovery Site. I'm interested in developing SWT
> applications, however, the Palette only shows Swing and AWT components.
> Also, when I open an existing SWT class, it just shows a blank screen.
>
> How can I fix this?
>
> Thanks,
> Nicolas
|
|
|
Re: graphical SWT development [message #617004 is a reply to message #144146] |
Wed, 26 March 2008 09:52  |
Eclipse User |
|
|
|
What do you mean when you say that "the swt container is not yet setup
in the classpath of your project"? I do have the swt.jar added in my
project (I can compile my program without any problems) if that's what
you mean. And what do you mean when you say "call the wizard to create a
type of SWT"? What wizard are you talking about? Where do I access it?
Also, I don't have the option to create a new visual class in the
File->New menu. I looked in my .metadata folder but I don't even have a
..log file.
Thank you very much for your help!
Nicolas
Yves YANG wrote:
> That means the swt container is not yet setup in the classpath of your
> project. To do so, please call the wizard to create a type of SWT. The
> container will be added automatically.
>
> Best regards
> Yves YANG
> ---
> http://www.soyatec.com
>
> "Nicolas" <nicolas.trahan@rogers.com> wrote in message
> news:fs0ptj$cbg$1@build.eclipse.org...
>> Hi everyone,
>>
>> I've just installed the Visual Editor on Eclipse 3.2 using automated
>> updates at the Callisto Discovery Site. I'm interested in developing
>> SWT applications, however, the Palette only shows Swing and AWT
>> components. Also, when I open an existing SWT class, it just shows a
>> blank screen.
>>
>> How can I fix this?
>>
>> Thanks,
>> Nicolas
>
|
|
|
Re: graphical SWT development [message #617006 is a reply to message #144163] |
Wed, 26 March 2008 10:44  |
Eclipse User |
|
|
|
The swt.jar is not enough. The container I said is jar container, which
packages a group of the jars. You can find a JDK container when you create a
Java project.
To call wizard, you right-select a package in package explorer, and then
click on the context menu New->Others, you should have a Visual class if
your VE is installed correctly.
regards
Yves YANG
---
http://www.soaytec.com
"Nicolas" <nicolas.trahan@rogers.com> wrote in message
news:fsdkev$pva$1@build.eclipse.org...
> What do you mean when you say that "the swt container is not yet setup in
> the classpath of your project"? I do have the swt.jar added in my project
> (I can compile my program without any problems) if that's what you mean.
> And what do you mean when you say "call the wizard to create a type of
> SWT"? What wizard are you talking about? Where do I access it?
>
> Also, I don't have the option to create a new visual class in the
> File->New menu. I looked in my .metadata folder but I don't even have a
> .log file.
>
> Thank you very much for your help!
>
> Nicolas
>
> Yves YANG wrote:
>> That means the swt container is not yet setup in the classpath of your
>> project. To do so, please call the wizard to create a type of SWT. The
>> container will be added automatically.
>>
>> Best regards
>> Yves YANG
>> ---
>> http://www.soyatec.com
>>
>> "Nicolas" <nicolas.trahan@rogers.com> wrote in message
>> news:fs0ptj$cbg$1@build.eclipse.org...
>>> Hi everyone,
>>>
>>> I've just installed the Visual Editor on Eclipse 3.2 using automated
>>> updates at the Callisto Discovery Site. I'm interested in developing SWT
>>> applications, however, the Palette only shows Swing and AWT components.
>>> Also, when I open an existing SWT class, it just shows a blank screen.
>>>
>>> How can I fix this?
>>>
>>> Thanks,
>>> Nicolas
>>
|
|
|
Goto Forum:
Current Time: Sun May 11 09:36:01 EDT 2025
Powered by FUDForum. Page generated in 0.03573 seconds
|