comp.lang.ada
 help / color / mirror / Atom feed
* Which library to make interface?
@ 2001-05-12 11:05 Nacho Robledo
  2001-05-12 11:37 ` Preben Randhol
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Nacho Robledo @ 2001-05-12 11:05 UTC (permalink / raw)


Hi everybody !!!!!

    I am learning Ada and i love this language...now i am making a small web
browser in Ada but i need to make an interfaze (GUI). I have tried with
Gtkada but it's a bit difficult? Anyone can tell me another library that i
can use more easily...?

I have tried too jewl but is only for windows and is very simple. I am
looking for a library that works in linux...

thank you very much,,...


--
--
 Ignacio Robledo Rosell
 mailto:rrilpm@arrakis.es
 http://zipi.fi.upm.es/~g990406
 ****************************************
 "When code matters more than comercials"
 ****************************************






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

* Re: Which library to make interface?
  2001-05-12 11:05 Which library to make interface? Nacho Robledo
@ 2001-05-12 11:37 ` Preben Randhol
  2001-05-12 17:33   ` Stephen Leake
  2001-05-12 17:48 ` Jeff Creem
  2001-05-13  2:26 ` Matej Kudvin
  2 siblings, 1 reply; 5+ messages in thread
From: Preben Randhol @ 2001-05-12 11:37 UTC (permalink / raw)


On Sat, 12 May 2001 13:05:48 +0200, Nacho Robledo wrote:
> Hi everybody !!!!!
> 
>     I am learning Ada and i love this language...now i am making a small web
> browser in Ada but i need to make an interfaze (GUI). I have tried with
> Gtkada but it's a bit difficult? Anyone can tell me another library that i
> can use more easily...?

I recommend that you perhaps start with a bit easier project first. A
web browser is not easy to make. Then you'll easier learn and get used
to how GtkAda works. I strondly recommend GtkAda as you GUI toolkit it
is a great toolkit.

-- 
Preben Randhol ------------------- http://www.pvv.org/~randhol/ --
                 �For me, Ada95 puts back the joy in programming.�



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

* Re: Which library to make interface?
  2001-05-12 11:37 ` Preben Randhol
@ 2001-05-12 17:33   ` Stephen Leake
  0 siblings, 0 replies; 5+ messages in thread
From: Stephen Leake @ 2001-05-12 17:33 UTC (permalink / raw)


> On Sat, 12 May 2001 13:05:48 +0200, Nacho Robledo wrote:
> > Hi everybody !!!!!
> > 
> >     I am learning Ada and i love this language...now i am making a small web
> > browser in Ada but i need to make an interfaze (GUI). I have tried with
> > Gtkada but it's a bit difficult? Anyone can tell me another library that i
> > can use more easily...?

If you don't mind being stuck to Windows, you can try Windex:

http://users.erols.com/leakstan/Stephe/Ada/windex.html

-- 
-- Stephe



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

* Re: Which library to make interface?
  2001-05-12 11:05 Which library to make interface? Nacho Robledo
  2001-05-12 11:37 ` Preben Randhol
@ 2001-05-12 17:48 ` Jeff Creem
  2001-05-13  2:26 ` Matej Kudvin
  2 siblings, 0 replies; 5+ messages in thread
From: Jeff Creem @ 2001-05-12 17:48 UTC (permalink / raw)


Wow..GtkAda especially when coupled with glade is pretty easy to use. I
don't think
you will find a GUI library in any language that is dramatically simpler and
yet powerful
enough to write even a rudimentary web browser.

On the plus side if you use GtkAda and adasockets the browser would port to
win32 systems
as well..

"Nacho Robledo" <rrilNOSPAMpm@arrakis.es> wrote in message
news:3afd18f5$1_1@news.arrakis.es...
> Hi everybody !!!!!
>
>     I am learning Ada and i love this language...now i am making a small
web
> browser in Ada but i need to make an interfaze (GUI). I have tried with
> Gtkada but it's a bit difficult? Anyone can tell me another library that i
> can use more easily...?
>
> I have tried too jewl but is only for windows and is very simple. I am
> looking for a library that works in linux...
>
> thank you very much,,...
>
>
> --
> --
>  Ignacio Robledo Rosell
>  mailto:rrilpm@arrakis.es
>  http://zipi.fi.upm.es/~g990406
>  ****************************************
>  "When code matters more than comercials"
>  ****************************************
>
>
>





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

* Re: Which library to make interface?
  2001-05-12 11:05 Which library to make interface? Nacho Robledo
  2001-05-12 11:37 ` Preben Randhol
  2001-05-12 17:48 ` Jeff Creem
@ 2001-05-13  2:26 ` Matej Kudvin
  2 siblings, 0 replies; 5+ messages in thread
From: Matej Kudvin @ 2001-05-13  2:26 UTC (permalink / raw)


In article <3afd18f5$1_1@news.arrakis.es>, "Nacho Robledo"
<rrilNOSPAMpm@arrakis.es> wrote:

> Hi everybody !!!!!
> 
>     I am learning Ada and i love this language...now i am making a small
>     web
> browser in Ada but i need to make an interfaze (GUI). I have tried with
> Gtkada but it's a bit difficult? Anyone can tell me another library that
> i can use more easily...?

GtkAda has a mailing list on their website, so check it out. There is a
lot of great information there. If you are going to do GUI, GtkAda is the
way to go.  All GUI libraries take awhile to get your mind around, but
GtkAda will surprise you over and over with just how easy it is to do
what you want to.  Make sure to use Glade and Gate (to generate ada
code), as it reduces tedium, and builds a good framwork.

Cheers,

Matej



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

end of thread, other threads:[~2001-05-13  2:26 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2001-05-12 11:05 Which library to make interface? Nacho Robledo
2001-05-12 11:37 ` Preben Randhol
2001-05-12 17:33   ` Stephen Leake
2001-05-12 17:48 ` Jeff Creem
2001-05-13  2:26 ` Matej Kudvin

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox