Am currently editing this to use the Paint.LinearGradient() method that I have only just discovered and not my own.
Gradient orientation can now be horizontal or vertical and ANY number of gradient colors can be used...
Todo:
Also add option to use Radial (circular) gradients.
Will upload soon...
Search found 841 matches
- Tuesday 9th August 2022 7:31pm
- Forum: Component Showcase
- Topic: GradientButton, set 2 colours and the background blends
- Replies: 6
- Views: 2909
- Tuesday 9th August 2022 6:17pm
- Forum: General
- Topic: "Critical" Error msg in working progam
- Replies: 5
- Views: 62
Re: "Critical" Error msg in working progam
It's often a fault in the gtk theme. the gtk themes like Mint-X Mint-Y etc all work and report things differently, some are better than others. If i run pluma (MATE text editor) in a terminal i get way more gtk error warnings than i do running a gambas application :) You should consider upgrading th...
- Tuesday 9th August 2022 7:23am
- Forum: General
- Topic: "Critical" Error msg in working progam
- Replies: 5
- Views: 62
Re: "Critical" Error msg in working progam
GTK used to put out loads of warnings.
Benoit has found workarounds for most errors.
It's usually nothing to worry about. you can sometimes get rid of the warning by adjusting the size/font of the gadget/container
Are you using the latest version of gambas?
Benoit has found workarounds for most errors.
It's usually nothing to worry about. you can sometimes get rid of the warning by adjusting the size/font of the gadget/container
Are you using the latest version of gambas?
- Monday 8th August 2022 11:42am
- Forum: Web
- Topic: We now have a WIP WebDrawingArea :o
- Replies: 1
- Views: 49
Re: We now have a WIP WebDrawingArea :o
My gambas coding must be improving. I added Gradients to WebDrawingArea and didn't have to change a whole load of things to make it acceptable to Benoit :D So Gradients are coming real soon :) Next will be Painting text with gradients if wanted. then supporting using images/patterns for Paint.Fill/S...
- Saturday 6th August 2022 3:01pm
- Forum: Project showcase
- Topic: a Gambas recent files Lister (TrayIcon)
- Replies: 12
- Views: 4354
Re: a Gambas recent files Lister (TrayIcon)
Scratch that, this seems to be a cinnamon only bug for me. and not just the showtoolbar menu , ANY toggle set just stays the same although the functions are operating, on gnome and mate it works just as expected.BruceSteers wrote: ↑Saturday 6th August 2022 2:21pmThat's odd, it works as expected here? i'll see if i can find a bug..
Cheers
- Saturday 6th August 2022 2:21pm
- Forum: Project showcase
- Topic: a Gambas recent files Lister (TrayIcon)
- Replies: 12
- Views: 4354
Re: a Gambas recent files Lister (TrayIcon)
Yes, that works well. I use Linux Mint Cinnamon and discovered that the autostart feature needs a delay or else the GLaunch icon appears on the desktop and not in the system tray. My glaunch.gambas.desktop file now looks like this: - [Desktop Entry] Type=Application Exec=/home/charlie/Dropbox/gamba...
- Friday 5th August 2022 12:13am
- Forum: General
- Topic: Graphic component like form in IDE
- Replies: 3
- Views: 67
Re: Graphic component like form in IDE
Hi to all: I want make a graphic panel where to drag and drop components like in main form editor in IDE, ie that align in a grid automatically. Is possible in Gambas? Possible, yes Automatic, no You'll have to use . _Drag() event https://gambaswiki.org/edit/comp/gb.qt4/control/drag https://gambasw...
- Thursday 4th August 2022 6:38pm
- Forum: Project showcase
- Topic: a Gambas recent files Lister (TrayIcon)
- Replies: 12
- Views: 4354
Re: a Gambas recent files Lister (TrayIcon)
I like this little program. It is now installed it on my Linux Mint Cinnamon system without issue. I noticed that the 'Show toolbar' option still says 'Show toolbar' when the toolbar is showing! There is an unused variable $List (Line 12 fList.class) I found the listings with ' /here/there/and_down...
- Thursday 4th August 2022 12:22pm
- Forum: Project showcase
- Topic: a Gambas recent files Lister (TrayIcon)
- Replies: 12
- Views: 4354
Re: a Gambas recent files Lister (TrayIcon)
Uploaded latest version.
Had a few updates/tweaks/fixes
(see first post)
Had a few updates/tweaks/fixes
(see first post)
- Thursday 4th August 2022 9:39am
- Forum: Project showcase
- Topic: Gambas Function sorter
- Replies: 8
- Views: 1996