Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

1
vote
2answers
330 views

Processing Linux SIGnals using Gambas

I would like to send a (as yet undetermined) SIGnal from a bash script to a Gambas program when a specific file has been changed. How can I get my Gambas program to process this SIGnal?
0
votes
0answers
26 views

Can't show a MySQL VIEW data with Gambas2 dataview

Gambas connection to the database works fine as I can show data from any regular table into the dataview. The procedure is simple: set the datasource's property "table" to the name of the table or ...
0
votes
1answer
207 views

Gambas - How can I create radio (mutually exclusive) menu?

I'm using Gambas 2.13 on Ubuntu 9.10. I have created a QT graphical application and I'm trying to create radio (mutually exclusive) menu items, with a radio icon instead of a check mark when selected. ...