Skip to content

WIP: examples: Implement SimpleUIForm/example.c in Python

Chris Mayo requested to merge chrism/libgda:simpleuiform.py into master

An attempt, works apart from the ComboBox - "invalid" is displayed instead. This does seem to be a libgda-6 thing, the ComoBox does work on 5.2.9.

Also get the following messages on the console:

Could not load data entry specifications for the 'string' plugin, please report error to http://gitlab.gnome.org/GNOME/libgda/issues
Could not load data entry specifications for the 'integer' plugin, please report error to http://gitlab.gnome.org/GNOME/libgda/issues
Could not load data entry specifications for the 'number' plugin, please report error to http://gitlab.gnome.org/GNOME/libgda/issues
Edited by Chris Mayo

Merge request reports