What´s new in version RC2 build 1.29:
- updated help
- few bugs fixed
new things are:
- LoadFileFast filename controlID
- SaveFileFast filename controlID
- NoSleep 0|1
S
- etHorizontalW controlID wSize
- FileToListBox controlID filename
- Ellipse x y w h
- GoTo labelName
- Label labelName
What´s new in version RC2 build 1.28:
new things are:
- added logical operators AND and OR
- removed LET from inline IF/THEN
- updated ABasic IDE
- updated examples
- updated help
- bug fixed in main parser
- bug fixed in command ELSE
What´s new in version RC2 build 1.27:
new things are:
- GETITEMCOUNT
- INSERTSTRING
- DELETEITEM
- updated help
What´s new in version RC2 build 1.26:
- bug fixed in: main parser, THEN statment
new things are:
- added IF/ELSE/ENDIF block
- updated help
What´s new in version RC2 build 1.25:
new things are:
- execute math expression under
- command Print and SetText
- ShowControl ID opt
- Mousemove event
- GETMOUSEX
- GETMOUSEY
- Keyboard event
What´s new in version RC2 build 1.2:
- added tabs in editor
- updated help
- bug fixed in: command LET
new commands are:
- GETLINECOUNT ID count
- GETLINE ID pos line$
- GETNUMDIM numvar = array.n
- GETSTRDIM strvar = array.i
What´s new in version RC2 build 1.1:
- Controls completed
- Menu added
- few bugs fixed
new commands are:
- GetState
- CreateMenu
- CreatePopupMenu
- AddMenuitem
- AddMenu
- Setmenu
What´s new in version RC2 build 1.0:
- updated editor
- added EXE-Builder
- added runtime
- few bugs fixed
new commands are:
- GetLVselected lvID selected
- LoadImage@STARTPATH img imgname
- Showimage img xpos ypos
- SetText@STARTPATH controlID "\myimage.bmp"
What's New in version RC2 build 0.9:
new controls are:
new commands are:
- ADDLVCOLUMN lvID column column$
- LVCOLUMNHSIZE lvID column size
- ADDLVITEM lvID column item$
- ADDLVTEXT lvID item subitem text$
- GETLVTEXT lvID item subitem text$
- updated ABasic help
- few bug fixed
What's New in version RC2 build 0.8:
- new ABasic help
- few bugs fixed
new controls are:
new commands are:
- CONTROLNOTIFY ID eTab eEnter
- GETSELECTED ID itempos
- GETSCROLLPOSITION ID pos
- SETSCROLLRANGE ID min max
What's New in version RC2 build 0.7:
- changed command SET for array seting to two new commands: SETNUMDIM for numeric array, SETSTRDIM for string array
- added commmand SETWINSIZE
- added command GETSTRING
- updated ABasic tutorial
- few bug fixed
What´s new in version RC2 build 0.6:
- added command SET for array seting
- added commmand SETWINCAPTION
- added quick tutorial
- autoload SUB infopanel
- few bugs fixed
What´s New in version 1.1.97:
- new commands: RUNPROGRAM programname$ command$, PLAYMP3 filepath, CLOSEPLAY - This command enable runing external programs from ABasic .
- Bug fixed in error messages.
- Minor editor changes.
- Updated chm help file.
What's New in version 1.1.96:
- Added PLAYMP3 command
- Added PLAYWAV command.
- Added CLOSEPLAY command.
- Minor editor changes.
|