| 
 PureBytes Links 
Trading Reference Links 
 | 
Real dialog boxes are windows code and I don't think it is possible 
to create one in a script. 
I think you could do that in a DLL since they have access to windows 
functions. 
The easiest thing may be ParamList. That AFL function allows you to 
present a list to the user in the parameter box and the results of 
the selection would be a string variable but that can be used to 
control many functions in your AFL code. 
Barry
--- In amibroker@xxxxxxxxxxxxxxx, "sszretter" <sszretter@xxx> wrote:
>
> is it possible from a script to create custom dialogs to get user 
input?
> 
> I am looking to present a list of choices, allow the user to 
highlight 
> one, and know what the user chose.
> 
> multi-select would be ideal (multiple choices into an array for 
> example)...
> 
> if this is not possible in the AB language would you suggest an 
> alternative option (vbscript/jscript)?
>
------------------------------------
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/
 |