Search found 1510 matches

by BruceSteers
Wednesday 17th August 2022 3:56pm
Forum: General
Topic: Help With JSON formatting
Replies: 26
Views: 3940

Re: Help With JSON formatting

The format is a JSON string so use Decode to process it as a collection. the notifications is an array so use [0] to get the first item. ' this is your string... Dim s As String = "{\"location\":\"https://test.connect.paymentsense.cloud/pac/terminals/12345678/transactions/661c943...
by BruceSteers
Tuesday 16th August 2022 12:55pm
Forum: Project showcase
Topic: a Gambas recent files Lister (TrayIcon)
Replies: 26
Views: 20471

Re: a Gambas recent files Lister (TrayIcon)

Hi Bruce, Yes, that has fixed the [Alt]+[Tab] issue, thanks. I clicked the option to change the setting to not show the file path and although this worked I got an error:- https://www.cogier.com/gambas/glaunch4.png Doh!! lol Cheers again Charlie. Yep a silly error If m.Picture Then GridView1[GridVi...
by BruceSteers
Sunday 14th August 2022 10:42am
Forum: Project showcase
Topic: a Gambas recent files Lister (TrayIcon)
Replies: 26
Views: 20471

Re: a Gambas recent files Lister (TrayIcon)

cogier wrote: Saturday 13th August 2022 9:37am Is there a way to hide the program showing on the task changer?
Yes sorry (had to investigate that)

seems setting the forms NoTabFocus to true fixes that :)

Updated the archive in first post.

Cheers :)
by BruceSteers
Friday 12th August 2022 12:22pm
Forum: Component Showcase
Topic: GradientButton, set 2 colours and the background blends
Replies: 8
Views: 10553

Re: GradientButton, set 2 colours and the background blends

Okay then the upgraded version.. Additions/Changes... ColorHi and ColorLo have been replaced with Color1, Color2, Color3, Color4 Color1, Color2, Color3, Color4 are a way to simply set up to 4 colors easily in the IDE designer using the color selection GUI. GradientButton.ColorNames As String[] A lis...
by BruceSteers
Tuesday 9th August 2022 7:31pm
Forum: Component Showcase
Topic: GradientButton, set 2 colours and the background blends
Replies: 8
Views: 10553

Re: GradientButton, set 2 colours and the background blends

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...
by BruceSteers
Tuesday 9th August 2022 6:17pm
Forum: General
Topic: "Critical" Error msg in working progam
Replies: 5
Views: 1179

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...
by BruceSteers
Tuesday 9th August 2022 7:23am
Forum: General
Topic: "Critical" Error msg in working progam
Replies: 5
Views: 1179

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?
by BruceSteers
Monday 8th August 2022 11:42am
Forum: Web
Topic: We now have a WIP WebDrawingArea :o
Replies: 2
Views: 4829

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...
by BruceSteers
Saturday 6th August 2022 3:01pm
Forum: Project showcase
Topic: a Gambas recent files Lister (TrayIcon)
Replies: 26
Views: 20471

Re: a Gambas recent files Lister (TrayIcon)

BruceSteers wrote: Saturday 6th August 2022 2:21pm That's odd, it works as expected here? i'll see if i can find a bug..

Cheers
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.
by BruceSteers
Saturday 6th August 2022 2:21pm
Forum: Project showcase
Topic: a Gambas recent files Lister (TrayIcon)
Replies: 26
Views: 20471

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