-
Aug 9th, 2023, 05:41 AM
#81
Thread Starter
Frenzied Member
Re: twinBASIC programming - Beta releases
BETA 369 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/
Changelog
- WARNING: there are known memory leaks in this version, so memory usage will be higher than normal
- improved: faster general IDE performance (intellisense, syntax highlighting, error reporting) for many projects, particularly those containing many forms/UserControls/AXs
-
Aug 9th, 2023, 09:12 AM
#82
Thread Starter
Frenzied Member
Re: twinBASIC programming - Beta releases
BETA 370 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/
Changelog
- WARNING: there are known memory leaks in this version, so memory usage will be higher than normal
- fixed: (regression in BETA 369) use of ActiveX controls were causing a hard crash at design time
- improved: template '_Standard EXE (plus VBCCR)' has been updated to use Krools 64-bit compatible package of VBCCR
- removed: redundant code-workspace files from the IDE deployment that are no longer used
-
Aug 9th, 2023, 09:30 PM
#83
Re: twinBASIC programming - Beta releases
Now my browser can't download the latest release by clicking "Assets", could you provide a direct github download link address?
-
Aug 9th, 2023, 10:01 PM
#84
Re: twinBASIC programming - Beta releases
-
Aug 9th, 2023, 10:33 PM
#85
Re: twinBASIC programming - Beta releases
In the future if that happens, you can click on 'Tags' (next to the blue 'Releases' button right above on the left of the latest release), click the tag for the new release, and that should open to a page where 'Assets' is already expanded.
-
Aug 9th, 2023, 10:55 PM
#86
Re: twinBASIC programming - Beta releases
Originally Posted by OptionBase1
Yes, it works. Thank you very much, OptionBase1.
-
Aug 9th, 2023, 10:58 PM
#87
Re: twinBASIC programming - Beta releases
Originally Posted by fafalone
In the future if that happens, you can click on 'Tags' (next to the blue 'Releases' button right above on the left of the latest release), click the tag for the new release, and that should open to a page where 'Assets' is already expanded.
I tried your method, but it doesn't show a valid download link.
-
Aug 10th, 2023, 06:19 AM
#88
Thread Starter
Frenzied Member
Re: twinBASIC programming - Beta releases
BETA 371 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/
Changelog
- WARNING: there are known memory leaks in this version, so memory usage will be higher than normal
- fixed: IDE packages list search feature was not working correctly [ Krool, discord ]
- fixed: IDE packages list was not alphabetically ordered [ Krool, discord ]
- fixed: some Implements-Via edge cases causing 'overloaded properties not allowed' errors in UserControls in some instances [ nextKast, discord ]
- improved: error diagnostic for 'overloaded properties not allowed' now includes the property name for clarity
- fixed: (regression since BETA 366) edge cases around parsing of line continuators [ https://github.com//issues/1652 ]
-
Aug 12th, 2023, 04:59 AM
#89
Thread Starter
Frenzied Member
Re: twinBASIC programming - Beta releases
BETA 372 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/
Changelog
- WARNING: there are known memory leaks in this version, so memory usage will be higher than normal
- added: initial support for creating and using ADDINs for the twinBASIC IDE [ see Sample 10 and discord ]
-
Aug 12th, 2023, 06:23 PM
#90
Thread Starter
Frenzied Member
Re: twinBASIC programming - Beta releases
BETA 373 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/
Changelog
- WARNING: there are known memory leaks in this version, so memory usage will be higher than normal
- added: IDE menu option Window > Reset Layout... for resetting the IDE panel layout data
- fixed: (regression) PROBLEMS panel would sometimes get stuck, unable to resize and toggle the content [ Tecman, private ]
- fixed: (regression) IDE would often add square brackets around enum values inappropriately [ fafalone, discord ]
- fixed: App.LastBuildPath would raise an error in built executables. now returns an empty string instead [ https://github.com//issues/1641 ]
-
Aug 13th, 2023, 06:15 AM
#91
Thread Starter
Frenzied Member
Re: twinBASIC programming - Beta releases
BETA 374 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/
Changelog
- WARNING: there are known memory leaks in this version, so memory usage will be higher than normal
- added: (addin extensibility) DebugConsole.SetFocus method
- added: (addin extensibility) Host.ActiveEditors (collection of Editor objects, zero-based)
- added: (addin extensibility) Editor.Path property (read-only)
- added: (addin extensibility) Editor.Type property (read-only)
- added: (addin extensibility) Editor.SetFocus method
- added: (addin extensibility) Editor.Close method
- added: (addin extensibility) Editor.Save method
- added: (addin extensibility) CodeEditor.SelectedText property (read/write)
- added: (addin extensibility) CodeEditor.Text property (read/write)
- added: (addin extensibility) CodeEditor.ExecuteMonacoCommand method (e.g. 'actions.find')
-
Aug 14th, 2023, 03:21 AM
#92
Thread Starter
Frenzied Member
Re: twinBASIC programming - Beta releases
BETA 375 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/
Changelog
- WARNING: there are known memory leaks in this version, so memory usage will be higher than normal
- fixed: (regression) edge case where pasting code into the IDE could cause a full IDE freeze
- fixed: having an event definition as the last member of a class could cause a spurious "Unexpected end of procedure" compilation error [ Tecman, private ]
- fixed: some floating point codegen edge cases [ uiwoow, discord ]
- fixed: TLB internal syntax generator was not correctly handling line-feeds inside descriptions [ https://github.com//issues/1650 ]
- added: (addin extensibility) Project.Save method
- added: (addin extensibility) Project.Close method
- added: (addin extensibility) Project.Build method
- added: (addin extensibility) Project.Clean method
-
Aug 16th, 2023, 08:22 AM
#93
Thread Starter
Frenzied Member
Re: twinBASIC programming - Beta releases
BETA 376 of the twinBASIC programming IDE is now available...
Download from here... https://github.com/twinbasic/twinbas...ag/beta-x-0376
- 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/
Changelog
- WARNING: there are known memory leaks in this version, so memory usage will be higher than normal
- fixed: parser edge case in handling of Scale special syntax, not allowing comment on same line [ AlienSoft, private ]
- added: (ide extensibility) Host.ToolWindows collection, allowing for creation of full HTML toolwindows (see updated Sample 10)
-
Aug 17th, 2023, 03:56 AM
#94
Thread Starter
Frenzied Member
Re: twinBASIC programming - Beta releases
BETA 377 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/
Changelog
- WARNING: there are known memory leaks in this version, so memory usage will be higher than normal
- improved: further intellisense performance improvements in large projects [ fafalone, discord ]
-
Aug 18th, 2023, 05:32 AM
#95
Thread Starter
Frenzied Member
Re: twinBASIC programming - Beta releases
BETA 378 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/
Changelog
- WARNING: there are known memory leaks in this version, so memory usage will be higher than normal
- added: (addin extensibility) support for chartjs (see www.chartjs.org) in ToolWindows (see Sample 11)
-
Aug 18th, 2023, 05:37 AM
#96
Thread Starter
Frenzied Member
Re: twinBASIC programming - Beta releases
BETA 379 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/
Changelog
- WARNING: there are known memory leaks in this version, so memory usage will be higher than normal
- fixed: better error reporting when ActiveX control on a form/UC can't be matched to a referenced type library [ nextKast, private ]
- fixed: serialization problem with some VBP imported projects with long text data stored in FRX [ nextKast, private ]
- added: ${IdePath} environment variable for use in build path string in setting Project: Build Output Path
- improved: tB addin templates now use ${IdePath}\addins\${Architecture}\ for the default build path
-
Aug 18th, 2023, 05:39 AM
#97
Thread Starter
Frenzied Member
Re: twinBASIC programming - Beta releases
BETA 380 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/
Changelog
- WARNING: there are known memory leaks in this version, so memory usage will be higher than normal
- fixed: (addin extensibility) some issues marshalling Variants across to javascript, causing Sample 11 to fail when system decimal symbol is not a dot
-
Aug 19th, 2023, 08:05 AM
#98
Thread Starter
Frenzied Member
Re: twinBASIC programming - Beta releases
BETA 381 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/
Changelog
- WARNING: there are known memory leaks in this version, so memory usage will be higher than normal
- improved: (addin extensibility) ToolWindows now support embedding Monaco editors (see Sample 12)
-
Aug 19th, 2023, 08:06 AM
#99
Thread Starter
Frenzied Member
Re: twinBASIC programming - Beta releases
BETA 382 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/
Changelog
- WARNING: there are known memory leaks in this version, so memory usage will be higher than normal
- added: (addin extensibility) AddinTimer class
- improved: (addin extensibility) modified Sample 11 chart demo to use the AddinTimer class rather than raw APIs
- fixed: some bugs involving copy/paste in the IDE
- improved: debugger now reports error '[DEBUGGER] error: no startup object is set.' when F5/play is used on a DLL with no startup object
-
Aug 26th, 2023, 03:30 AM
#100
Thread Starter
Frenzied Member
Re: twinBASIC programming - Beta releases
BETA 383 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/twinbas...E_BETA_383.zip
Changelog
- WARNING: there are known memory leaks in this version, so memory usage will be higher than normal
- improved: debug console is no longer limited to 1000 lines of history (unlimited)
- improved: debug console history no longer affects overall IDE performance, regardless of history size
- added: debug console auto-scroll toggle button
- fixed: some internal issues in handling of LLVM compilations involving some SSE/AVX constants
Last edited by VB6 Programming; Aug 30th, 2023 at 06:08 AM.
-
Sep 1st, 2023, 04:09 AM
#101
Thread Starter
Frenzied Member
Re: twinBASIC programming - Beta releases
BETA 384 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/twinbas...E_BETA_384.zip
Changelog
- WARNING: there are known memory leaks in this version, so memory usage will be higher than normal
- improved: (addin extensibility) Addin ToolWindows now use shadowDOM to isolate CSS
- added: (addin extensibility) ToolWindow.ApplyCss method (see samples 13 and 14)
- added: (addin extensibility) support for 'listview' and 'virtuallistview' elements that are backed by a virtual list view implementation for UI performance (sample 13/14)
-
Sep 3rd, 2023, 03:10 AM
#102
Thread Starter
Frenzied Member
Re: twinBASIC programming - Beta releases
BETA 385 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/twinbas...E_BETA_385.zip
Changelog
- WARNING: there are known memory leaks in this version, so memory usage will be higher than normal
- fixed: (IDE) cut/copy no longer empties the clipboard if there is no selection in the editor [ https://github.com//issues/1675 ]
- fixed: (IDE) incorrect intellisense in some scenarios involving variable initializers [ https://github.com//issues/1672 ]
- fixed: issue with Static fixed-length array bound evaluation in class modules [ https://github.com//issues/1668 ]
- fixed: (IDE) intellisense not showing for qualified enumerations when the enumeration is declared Private
- fixed: form/UC/PictureBox Scale property was not correctly updating internal cached values [ https://github.com//issues/1666 ]
-
Sep 4th, 2023, 04:47 AM
#103
Thread Starter
Frenzied Member
Re: twinBASIC programming - Beta releases
BETA 386 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/twinbas...E_BETA_386.zip
Changelog
- WARNING: there are known memory leaks in this version, so memory usage will be higher than normal
- fixed: (regression) packages that rely on global variables could cause issues in compiled EXEs due to linker bug [ https://github.com//issues/1673 ]
- fixed: TypeName() of tb-implemented Collection object returns 'Object' from external callers such as VBA [ https://github.com//issues/1661 ]
-
Sep 5th, 2023, 06:00 AM
#104
Thread Starter
Frenzied Member
Re: twinBASIC programming - Beta releases
BETA 387 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/twinbas...E_BETA_387.zip
Changelog
- WARNING: there are known memory leaks in this version, so memory usage will be higher than normal
- improved: (IDE) intellisense/hover involving enumeration values now includes the enumeration name in the qualifier [ https://github.com//issues/1649 ]
- fixed: (IDE) syntax highlighting and goto definition not working in some cases for constant expressions [ https://github.com//issues/1647 ]
- improved: (IDE) some auto-indent improvements for pre-existing blocks [ https://github.com//issues/1648 ]
- fixed: DirListBox was including the path elements in members such as List()/ListIndex etc [ nextKast, discord ]
-
Sep 6th, 2023, 11:19 AM
#105
Thread Starter
Frenzied Member
Re: twinBASIC programming - Beta releases
BETA 388 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/twinbas...E_BETA_388.zip
Changelog
- WARNING: there are known memory leaks in this version, so memory usage will be higher than normal
- fixed: compiler now detects illegal array value assignments earlier in the compilation process [ Gary Miller, discord ]
- fixed: (regression) spurious Int3Breakpoint call inside the ActiveXExtender class, causing hard crash of some AX controls when no native debugger attached
- fixed: (regression since BETA 385) class static variables not allocated properly, causing lots of issues (particularly in VBCCR package)
-
Sep 8th, 2023, 09:09 AM
#106
Thread Starter
Frenzied Member
Re: twinBASIC programming - Beta releases
BETA 389 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/twinbas...E_BETA_389.zip
Changelog
- WARNING: there are known memory leaks in this version, so memory usage will be higher than normal
- added: (addin extensibility) Host.ActiveEditors.Open(path, lineNumber, columnNumber)
- added: (addin extensibility) access to the project filesystem (readonly initially)
- added: (addin extensibility) Host.FileSystem property (exposing RootFolder and ResolvePath methods)
- added: (addin extensibility) Host.CurrentProject.RootFolder property
- added: Sample 15 "twinBASIC IDE Addin (GlobalSearch)", demonstrating how to use the filesystem methods of the addin extensibility model
-
Sep 9th, 2023, 05:00 AM
#107
Thread Starter
Frenzied Member
Re: twinBASIC programming - Beta releases
BETA 390 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/twinbas...E_BETA_390.zip
Changelog
- WARNING: there are known memory leaks in this version, so memory usage will be higher than normal
- fixed: (regression) built EXEs that are console applications could contain debugger messages printed to stdout [ https://github.com//issues/1679 ]
- fixed: accessing form positional properties was not triggering full load of form [ fafalone, discord ]
- improved: import from VBP now allows for malformed VBP with invalid linefeeds (\n instead of \r\n)
-
Sep 13th, 2023, 10:00 AM
#108
Thread Starter
Frenzied Member
Re: twinBASIC programming - Beta releases
BETA 391 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/twinbas...E_BETA_391.zip
Changelog
- WARNING: there are known memory leaks in this version, so memory usage will be higher than normal
- fixed: TextBox max length to match VB6 [ sokinkeso, discord ]
- fixed: ActiveX control persistence would sometimes calculate wrong ExtentX/Y values if the border of the UC had been changed via API methods, causing black bars in design mode [ Tecman, discord ]
- fixed: 'Automation Error' in some instances when using tb Built Ax controls in MS Access [ Tecman, discord ]
- fixed: unable to turn off compiler warning TB0016 'implicit creation of variable via ReDim' [ Tecman, discord ]
- added: (addin extensibility) Host.ChangedActiveEditor event
- added: (addin extensibility) HtmlElement.Remove() method for removing an HTML element from its parent container
- added: (addin extensibility) monaco widgets support via CodeEditor.AddMonacoWidget(), see sample 16
- added: (addin extensibility) CSS variables for use inside widgets: --monacoFontFamily, --monacoFontSize, --monacoGutterWidth
- added: (addin extensibility) CodeEditor.GetSelectionInfo(StartLine, StartColumn, EndLine, EndColumn)
- improved: (addin extensibility) HtmlElement.AddEventListener now takes an optional Data argument, accessible in the event callback via eventInfo.data
- added: (addin extensibility) Project.LoadMetaData/SaveMetaData methods for persisting state or other data from your addin inside the twinproj file
- added: (addin extensibility) Sample 16: TODO manager addin (monaco inline widgets)
-
Sep 16th, 2023, 07:37 AM
#109
Thread Starter
Frenzied Member
Re: twinBASIC programming - Beta releases
BETA 392 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/twinbas...E_BETA_392.zip
Changelog
- WARNING: there are known memory leaks in this version, so memory usage will be higher than normal
- improved: overall intellisense performance in larger projects
- fixed: final statement return-value optimization edge case, causing a final self-assignment (MyFunc = MyFunc) to incorrectly clear itself [ GCUser99, discord ]
-
Sep 17th, 2023, 05:47 AM
#110
Thread Starter
Frenzied Member
Re: twinBASIC programming - Beta releases
BETA 393 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/twinbas...E_BETA_393.zip
Changelog
- WARNING: there are known memory leaks in this version, so memory usage will be higher than normal
- fixed: fixed-length arrays trying to use non-constant values in array bounds is now flagged as an error [ Tecman, discord ]
- fixed: (regression since BETA 356) mouse pointer caret cursor not showing when hovering over a textbox [ sokinkeso, discord ]
- added: (addin extensibility) Host.KeyboardShortcuts.Add(keyString, Callback) method for registering global IDE shortcuts
-
Sep 19th, 2023, 09:57 AM
#111
Thread Starter
Frenzied Member
Re: twinBASIC programming - Beta releases
BETA 394 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/twinbas...E_BETA_394.zip
Changelog
- WARNING: there are known memory leaks in this version, so memory usage will be higher than normal
- fixed: ListView ListItem.Selected property-let was not correctly updating the LVIS_FOCUSED flag [ sokinkeso, discord ]
- fixed: SW_SHOWWINDOW edge case causing modal windows owned by another process to close when the owner window is minimized [ sokinkeso, discord ]
- fixed: some internal issues when using Collection in an Implements-Via statement
- fixed: adding ListView items/columns and TreeView nodes could potentially cause a hard crash when the form is unloaded [ sokinkeso, discord ]
-
Sep 20th, 2023, 12:06 PM
#112
Thread Starter
Frenzied Member
Re: twinBASIC programming - Beta releases
BETA 395 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/twinbas...E_BETA_395.zip
Changelog
- WARNING: there are known memory leaks in this version, so memory usage will be higher than normal
- fixed: missing codegen for set-assignment of UDT field that is a Variant dynamic array element [ FullValueRider, discord ]
- fixed: (regression since BETA 393) using Len()/LenB() in fixed length array bounds expressions was being detected as an error
- fixed: implicit Variant warning not triggered on ByVal parameters inside Declare statements [ https://github.com//issues/1680 ]
- fixed: intellisense not populating for ReDim myUDT. [ https://github.com//issues/1682 ]
- fixed: UserControl.PropertyChanged signature did not perfectly match VB6 [ https://github.com//issues/1681 ]
- fixed: having control arrays in a user control caused dispatch table problems [ nextKast, discord ]
-
Sep 21st, 2023, 08:46 AM
#113
Thread Starter
Frenzied Member
Re: twinBASIC programming - Beta releases
BETA 396 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/twinbas...E_BETA_396.zip
Changelog
- WARNING: there are known memory leaks in this version, so memory usage will be higher than normal
- fixed: implicit WithEvents fields created for Form/UC contained controls are now not bindable directly, only through the Form/UC implicit property-getter as per VBx
- fixed: (IDE) form property sheet was unintentionally showing an internal property 'InternalIsFirstResizeEventAfterLoad'
- added: initial support for importing PropertyPages from VBPs
- NOTE: PropertyPages are not yet fully supported, just imported!
-
Sep 22nd, 2023, 12:38 PM
#114
Thread Starter
Frenzied Member
Re: twinBASIC programming - Beta releases
BETA 397 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/twinbas...E_BETA_397.zip
or https://github.com/twinbasic/twinbas...ag/beta-x-0397
Changelog
- WARNING: there are known memory leaks in this version, so memory usage will be higher than normal
- fixed: (IDE) 'Run-time Error 5: Automation Error' pops up from the IDE when the system is awoken from suspended state
- fixed: Form.WindowState = vbNormal failing to restore the window when already maximized (also affecting IDE) [ https://github.com//issues/1634 ]
- fixed: (IDE) monitoring of active running shelled processes are now cleared when the compiler gets restarted [ fafalone, discord ]
- improved: (IDE) compiler services status notifications are now simplified into a single red/orange/green state in the bottom left status bar
Last edited by VB6 Programming; Sep 24th, 2023 at 03:42 AM.
Reason: Added alternate link to download
-
Sep 25th, 2023, 04:49 AM
#115
Thread Starter
Frenzied Member
Re: twinBASIC programming - Beta releases
BETA 398 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 compiler/IDE edge cases around ANSI/BSTR/UTF8 conversions when handling documents [ nextKast, discord ]
- fixed: (IDE) min/max/restore/close buttons could disappear if the IDE is resized small [ DinyaZ, discord ]
- fixed: IConnectionPointContainer is now implemented for all tb Classes, even when no events are exposed by the class, to match VBx behaviour [ https://github.com//issues/1685 ]
-
Sep 25th, 2023, 07:00 AM
#116
New Member
Re: twinBASIC programming - Beta releases
-
Sep 26th, 2023, 06:47 AM
#117
Thread Starter
Frenzied Member
Re: twinBASIC programming - Beta releases
BETA 399 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: black bars could appear in tB-UserControls hosted in VBA UserForms due to 'Zoom' feature [ Tecman, discord ]
- improved: 'ADMIN' status in the title bar is now smaller
- improved: tB Licence edition information now moved to the status bar rather than the titlebar
-
Oct 5th, 2023, 06:33 PM
#118
Thread Starter
Frenzied Member
Re: twinBASIC programming - Beta releases
BETA 400 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: UserControl.Refresh not working when Windowless property is set to True
- fixed: some filesystem differences in Windows-on-Arm that prevented tB IDE from running [ Aliensoft, discord ]
- fixed: misleading 'CDecl' calling convention being reported on Win64 type library viewing [ Digimaloko, discord ]
- fixed: some initial issues identified with Windowless UCs [ fafalone, discord ]
- fixed: bizarre edge case in prettification of inline comment blocks [ fafalone, discord ]
-
Oct 6th, 2023, 07:53 AM
#119
Thread Starter
Frenzied Member
Re: twinBASIC programming - Beta releases
BETA 401 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: FileListbox.Selected (property-let) not working correctly when MultiSelect = False [ nextKast, discord ]
- fixed: Frame.Enabled (property-let) could cause a frame border to be drawn even when BorderStyle is None [ sokinkeso, discord ]
- fixed: hovering over an object variable when debugging could cause a debugger crash if the object doesn't support IDispatch [ AlienSoft, discord ]
- improved: hovering over a function call with arguments whilst debugging should now evaluate the full function call expression [ AlienSoft, discord ]
-
Oct 6th, 2023, 07:59 AM
#120
Thread Starter
Frenzied Member
Re: twinBASIC programming - Beta releases
BETA 402 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 usual
- fixed: (IDE) code selector dropdown scrollbars are now visible [ fafalone, discord ]
- fixed: (IDE) auto case-correction of datatype symbols used outside of procedures not working [ Tecman, 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
|