Hi,
I'm trying to populate some controls in a windows application using AutoItLibrary.
When I fire up Au3Info I get the following information:

I tried two things, neither of which work:
*** Variables ***
${SelcalGeneratorTitle} Selcal Test Waveform Generator V3.1
*** Test Cases ***
Test Selcals
Control Set Text ${SelcalGeneratorTitle} "" [CLASS:TkChild;INSTANCE:47] 8
Control Set Text ${SelcalGeneratorTitle} [CLASS:TkChild;INSTANCE:47] 8
The first one appears to be working but the value in the control doesn't change.
| Documentation: | method ControlSetText |
|---|
| Start / End / Elapsed: | 20161011 10:04:34.885 / 20161011 10:04:34.896 / 00:00:00.011
|
|---|
The second one is throwing an error:
com_error: (-2147352561, 'Parameter not optional.', None, None)
What am I doing wrong?
Cheers,
Tom