PureBytes Links
Trading Reference Links
|
Bruce,
Thank you. This is great!
I have it running and I am recoding my params AFL logic to take
advantage of single click operation (since the second click is
automatic now). This opens up a lot of other things I wanted to do
with the UI but could not do it with AFL before.
Stay tuned!
Thanks again,
Dennis
On Aug 15, 2007, at 8:43 PM, bruce1r wrote:
> AFL code fragment -
>
> autoit = CreateStaticObject( "AutoItX3.Control" );
> if ( ! IsNull( autoit ) )
> {
> rc = autoit.controlclick( "Properties of:", "Reset all", 403 );
> }
>
>
> AutoItX COM control can be found at -
>
> http://www.autoitscript.com/autoit3/downloads.php
>
>
>
> --- In amibroker@xxxxxxxxxxxxxxx, Dennis Brown <see3d@xxx> wrote:
>>
>> Tomasz,
>>
>> Thank you for your comments. That helps me understand how far I
>> might take this idea on my own.
>> I appreciate that you are open minded about how people may use AB in
>> ways not originally intended.
>>
>> A question for you or anyone else:
>> I am not a Windows programmer (I run everything on Macs --I use a
>> virtual XP for AB).
>> I was wondering if it is possible for AFL (perhaps through a DLL) to
>> click the Parameter Window "Reset all" button for me?
>> (short of a robotic mouse of course)
>>
>> Thank you,
>> Dennis
>>
>> On Aug 15, 2007, at 11:29 AM, Tomasz Janeczko wrote:
>>
>>> Param window was designed to be used as parameters for indicators
>>> exactly the way as
>>> formulas shipped with AmiBroker use them. And that won't be changed.
>>>
>>> You are free however to (ab)use it in any other way you want :-)
>>> Here is the beauty of AmiBroker that it actually allows to be used
>>> in ways that were not
>>> originally designed for unlike products from other, bigger
>>> companies that usually
>>> apply the design of "the program knows better than you".
>>>
>>> I am often asked why program "does not prevent from doing this or
>>> that". And the answer
>>> is the flexibility - you can do what you want as long as you know
>>> what you are doing.
>>>
>>> Best regards,
>>> Tomasz Janeczko
>>> amibroker.com
>
Please note that this group is for discussion between users only.
To get support from AmiBroker please send an e-mail directly to
SUPPORT {at} amibroker.com
For NEW RELEASE ANNOUNCEMENTS and other news always check DEVLOG:
http://www.amibroker.com/devlog/
For other support material please check also:
http://www.amibroker.com/support.html
Yahoo! Groups Links
<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/amibroker/
<*> Your email settings:
Individual Email | Traditional
<*> To change settings online go to:
http://groups.yahoo.com/group/amibroker/join
(Yahoo! ID required)
<*> To change settings via email:
mailto:amibroker-digest@xxxxxxxxxxxxxxx
mailto:amibroker-fullfeatured@xxxxxxxxxxxxxxx
<*> To unsubscribe from this group, send an email to:
amibroker-unsubscribe@xxxxxxxxxxxxxxx
<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
|