From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-1.3 required=5.0 tests=BAYES_00,INVALID_MSGID autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,8d82559111ee5ba X-Google-Attributes: gid103376,public From: "steve@thomsoft.com" Subject: Re: ObjectAda Professional GUI Builder Date: 1996/10/24 Message-ID: <326FB721.161@thomsoft.com>#1/1 X-Deja-AN: 191941083 sender: news@thomsoft.com (USENET News Admin @flash) x-nntp-posting-host: fishpan references: <01bbbc5d$ac75c3c0$629148a6@cornerstone.kee.aetc.af.mil> content-type: text/plain; charset=us-ascii organization: Thomson Software Products, San Diego, CA, USA mime-version: 1.0 newsgroups: comp.lang.ada x-mailer: Mozilla 2.0 (WinNT; I) Date: 1996-10-24T00:00:00+00:00 List-Id: Frank C. Post wrote: > > I just received a copy of ObjectAda for Windows. It's the professional > edition, the one with the gui builder. > > I've been teaching Ada for 5 years, and I thought I had a clue. I've even > written a few simple applications in Visual Basic, so I thought I > understood the concepts behind these new visual languages. > > My question is: How does the GUI Bulder work? I've searched the documents > from start to finish, and though it's very descriptive concerning its > abilities, it provides VERY LITTLE syntactical help. What now? Can anyone > point me in the direction of additional references? Or send me some sample > code? > > At this point, any help at all will be greatly appreciated. > > -- > > Frank C. Post > postman@christcom.net > "I am the way, the truth and the life" > --Jesus Christ In the online help of the GUI Builder under the "Contents" page: Introduction to the GUI Builder Overview Creating your first GUI Builder application The "Overview" and "Creating..." sections should help you out a lot. After that you can look at the spec of the gbObject library (objectada\guibuild\lib\gbobject.ads). This spec describes the different properties, methods and events that the GUI Builder objects have. Lastly, for more info/questions you can sign up on the mailing list with: Neil O'Brien obrien@east.thomsoft.com Customer Support (617) 221 7320 In the future there will be more documentation and examples. Happy programming, Steve Sivulka Thomson Software Products