Some improvements:
* Added test prints for print limits, page borders, label tekst and position
* Now stores values in Settings file.
* Refined behaviour for print limits / margins; if margin is smaller than limit, uses limit, otherwise margin.
Previous: Classes for labels, page etc.
v 0.1.9 Class documentation: Interfaces of classes
Of the selected category of sourcecode files (classes, forms, modules), a compilation of the definitions of the classes can be exported to a txt file.
For eacht class two parts: first the public properties, second the public methods.
See menu Export.
v 0.1.8 Summary
A summary can be exported from the 'results screen'.
After collecting the data on the main screen, choose "report" button down right, gives the results screen. Extra button added "summary", opens the summary txt file.
0.1.6 small cosmetic things and QuickStart menu added.
0.1.7 Export of sourcecode
1. Menu Export added: prepare a txt file with a compilation of all the sourcecode files with filenames and content, separated by a line
2. Text gets general header with project name and version, and directory
3. all ready for import in an office document prepared to print sourcecode (e.g. import in a default empty odf file with small font, two columns, footer with pageno etc)
4. Possibility to filter out the DEBUG lines.
This brings ProbableCause to the level I will start to test/use it on other projects
Changes are:
- FResults: skip Main procedure at report (but visible in FMain gridview Public procedures) so that e.g. MMain procedure Main is not mentioned anymore in
- FMain: RegisterProcParams adjusted (bug fix cutting words wrong)
- FResults: bug Devide by zero fixed (if one of the percentages could not be calculated)... read more
Bug fix : At end of local procedure cleanup the params and local vars (visible in lsbxLocalParam that gets emptied now).
Procedures with _ in name are now correctly inventorised at initial scan, and are shown for what concerns the contained local variables, but are not shown in report as PUBLIC procedures to be use-counted (because the use is determined on runtime).
This is a bug-fix/correction for 0.1.1, where they were simply left out from the beginning.
Changes from 0.0.9:
- adjusted psProducts.sql with fields prd_description and prd_remark
- corrected test button load of image1.png
Created folder and uploaded version 0.0.1 of SimpleVersion to demonstrate storing version of application in settings to check version at startup (might be important for database applications when data structure changed).
0.1.0:
- To start using SimpleCounter and set up the database, you can now make the database from the SimpleCounter configuration screen, so that you don't have to go around phpMyAdmin or the MySQL command line. Need root / permissions on the database.
some small other corrections and improvements:
CData: user is saved now at data edit (was empty before)
Project to try out some basic drawing/trigonometric functions in Gambas:
Drawing area, circle, center, 45°, 30°, sinus, cosinus
Demonstrates how to create an array of objects, here buttons placed in a grid and grouped for click events. See blog post "arrayOfObjects"
Barcode sample program with EAN 13 barcode system, at start for 9 chars supplier code and 3 chars product code plus calculation of the 1 control character.