Search found 1569 matches

by BruceSteers
Tuesday 18th April 2023 9:13pm
Forum: Beginners
Topic: How to play a video file in Gambas? [SOLVED]
Replies: 10
Views: 1845

Re: How to play a video file in Gambas? [SOLVED]

Well yes. GB.media is a gstreamer interface so it can only play what your gstreamer can.

Maybe you can install missing codecs. Like h264 etc (whatever format the unplayable files are)

Or upgrade your mint with the mintupdate tool.
by BruceSteers
Tuesday 18th April 2023 2:50pm
Forum: Beginners
Topic: Test app UDPSocket Broadcast
Replies: 14
Views: 2171

Re: Test app UDPSocket Broadcast

Are you closing the socket first?
http://gambaswiki.org/wiki/comp/gb/stream/close
by BruceSteers
Tuesday 18th April 2023 2:48pm
Forum: Beginners
Topic: Test app UDPSocket Broadcast
Replies: 14
Views: 2171

Re: Test app UDPSocket Broadcast

Sorry, I didn't understand. :| My suggestion doesn't work? when I set the instance of the class = nothing it did not destroy instance, and the _free event did not occur so it was continuing to attempt to send udp packets I worked around it ... Please see the project attached and let me know if I am...
by BruceSteers
Monday 17th April 2023 9:13am
Forum: Beginners
Topic: Code Security
Replies: 8
Views: 1200

Re: Code Security

So.. the software will not be the only thing they will copy. They will order the hardware, duplicate electronics, and recompile software with their brand. Not a huge concern as this will be an appliance. I was just trying to see what a person can see if they can get to the executable I tried 'gba3 ...
by BruceSteers
Sunday 16th April 2023 7:19pm
Forum: Beginners
Topic: Code Security
Replies: 8
Views: 1200

Re: Code Security

I am actually come from the vb6 world where we compile natively making much harder to 'steal' products hehe, I don't think there's such a thing as "stealing" in Linux, unless your software goes commercial (Proprietary) or uses propriety stuff. There are different Licenses to be aware of, ...
by BruceSteers
Sunday 16th April 2023 6:45pm
Forum: Beginners
Topic: Code Security
Replies: 8
Views: 1200

Re: Code Security

I am willing to pay for Gambas to use it to develop my products... Creating software products is how I make a living Linux makes money because of scale. I am actually come from the vb6 world where we compile natively making much harder to 'steal' products It is completely acceptable to make proprie...
by BruceSteers
Sunday 16th April 2023 3:46pm
Forum: Beginners
Topic: Code Security
Replies: 8
Views: 1200

Re: Code Security

Hmm, but when you say it like this.... I plan to use a free open source operating system with a free open source development environment and it's free open source interpreter to make a closed source program for money... hehe ;) We hear this sort of thing all the time. Especially with those moving fr...
by BruceSteers
Sunday 16th April 2023 11:51am
Forum: Project showcase
Topic: ScriptED script editor.
Replies: 8
Views: 11325

Re: ScriptED script editor.

ScriptEd is in the process of getting a complete re-write and is almost ready. Like my Desktop-ish program it has been pretty much re-written from scratch as my gambas knowledge is better these days. New interface, using expandable panels. Multiple Terminals. External tools feature. re-built. Keystr...
by BruceSteers
Saturday 15th April 2023 5:41pm
Forum: Component
Topic: SDL 2 sound volume
Replies: 2
Views: 4298

Re: SDL 2 sound volume

by BruceSteers
Friday 14th April 2023 4:54pm
Forum: The Gambas IDE
Topic: Search & Replace disabled
Replies: 1
Views: 3461

Re: Search & Replace disabled

Hi, using Gambas 3.18.1, when I open the Search-&-Replace-box (Ctrl-F), both textboxes are disabled, I can't enter some text to search or replace (editing the code is generally possible). What's wrong? Tanks! Nothing with my gambas it all works as expected. I guess you have something wrong with...