Page 2 of 7 FirstFirst 1234 ... LastLast
Results 11 to 20 of 65

Thread: Aurel Basic v 1.1 build 85

  1. #11

    Re: Aurel Basic v 1.1 build 85

    Hi people...
    ABasic has new update.
    ABasic RC 86 d
    New stuff are new browser commands and mouse events.
    You can try new RC from:
    http://aurelbasic.smfnew.com

    all best..
    Zlatko

  2. #12
    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

    Worked well
    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

  3. #13

    Re: Aurel Basic v 1.1 build 85

    Thanks Petr
    Yoda-"Force is with you"

  4. #14
    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

    Running fine here to Zlatko on windows XP with AMD dual core.
    I tried Drawing Darth Vader to Petr's Yoda, but no luck... he wins today's art contest.
    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

  5. #15

    Re: Aurel Basic v 1.1 build 85

    Thanks Kent
    Just for info running also on celron 667 with XP...

  6. #16

    Re: Aurel Basic v 1.1 build 85

    Hi people...

    Aurel Basic v1.1 build 87 is ready for download from:

    http://aurelw.wiz.googlepages.com/aurelsoft

    What is NEW in Aurel Basic v1.1 build 87 ?
    NEW commands in this release are:
    --------------------------------------------------
    Added controls : progressbar and scrollbar

    ; create progress bar(ID 550-599)
    PROGRESSBAR x y w h ID
    PBSETRANGE ID min max
    PBSETPOS ID pos

    ; create horizontal scrollbar ---------------
    SCROLLBOX 20 70 200 20 SBH 600
    SBHSETRANGE 600 1 200
    SBHSETPOS 600 50

    ; create vertical scrollbar --------------
    SCROLLBOX 290 70 20 200 SBV 601
    SBVSETRANGE 601 1 200
    SBVSETPOS 601 60

    See examples scrollbar2 & Aprogress


    All best...
    Zlatko

  7. #17

    Re: Aurel Basic v 1.1 build 85

    Hi Zlatko, I've tried the new examples & they worked fine on my computer.
    Operating System: Windows 10 Home 64-bit
    CPU: Intel Celeron N4000 CPU @ 1.10GHz
    Memory: 4.00GB RAM
    Graphics: Intel UHD Graphics 600

  8. #18

    Re: Aurel Basic v 1.1 build 85

    Thanks Matthew
    I'm glad that work fine

  9. #19
    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

    No problems here as well, thanks for new version!
    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

  10. #20

    Re: Aurel Basic v 1.1 build 85

    Thanks Petr like always..

    Zlatko

Page 2 of 7 FirstFirst 1234 ... 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
  •