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=-0.9 required=5.0 tests=BAYES_00,FORGED_GMAIL_RCVD, FREEMAIL_FROM autolearn=no autolearn_force=no version=3.4.4 X-Google-Thread: 103376,4e3ade640b8fe417 X-Google-NewGroupId: yes X-Google-Attributes: gida07f3367d7,domainid0,public,usenet X-Google-Language: ENGLISH,CP1252 Path: g2news2.google.com!postnews.google.com!l8g2000yql.googlegroups.com!not-for-mail From: tolkamp Newsgroups: comp.lang.ada Subject: Re: Contents of JEWL Editbox not consistent Date: Fri, 29 Oct 2010 02:23:08 -0700 (PDT) Organization: http://groups.google.com Message-ID: References: <2849fcf3-d0e6-4226-83f5-c4a7defb4370@v16g2000yqn.googlegroups.com> NNTP-Posting-Host: 62.163.210.190 Mime-Version: 1.0 Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: quoted-printable X-Trace: posting.google.com 1288344188 1158 127.0.0.1 (29 Oct 2010 09:23:08 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Fri, 29 Oct 2010 09:23:08 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: l8g2000yql.googlegroups.com; posting-host=62.163.210.190; posting-account=nZAcngoAAACcfYM9wDw3w9Z1XR3bObfs User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; WOW64; Trident/4.0; GTB6.6; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; InfoPath.1; .NET4.0C),gzip(gfe) Xref: g2news2.google.com comp.lang.ada:15899 Date: 2010-10-29T02:23:08-07:00 List-Id: On 28 okt, 22:26, Yannick Duch=EAne (Hibou57) wrote: > Le Thu, 28 Oct 2010 21:37:31 +0200, tolkamp a =E9cr= it: > > > In my application the selected file name =A0is written in an Editbox. > > When an new (second) file name is selected this is also displayed in > > the Editbox. > > When the contents of this Editbox have to be edited, first the mouse > > pointer have to be placed in the Editbox, by doing this the original > > (first) file name again is coming back in the Editbox. Why remains the > > second file name not displayed? > > Sorry, cannot say anything without more source here ;) > > P.S. Is this for a personal project or for a school homework ? > > -- > Si les chats miaulent et font autant de vocalises bizarres, c=92est pas p= our =A0 > les chiens. After some attempts I found the solution: Updating of an already opened Editbox must be done with the procedure Set_Text(String), then it works correct.