comp.lang.ada
 help / color / mirror / Atom feed
* GWindows Tutorials
@ 2001-09-10  3:58 David Botton
  2001-09-10 19:25 ` Pascal Obry
  0 siblings, 1 reply; 5+ messages in thread
From: David Botton @ 2001-09-10  3:58 UTC (permalink / raw)
  To: comp.lang.ada

Ever wish you could be programming Windows applications with Ada?
Maybe you thought it was too difficult or the learning curve to high........

GWindows makes it easy and learning to program GWindows just got easier!

So far, 11 short tutorials and more on the way. Each introducing another
simple facet of the power of the GWindows frame work.

Go ahead take a look:

http://www.adapower.com/gwindows/user_guide.html

then take a look at the many sample programs included in the distribution to
get a little more depth.

GWindows should be going Beta this week after I complete my current review
of the code.

What is GWindows? Take a look at http://www.adapower.com/gwindows to get an
idea.

David Botton




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

* Re: GWindows Tutorials
  2001-09-10  3:58 GWindows Tutorials David Botton
@ 2001-09-10 19:25 ` Pascal Obry
  2001-09-10 21:25   ` Ehud Lamm
  0 siblings, 1 reply; 5+ messages in thread
From: Pascal Obry @ 2001-09-10 19:25 UTC (permalink / raw)



"David Botton" <David@Botton.com> writes:

> Ever wish you could be programming Windows applications with Ada?
> Maybe you thought it was too difficult or the learning curve to high........
> 
> GWindows makes it easy and learning to program GWindows just got easier!

Very nice work David. I'm not using GWindows myself, but I do appreciate the
effort you are making to support Ada.

Congratulations.

Pascal.

-- 

--|------------------------------------------------------
--| Pascal Obry                           Team-Ada Member
--| 45, rue Gabriel Peri - 78114 Magny Les Hameaux FRANCE
--|------------------------------------------------------
--|         http://perso.wanadoo.fr/pascal.obry
--|
--| "The best way to travel is by means of imagination"



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

* Re: GWindows Tutorials
  2001-09-10 21:25   ` Ehud Lamm
@ 2001-09-10 21:00     ` Ted Dennison
  2001-09-10 22:37       ` Ehud Lamm
  0 siblings, 1 reply; 5+ messages in thread
From: Ted Dennison @ 2001-09-10 21:00 UTC (permalink / raw)


In article <9nj7nj$pk0$1@news.huji.ac.il>, Ehud Lamm says...
>
>What we should do now is combine AWS and GWindows, to create an Ada web
>browser. Combine this with AdaXml for XML editing, and you can have
>something very cool.
>I am pressed for time right now, or I'd do it myself.

Uhh, yeah me too... :-)

Come on. You have to admit that there's just a *little* more to making a web
browser than slapping together XML and HTTP protocol support.

However, the two might be fairly useful for building webcrawlers, site mirrors,
and the like. 

Or perhaps you could just slap together AdaCLIPS
(http://www.telepath.com/dennison/Ted/AdaClips/AdaClips.html ), AdaXML, and AWS,
to create your own intelligent web-based "agents". I'm pressed for time right
now, or I'd do it myself. :-)

---
T.E.D.    homepage   - http://www.telepath.com/dennison/Ted/TED.html
          home email - mailto:dennison@telepath.com



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

* Re: GWindows Tutorials
  2001-09-10 19:25 ` Pascal Obry
@ 2001-09-10 21:25   ` Ehud Lamm
  2001-09-10 21:00     ` Ted Dennison
  0 siblings, 1 reply; 5+ messages in thread
From: Ehud Lamm @ 2001-09-10 21:25 UTC (permalink / raw)


Pascal Obry <p.obry@wanadoo.fr> wrote in message
news:uelpesv9k.fsf@wanadoo.fr...
>
> "David Botton" <David@Botton.com> writes:
>
> > Ever wish you could be programming Windows applications with Ada?
> > Maybe you thought it was too difficult or the learning curve to
high........
> >
> > GWindows makes it easy and learning to program GWindows just got easier!
>
> Very nice work David. I'm not using GWindows myself, but I do appreciate
the
> effort you are making to support Ada.
>

What we should do now is combine AWS and GWindows, to create an Ada web
browser. Combine this with AdaXml for XML editing, and you can have
something very cool.
I am pressed for time right now, or I'd do it myself.

Ehud Lamm





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

* Re: GWindows Tutorials
  2001-09-10 21:00     ` Ted Dennison
@ 2001-09-10 22:37       ` Ehud Lamm
  0 siblings, 0 replies; 5+ messages in thread
From: Ehud Lamm @ 2001-09-10 22:37 UTC (permalink / raw)


Ted Dennison <dennison@telepath.com> wrote in message
news:lR9n7.2754$%u4.10765@www.newsranger.com...
> In article <9nj7nj$pk0$1@news.huji.ac.il>, Ehud Lamm says...
> >
> >What we should do now is combine AWS and GWindows, to create an Ada web
> >browser. Combine this with AdaXml for XML editing, and you can have
> >something very cool.
> >I am pressed for time right now, or I'd do it myself.
>
> Uhh, yeah me too... :-)
>
> Come on. You have to admit that there's just a *little* more to making a
web
> browser than slapping together XML and HTTP protocol support.
>
> However, the two might be fairly useful for building webcrawlers, site
mirrors,
> and the like.
>


webcrawlers and such are nice, and AWS allows you to get a lot of work done
quickly. No need for a windows library. I did some work, and am going to
enhance them with the new support for coockies.

I didn't mean to imply building an IE6 compatible browser. I meant something
a lot simpler, but still useful, and a fun project.
Basically, getting the the HTML, ultra-simply rendering and display -
including links.
This shouldn't be too hard to do.

After that, the sky's the limit....

It's all just a SMOP any way.

Ehud





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

end of thread, other threads:[~2001-09-10 22:37 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2001-09-10  3:58 GWindows Tutorials David Botton
2001-09-10 19:25 ` Pascal Obry
2001-09-10 21:25   ` Ehud Lamm
2001-09-10 21:00     ` Ted Dennison
2001-09-10 22:37       ` Ehud Lamm

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