Search found 1588 matches

by BruceSteers
Saturday 11th May 2024 8:28pm
Forum: General
Topic: IDE Project Tree "Configuration" folder
Replies: 3
Views: 51

Re: IDE Project Tree "Configuration" folder

Who knows.

Maybe the start of ,,,,,, drum roll,,,,,,, plugins :)

Maybe ask Ben if he has plans to do other things with it.
by BruceSteers
Saturday 11th May 2024 8:02pm
Forum: General
Topic: Is there a more efficient way to set properties of each tab in a tabstrip?
Replies: 6
Views: 54

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

There a couple of things here. 1. As with many controls, the property values are not set to the IDE values until the control is actually loaded. It is similar for code set property values. So some things depend on when you are trying to setting them. 2. As Bruce said, the "tabs" are best ...
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: 6
Views: 54

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 accesses each tab independently
by BruceSteers
Saturday 11th May 2024 9:14am
Forum: General
Topic: IDE Project Tree "Configuration" folder
Replies: 3
Views: 51

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: 56

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: 35

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: 86

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: 86

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...