Page 1 of 7 123 ... LastLast
Results 1 to 10 of 65

Thread: Aurel Basic v 1.1 build 85

  1. #1

    Aurel Basic RC2

    Hi people...
    Aurel Basic v 1.1 build 85 is out.
    You can download this release directly from my forum on:
    http://aurelbasic.smfnew.com

    What is NEW in Aurel Basic v1.1 build 85 ?
    NEW commands in this release are:
    --------------------------------------------------
    Added ComboBox and EditBox control

    1.combobox
    COMBOBOX x y w h ID
    ID range (450-499)
    example:
    COMBOBOX 90 50 120 80 451

    2.editbox
    EDITBOX x y w h ID
    ID range (500-549)
    example:
    EDITBOX 90 120 100 20 501

    -----------------------------------------------------
    CLEARSPACE command has new shape

    CLEARSPACE x y n
    n - number of blank spaces
    example:
    CLEARSPACE 100 100 15
    '----------------------------------------------------
    Look example ComboEdit
    '----------------------------------------------------
    BUG fixed in IF/THEN block !
    Added "Select All" in editor context menu.
    '----------------------------------------------------

    All best...
    Zlatko
    Last edited by zlatkoAB; 28-11-2010 at 11:26.

  2. #2
    Super Moderator Petr Schreiber's Avatar
    Join Date
    Aug 2005
    Location
    Brno - Czech Republic
    Posts
    7,128
    Rep Power
    732

    Re: Aurel Basic v 1.1 build 85

    Hi Zlatko,

    nice new additions!

    There are just 2 problems, when I try to execute:
    - ListBoxItems.abp
    - OpenImage8.abp

    Probably related to change of syntax.


    Petr
    Learn 3D graphics with ThinBASIC, learn TBGL!
    Windows 10 64bit - Intel Core i5-3350P @ 3.1GHz - 16 GB RAM - NVIDIA GeForce GTX 1050 Ti 4GB

  3. #3

    Re: Aurel Basic v 1.1 build 85

    Hi Petr ...
    Yes you right ...
    I forgot change in this two examples syntax for button
    and for CLEARSPACE command.

    Zlatko

  4. #4

    Re: Aurel Basic v 1.1 build 85

    The ControlsInSub.abp example needs to be updated too.
    Operating System: Windows 10 Home 64-bit
    CPU: Intel Celeron N4000 CPU @ 1.10GHz
    Memory: 4.00GB RAM
    Graphics: Intel UHD Graphics 600

  5. #5

    Re: Aurel Basic v 1.1 build 85

    Hi...
    New RC 86 b of ABasic is out.You can download from forum:
    http://aurelbasic.smfnew.com

    What is NEW in Aurel Basic v1.1 RC 86 b ?
    NEW command in this release is:
    --------------------------------------------------
    Added command for keyboard...

    IFKEY [key]
    ;code
    ;code
    ENDKEY

    example:
    IFKEY [A]
    TEXT 50 50 Key A pressed
    ENDKEY

    Key names must be written in Upper case!
    Supported keys from A to Z and arrow keys.
    IFKEY [.UP]
    IFKEY [.DOWN]
    IFKEY [.LEFT]
    IFKEY [.RIGHT]

    '----------------------------------------------------
    BUG fixed in SUBB block !
    '----------------------------------------------------

    All best...
    Zlatko

  6. #6
    thinBasic MVPs kryton9's Avatar
    Join Date
    Nov 2006
    Location
    Naples, Florida & Duluth, Georgia
    Age
    67
    Posts
    3,869
    Rep Power
    404

    Re: Aurel Basic v 1.1 build 85

    Zlatko, I am just curious, why did you select ; for the comment delimiter? I think most of us BASIC syntax lovers get sore eyes when we see ;

    Keep up the good work and keeping us updated!
    Acer Notebook: Win 10 Home 64 Bit, Core i7-4702MQ @ 2.2Ghz, 12 GB RAM, nVidia GTX 760M and Intel HD 4600
    Raspberry Pi 3: Raspbian OS use for Home Samba Server and Test HTTP Server

  7. #7
    Super Moderator Petr Schreiber's Avatar
    Join Date
    Aug 2005
    Location
    Brno - Czech Republic
    Posts
    7,128
    Rep Power
    732

    Re: Aurel Basic v 1.1 build 85

    Hi Zlatko,

    congratulations on new release!
    I noticed there is much less examples attached to the downloadable version - but AKeyPix.abp is very nice!

    One thing - if you remember that Slovaq magazine with ABasic I told you about, I attach screenshot from its DVD with ABasic description in Slovaq


    Petr
    Attached Images Attached Images
    Learn 3D graphics with ThinBASIC, learn TBGL!
    Windows 10 64bit - Intel Core i5-3350P @ 3.1GHz - 16 GB RAM - NVIDIA GeForce GTX 1050 Ti 4GB

  8. #8

    Re: Aurel Basic v 1.1 build 85

    Hi Petr,Kent...
    Thanks guys!
    @kent- ha you mean why I use semicolon for comment start.
    And why not,you can use for comment start in Abasic what you
    whish - ; , ' ,//,>> only dont use command

    @petr
    Of course i don't forget slovaq magazine.Interesting and thanks for
    screenshot!
    Yes its only few examples in zip,this is just RC release.
    All old example works ....

    Zlatko

  9. #9
    thinBasic MVPs kryton9's Avatar
    Join Date
    Nov 2006
    Location
    Naples, Florida & Duluth, Georgia
    Age
    67
    Posts
    3,869
    Rep Power
    404

    Re: Aurel Basic v 1.1 build 85

    Zlatko, ahh I see... well that is interesting!
    Acer Notebook: Win 10 Home 64 Bit, Core i7-4702MQ @ 2.2Ghz, 12 GB RAM, nVidia GTX 760M and Intel HD 4600
    Raspberry Pi 3: Raspbian OS use for Home Samba Server and Test HTTP Server

  10. #10

    Re: Aurel Basic v 1.1 build 85

    Yeah,little bit weird

Page 1 of 7 123 ... LastLast

Members who have read this thread: 1

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •