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
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
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