Search found 143 matches

by sadams54
Wednesday 18th January 2023 1:24am
Forum: Component
Topic: programatically control columnview
Replies: 5
Views: 37254

Re: programatically control columnview

I think I understand. I was looking up columnview but nothing was jumping out at me. gambas is such a simple language that I sometimes can't think simple enough to make something work. I will try what you suggested. you understood right the first time.
by sadams54
Monday 16th January 2023 8:42pm
Forum: Component
Topic: programatically control columnview
Replies: 5
Views: 37254

programatically control columnview

I have noticed an issue with columnview on fedora tablets. Making a selection does not select an item but instead brings up the on screen keyboard. I do not care why or how this happens I am assuming an issue in fedora. What I want to do is create a tablet mode giving me extra buttons on the screens...
by sadams54
Monday 7th November 2022 8:45pm
Forum: General
Topic: Spot my error
Replies: 8
Views: 1060

Re: Spot my error

I do alot of mysql with gambas. I would have to agree that we need some more information. If you can show us what the data in the table looks like along with what VB.net is returning then what you get on gambas I think I can help you.
by sadams54
Tuesday 17th May 2022 10:02pm
Forum: General
Topic: Help Converting From VB.net to Gambas
Replies: 12
Views: 8874

Re: Help Converting From VB.net to Gambas

I worked in VB since version 6. MS does so many things in strange ways that make no sense and leave opening for many errors. The thing I keep running into is I still think complex like MS. In Gambas you must think simple because it works. I converted several VB projects over but ended up mostly rewr...
by sadams54
Thursday 17th February 2022 7:58pm
Forum: Component
Topic: mediaview capture
Replies: 6
Views: 16133

Re: mediaview capture

I will have to take some time going thru that code you provided. hurts my brain right now. Let me splain.... I have gotten very pissed off with zoneminder and monitor which are used for security cameras. both are flakey and difficult to keep working. Yes zoneminder especially. I want to write a new ...
by sadams54
Thursday 10th February 2022 8:49pm
Forum: Component
Topic: mediaview capture
Replies: 6
Views: 16133

mediaview capture

I can't find it but is there a way to capture the stream coming in on a mediaview control so it can be saved as a video file?

if it is not possible is there a control that will do this?
by sadams54
Wednesday 8th December 2021 7:35pm
Forum: General
Topic: can't make a .deb
Replies: 2
Views: 1768

Re: can't make a .deb

I just checked and yes it is installed. also to be clear this is on version 3.15
by sadams54
Wednesday 8th December 2021 1:05am
Forum: General
Topic: can't make a .deb
Replies: 2
Views: 1768

can't make a .deb

I am attempting to make an installation package for debian. I use fedora. When I select debian everything says it worked right but all I get are tarballs and none of them have a .deb file included for installation in debian. makepkg is installed and everything seems to say it is working. no errors s...
by sadams54
Tuesday 7th December 2021 11:27pm
Forum: General
Topic: use old runtime
Replies: 2
Views: 1783

Re: use old runtime

I am aware of not using 3.16 code but thanks for warning.

That was exactly what I was looking for thank you so much
by sadams54
Tuesday 7th December 2021 1:41am
Forum: General
Topic: use old runtime
Replies: 2
Views: 1783

use old runtime

I have several gambas projects. I have not upgraded to 3.16 yet because I am afraid of breaking the project requiring 3.16 runtime. I think I saw it in here but can't find it. is there a way to force the project to use the 3.15 runtime even if I am using 3.16? I just want it to work for those that h...