Twinbasic Versions Save

beta-x-0536

2 days ago
  • TIP: To download the release, expand the 'Assets' link below 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
  • WARNING: see important release notes from BETA 424 here https://github.com/twinbasic/twinbasic/releases/tag/
  • improved: overload resolution is now refined so that 'Nothing' is accepted as an exact match for any interface type [ fafalone, discord ]

beta-x-0535

2 days ago
  • TIP: To download the release, expand the 'Assets' link below 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
  • WARNING: see important release notes from BETA 424 here https://github.com/twinbasic/twinbasic/releases/tag/
  • improved: form designer loading now shows a proper message with clipboard-copy ability when bad JSON is detected [ Erwin69, vbforums ]

beta-x-0534

3 days ago
  • TIP: To download the release, expand the 'Assets' link below 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
  • WARNING: see important release notes from BETA 424 here https://github.com/twinbasic/twinbasic/releases/tag/
  • fixed: (regression) stability issues in BETA 533

beta-x-0533

4 days ago
  • TIP: To download the release, expand the 'Assets' link below 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
  • WARNING: see important release notes from BETA 424 here https://github.com/twinbasic/twinbasic/releases/tag/
  • improved: typical 10-20% reduction in compiler RAM consumption

beta-x-0532

6 days ago
  • TIP: To download the release, expand the 'Assets' link below 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
  • WARNING: see important release notes from BETA 424 here https://github.com/twinbasic/twinbasic/releases/tag/
  • fixed: custom painting of non-client areas in WM_NCPAINT for UCs was not effective in design mode IViewObject::Draw implementation [ Tecman, discord ]
  • fixed: (regression since BETA 527) UC/ActiveX control focus issue [ vbuser, discord ]
  • fixed: (regression) Command button click not firing when inside popup PictureBox inside a UC [ fafalone, discord ]

beta-x-0531

1 week ago
  • TIP: To download the release, expand the 'Assets' link below 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
  • WARNING: see important release notes from BETA 424 here https://github.com/twinbasic/twinbasic/releases/tag/
  • improved: Form designer toolbox icons for UC/AX controls now not reduced to 65% [ fafalone, discord ]

beta-x-0530

1 week ago
  • TIP: To download the release, expand the 'Assets' link below 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
  • WARNING: see important release notes from BETA 424 here https://github.com/twinbasic/twinbasic/releases/tag/
  • fixed: forms would crash if windowless controls (Label/Image/Shape/Line) were used inside ActiveX containers [ Stu, discord ]
  • improved: OS TextScaleFactor setting no longer affects the form designer (note: value is cached at IDE startup) [ sokinkeso, discord ]
  • improved: in the form designer, anchored controls do not auto reposition when a container is resized unless SHIFT key is pressed when dragging the resizers [ fafalone, discord ]
  • fixed: Attribute MemberName.VB_MemberFlags = "40" was not passing through to the generated type library like [Hidden] attribute was [ Tecman, discord ]

beta-x-0529

1 week ago
  • TIP: To download the release, expand the 'Assets' link below 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
  • WARNING: see important release notes from BETA 424 here https://github.com/twinbasic/twinbasic/releases/tag/
  • fixed: [NonBrowsable] flag not effective in VBA UserForm designer if not explicitly applied to the property-let method [ Tecman, discord ]

beta-x-0528

1 week ago
  • TIP: To download the release, expand the 'Assets' link below 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
  • WARNING: see important release notes from BETA 424 here https://github.com/twinbasic/twinbasic/releases/tag/
  • added: support for attribute [NonBrowsable] (and equivalent of Attribute VB_MemberFlags = "400" / "Dont show in Property Browser" option) for ActiveX control properties from appearing in property sheets [ Tecman, discord ]
  • fixed: issue with VBA Userforms not allowing tB generated AX controls to obtain tab focus [ Tecman, discord ]

beta-x-0527

2 weeks ago
  • TIP: To download the release, expand the 'Assets' link below 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
  • WARNING: see important release notes from BETA 424 here https://github.com/twinbasic/twinbasic/releases/tag/
  • fixed: Win64 builds not enforcing LAA flag on built binaries, causing mem usage restrictions