Jun 18th, 2024, 02:56 PM
#281
Thread Starter
Frenzied Member
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 .
Jun 18th, 2024, 03:03 PM
#282
Thread Starter
Frenzied Member
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
Jun 19th, 2024, 04:14 AM
#283
Thread Starter
Frenzied Member
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 ]
Jun 19th, 2024, 12:27 PM
#284
Thread Starter
Frenzied Member
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
Jun 20th, 2024, 08:25 AM
#285
Thread Starter
Frenzied Member
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
Jun 20th, 2024, 12:14 PM
#286
Thread Starter
Frenzied Member
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 ]
Jun 21st, 2024, 03:49 AM
#287
Thread Starter
Frenzied Member
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 ]
Jun 21st, 2024, 05:53 AM
#288
Thread Starter
Frenzied Member
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)
Jun 21st, 2024, 11:31 AM
#289
Thread Starter
Frenzied Member
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 ]
Jun 22nd, 2024, 06:24 AM
#290
Thread Starter
Frenzied Member
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
Jun 22nd, 2024, 05:55 PM
#291
Thread Starter
Frenzied Member
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
Jun 23rd, 2024, 04:57 AM
#292
Thread Starter
Frenzied Member
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 ]
Jun 24th, 2024, 05:36 AM
#293
Thread Starter
Frenzied Member
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 .
Jul 3rd, 2024, 05:28 PM
#294
Thread Starter
Frenzied Member
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)
Jul 3rd, 2024, 11:44 PM
#295
Re: twinBASIC programming - Beta releases
Originally Posted by
VB6 Programming
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.
Jul 4th, 2024, 03:41 AM
#296
Thread Starter
Frenzied Member
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
Jul 4th, 2024, 05:55 AM
#297
Thread Starter
Frenzied Member
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 ]
Jul 4th, 2024, 07:24 AM
#298
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.
Jul 4th, 2024, 09:16 AM
#299
Thread Starter
Frenzied Member
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 ]
Jul 16th, 2024, 02:32 PM
#300
Thread Starter
Frenzied Member
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
Jul 17th, 2024, 08:21 AM
#301
Fanatic Member
Re: twinBASIC programming - Beta releases
Originally Posted by
VB6 Programming
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?
Jul 17th, 2024, 10:19 AM
#302
Thread Starter
Frenzied Member
Re: twinBASIC programming - Beta releases
Originally Posted by
AAraya
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.
Jul 17th, 2024, 10:23 AM
#303
Thread Starter
Frenzied Member
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
Jul 17th, 2024, 10:47 AM
#304
Fanatic Member
Re: twinBASIC programming - Beta releases
Originally Posted by
VB6 Programming
Yes, this release (and the next release) is focussed on the Report Designer.
Thank you!
Jul 17th, 2024, 11:01 AM
#305
Thread Starter
Frenzied Member
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
Jul 18th, 2024, 09:32 AM
#306
Thread Starter
Frenzied Member
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 ]
Jul 18th, 2024, 01:29 PM
#307
Thread Starter
Frenzied Member
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
Jul 19th, 2024, 11:06 AM
#308
Thread Starter
Frenzied Member
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
Jul 20th, 2024, 03:19 AM
#309
Thread Starter
Frenzied Member
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
Jul 20th, 2024, 11:46 AM
#310
Thread Starter
Frenzied Member
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 ]
Jul 20th, 2024, 11:48 AM
#311
Thread Starter
Frenzied Member
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 .
Jul 20th, 2024, 03:50 PM
#312
Thread Starter
Frenzied Member
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 .
Jul 21st, 2024, 10:24 AM
#313
Thread Starter
Frenzied Member
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 ]
Jul 23rd, 2024, 03:23 AM
#314
Thread Starter
Frenzied Member
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 ]
Jul 24th, 2024, 04:24 AM
#315
Thread Starter
Frenzied Member
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
Jul 30th, 2024, 06:25 AM
#316
Junior Member
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
Last edited by fan2006; Jul 30th, 2024 at 08:07 AM .
Aug 5th, 2024, 07:57 AM
#317
Thread Starter
Frenzied Member
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
Aug 5th, 2024, 12:59 PM
#318
Thread Starter
Frenzied Member
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 ]
Aug 6th, 2024, 03:45 AM
#319
Thread Starter
Frenzied Member
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 ]
Aug 6th, 2024, 09:28 AM
#320
Thread Starter
Frenzied Member
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 ]
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
Forum Rules
Click Here to Expand Forum to Full Width