Re: [Oorexx-users] How to initialize the entry line

2012-12-11 Thread Amphitryon
Am 10.12.2012 19:32, schrieb oorexx-users-requ...@lists.sourceforge.net: > On Sun, Dec 9, 2012 at 10:06 AM, wrote: > >> >[...] > This is due to a "feature" of ooDialog called automatic data > detection. An attempt to explain it is made in sections 3.14.1, > 3.14.2, and 3.14.3 of the ooDialog doc

Re: [Oorexx-users] How to initialize the entry line

2012-12-10 Thread Mark Miesfeld
On Sun, Dec 9, 2012 at 10:06 AM, wrote: > In a subdialog I'd like to set a default in an entry line. As it > is an edit field I tried > > ::method initDialog > self~newEdit(IDC_EDIT5)~setText("localhost") > > alas with no success, the entry line stays blank. In contrast a > metho

[Oorexx-users] How to initialize the entry line

2012-12-10 Thread Amphitryon
In a subdialog I'd like to set a default in an entry line. As it is an edit field I tried ::method initDialog self~newEdit(IDC_EDIT5)~setText("localhost") alas with no success, the entry line stays blank. In contrast a method called from within this subdialog containing as test