Tagged Questions
1
vote
2answers
332 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
1answer
216 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. ...