PureBytes Links
Trading Reference Links
|
ABtool v0.9.20:
HIGHLIGHTS OF THIS VERSION:
030614Sa v0.9.20:
- Improved: xxWin position restoring
- Extended: Progress bar: two new functions (SetRange() and SetPos()) make the progress bar feeding much easier and more flexible.
- Improved: Progress bar is now centered
- New: xxDialog: dynamic dialogs; see there, and the example in ABtool/Scripts/afl/DialogTest.afl
HANDLE xxDialogCreate(STRING caption)
NUMBER xxDialogItemAdd(STRING caption, NUMBER itemType, NUMBER x, NUMBER y, NUMBER xlen, NUMBER ylen, HANDLE hDlg)
NUMBER xxDialogRun(HANDLE hDlg);
NUMBER xxDialogItemSetStrVal(STRING value, NUMBER ordIndex, HANDLE hDlg)
NUMBER xxDialogItemSetNumVal(NUMBER value, NUMBER ordIndex, HANDLE hDlg)
VARIANT xxDialogItemGetVal(NUMBER ordIndex, HANDLE hDlg)
NUMBER xxDialogDelete(HANDLE hDlg);
- New: xxDefineConstants() creates commonly used ABtool constants. Should be placed at top of your script;
or include the ABtool/Functions.afl, since it is also included in the latest version of "ABtool/Functions.afl"
- New: xxGetSystemMetrics() for example to get the screen resolution
- New: BOOL xxIsOk(NUMBER xxReturnCode) if the given returncode is >= 0 then it returns true (1)
- Updated: ABtool/AutoExec.afl
- Updated: ABtool/Functions.afl
- New sample code: ABtool/Scripts/afl/DialogTest.afl
File available at the ABtool home site:
http://groups.yahoo.com/group/abtool
For ABtool related discussions use the group:
http://groups.yahoo.com/group/abtool
Uenal Mutlu (UM)
uenal.mutlu@xxxxxxxxxxx
abtool-owner@xxxxxxxxxxxxxxx
------------------------ Yahoo! Groups Sponsor ---------------------~-->
Get A Free Psychic Reading! Your Online Answer To Life's Important Questions.
http://us.click.yahoo.com/Lj3uPC/Me7FAA/ySSFAA/GHeqlB/TM
---------------------------------------------------------------------~->
Send BUG REPORTS to bugs@xxxxxxxxxxxxx
Send SUGGESTIONS to suggest@xxxxxxxxxxxxx
-----------------------------------------
Post AmiQuote-related messages ONLY to: amiquote@xxxxxxxxxxxxxxx
(Web page: http://groups.yahoo.com/group/amiquote/messages/)
--------------------------------------------
Check group FAQ at: http://groups.yahoo.com/group/amibroker/files/groupfaq.html
Your use of Yahoo! Groups is subject to http://docs.yahoo.com/info/terms/
|