Menu

garlic3 / Blog: Recent posts

TreeView: make and read

I tried to find out how to read information from a TreeView that was filled before.
Gambas Version 3.12 + can give an array with keys ..

Posted by wignoxqs 2022-03-15

Form About 0.0.4

Add database connection information like datacontext, user@host:database, ..

Posted by wignoxqs 2021-11-19

DataContext-0.2.3 test database connection

DataContext-0.2.3.tar.gz
- DataContextTest.sql to make a test database/table
- button to test the connections to database server

Posted by wignoxqs 2021-09-21

DataContext 0.2.2

CDataContext: getContextSlots from id or all if -1
FMain: change quit menu to quit button

Posted by wignoxqs 2021-09-15

DataContext 0.2.1

  • Fixed crash on invalid datacontext name bug,
  • Demo added in included test app.
  • Improved feedback in test app.
Posted by wignoxqs 2021-09-15

RunCounter

Counter for the start and close of an application.
Useful to check at user:
- is application used regularly?
- if close counter is much lower than runcounter, application might have crashed a lot.

Also contains reset to zero, or force a certain value.
Values stored in the settings file.

Something I already use for a while,and put in a lib now...

Posted by wignoxqs 2021-09-10

DataContext 0.2.0

Get all context id's as array.
Remove old index from code (Use context id instead of context index)

Posted by wignoxqs 2021-08-27

DataContext 0.1.6

Cleanup, use iDataContext in procedure calls, iSelectedContextId internal

Posted by wignoxqs 2021-08-23

DataContext 0.1.5

Use id instead of index for the contexts in the settings file.
FMain now ready to load config file, and let you do some tests.
Help.txt explains the contexts, datasets, slots, keys etc.
Tab for database settings

Posted by wignoxqs 2021-08-13

DbInfoCode 3.2.3, 3.2.4

3.2.3 Table remark is now saved also at creation of table.
3.2.4 Table remark as comment in created object code

Posted by wignoxqs 2021-01-22

DbInfoCode 3.2.2: add table description

FMain: Table description is visible, and can be added in dd with type=table.

Posted by cybrarian 2021-01-08

DataContext 0.1.2

Data context in Settings, create, load, etc

Posted by wignoxqs 2020-11-27

covid19databe-0.1.8 with menu

Menu to show About/Help, file menu to clean up data and log files, data directory.

Posted by cybrarian 2020-11-06

covid19databe-0.1.7 with hospitalisations

Some improvements like Help, layout, activate hospitalisations.
Uses only the "new in" value of hospitalisations.

Posted by cybrarian 2020-10-29

0.1.5 beta with hospitalisations

Uses only the "new in" value of hospitalisations.
Not tested yet.

Posted by cybrarian 2020-10-22

Examples/Covid19DataBE 0.1.3 fix municipalities; location of files

0.1.2 was full of errors; use this instead:
1.municipality choice works again on KDE
2.location of files: only download in home directory; immediately put files in data directory to work with afterwards

Posted by cybrarian 2020-10-19

Examples/Covid19DataBE 0.1.1 fix municipalities; location of files

Use this version instead of 0.1.0 that fixed the changed csv files because it had problems with the location of the files and creation of the list of municipalities.

Posted by cybrarian 2020-10-05

Covid19DataBE2db 0.1.2 release: import and update db

This is a gambas3 command line app that now can:
1. Download and load data in empty database
2. Download and update data in database, keep old records set "invalid" so you can check the evulution of the numbers of a given day (they tend to change still 2 a 3 days after first appearance).
There is no graphical interface so that you can start the program as a script and let it run daily...
You can then retrieve the data from the database with your own applications...... read more

Posted by cybrarian 2020-09-28

Examples/Covid19DataBE2db 0.1.0 update to new .csv data file

Covid19DataBE2db 0.1.0 release:
- cases municipalities download csv, filter needed columns and import in empty mariadb table

Note:
Covid19 Data Belgium to db: adapt to new format of csv file for covid 19 cases - municipalities since 22/9/2020.
Therefore version goes from 0.0.4 to 0.1.0.

Posted by cybrarian 2020-09-24

Examples/Covid19DataBE 0.1.0 update to new .csv data file

Suddenly Sciensano changed the format of the data, the csv files for cases has 9 columns instead of 11, and two first columns changed places!

Posted by cybrarian 2020-09-24

Examples/Covid19DataBE

examples of downloading data file of Belgian Covid19 cases (and hospitalisations) and doing some work on them;
- covid19DataBE to download the cases in cvs, split into data columns, filter the data of a choosen city, and optionally show the graph or export to cvs file.
(note: gambas 3.10 is not compatible with the versions that have the graph, you need gambas 3.14 or so)
- covid19DataBE2db CLI to download the data files, split into data colums, and import in your (mariadb) database (in the works), might run as daily script.

Posted by cybrarian 2020-09-03

DbInfoCode 3.2.0: Qt4 editor problem fix

Editor is deprecated in gambas since 3.8. Replaced with TextEditor.

DbInfoCode 3.2.1: project, replace qt4 by gb.gui.qt

Posted by cybrarian 2020-07-24

GbSettingsTool 0.1.1 released

Normally this tool is meant to create a new settings file that you want to read from the software you are developping.
Now you can also use it to open an existing settings file with an editor as kate (tested) or gedit (not tested).
This way it is just a shortcut to open your hidden gambas3 settings directory ...

Posted by cybrarian 2019-10-14

SimpleCharts 3.0.2 added

3.0.1 Adapted to Gambas 3.x from garlic SimpleCharts.
3.0.2: bugs in chart titles corrected, Charts resize (redraw after doubleclick)

Posted by cybrarian 2019-08-26

DbInfoCode 3.1.45, -.46 MForm included

3.1.46: Include tab with text from MForm to copy paste.
MForm contains default colors for edit, help etc
3.1.45: fix syntax $sLastError in MCode

Posted by cybrarian 2018-10-18
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.