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.9 required=5.0 tests=BAYES_00,FREEMAIL_FROM autolearn=ham autolearn_force=no version=3.4.4 X-Google-Thread: 103376,84fadb10359fe385 X-Google-Attributes: gid103376,public,usenet X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!postnews.google.com!k79g2000hse.googlegroups.com!not-for-mail From: petter_fryklund@hotmail.com Newsgroups: comp.lang.ada Subject: Re: GtkAda Tree_View properties Date: 25 May 2007 07:43:11 -0700 Organization: http://groups.google.com Message-ID: <1180104191.570806.72100@k79g2000hse.googlegroups.com> References: <16k72uchyd1qc.1jah7jth0g5fz.dlg@40tude.net> NNTP-Posting-Host: 83.140.228.17 Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" X-Trace: posting.google.com 1180104191 9345 127.0.0.1 (25 May 2007 14:43:11 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Fri, 25 May 2007 14:43:11 +0000 (UTC) In-Reply-To: User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0; SLCC1; .NET CLR 2.0.50727; .NET CLR 3.0.04506),gzip(gfe),gzip(gfe) Complaints-To: groups-abuse@google.com Injection-Info: k79g2000hse.googlegroups.com; posting-host=83.140.228.17; posting-account=BR1rQA0AAADK6pcQTy1j-a-E35ZLMrdq Xref: g2news1.google.com comp.lang.ada:15930 Date: 2007-05-25T07:43:11-07:00 List-Id: I have adopted a principle from one of our customers: keep MMI and Application separate. My hobby appliation is a bridge deal generator written in Ada95. My MMI is written in Tcl/Tk. Communication is TCP/IP using GNAT.Sockets. I have very good experience with this.