Search found 141 matches

by sadams54
Wednesday 15th November 2023 12:51am
Forum: General
Topic: [SOLVED] Access Information on program created control
Replies: 2
Views: 6263

[SOLVED] Access Information on program created control

I actually have a question. background: I have buttons that are created dynamically based on ever changing information. The buttons are placed and arranged with a .text and a .tag the buttons are attached to a click event that does work. How do I wipe out the dynamically created buttons so I can mak...
by sadams54
Thursday 26th October 2023 7:26pm
Forum: General
Topic: can't access mysql
Replies: 3
Views: 8108

Re: can't access mysql

I am going to say yes local access is enabled because there is another application that uses the mysql db on that system and it runs fine. It is not a gambas app tho. I am thinking the issue is something to do with fedora 29 and having compiled gambas there. perhaps I missed something? followed the ...
by sadams54
Wednesday 25th October 2023 9:59pm
Forum: General
Topic: can't access mysql
Replies: 3
Views: 8108

can't access mysql

I compiled and installed gambas 3 version 3.18 on a fedora 29 system. It does work believe it or not. For reasons too in depth I can not upgrade this system beyond fedora 29 for any reason. My bottom line goal is to have a gambas program I wrote operate on this and other systems. The problem is I co...
by sadams54
Wednesday 11th October 2023 6:21pm
Forum: General
Topic: [SOLVED] Prevent program from exiting
Replies: 2
Views: 2993

Re: Prevent program from exiting

Thank you, that was what I was looking for.
by sadams54
Tuesday 10th October 2023 11:41pm
Forum: General
Topic: [SOLVED] Prevent program from exiting
Replies: 2
Views: 2993

[SOLVED] Prevent program from exiting

I know I saw something about this but can't find it..

Is there a way to catch and stop your project from ending including if they hit the big X?

this needs to be done inside the program not external.
by sadams54
Thursday 5th October 2023 12:03am
Forum: General
Topic: Can Gambas be used to write a system service?
Replies: 6
Views: 2252

Re: Can Gambas be used to write a system service?

I set up the stuff needed to run as a service, that is not too tough. but it fails and this is what I get as a result... I will start researching to find out why but if anybody sees it right off let me know. I am assuming it is the graphical component but at some points this service has to create a ...
by sadams54
Wednesday 4th October 2023 8:18pm
Forum: General
Topic: Can Gambas be used to write a system service?
Replies: 6
Views: 2252

Re: Can Gambas be used to write a system service?

I will have to do some digging on that and play a bit but thank you.

so you can take that program and do systemctl enable {progname} and have it run as a system service?
by sadams54
Wednesday 4th October 2023 7:13pm
Forum: General
Topic: Can Gambas be used to write a system service?
Replies: 6
Views: 2252

Re: Can Gambas be used to write a system service?

I would love to access the software farm and take a look however I can't. Gambas locks up sitting waiting on the software farm. I can register or login. well I don't have a login so that means register. But register just times out waiting for me to answer an e-mail that never arrives. And yes I am g...
by sadams54
Tuesday 3rd October 2023 10:05pm
Forum: General
Topic: Can Gambas be used to write a system service?
Replies: 6
Views: 2252

Can Gambas be used to write a system service?

Unfortunately the search feature does not allow us to search on "system service" so unable to see if this is already answered.

I am wanting to know if we can write a system service in gambas? What restrictions are there? I assume we can't put in a GUI for it.
by sadams54
Thursday 21st September 2023 9:10pm
Forum: General
Topic: [Solved] Get Linux version and name
Replies: 9
Views: 3682

Re: Get Linux version and name

Thanks for the info. I was not aware of hostnamectl, you gave me something new to play with. I thought that this was an interesting question. As a result, I discovered that all distros that use Systemd , and that is most distros now, have a useful command called hostnamectl . This produces quite a b...