"Critical" Error msg in working progam
Posted
#1
(In Topic #885)
Trainee
Gtk-CRITICAL **: 13:57:26.980: gtk_box-gadget_distribute: association 'size >= 0' failed in GtkRadioButton
I only have 2 Radio Buttons on one form and they function perfectly.
I made sure using "Hierarchy" that only 2 Radio Buttons were listed and there was not a phantom one that was too small to see on the form and there were only 2 as there should have been.
Any thought? Or should I just ignore?
Thanks
Posted
Enthusiast

Gtk-WARNING **: 23:02:55.963: Negative content width -5 (allocation 13, extents 9x9) while allocating gadget (node entry, owner GtkEntry)
it seems to be a "BUG" in GTK
Posted
Guru

Benoit has found workarounds for most errors.
It's usually nothing to worry about. you can sometimes get rid of the warning by adjusting the size/font of the gadget/container
Are you using the latest version of gambas?
Posted
Trainee
If it is just an Error in Error messages, that's fine as the program sure works properly.
Posted
Guru

the gtk themes like Mint-X Mint-Y etc all work and report things differently, some are better than others.
If i run pluma (MATE text editor) in a terminal i get way more gtk error warnings than i do running a gambas application
You should consider upgrading though.
If the autotools compilation methods is too much there always PPA on ubuntu/mint
Should be as simple as running the following commands…
<HIGHLIGHT highlight="shell">
# Install latest gambas stable release
# First add the PPA to your sources.list. Open a terminal and do:
sudo add-apt-repository ppa:gambas-team/gambas3
# Next update the sources and install Gambas:
sudo apt-get update
sudo apt-get install gambas3
</HIGHLIGHT>
Posted
Trainee
In my former Corporate life, I had over 50 VB 6.0 programs running in 70 plants world wide, and hated VB.Net. Love GAMBAS and promote it to anyone who will listen.
1 guest and 0 members have just viewed this.



