Page 8 of 9 FirstFirst ... 56789 LastLast
Results 281 to 320 of 333

Thread: twinBASIC programming - Beta releases

  1. #281

    Thread Starter
    Frenzied Member
    Join Date
    Feb 2015
    Posts
    1,208

    Re: twinBASIC programming - Beta releases

    The latest releases of the twinBASIC programming IDE are available at:-

    https://github.com/twinbasic/twinbasic/releases


    • Click on "Assets" for the latest release
    • Download and Extract the ZIP file into a local folder
    • Then run the twinBASIC.exe from that local folder


    See here for installation instructions:
    twinbasic/documentation/wiki/twinBASIC-Frequently-Asked-Questions-(FAQs)#installation


    IMPORTANT: You must extract the zip file cleanly into a new location. Do not extract the IDE zip file content over an old version of the IDE.


    Last edited by VB6 Programming; Jun 25th, 2024 at 05:30 AM.

  2. #282

    Thread Starter
    Frenzied Member
    Join Date
    Feb 2015
    Posts
    1,208

    Re: twinBASIC programming - Beta releases

    BETA 558 of the twinBASIC programming IDE is now available...

    Download from here... https://github.com/twinbasic/twinbasic/releases


    • Click on "Assets" for the latest release
    • Download and Extract the ZIP file into a local folder
    • Then run the twinBASIC.exe from that local folder

    How to install https://nolongerset.com/how-to-install-twinbasic/

    If you have difficulties finding the download try here https://github.com/twinbasic/twinbasic/tags

    Changelog
    • WARNING: there are known memory leaks in this version, so memory usage will be higher than normal
    • added: support for CommandButton.Default property
    • added: support for CommandButton.Cancel property
    • added: support for UserControl.DefaultCancel property
    • added: support for UserControl Ambient DisplayAsDefault property
    • improved: [CompileIf] attribute is now allowed on class fields, used in ActiveXExtender to conditionally include Default/Cancel properties

  3. #283

    Thread Starter
    Frenzied Member
    Join Date
    Feb 2015
    Posts
    1,208

    Re: twinBASIC programming - Beta releases

    BETA 559 of the twinBASIC programming IDE is now available...

    Download from here... https://github.com/twinbasic/twinbasic/releases


    • Click on "Assets" for the latest release
    • Download and Extract the ZIP file into a local folder
    • Then run the twinBASIC.exe from that local folder

    How to install https://nolongerset.com/how-to-install-twinbasic/

    If you have difficulties finding the download try here https://github.com/twinbasic/twinbasic/tags

    Changelog
    • WARNING: there are known memory leaks in this version, so memory usage will be higher than normal
    • fixed: (regression in latest betas) FileListBox could not be used [ MKL, discord ]
    • fixed: (IDE) hover popup for constants would output the description attribute twice [ fafalone, discord ]
    • fixed: (IDE) first click on form designer would not allow drag move/resize [ sokinkeso, discord ]
    • improved: (IDE) persisted JSON (forms, settings, etc) now uses CrLf linefeeds [ GCUser99, discord ]

  4. #284

    Thread Starter
    Frenzied Member
    Join Date
    Feb 2015
    Posts
    1,208

    Re: twinBASIC programming - Beta releases

    BETA 560 of the twinBASIC programming IDE is now available...

    Download from here... https://github.com/twinbasic/twinbasic/releases


    • Click on "Assets" for the latest release
    • Download and Extract the ZIP file into a local folder
    • Then run the twinBASIC.exe from that local folder

    How to install https://nolongerset.com/how-to-install-twinbasic/

    If you have difficulties finding the download try here https://github.com/twinbasic/twinbasic/tags

    Changelog

  5. #285

    Thread Starter
    Frenzied Member
    Join Date
    Feb 2015
    Posts
    1,208

    Re: twinBASIC programming - Beta releases

    BETA 561 of the twinBASIC programming IDE is now available...

    Download from here... https://github.com/twinbasic/twinbasic/releases


    • Click on "Assets" for the latest release
    • Download and Extract the ZIP file into a local folder
    • Then run the twinBASIC.exe from that local folder

    How to install https://nolongerset.com/how-to-install-twinbasic/

    If you have difficulties finding the download try here https://github.com/twinbasic/twinbasic/tags

    Changelog
    • WARNING: there are known memory leaks in this version, so memory usage will be higher than normal
    • fixed: some codegen edge case errors when array-bounds checking is disabled [ baka, discord ]
    • fixed: Unload form statement within the same Form Load event would cause repeated loading of the form

  6. #286

    Thread Starter
    Frenzied Member
    Join Date
    Feb 2015
    Posts
    1,208

    Re: twinBASIC programming - Beta releases

    BETA 562 of the twinBASIC programming IDE is now available...

    Download from here... https://github.com/twinbasic/twinbasic/releases


    • Click on "Assets" for the latest release
    • Download and Extract the ZIP file into a local folder
    • Then run the twinBASIC.exe from that local folder

    How to install https://nolongerset.com/how-to-install-twinbasic/

    If you have difficulties finding the download try here https://github.com/twinbasic/twinbasic/tags

    Changelog
    • WARNING: there are known memory leaks in this version, so memory usage will be higher than normal
    • fixed: ParamArray variant copy issue [ fafalone, discord ]

  7. #287

    Thread Starter
    Frenzied Member
    Join Date
    Feb 2015
    Posts
    1,208

    Re: twinBASIC programming - Beta releases

    BETA 563 of the twinBASIC programming IDE is now available...

    Download from here... https://github.com/twinbasic/twinbasic/releases


    • Click on "Assets" for the latest release
    • Download and Extract the ZIP file into a local folder
    • Then run the twinBASIC.exe from that local folder

    How to install https://nolongerset.com/how-to-install-twinbasic/

    If you have difficulties finding the download try here https://github.com/twinbasic/twinbasic/tags

    Changelog
    • WARNING: there are known memory leaks in this version, so memory usage will be higher than normal
    • changed: (breaking change) native TreeView and ListView MouseUp/MouseMove/MouseDown/KeyUp/KeyDown events to use ByRef rather than ByVal arguments to match the MS common controls [ fafalone, discord ]
    • fixed: accessing an array element with a LongLong index variable on Win64 would trigger a compiler error in recent builds [ fafalone, discord ]

  8. #288

    Thread Starter
    Frenzied Member
    Join Date
    Feb 2015
    Posts
    1,208

    Re: twinBASIC programming - Beta releases

    BETA 564 of the twinBASIC programming IDE is now available...

    Download from here... https://github.com/twinbasic/twinbasic/releases


    • Click on "Assets" for the latest release
    • Download and Extract the ZIP file into a local folder
    • Then run the twinBASIC.exe from that local folder

    How to install https://nolongerset.com/how-to-install-twinbasic/

    If you have difficulties finding the download try here https://github.com/twinbasic/twinbasic/tags

    Changelog
    • WARNING: there are known memory leaks in this version, so memory usage will be higher than normal
    • fixed: malformed VERSIONINFO block in generated exes, causing some programs like SystemInformer to report the version info strings incorrectly [ fafalone, discord ]
    • improved: tightened up end-block-completion rules to avoid the IDE inserting end-blocks in some inappropriate places [ FullValueRider, discord ]
    • fixed: lightweight controls would not receive Click events if the container control ScaleMode was not set to Twips [ fafalone, discord ]
    • added: Label.VerticalAlignment property (default Top)
    • added: Label.LineSpacing property (in twips, default 0)

  9. #289

    Thread Starter
    Frenzied Member
    Join Date
    Feb 2015
    Posts
    1,208

    Re: twinBASIC programming - Beta releases

    BETA 565 of the twinBASIC programming IDE is now available...

    Download from here... https://github.com/twinbasic/twinbasic/releases


    • Click on "Assets" for the latest release
    • Download and Extract the ZIP file into a local folder
    • Then run the twinBASIC.exe from that local folder

    How to install https://nolongerset.com/how-to-install-twinbasic/

    If you have difficulties finding the download try here https://github.com/twinbasic/twinbasic/tags

    Changelog
    • WARNING: there are known memory leaks in this version, so memory usage will be higher than normal
    • fixed: (regression since BETA 556) accessing UDT members with array-like syntax was wrongly enforcing implicit CLng() on the passed argument [ Antix, vbforums ]

  10. #290

    Thread Starter
    Frenzied Member
    Join Date
    Feb 2015
    Posts
    1,208

    Re: twinBASIC programming - Beta releases

    BETA 566 of the twinBASIC programming IDE is now available...

    Download from here... https://github.com/twinbasic/twinbasic/releases


    • Click on "Assets" for the latest release
    • Download and Extract the ZIP file into a local folder
    • Then run the twinBASIC.exe from that local folder

    How to install https://nolongerset.com/how-to-install-twinbasic/

    If you have difficulties finding the download try here https://github.com/twinbasic/twinbasic/tags

    Changelog
    • WARNING: there are known memory leaks in this version, so memory usage will be higher than normal
    • fixed: (IDE) Project > 'Open Project Folder' menu option would throw an internal error for an unsaved project [ fafalone, discord ]
    • fixed: (IDE) New project options modal dialog is now cancelable [ wqweto, discord ]
    • added: support for CommandButton.[_Default] property [ https://github.com//issues/1188 ]
    • fixed: (regression since BETA 558) ActiveX 'shutdown' error [ https://github.com//issues/1865 ]
    • improved: (IDE) Label/CommandButton/CheckBox/OptionButton Caption properties now offer multi-line support in the property sheet by using the ellipses button

  11. #291

    Thread Starter
    Frenzied Member
    Join Date
    Feb 2015
    Posts
    1,208

    Re: twinBASIC programming - Beta releases

    BETA 567 of the twinBASIC programming IDE is now available...

    Download from here... https://github.com/twinbasic/twinbasic/releases


    • Click on "Assets" for the latest release
    • Download and Extract the ZIP file into a local folder
    • Then run the twinBASIC.exe from that local folder

    How to install https://nolongerset.com/how-to-install-twinbasic/

    If you have difficulties finding the download try here https://github.com/twinbasic/twinbasic/tags

    Changelog

  12. #292

    Thread Starter
    Frenzied Member
    Join Date
    Feb 2015
    Posts
    1,208

    Re: twinBASIC programming - Beta releases

    BETA 568 of the twinBASIC programming IDE is now available...

    Download from here... https://github.com/twinbasic/twinbasic/releases


    • Click on "Assets" for the latest release
    • Download and Extract the ZIP file into a local folder
    • Then run the twinBASIC.exe from that local folder

    How to install https://nolongerset.com/how-to-install-twinbasic/

    If you have difficulties finding the download try here https://github.com/twinbasic/twinbasic/tags

    Changelog
    • WARNING: there are known memory leaks in this version, so memory usage will be higher than normal
    • improved: CType() now allows for converting LongPtr to UDT types [ fafalone, discord ]
    • fixed: some codegen errors involving Err.Raise and non simple args [ wqweto, discord ]

  13. #293

    Thread Starter
    Frenzied Member
    Join Date
    Feb 2015
    Posts
    1,208

    Re: twinBASIC programming - Beta releases

    BETA 569 of the twinBASIC programming IDE is now available...

    Download from here... https://github.com/twinbasic/twinbasic/releases


    • Click on "Assets" for the latest release
    • Download and Extract the ZIP file into a local folder
    • Then run the twinBASIC.exe from that local folder
    • IMPORTANT: You must extract the zip file cleanly into a new location. Do not extract the IDE zip file content over an old version of the IDE.

    How to install https://nolongerset.com/how-to-install-twinbasic/

    If you have difficulties finding the download try here https://github.com/twinbasic/twinbasic/tags

    Changelog
    • WARNING: there are known memory leaks in this version, so memory usage will be higher than normal
    • fixed: IDE will now attempt recovery of a corrupt twinproj file automatically [ fafalone, discord ]
    • fixed: conflict with internal 'Init' method in forms is now avoided [ fafalone, discord ]
    • fixed: (regression since BETA 424) errors occuring inside tB class methods, originating from external COM callers would wrongly trigger an unhandled error [ /issues/1856 ]
    Last edited by VB6 Programming; Jun 25th, 2024 at 05:36 AM.

  14. #294

    Thread Starter
    Frenzied Member
    Join Date
    Feb 2015
    Posts
    1,208

    Re: twinBASIC programming - Beta releases

    BETA 570 of the twinBASIC programming IDE is now available...

    Download from here... https://github.com/twinbasic/twinbasic/releases


    • Click on "Assets" for the latest release
    • Download and Extract the ZIP file into a local folder
    • Then run the twinBASIC.exe from that local folder
    • IMPORTANT: You must extract the zip file cleanly into a new location. Do not extract the IDE zip file content over an old version of the IDE.

    How to install https://nolongerset.com/how-to-install-twinbasic/

    If you have difficulties finding the download try here https://github.com/twinbasic/twinbasic/tags

    Changelog
    • WARNING: there are known memory leaks in this version, so memory usage will be higher than normal
    • added: initial support for Printers collection and Printer object
    • added: Printer.OutputFile (string hint, e.g. for Print To PDF drivers)
    • improved: Form.PrintForm accepts optional arguments: ImplicitEndDoc (default True), OutputAtCurrentPosition (default False)

  15. #295
    PowerPoster
    Join Date
    Jan 2020
    Posts
    4,180

    Re: twinBASIC programming - Beta releases

    Quote Originally Posted by VB6 Programming View Post
    BETA 570 of the twinBASIC programming IDE is now available...

    Download from here... https://github.com/twinbasic/twinbasic/releases


    • Click on "Assets" for the latest release
    • Download and Extract the ZIP file into a local folder
    • Then run the twinBASIC.exe from that local folder
    • IMPORTANT: You must extract the zip file cleanly into a new location. Do not extract the IDE zip file content over an old version of the IDE.

    How to install https://nolongerset.com/how-to-install-twinbasic/

    If you have difficulties finding the download try here https://github.com/twinbasic/twinbasic/tags

    Changelog
    • WARNING: there are known memory leaks in this version, so memory usage will be higher than normal
    • added: initial support for Printers collection and Printer object
    • added: Printer.OutputFile (string hint, e.g. for Print To PDF drivers)
    • improved: Form.PrintForm accepts optional arguments: ImplicitEndDoc (default True), OutputAtCurrentPosition (default False)
    printform like print to pdf,eps?The ID in Cb6 is printed by a vector technology, and the text will be converted into a vector format or directly transmitted to the text location and font size.

  16. #296

    Thread Starter
    Frenzied Member
    Join Date
    Feb 2015
    Posts
    1,208

    Re: twinBASIC programming - Beta releases

    BETA 571 of the twinBASIC programming IDE is now available...

    Download from here... https://github.com/twinbasic/twinbasic/releases


    • Click on "Assets" for the latest release
    • Download and Extract the ZIP file into a local folder
    • Then run the twinBASIC.exe from that local folder
    • IMPORTANT: You must extract the zip file cleanly into a new location. Do not extract the IDE zip file content over an old version of the IDE.

    How to install https://nolongerset.com/how-to-install-twinbasic/

    If you have difficulties finding the download try here https://github.com/twinbasic/twinbasic/tags

    Changelog
    • WARNING: there are known memory leaks in this version, so memory usage will be higher than normal
    • fixed: PaintPicture implementation will now fallback to using StretchDIBits instead of StretchBlt if the target device does not support it (RC_STRETCHBLT) [ Krool, discord ]
    • improved: tB now supports accessing the Printers collection by name, e.g. Set Printer = Printers("Microsoft Print To PDF")
    • fixed: setting Printer.OutputFile is now only allowed on the root Printer object, not on read-only printers from the Printers collection

  17. #297

    Thread Starter
    Frenzied Member
    Join Date
    Feb 2015
    Posts
    1,208

    Re: twinBASIC programming - Beta releases

    BETA 572 of the twinBASIC programming IDE is now available...

    Download from here... https://github.com/twinbasic/twinbasic/releases


    • Click on "Assets" for the latest release
    • Download and Extract the ZIP file into a local folder
    • Then run the twinBASIC.exe from that local folder
    • IMPORTANT: You must extract the zip file cleanly into a new location. Do not extract the IDE zip file content over an old version of the IDE.

    How to install https://nolongerset.com/how-to-install-twinbasic/

    If you have difficulties finding the download try here https://github.com/twinbasic/twinbasic/tags

    Changelog
    • WARNING: there are known memory leaks in this version, so memory usage will be higher than normal
    • fixed: missing borders issue in PrintForm for controls that use WS_EX_CLIENTEDGE/WS_BORDER for their borders [ sokinkeso, discord ]
    • fixed: (regression) DirListBox would show empty when a form was re-opened [ sokinkeso, discord ]
    • fixed: a parsing issue where generics specifiers with unicode characters might be wrongly disallowed [ fan2006, vbforums ]

  18. #298
    PowerPoster
    Join Date
    Jan 2020
    Posts
    4,180

    Re: twinBASIC programming - Beta releases

    does twinbasic will do datareport control?
    last time i try,it's maybe 1998 VERSION,AND it can't support Different pictures are displayed on each print subject. For example, printing everyone's business card and reading information from the database, he can only display one picture. Or turn the record set of multiple data into a single one, then query it for 100 times, save 100 pictures on the hard disk, and open the report for printing in 100 times.

  19. #299

    Thread Starter
    Frenzied Member
    Join Date
    Feb 2015
    Posts
    1,208

    Re: twinBASIC programming - Beta releases

    BETA 573 of the twinBASIC programming IDE is now available...

    Download from here... https://github.com/twinbasic/twinbasic/releases


    • Click on "Assets" for the latest release
    • Download and Extract the ZIP file into a local folder
    • Then run the twinBASIC.exe from that local folder
    • IMPORTANT: You must extract the zip file cleanly into a new location. Do not extract the IDE zip file content over an old version of the IDE.

    How to install https://nolongerset.com/how-to-install-twinbasic/

    If you have difficulties finding the download try here https://github.com/twinbasic/twinbasic/tags

    Changelog
    • WARNING: there are known memory leaks in this version, so memory usage will be higher than normal
    • fixed: (regression since BETA 424) codegen bug in handling of IErrorInfo propagation
    • improved: IDE tabs are now more compact
    • fixed: Checkbox.Click event wrongly fires during form loading if Value property is set to True in the designer [ fafalone, discord ]

  20. #300

    Thread Starter
    Frenzied Member
    Join Date
    Feb 2015
    Posts
    1,208

    Re: twinBASIC programming - Beta releases

    BETA 574 of the twinBASIC programming IDE is now available...

    Download from here... https://github.com/twinbasic/twinbasic/releases


    • Click on "Assets" for the latest release
    • Download and Extract the ZIP file into a local folder
    • Then run the twinBASIC.exe from that local folder
    • IMPORTANT: You must extract the zip file cleanly into a new location. Do not extract the IDE zip file content over an old version of the IDE.

    How to install https://nolongerset.com/how-to-install-twinbasic/

    If you have difficulties finding the download try here https://github.com/twinbasic/twinbasic/tags

    Changelog
    • WARNING: there are known memory leaks in this version, so memory usage will be higher than normal
    • added: experimental support for Reports, with visual designer, supporting bound and unbound reports [commissioned work]
    • added: TbExpressionService class, and helper Eval() to simplify usage [commissioned work]
    • added: Label.DataFieldAggregate experimental property for offering running-sum in reports
    • NOTE: REPORTS CURRENTLY LIMITED TO A4 PAPER SIZE ONLY FOR PRINTING

  21. #301
    Fanatic Member
    Join Date
    Aug 2011
    Location
    Palm Coast, FL
    Posts
    608

    Re: twinBASIC programming - Beta releases

    Quote Originally Posted by VB6 Programming View Post
    BETA 574 of the twinBASIC programming IDE is now available...

    Download from here... https://github.com/twinbasic/twinbasic/releases


    • Click on "Assets" for the latest release
    • Download and Extract the ZIP file into a local folder
    • Then run the twinBASIC.exe from that local folder
    • IMPORTANT: You must extract the zip file cleanly into a new location. Do not extract the IDE zip file content over an old version of the IDE.

    How to install https://nolongerset.com/how-to-install-twinbasic/

    If you have difficulties finding the download try here https://github.com/twinbasic/twinbasic/tags

    Changelog
    • WARNING: there are known memory leaks in this version, so memory usage will be higher than normal
    • added: experimental support for Reports, with visual designer, supporting bound and unbound reports [commissioned work]
    • added: TbExpressionService class, and helper Eval() to simplify usage [commissioned work]
    • added: Label.DataFieldAggregate experimental property for offering running-sum in reports
    • NOTE: REPORTS CURRENTLY LIMITED TO A4 PAPER SIZE ONLY FOR PRINTING
    So, it seems like all changed in this version pertain to reports? Therefore, if we're not interested in that functionality, we don't need to download this new version? There's nothing else addressed in this release?

  22. #302

    Thread Starter
    Frenzied Member
    Join Date
    Feb 2015
    Posts
    1,208

    Re: twinBASIC programming - Beta releases

    Quote Originally Posted by AAraya View Post
    So, it seems like all changed in this version pertain to reports? Therefore, if we're not interested in that functionality, we don't need to download this new version? There's nothing else addressed in this release?
    Yes, this release (and the next release) is focussed on the Report Designer.

  23. #303

    Thread Starter
    Frenzied Member
    Join Date
    Feb 2015
    Posts
    1,208

    Re: twinBASIC programming - Beta releases

    BETA 575 of the twinBASIC programming IDE is now available...

    Download from here... https://github.com/twinbasic/twinbasic/releases


    • Click on "Assets" for the latest release
    • Download and Extract the ZIP file into a local folder
    • Then run the twinBASIC.exe from that local folder
    • IMPORTANT: You must extract the zip file cleanly into a new location. Do not extract the IDE zip file content over an old version of the IDE.

    How to install https://nolongerset.com/how-to-install-twinbasic/

    If you have difficulties finding the download try here https://github.com/twinbasic/twinbasic/tags

    Changelog
    • WARNING: there are known memory leaks in this version, so memory usage will be higher than normal
    • fixed: (regressions) several form/report designer glitches introduced in the last release
    • improved: report Label expression evaluation errors now show as '#Error' at runtime
    • improved: report Label captions now support the VBx DataReport placeholders %p, %P, %d, %D, %t, %T, %i

  24. #304
    Fanatic Member
    Join Date
    Aug 2011
    Location
    Palm Coast, FL
    Posts
    608

    Re: twinBASIC programming - Beta releases

    Quote Originally Posted by VB6 Programming View Post
    Yes, this release (and the next release) is focussed on the Report Designer.
    Thank you!

  25. #305

    Thread Starter
    Frenzied Member
    Join Date
    Feb 2015
    Posts
    1,208

    Re: twinBASIC programming - Beta releases

    BETA 576 of the twinBASIC programming IDE is now available...

    Download from here... https://github.com/twinbasic/twinbasic/releases


    • Click on "Assets" for the latest release
    • Download and Extract the ZIP file into a local folder
    • Then run the twinBASIC.exe from that local folder
    • IMPORTANT: You must extract the zip file cleanly into a new location. Do not extract the IDE zip file content over an old version of the IDE.

    How to install https://nolongerset.com/how-to-install-twinbasic/

    If you have difficulties finding the download try here https://github.com/twinbasic/twinbasic/tags

    Changelog
    • WARNING: there are known memory leaks in this version, so memory usage will be higher than normal
    • fixed: (regression) PtrSafe errors in VB.Report [ TecMan, discord ]
    • improved: Form/Report designer now keeps many menu and toolbar options available when focus has moved to the PROPERTIES panel
    • fixed: some further form/report designer issues, particularly around scrolling and zooming

  26. #306

    Thread Starter
    Frenzied Member
    Join Date
    Feb 2015
    Posts
    1,208

    Re: twinBASIC programming - Beta releases

    BETA 577 of the twinBASIC programming IDE is now available...

    Download from here... https://github.com/twinbasic/twinbasic/releases


    • Click on "Assets" for the latest release
    • Download and Extract the ZIP file into a local folder
    • Then run the twinBASIC.exe from that local folder
    • IMPORTANT: You must extract the zip file cleanly into a new location. Do not extract the IDE zip file content over an old version of the IDE.

    How to install https://nolongerset.com/how-to-install-twinbasic/

    If you have difficulties finding the download try here https://github.com/twinbasic/twinbasic/tags

    Changelog
    • WARNING: there are known memory leaks in this version, so memory usage will be higher than normal
    • added: PureCheckBox control - a windowless check box, useful for databinding in reports
    • added: Label.BorderStyle option of vbCustomBorder, and Label.CustomBorderOptions property offering customized borders (Size/Color/Padding for Left/Top/Right/Bottom)
    • fixed: some issues around COM error propagation [ Tecman, discord ]

  27. #307

    Thread Starter
    Frenzied Member
    Join Date
    Feb 2015
    Posts
    1,208

    Re: twinBASIC programming - Beta releases

    BETA 578 of the twinBASIC programming IDE is now available...

    Download from here... https://github.com/twinbasic/twinbasic/releases


    • Click on "Assets" for the latest release
    • Download and Extract the ZIP file into a local folder
    • Then run the twinBASIC.exe from that local folder
    • IMPORTANT: You must extract the zip file cleanly into a new location. Do not extract the IDE zip file content over an old version of the IDE.

    How to install https://nolongerset.com/how-to-install-twinbasic/

    If you have difficulties finding the download try here https://github.com/twinbasic/twinbasic/tags

    Changelog
    • WARNING: there are known memory leaks in this version, so memory usage will be higher than normal
    • changed: 'PureCheckBox' now renamed to 'CheckMark' [ Krool, discord ]
    • updated: 'Sample 0. Reports' to show CheckMark bound to a data-expression

  28. #308

    Thread Starter
    Frenzied Member
    Join Date
    Feb 2015
    Posts
    1,208

    Re: twinBASIC programming - Beta releases

    BETA 579 of the twinBASIC programming IDE is now available...

    Download from here... https://github.com/twinbasic/twinbasic/releases


    • Click on "Assets" for the latest release
    • Download and Extract the ZIP file into a local folder
    • Then run the twinBASIC.exe from that local folder
    • IMPORTANT: You must extract the zip file cleanly into a new location. Do not extract the IDE zip file content over an old version of the IDE.

    How to install https://nolongerset.com/how-to-install-twinbasic/

    If you have difficulties finding the download try here https://github.com/twinbasic/twinbasic/tags

    Changelog
    • WARNING: there are known memory leaks in this version, so memory usage will be higher than normal
    • improved: changing BorderCustomOptions properties at runtime is now supported
    • added: Label.Angle property (double, in degrees). Label events currently disabled when Angle <> 0 [ commissioned work ]
    • fixed: CheckMark.Click event not firing
    • fixed: IDE designer grid options not always kept in sync when switching between designers

  29. #309

    Thread Starter
    Frenzied Member
    Join Date
    Feb 2015
    Posts
    1,208

    Re: twinBASIC programming - Beta releases

    BETA 580 of the twinBASIC programming IDE is now available...

    Download from here... https://github.com/twinbasic/twinbasic/releases


    • Click on "Assets" for the latest release
    • Download and Extract the ZIP file into a local folder
    • Then run the twinBASIC.exe from that local folder
    • IMPORTANT: You must extract the zip file cleanly into a new location. Do not extract the IDE zip file content over an old version of the IDE.

    How to install https://nolongerset.com/how-to-install-twinbasic/

    If you have difficulties finding the download try here https://github.com/twinbasic/twinbasic/tags

    Changelog
    • WARNING: there are known memory leaks in this version, so memory usage will be higher than normal
    • improved: changing BorderCustomOptions properties at runtime is now supported
    • added: QRCode control, MIT licenced, based on wqweto's awesome VbQRCodegen project [ thanks wqweto! ]
    • updated: 'Sample 0 Reports' to include data-bound QRCode example

  30. #310

    Thread Starter
    Frenzied Member
    Join Date
    Feb 2015
    Posts
    1,208

    Re: twinBASIC programming - Beta releases

    BETA 581 of the twinBASIC programming IDE is now available...

    Download from here... https://github.com/twinbasic/twinbasic/releases


    • Click on "Assets" for the latest release
    • Download and Extract the ZIP file into a local folder
    • Then run the twinBASIC.exe from that local folder
    • IMPORTANT: You must extract the zip file cleanly into a new location. Do not extract the IDE zip file content over an old version of the IDE.

    How to install https://nolongerset.com/how-to-install-twinbasic/

    If you have difficulties finding the download try here https://github.com/twinbasic/twinbasic/tags

    Changelog
    • WARNING: there are known memory leaks in this version, so memory usage will be higher than normal
    • added: Shape.FillStyle vbGradientNS and vbGradientWE plus Shape.FillColorAlt for applying simple gradients to GDI shapes [ comissioned work ]

  31. #311

    Thread Starter
    Frenzied Member
    Join Date
    Feb 2015
    Posts
    1,208

    Re: twinBASIC programming - Beta releases

    BETA 582 of the twinBASIC programming IDE is now available...

    Download from here... https://github.com/twinbasic/twinbasic/releases


    • Click on "Assets" for the latest release
    • Download and Extract the ZIP file into a local folder
    • Then run the twinBASIC.exe from that local folder
    • IMPORTANT: You must extract the zip file cleanly into a new location. Do not extract the IDE zip file content over an old version of the IDE.

    How to install https://nolongerset.com/how-to-install-twinbasic/

    If you have difficulties finding the download try here https://github.com/twinbasic/twinbasic/tags

    Changelog
    • WARNING: there are known memory leaks in this version, so memory usage will be higher than normal
    • changed: Shape.FillStyle new gradient options currently ignored for reports due to incompatibility
    Last edited by VB6 Programming; Jul 20th, 2024 at 03:52 PM.

  32. #312

    Thread Starter
    Frenzied Member
    Join Date
    Feb 2015
    Posts
    1,208

    Re: twinBASIC programming - Beta releases

    BETA 583 of the twinBASIC programming IDE is now available...

    Download from here... https://github.com/twinbasic/twinbasic/releases


    • Click on "Assets" for the latest release
    • Download and Extract the ZIP file into a local folder
    • Then run the twinBASIC.exe from that local folder
    • IMPORTANT: You must extract the zip file cleanly into a new location. Do not extract the IDE zip file content over an old version of the IDE.


    How to install https://nolongerset.com/how-to-install-twinbasic/

    If you have difficulties finding the download try here https://github.com/twinbasic/twinbasic/tags

    Changelog
    • WARNING: there are known memory leaks in this version, so memory usage will be higher than normal
    • fixed: Shape vbGradientNS/vbGradientWE now also working with reports
    Last edited by VB6 Programming; Jul 20th, 2024 at 03:53 PM.

  33. #313

    Thread Starter
    Frenzied Member
    Join Date
    Feb 2015
    Posts
    1,208

    Re: twinBASIC programming - Beta releases

    BETA 584 of the twinBASIC programming IDE is now available...

    Download from here... https://github.com/twinbasic/twinbasic/releases


    • Click on "Assets" for the latest release
    • Download and Extract the ZIP file into a local folder
    • Then run the twinBASIC.exe from that local folder
    • IMPORTANT: You must extract the zip file cleanly into a new location. Do not extract the IDE zip file content over an old version of the IDE.

    How to install https://nolongerset.com/how-to-install-twinbasic/

    If you have difficulties finding the download try here https://github.com/twinbasic/twinbasic/tags

    Changelog
    • WARNING: there are known memory leaks in this version, so memory usage will be higher than normal
    • added: Image.StretchMode experimental property, offering Lanczos/Bicubic/Bilinear options, defaults to GDI Halftone [ commissioned work ]

  34. #314

    Thread Starter
    Frenzied Member
    Join Date
    Feb 2015
    Posts
    1,208

    Re: twinBASIC programming - Beta releases

    BETA 585 of the twinBASIC programming IDE is now available...

    Download from here... https://github.com/twinbasic/twinbasic/releases


    • Click on "Assets" for the latest release
    • Download and Extract the ZIP file into a local folder
    • Then run the twinBASIC.exe from that local folder
    • IMPORTANT: You must extract the zip file cleanly into a new location. Do not extract the IDE zip file content over an old version of the IDE.

    How to install https://nolongerset.com/how-to-install-twinbasic/

    If you have difficulties finding the download try here https://github.com/twinbasic/twinbasic/tags

    Changelog
    • WARNING: there are known memory leaks in this version, so memory usage will be higher than normal
    • added: mini toolbar under selected controls in the form designer, offering quick options for bold/italic/underline/fontsize and alignment [ commissioned work ]

  35. #315

    Thread Starter
    Frenzied Member
    Join Date
    Feb 2015
    Posts
    1,208

    Re: twinBASIC programming - Beta releases

    BETA 586 of the twinBASIC programming IDE is now available...

    Download from here... https://github.com/twinbasic/twinbasic/releases


    • Click on "Assets" for the latest release
    • Download and Extract the ZIP file into a local folder
    • Then run the twinBASIC.exe from that local folder
    • IMPORTANT: You must extract the zip file cleanly into a new location. Do not extract the IDE zip file content over an old version of the IDE.

    How to install https://nolongerset.com/how-to-install-twinbasic/

    If you have difficulties finding the download try here https://github.com/twinbasic/twinbasic/tags

    Changelog
    • WARNING: there are known memory leaks in this version, so memory usage will be higher than normal
    • improved: form/report editor now allows for in-place editing of captions [ commissioned work ]
    • fixed: (regression) Timer controls had no icon associated with them in the designer, appearing invisible

  36. #316
    Junior Member
    Join Date
    Dec 2023
    Posts
    24

    Re: twinBASIC programming - Beta releases

    the bug that the number of errors always changes in a loop .see the video attachment for reference.
    Attached Files Attached Files
    Last edited by fan2006; Jul 30th, 2024 at 08:07 AM.

  37. #317

    Thread Starter
    Frenzied Member
    Join Date
    Feb 2015
    Posts
    1,208

    Re: twinBASIC programming - Beta releases

    BETA 587 of the twinBASIC programming IDE is now available...

    Download from here... https://github.com/twinbasic/twinbasic/releases


    • Click on "Assets" for the latest release
    • Download and Extract the ZIP file into a local folder
    • Then run the twinBASIC.exe from that local folder
    • IMPORTANT: You must extract the zip file cleanly into a new location. Do not extract the IDE zip file content over an old version of the IDE.

    How to install https://nolongerset.com/how-to-install-twinbasic/

    If you have difficulties finding the download try here https://github.com/twinbasic/twinbasic/tags

    Changelog
    • WARNING: there are known memory leaks in this version, so memory usage will be higher than normal
    • improved: fault-tolerance in Ambient property implementations inside ActiveXExtender [ Lewis, discord ]
    • improved: DriveListBox has new folder icons [ thanks sokinkeso! ]
    • added: Image.Angle and Shape.Angle properties (same as Label.Angle)
    • fixed: issue with Form inappropriately exposing Index property [ commissioned work ]
    • fixed: VbCompareMethod.vbDatabaseCompare enum value was missing [ commissioned work ]
    • improved: fixed-length arrays can now be copy-assigned (exact matching array bounds and type required)
    • added: syntax support for array initializers (e.g. Dim AnArray() = otherArray)
    • fixed: expression engine potential crash during parsing in some circumstances
    • added: support for Array(Of T) generic, with inference available in most cases (e.g. Dim A() As Long = Array(1,2,3))
    • fixed: (regression) lightweight control mouse events could fire when Enabled or Visible property is False [ github.com/twinbasic/twinbasic/issues/1878 ]
    • fixed: dynamic array self-assignment (AnArray = AnArray) would cause array to be emptied

  38. #318

    Thread Starter
    Frenzied Member
    Join Date
    Feb 2015
    Posts
    1,208

    Re: twinBASIC programming - Beta releases

    BETA 588 of the twinBASIC programming IDE is now available...

    Download from here... https://github.com/twinbasic/twinbasic/releases


    • Click on "Assets" for the latest release
    • Download and Extract the ZIP file into a local folder
    • Then run the twinBASIC.exe from that local folder
    • IMPORTANT: You must extract the zip file cleanly into a new location. Do not extract the IDE zip file content over an old version of the IDE.

    How to install https://nolongerset.com/how-to-install-twinbasic/

    If you have difficulties finding the download try here https://github.com/twinbasic/twinbasic/tags

    Changelog
    • WARNING: there are known memory leaks in this version, so memory usage will be higher than normal
    • fixed: hard crash when trying to use a field initializer on a class/module scoped array value. Now throws compiler error [ wqweto, discord ]
    • fixed: tweaked Enum symbol resolving priorities to better match VBx behaviours [ commissioned work ]
    • fixed: Implements T has to create an implicit Private T As T field to match VBx behaviours, though using it generates a new warning TB0023 if field is accessed [ commissioned work ]
    • fixed: bogus debug console messages of Unable to find ActiveX control $.controlName in some imported VBP projects [ commissioned work ]

  39. #319

    Thread Starter
    Frenzied Member
    Join Date
    Feb 2015
    Posts
    1,208

    Re: twinBASIC programming - Beta releases

    BETA 589 of the twinBASIC programming IDE is now available...

    Download from here... https://github.com/twinbasic/twinbasic/releases


    • Click on "Assets" for the latest release
    • Download and Extract the ZIP file into a local folder
    • Then run the twinBASIC.exe from that local folder
    • IMPORTANT: You must extract the zip file cleanly into a new location. Do not extract the IDE zip file content over an old version of the IDE.

    How to install https://nolongerset.com/how-to-install-twinbasic/

    If you have difficulties finding the download try here https://github.com/twinbasic/twinbasic/tags

    Changelog
    • WARNING: there are known memory leaks in this version, so memory usage will be higher than normal
    • fixed: (regression) form designer context menu 'Duplicate (same name, control array)' option not working correctly [ sokinkeso, discord ]
    • fixed: Sub New (constructor) procedures are no longer listed in intellisense lists [ Merp, discord ]
    • fixed: Fields defined in a UC should overshadow members of the base class [ vbuser, discord ]

  40. #320

    Thread Starter
    Frenzied Member
    Join Date
    Feb 2015
    Posts
    1,208

    Re: twinBASIC programming - Beta releases

    BETA 590 of the twinBASIC programming IDE is now available...

    Download from here... https://github.com/twinbasic/twinbasic/releases


    • Click on "Assets" for the latest release
    • Download and Extract the ZIP file into a local folder
    • Then run the twinBASIC.exe from that local folder
    • IMPORTANT: You must extract the zip file cleanly into a new location. Do not extract the IDE zip file content over an old version of the IDE.

    How to install https://nolongerset.com/how-to-install-twinbasic/

    If you have difficulties finding the download try here https://github.com/twinbasic/twinbasic/tags

    Changelog
    • TIP: To download the release, expand the 'Assets' link and download the 'twinBASIC_IDE_BETA_XYZ.zip' file
    • WARNING: there are known memory leaks in this version, so memory usage will be higher than normal
    • fixed: (regression in recent builds) error TB5001 in VB compatibility package on Win64 platform [ Gary Miller, discord ]
    • improved: form designer inline editor for new controls now starts with the default caption rather than an empty value [ sokinkeso, discord ]

Page 8 of 9 FirstFirst ... 56789 LastLast

Tags for this Thread

Posting Permissions

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



Click Here to Expand Forum to Full Width