Search found 1586 matches

by BruceSteers
Saturday 11th May 2024 1:59pm
Forum: General
Topic: Is there a more efficient way to set properties of each tab in a tabstrip?
Replies: 5
Views: 24

Re: Is there a more efficient way to set properties of each tab in a tabstrip?

Something like

TabPanel1[1].Text = "title"

Accessing the TabPanel like an array accessed each tab independently
by BruceSteers
Saturday 11th May 2024 9:14am
Forum: General
Topic: IDE Project Tree "Configuration" folder
Replies: 2
Views: 35

Re: IDE Project Tree "Configuration" folder

I think it's for highlight files. gb.highlight now supports your own highlight definition files that can be a part of your project and do not have to be a part of gambas (unlike when i made the sh highlight) This was the commit https://gitlab.com/gambas/gambas/-/commit/3484a2c7a257a836019f2e55c916be...
by BruceSteers
Friday 10th May 2024 5:38pm
Forum: General
Topic: What are the differences between Tab Strip and Tab Panel?
Replies: 3
Views: 47

Re: What are the differences between Tab Strip and Tab Panel?

TabPanel is the enhanced version.

TabStrip is basically the component qt5 gives us.

TabPanel is a gambas object that is an enhanced tabstrip that has more features but is also is more configurable when you know how to hack gambas controls :)
by BruceSteers
Thursday 9th May 2024 11:53pm
Forum: General
Topic: Music when Gambas starts
Replies: 1
Views: 30

Re: Music when Gambas starts

It was Ascension day.
by BruceSteers
Thursday 9th May 2024 10:14am
Forum: The Gambas IDE
Topic: Offline documentation
Replies: 2
Views: 77

Re: 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 BruceSteers
Wednesday 8th May 2024 8:07am
Forum: General
Topic: Am I missing something?
Replies: 4
Views: 84

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 ...
by BruceSteers
Wednesday 8th May 2024 2:30am
Forum: General
Topic: Am I missing something?
Replies: 4
Views: 84

Re: Am I missing something?

MediaPlayer is a gb.media component https://gambaswiki.org/wiki/comp/gb.media MediaView is a gb.media.form component that uses MediaPlayer to make a working GUI player https://gambaswiki.org/wiki/comp/gb.media.form Yes MediaPlayer is created by code and is kinda complicated but very configurable. Th...
by BruceSteers
Tuesday 7th May 2024 11:33pm
Forum: General
Topic: Debian and Gambas (long read)
Replies: 7
Views: 178

Re: Debian and Gambas (long read)

I replied on the M/L Willy the free option of packagecloud could be worth looking into. https://packagecloud.io/pricing/ that could be your own storage and anyone else could access it too :) I'm working on a tarball with the repo and some instruction on how to set it up. I will provide some download...
by BruceSteers
Sunday 5th May 2024 5:54pm
Forum: Beginners
Topic: How do I write multiple statements on a single line?
Replies: 1
Views: 133

Re: How do I write multiple statements on a single line?

It's not possible I'm afraid.

But doing something like that nine times can often be turned into a function or done in a loop.
by BruceSteers
Sunday 5th May 2024 9:56am
Forum: Project showcase
Topic: Manic Minutes
Replies: 3
Views: 2737

Re: Manic Minutes

Cool :)

How long does it take to create something like that?

I remember back in the day I made an animation using a cine camera and plasticine.
hours of time consuming work for what seems like way too short a clip after all the time spent but that's animation i guess.