public inbox for ecos-discuss@sourceware.org
 help / color / mirror / Atom feed
* [ECOS] Graphical user interface on ecos
@ 2003-04-21  9:18 Charles-Henri Balet
       [not found] ` <3EA3BBFC.5060007@naturesoft.net>
  2003-04-21 11:58 ` Tim michals
  0 siblings, 2 replies; 6+ messages in thread
From: Charles-Henri Balet @ 2003-04-21  9:18 UTC (permalink / raw)
  To: ecos-discuss

Hello,

any has try to work with an GUI over eCos, I'm use the EBP7312 developement
board
of Cirrus with the EP7312 cpu, and want to use an microwindows linke GUI,
but everybody
say that microwindows work only with PC and sinthetic target ? any can
advice me for
an ecos compatible GUI ?

many thanks

have a nice day

balet charles-henri



-- 
Before posting, please read the FAQ: http://sources.redhat.com/fom/ecos
and search the list archive: http://sources.redhat.com/ml/ecos-discuss

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [ECOS] Graphical user interface on ecos
       [not found] ` <3EA3BBFC.5060007@naturesoft.net>
@ 2003-04-21 11:08   ` Charles-Henri Balet
  2003-04-21 11:50     ` Tim michals
  0 siblings, 1 reply; 6+ messages in thread
From: Charles-Henri Balet @ 2003-04-21 11:08 UTC (permalink / raw)
  To: shobhan; +Cc: ecos-discuss

Hello,

Thanks for your answer, but it's an Webserver, I want an Web browser, I want
display graphical
object on my LCD and not distribute HTML page trough tcp/ip, or I don't
understand the webserver
name ?

many thanks

----- Original Message -----
From: "shobhan" <shobhankumar-rc@naturesoft.net>
To: "Charles-Henri Balet" <charles-henri@bluewin.ch>
Sent: Monday, April 21, 2003 10:38 AM
Subject: Re: [ECOS] Graphical user interface on ecos


> For GUI on eCos, a webserver can be used. eCos port of GoAhead web
> server is readily availbale.
>
> Can make use of that for GUI in eCos
>
> Thanks
> Shobhan
>
> Charles-Henri Balet wrote:
>
> >Hello,
> >
> >any has try to work with an GUI over eCos, I'm use the EBP7312
developement
> >board
> >of Cirrus with the EP7312 cpu, and want to use an microwindows linke GUI,
> >but everybody
> >say that microwindows work only with PC and sinthetic target ? any can
> >advice me for
> >an ecos compatible GUI ?
> >
> >many thanks
> >
> >have a nice day
> >
> >balet charles-henri
> >
> >
> >
>
>
>



-- 
Before posting, please read the FAQ: http://sources.redhat.com/fom/ecos
and search the list archive: http://sources.redhat.com/ml/ecos-discuss

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [ECOS] Graphical user interface on ecos
  2003-04-21 11:08   ` Charles-Henri Balet
@ 2003-04-21 11:50     ` Tim michals
  2003-04-21 14:21       ` Gary D. Thomas
  0 siblings, 1 reply; 6+ messages in thread
From: Tim michals @ 2003-04-21 11:50 UTC (permalink / raw)
  To: Charles-Henri Balet, shobhan; +Cc: ecos-discuss

http://www.viewml.com/

--- Charles-Henri Balet <charles-henri@bluewin.ch>
wrote:
> Hello,
> 
> Thanks for your answer, but it's an Webserver, I
> want an Web browser, I want
> display graphical
> object on my LCD and not distribute HTML page trough
> tcp/ip, or I don't
> understand the webserver
> name ?
> 
> many thanks
> 
> ----- Original Message -----
> From: "shobhan" <shobhankumar-rc@naturesoft.net>
> To: "Charles-Henri Balet" <charles-henri@bluewin.ch>
> Sent: Monday, April 21, 2003 10:38 AM
> Subject: Re: [ECOS] Graphical user interface on ecos
> 
> 
> > For GUI on eCos, a webserver can be used. eCos
> port of GoAhead web
> > server is readily availbale.
> >
> > Can make use of that for GUI in eCos
> >
> > Thanks
> > Shobhan
> >
> > Charles-Henri Balet wrote:
> >
> > >Hello,
> > >
> > >any has try to work with an GUI over eCos, I'm
> use the EBP7312
> developement
> > >board
> > >of Cirrus with the EP7312 cpu, and want to use an
> microwindows linke GUI,
> > >but everybody
> > >say that microwindows work only with PC and
> sinthetic target ? any can
> > >advice me for
> > >an ecos compatible GUI ?
> > >
> > >many thanks
> > >
> > >have a nice day
> > >
> > >balet charles-henri
> > >
> > >
> > >
> >
> >
> >
> 
> 
> 
> -- 
> Before posting, please read the FAQ:
> http://sources.redhat.com/fom/ecos
> and search the list archive:
> http://sources.redhat.com/ml/ecos-discuss
> 


__________________________________________________
Do you Yahoo!?
The New Yahoo! Search - Faster. Easier. Bingo
http://search.yahoo.com

-- 
Before posting, please read the FAQ: http://sources.redhat.com/fom/ecos
and search the list archive: http://sources.redhat.com/ml/ecos-discuss

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [ECOS] Graphical user interface on ecos
  2003-04-21  9:18 [ECOS] Graphical user interface on ecos Charles-Henri Balet
       [not found] ` <3EA3BBFC.5060007@naturesoft.net>
@ 2003-04-21 11:58 ` Tim michals
  1 sibling, 0 replies; 6+ messages in thread
From: Tim michals @ 2003-04-21 11:58 UTC (permalink / raw)
  To: Charles-Henri Balet, ecos-discuss

MicroWindows works on a CS89712.  The main issue is
the LCD driver, the processor is little endian, so use
the driver for bit swapping.

tcmichals
--- Charles-Henri Balet <charles-henri@bluewin.ch>
wrote:
> Hello,
> 
> any has try to work with an GUI over eCos, I'm use
> the EBP7312 developement
> board
> of Cirrus with the EP7312 cpu, and want to use an
> microwindows linke GUI,
> but everybody
> say that microwindows work only with PC and
> sinthetic target ? any can
> advice me for
> an ecos compatible GUI ?
> 
> many thanks
> 
> have a nice day
> 
> balet charles-henri
> 
> 
> 
> -- 
> Before posting, please read the FAQ:
> http://sources.redhat.com/fom/ecos
> and search the list archive:
> http://sources.redhat.com/ml/ecos-discuss
> 


__________________________________________________
Do you Yahoo!?
The New Yahoo! Search - Faster. Easier. Bingo
http://search.yahoo.com

-- 
Before posting, please read the FAQ: http://sources.redhat.com/fom/ecos
and search the list archive: http://sources.redhat.com/ml/ecos-discuss

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [ECOS] Graphical user interface on ecos
  2003-04-21 11:50     ` Tim michals
@ 2003-04-21 14:21       ` Gary D. Thomas
  0 siblings, 0 replies; 6+ messages in thread
From: Gary D. Thomas @ 2003-04-21 14:21 UTC (permalink / raw)
  To: Tim michals; +Cc: Charles-Henri Balet, shobhan, eCos Discussion

On Mon, 2003-04-21 at 05:49, Tim michals wrote:
> http://www.viewml.com/

The problem with this is that it uses C++ libraries which are
not currently available with eCos.

However, microwindows is part of eCos - all you have to do is
configure it in.  You may need to add some details for your
particular hardware.  

> 
> --- Charles-Henri Balet <charles-henri@bluewin.ch>
> wrote:
> > Hello,
> > 
> > Thanks for your answer, but it's an Webserver, I
> > want an Web browser, I want
> > display graphical
> > object on my LCD and not distribute HTML page trough
> > tcp/ip, or I don't
> > understand the webserver
> > name ?
> > 
> > many thanks
> > 
> > ----- Original Message -----
> > From: "shobhan" <shobhankumar-rc@naturesoft.net>
> > To: "Charles-Henri Balet" <charles-henri@bluewin.ch>
> > Sent: Monday, April 21, 2003 10:38 AM
> > Subject: Re: [ECOS] Graphical user interface on ecos
> > 
> > 
> > > For GUI on eCos, a webserver can be used. eCos
> > port of GoAhead web
> > > server is readily availbale.
> > >
> > > Can make use of that for GUI in eCos
> > >
> > > Thanks
> > > Shobhan
> > >
> > > Charles-Henri Balet wrote:
> > >
> > > >Hello,
> > > >
> > > >any has try to work with an GUI over eCos, I'm
> > use the EBP7312
> > developement
> > > >board
> > > >of Cirrus with the EP7312 cpu, and want to use an
> > microwindows linke GUI,
> > > >but everybody
> > > >say that microwindows work only with PC and
> > sinthetic target ? any can
> > > >advice me for
> > > >an ecos compatible GUI ?
> > > >
> > > >many thanks
> > > >
> > > >have a nice day
> > > >
> > > >balet charles-henri
> > > >
> > > >
> > > >
> > >
> > >
> > >
> > 
> > 
> > 
> > -- 
> > Before posting, please read the FAQ:
> > http://sources.redhat.com/fom/ecos
> > and search the list archive:
> > http://sources.redhat.com/ml/ecos-discuss
> > 
> 
> 
> __________________________________________________
> Do you Yahoo!?
> The New Yahoo! Search - Faster. Easier. Bingo
> http://search.yahoo.com
> 
> -- 
> Before posting, please read the FAQ: http://sources.redhat.com/fom/ecos
> and search the list archive: http://sources.redhat.com/ml/ecos-discuss

-- 
.--------------------------------------------------------.
|       Mind: Embedded Linux and eCos Development        |
|--------------------------------------------------------|
| Gary Thomas              email:  gary.thomas@mind.be   |
| Mind ( http://mind.be )  tel:    +1 (970) 229-1963     |
| gpg: http://www.chez-thomas.org/gary/gpg_key.asc       |
'--------------------------------------------------------'


-- 
Before posting, please read the FAQ: http://sources.redhat.com/fom/ecos
and search the list archive: http://sources.redhat.com/ml/ecos-discuss

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [ECOS] Graphical user interface on ecos
       [not found] <20030421142231.25717.qmail@web20912.mail.yahoo.com>
@ 2003-04-22  1:22 ` Gary D. Thomas
  0 siblings, 0 replies; 6+ messages in thread
From: Gary D. Thomas @ 2003-04-22  1:22 UTC (permalink / raw)
  To: Tim michals; +Cc: eCos Discussion

Please copy replies to the list so that all may benefit.
Private responses are available under contract.

On Mon, 2003-04-21 at 08:22, Tim michals wrote:
> So FLTK cannot be ported to eCOS?
> Which C++ libraries?

IIRC the STD libraries, but I'm not really a C++ junkie
so I might be off here.  I do recall having extensive 
discussions with the rest of the eCos team about this.
Of course it was a couple of years ago, but I don't think
this has changed yet.

> 
> --- "Gary D. Thomas" <gary.thomas@mind.be> wrote:
> > On Mon, 2003-04-21 at 05:49, Tim michals wrote:
> > > http://www.viewml.com/
> > 
> > The problem with this is that it uses C++ libraries
> > which are
> > not currently available with eCos.
> > 
> > However, microwindows is part of eCos - all you have
> > to do is
> > configure it in.  You may need to add some details
> > for your
> > particular hardware.  
> > 
> > > 
> > > --- Charles-Henri Balet <charles-henri@bluewin.ch>
> > > wrote:
> > > > Hello,
> > > > 
> > > > Thanks for your answer, but it's an Webserver, I
> > > > want an Web browser, I want
> > > > display graphical
> > > > object on my LCD and not distribute HTML page
> > trough
> > > > tcp/ip, or I don't
> > > > understand the webserver
> > > > name ?
> > > > 
> > > > many thanks
> > > > 
> > > > ----- Original Message -----
> > > > From: "shobhan" <shobhankumar-rc@naturesoft.net>
> > > > To: "Charles-Henri Balet"
> > <charles-henri@bluewin.ch>
> > > > Sent: Monday, April 21, 2003 10:38 AM
> > > > Subject: Re: [ECOS] Graphical user interface on
> > ecos
> > > > 
> > > > 
> > > > > For GUI on eCos, a webserver can be used. eCos
> > > > port of GoAhead web
> > > > > server is readily availbale.
> > > > >
> > > > > Can make use of that for GUI in eCos
> > > > >
> > > > > Thanks
> > > > > Shobhan
> > > > >
> > > > > Charles-Henri Balet wrote:
> > > > >
> > > > > >Hello,
> > > > > >
> > > > > >any has try to work with an GUI over eCos,
> > I'm
> > > > use the EBP7312
> > > > developement
> > > > > >board
> > > > > >of Cirrus with the EP7312 cpu, and want to
> > use an
> > > > microwindows linke GUI,
> > > > > >but everybody
> > > > > >say that microwindows work only with PC and
> > > > sinthetic target ? any can
> > > > > >advice me for
> > > > > >an ecos compatible GUI ?
> > > > > >
> > > > > >many thanks
> > > > > >
> > > > > >have a nice day
> > > > > >
> > > > > >balet charles-henri
> > > > > >
> > > > > >
> > > > > >
> > > > >
> > > > >
> > > > >
> > > > 
> > > > 
> > > > 
> > > > -- 
> > > > Before posting, please read the FAQ:
> > > > http://sources.redhat.com/fom/ecos
> > > > and search the list archive:
> > > > http://sources.redhat.com/ml/ecos-discuss
> > > > 
> > > 
> > > 
> > > __________________________________________________
> > > Do you Yahoo!?
> > > The New Yahoo! Search - Faster. Easier. Bingo
> > > http://search.yahoo.com
> > > 
> > > -- 
> > > Before posting, please read the FAQ:
> > http://sources.redhat.com/fom/ecos
> > > and search the list archive:
> > http://sources.redhat.com/ml/ecos-discuss
> > 
> > -- 
> >
> .--------------------------------------------------------.
> > |       Mind: Embedded Linux and eCos Development   
> >     |
> >
> |--------------------------------------------------------|
> > | Gary Thomas              email: 
> > gary.thomas@mind.be   |
> > | Mind ( http://mind.be )  tel:    +1 (970) 229-1963
> >     |
> > | gpg: http://www.chez-thomas.org/gary/gpg_key.asc  
> >     |
> >
> '--------------------------------------------------------'
> > 
> 
> 
> __________________________________________________
> Do you Yahoo!?
> Yahoo! Platinum - Watch CBS' NCAA March Madness, live on your desktop!
> http://platinum.yahoo.com
-- 
.--------------------------------------------------------.
|       Mind: Embedded Linux and eCos Development        |
|--------------------------------------------------------|
| Gary Thomas              email:  gary.thomas@mind.be   |
| Mind ( http://mind.be )  tel:    +1 (970) 229-1963     |
| gpg: http://www.chez-thomas.org/gary/gpg_key.asc       |
'--------------------------------------------------------'


-- 
Before posting, please read the FAQ: http://sources.redhat.com/fom/ecos
and search the list archive: http://sources.redhat.com/ml/ecos-discuss

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2003-04-21 14:31 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-04-21  9:18 [ECOS] Graphical user interface on ecos Charles-Henri Balet
     [not found] ` <3EA3BBFC.5060007@naturesoft.net>
2003-04-21 11:08   ` Charles-Henri Balet
2003-04-21 11:50     ` Tim michals
2003-04-21 14:21       ` Gary D. Thomas
2003-04-21 11:58 ` Tim michals
     [not found] <20030421142231.25717.qmail@web20912.mail.yahoo.com>
2003-04-22  1:22 ` Gary D. Thomas

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).