Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Standard Widget Toolkit (SWT) » SWT over X-Windows?
SWT over X-Windows? [message #444983] Sun, 24 October 2004 12:53 Go to next message
Eclipse UserFriend
Originally posted by: krayspam.arcor.de

Greetings,

I would like to create a gui application with SWT but this application will
run on a PDA and the actual monitor screen will be an X Server. So imagine
creating an app on a pocket PC and then showing that app on a bigger
computer after it connects to the PDA with TCP.

Are there any ports of SWT that can do this? If not, how hard would it be to
port SWT to use the XLib ?

-- Regards
-- Robert Simmons Jr.

Author: Hardcore Java, Published March 2004 by O'Reilly
http://www.oreilly.com/catalog/hardcorejv/
Re: SWT over X-Windows? [message #444984 is a reply to message #444983] Sun, 24 October 2004 13:19 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: joerg.von.frantzius.artnology.nospam.com

Hi Robert,

if your PDA has some Linux running on it that includes X, there should
be no problem ;-)

Robert Simmons schrieb:

>Greetings,
>
>I would like to create a gui application with SWT but this application will
>run on a PDA and the actual monitor screen will be an X Server. So imagine
>creating an app on a pocket PC and then showing that app on a bigger
>computer after it connects to the PDA with TCP.
>
>Are there any ports of SWT that can do this? If not, how hard would it be to
>port SWT to use the XLib ?
>
>-- Regards
>-- Robert Simmons Jr.
>
>Author: Hardcore Java, Published March 2004 by O'Reilly
>http://www.oreilly.com/catalog/hardcorejv/
>
>
>
>
Re: SWT over X-Windows? [message #444985 is a reply to message #444984] Sun, 24 October 2004 13:23 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: joerg.von.frantzius.artnology.nospam.com

Alas, that was really just a joke. As far as I know, there is no
Linux/ARM port of SWT available, unfortunately. Maybe it's not even hard
to do, but I guess you'll probably want to let it run on Windows CE anyway?

Joerg von Frantzius schrieb:

> Hi Robert,
>
> if your PDA has some Linux running on it that includes X, there should
> be no problem ;-)
>
> Robert Simmons schrieb:
>
>> Greetings,
>>
>> I would like to create a gui application with SWT but this
>> application will run on a PDA and the actual monitor screen will be
>> an X Server. So imagine creating an app on a pocket PC and then
>> showing that app on a bigger computer after it connects to the PDA
>> with TCP.
>>
>> Are there any ports of SWT that can do this? If not, how hard would
>> it be to port SWT to use the XLib ?
>>
>> -- Regards
>> -- Robert Simmons Jr.
>>
>> Author: Hardcore Java, Published March 2004 by O'Reilly
>> http://www.oreilly.com/catalog/hardcorejv/
>>
>>
>>
Re: SWT over X-Windows? [message #444986 is a reply to message #444985] Sun, 24 October 2004 13:32 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: krayspam.arcor.de

It would have to run on PocketPC os.

How hard would the port be if I could locate a C XClient library?

-- robert

"Joerg von Frantzius" <joerg.von.frantzius@artnology.nospam.com> wrote in
message news:clga1i$ad8$1@eclipse.org...
> Alas, that was really just a joke. As far as I know, there is no Linux/ARM
> port of SWT available, unfortunately. Maybe it's not even hard to do, but
> I guess you'll probably want to let it run on Windows CE anyway?
>
> Joerg von Frantzius schrieb:
>
>> Hi Robert,
>>
>> if your PDA has some Linux running on it that includes X, there should be
>> no problem ;-)
>>
>> Robert Simmons schrieb:
>>
>>> Greetings,
>>>
>>> I would like to create a gui application with SWT but this application
>>> will run on a PDA and the actual monitor screen will be an X Server. So
>>> imagine creating an app on a pocket PC and then showing that app on a
>>> bigger computer after it connects to the PDA with TCP.
>>>
>>> Are there any ports of SWT that can do this? If not, how hard would it
>>> be to port SWT to use the XLib ?
>>>
>>> -- Regards
>>> -- Robert Simmons Jr.
>>>
>>> Author: Hardcore Java, Published March 2004 by O'Reilly
>>> http://www.oreilly.com/catalog/hardcorejv/
>>>
>>>
Re: SWT over X-Windows? [message #444988 is a reply to message #444986] Sun, 24 October 2004 13:45 Go to previous messageGo to next message
Clemens Eisserer is currently offline Clemens EissererFriend
Messages: 21
Registered: July 2009
Junior Member
Hi there!

> It would have to run on PocketPC os.
> How hard would the port be if I could locate a C XClient library?

Well quite hard because:
1.) Swt might need some changes to run on Arm
2.) GTK/Motif based ports have never been ported to windows (cause it
would be nonsense).

If you would linux on your pda it would be a lot easier!


> "Joerg von Frantzius" <joerg.von.frantzius@artnology.nospam.com> wrote in
> message news:clga1i$ad8$1@eclipse.org...
> > Alas, that was really just a joke. As far as I know, there is no Linux/ARM
> > port of SWT available, unfortunately. Maybe it's not even hard to do, but
> > I guess you'll probably want to let it run on Windows CE anyway?
> >
> > Joerg von Frantzius schrieb:
> >
> >> Hi Robert,
> >>
> >> if your PDA has some Linux running on it that includes X, there should be
> >> no problem ;-)
> >>
> >> Robert Simmons schrieb:
> >>
> >>> Greetings,
> >>>
> >>> I would like to create a gui application with SWT but this application
> >>> will run on a PDA and the actual monitor screen will be an X Server. So
> >>> imagine creating an app on a pocket PC and then showing that app on a
> >>> bigger computer after it connects to the PDA with TCP.
> >>>
> >>> Are there any ports of SWT that can do this? If not, how hard would it
> >>> be to port SWT to use the XLib ?
> >>>
> >>> -- Regards
> >>> -- Robert Simmons Jr.
> >>>
> >>> Author: Hardcore Java, Published March 2004 by O'Reilly
> >>> http://www.oreilly.com/catalog/hardcorejv/
> >>>
> >>>
Re: SWT over X-Windows? [message #444989 is a reply to message #444988] Sun, 24 October 2004 14:29 Go to previous message
Eclipse UserFriend
Originally posted by: krayspam.arcor.de

Unfortunately I have something called a "Customer" who wants to run it on a
PDA and he doesnt want to tell his customers they have to install lnux on
their PDA to use it because that would mean he would have something like 2
customers

SWT already runs on ARM btw. Just not XClient on arm.

-- Robert

"Clemens Eisserer" <ceisserer@utanet.at> wrote in message
news:clgble$cje$1@eclipse.org...
> Hi there!
>
>> It would have to run on PocketPC os.
>> How hard would the port be if I could locate a C XClient library?
>
> Well quite hard because:
> 1.) Swt might need some changes to run on Arm
> 2.) GTK/Motif based ports have never been ported to windows (cause it
> would be nonsense).
>
> If you would linux on your pda it would be a lot easier!
>
>
>> "Joerg von Frantzius" <joerg.von.frantzius@artnology.nospam.com> wrote in
>> message news:clga1i$ad8$1@eclipse.org...
>> > Alas, that was really just a joke. As far as I know, there is no
>> > Linux/ARM
>> > port of SWT available, unfortunately. Maybe it's not even hard to do,
>> > but
>> > I guess you'll probably want to let it run on Windows CE anyway?
>> >
>> > Joerg von Frantzius schrieb:
>> >
>> >> Hi Robert,
>> >>
>> >> if your PDA has some Linux running on it that includes X, there should
>> >> be
>> >> no problem ;-)
>> >>
>> >> Robert Simmons schrieb:
>> >>
>> >>> Greetings,
>> >>>
>> >>> I would like to create a gui application with SWT but this
>> >>> application
>> >>> will run on a PDA and the actual monitor screen will be an X Server.
>> >>> So
>> >>> imagine creating an app on a pocket PC and then showing that app on a
>> >>> bigger computer after it connects to the PDA with TCP.
>> >>>
>> >>> Are there any ports of SWT that can do this? If not, how hard would
>> >>> it
>> >>> be to port SWT to use the XLib ?
>> >>>
>> >>> -- Regards
>> >>> -- Robert Simmons Jr.
>> >>>
>> >>> Author: Hardcore Java, Published March 2004 by O'Reilly
>> >>> http://www.oreilly.com/catalog/hardcorejv/
>> >>>
>> >>>
>
>
Previous Topic:SWT dialog from AWT window
Next Topic:SWT Browser Widget working on Solaris?
Goto Forum:
  


Current Time: Tue Apr 23 09:50:16 GMT 2024

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

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

Back to the top