Name | Modified | Size | Downloads / Week |
---|---|---|---|
Examples | 2023-05-07 | ||
Tools | 2022-09-21 | ||
Lib | 2021-09-10 | ||
Templates | 2021-09-07 | ||
Readme.txt | 2022-09-21 | 1.3 kB | |
Totals: 5 Items | 1.3 kB | 0 |
Garlic3: (project directories - general description/use at bottom) Templates to copy, Tools to use, Lib's to integrate, Examples to tamper with Templates: - EmptyProject: Fmain basic menu, About/Changes/License screens and runcounter. - EmptyDbProject: project with database acces (mysql/mariadb) Tools: - DbInfoCode: helper to create a database table with default metadata fields and code generation for classes derived from tables, persistance code to save/retrieve data to database, basic form code to edit the database/table records in combined list+edit view. - GbSettingsTool: help create source code for settings Form. - Probable Cause: analyze your Gambas3 code (originally made for gambas2 that had less tools included to find redundant variables etc). Lib: - myLog: object to make log files and show timestamped strings in log window Examples: - synthesizer controls General ======= Garlic3: GAmbas Raw LInes of Code v3, Gambas code library. -- source code to read as reference or use in your own projects or source code of tools that help you code for Gambas Garlic3 for Gambas version 3, see also Garlic for Gambas2 -- Use: download app.tar.gz tar -xzvf app.tar.gz open with Gambas IDE, compile or run from IDE. -- Garlic3: GPL3 applies unless otherwise mentioned.