Search found 103 matches

by Got2BeFree
Thursday 9th May 2024 4:55am
Forum: The Gambas IDE
Topic: Offline documentation
Replies: 1
Views: 12

Offline documentation

Just discovered my offline documentation is out of date. Hit the button to install the updated version and it promptly throws up a message bot saying "Unable to uncompress documentation". Where is it trying to download and uncompress to and I'll look to see if it's a permission problem.
by Got2BeFree
Thursday 9th May 2024 12:16am
Forum: General
Topic: Debian and Gambas (long read)
Replies: 6
Views: 122

Re: Debian and Gambas (long read)

My internet provider wouldn't allow a web server since it's not a commercial account. Besides, my upload speeds are only about 45 Mbps (on a good day). I've thought about getting a commercial account so I could have a server at home, but it would be cheaper for me to rent a dedicated server. I'll re...
by Got2BeFree
Wednesday 8th May 2024 8:34pm
Forum: General
Topic: Am I missing something?
Replies: 4
Views: 58

Re: Am I missing something?

Thanks Bruce for sharing your knowledge. It is much appreciated by me.
by Got2BeFree
Wednesday 8th May 2024 4:35am
Forum: General
Topic: Am I missing something?
Replies: 4
Views: 58

Re: Am I missing something?

Thanks, for your reply, Bruce. Bare with me... my 62 year old brain works a little slower these days... So, I'm not missing a MediaPlayer form in the toolbox and MediaPlayer is only created by code? I haven't done much digging yet into the audio part of my project. Some of my security cameras have a...
by Got2BeFree
Wednesday 8th May 2024 12:45am
Forum: General
Topic: Am I missing something?
Replies: 4
Views: 58

Am I missing something?

Since I've been away from Gambas for several years, I'm trying to relearn things. Some of it is coming back to me easily. Other stuff I'm struggling with, but I'm getting there. The last project I started was way back with Gambas version 3.9.x (2016) and a few minor updates through the years until v...
by Got2BeFree
Monday 6th May 2024 12:46am
Forum: General
Topic: Debian and Gambas (long read)
Replies: 6
Views: 122

Re: Debian and Gambas (long read)

Why did you have to post this? :evil: Now I'm going to be thinking about how to fit this into my list of things to do. :evil: :lol: I wish I was still running an off-site server, but alas, I gave up my last one about 4 years ago. :( Since I've been running Debian at home for the past 8 years or so, ...
by Got2BeFree
Saturday 4th May 2024 7:57pm
Forum: General
Topic: SQLite
Replies: 3
Views: 140

Re: SQLite

Thanks Quin! I had created db in code (or with DB Browser for SQLite) for so long I had forgotten I can create a db using a script file in Gambas. After digging a little more I realized that I can create a unique index with code. Not exactly what I wanted, but just as good. After giving my use case ...
by Got2BeFree
Thursday 2nd May 2024 5:10am
Forum: General
Topic: SQLite
Replies: 3
Views: 140

SQLite

When creating an SQLite table from within Gambas, I'd like to mark one of the columns UNIQUE (such as column name "name" in the example code below). I'm not having any success. Is there a way to do that? I know I could check what's being entered against existing rows to make sure the new d...
by Got2BeFree
Wednesday 1st May 2024 9:40pm
Forum: General
Topic: Live video feed?
Replies: 6
Views: 771

Re: Live video feed?

I found an example in the farm that can play an RTSP stream Well, what's the name of this program that you found ? IPTV by WebOss. Once I saw how it's done, I realized just how simple it is. Just need a MediaView and feed it an RTSP url like this: MediaView1.Stop MediaView1.URL = "rtsp://192.1...
by Got2BeFree
Tuesday 30th April 2024 4:55pm
Forum: General
Topic: Live video feed?
Replies: 6
Views: 771

Re: Live video feed?

Thanks, guys! That was just enough info to get me going in the right direction. I found an example in the farm that can play an RTSP stream and I'll base my project on that one. That project is in another language so it's going to take a bit to sort that out. I have a neighbor who would "borrow...