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 autolearn=unavailable autolearn_force=no version=3.4.4 X-Received: by 10.66.220.34 with SMTP id pt2mr18481406pac.32.1471187050623; Sun, 14 Aug 2016 08:04:10 -0700 (PDT) X-Received: by 10.157.9.106 with SMTP id 97mr1115960otp.7.1471187050571; Sun, 14 Aug 2016 08:04:10 -0700 (PDT) Path: eternal-september.org!reader01.eternal-september.org!reader02.eternal-september.org!news.eternal-september.org!news.eternal-september.org!feeder.eternal-september.org!usenet.blueworldhosting.com!feeder01.blueworldhosting.com!border2.nntp.dca1.giganews.com!nntp.giganews.com!f6no9897349ith.0!news-out.google.com!d130ni35167ith.0!nntp.google.com!f6no9872083ith.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Sun, 14 Aug 2016 08:04:10 -0700 (PDT) In-Reply-To: <1a514afa-80db-4d03-ad7e-597ce1e9e814@googlegroups.com> Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=109.252.108.72; posting-account=YB4WOgoAAABLG9D7qoJiPBc6EJSzsPDF NNTP-Posting-Host: 109.252.108.72 References: <1a514afa-80db-4d03-ad7e-597ce1e9e814@googlegroups.com> User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: Subject: Re: GNAVI,GWindows.Common_Controls.On_Notify - how to return value? From: George J Injection-Date: Sun, 14 Aug 2016 15:04:10 +0000 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Xref: news.eternal-september.org comp.lang.ada:31438 Date: 2016-08-14T08:04:10-07:00 List-Id: =D0=B2=D0=BE=D1=81=D0=BA=D1=80=D0=B5=D1=81=D0=B5=D0=BD=D1=8C=D0=B5, 14 =D0= =B0=D0=B2=D0=B3=D1=83=D1=81=D1=82=D0=B0 2016 =D0=B3., 10:12:13 UTC+3 =D0=BF= =D0=BE=D0=BB=D1=8C=D0=B7=D0=BE=D0=B2=D0=B0=D1=82=D0=B5=D0=BB=D1=8C gautier.= ..@hotmail.com =D0=BD=D0=B0=D0=BF=D0=B8=D1=81=D0=B0=D0=BB: > Hi George, > Have a look at On_Notify in GWindows.Common_Controls.Ex_List_View > (file .\gwindows\contrib\gwindows-common_controls-ex_list_view.adb ). > I guess it is the kind of things you'd like to do. > BTW Ex_List_View is a very cool customization of List_View's. > If you start the gwindows_contrib.gpr you can build 3 demos. > HTH > _________________________=20 > Gautier's Ada programming=20 > http://sf.net/users/gdemont/ Yes,Gautier!Thanks!It seems i've got - i have to put return value into Retu= rn_Value of On_Notify and return. I'll try it!