Search found 1508 matches

by BruceSteers
Saturday 9th March 2024 1:01pm
Forum: General
Topic: Qt6
Replies: 29
Views: 12169

Re: Qt6

Technopeasant wrote: Thursday 7th March 2024 4:20am Has anyone heard anything about when or if a Qt 6 component will be added though?
The last commit has new gb.qt6 component.
by BruceSteers
Saturday 9th March 2024 12:43pm
Forum: Project showcase
Topic: Blockski+ , like Klotski but with a board editor.
Replies: 42
Views: 6844

Re: Blockski+ , like Klotski but with a board editor.

Technopeasant wrote: Saturday 9th March 2024 2:22am Nice work Bruce.
Thank you kind sir. 😎

It's getting there bit by bit ☺️
by BruceSteers
Saturday 9th March 2024 12:10am
Forum: General
Topic: First test project in Gambas
Replies: 3
Views: 288

Re: First test project in Gambas

Also read Like info harder... https://gambaswiki.org/wiki/lang/like maybe you want this... Like "{A-Z, a-z, 0-9, ',', '.', '-', ' ', '/'}" I do not know I do not use Like in detail like that but documentations says... {aaa,bbb,...} One of the strings between the square brackets. The string...
by BruceSteers
Friday 8th March 2024 5:25pm
Forum: General
Topic: First test project in Gambas
Replies: 3
Views: 288

Re: First test project in Gambas

install diodon or clipman or some other clipboard manager. A clipboard contents is held active by each program task, if you close the task the clipboard contents die with it. This is true for EVERY program you use on linux. the only way around it is to have a clipboard manager like diodon tool insta...
by BruceSteers
Friday 8th March 2024 10:25am
Forum: General
Topic: Raspbian Bookworm issues
Replies: 6
Views: 3584

Re: Raspbian Bookworm issues

Bruce is right. I have switched this RPI 4 to X11 using the raspi-config tool and this appears to have solved this particular issue of automatically moving the form to the bottom of the screen. Anyone have any insight on if Gambas will play nice with Wayland in the future? When wayland plays nice. ...
by BruceSteers
Thursday 7th March 2024 8:52pm
Forum: Project showcase
Topic: Blockski+ , like Klotski but with a board editor.
Replies: 42
Views: 6844

Re: Blockski+ , like Klotski but with a board editor.

Added another little side game, a bit of Tetris if yr bored :) Made a number of fixes since adding the multi-select. :-/ Some internal stuff... I added a String[][] array to the board that's a grid reference to all the blocks, each String is a list of blocks occupying that space. This speeds thing u...
by BruceSteers
Sunday 3rd March 2024 1:44pm
Forum: Project showcase
Topic: Blockski+ , like Klotski but with a board editor.
Replies: 42
Views: 6844

Re: Blockski+ , like Klotski but with a board editor.

some more updates in version 1.3.4 Some fixes in the editor. (editor is still a bit buggy but the play board is stable. Now there is Vanishing walls (as seen on the right hand of the first pic) they disappear when the prize block goes over them. My gf has made some huge boards based on the window$ K...
by BruceSteers
Sunday 3rd March 2024 3:26am
Forum: General
Topic: Colour picker issue.
Replies: 8
Views: 815

Re: Colour picker issue.

Right so i tried another merge request. https://gitlab.com/gambas/gambas/-/merge_requests/337 This one uses the method to show the color in the color box only if using x11 as currently gb.desktop is set to use desktop.portal ONLY if on wayland. The desktop portal PickColor method shows a nice little...
by BruceSteers
Saturday 2nd March 2024 12:12pm
Forum: General
Topic: errore gambas 3 raspberry 5
Replies: 3
Views: 280

Re: errore gambas 3 raspberry 5

What exactly does the error say? Is this the IDE that fails to launch or a program? If it's the IDE try running it from a Terminal and report back the error message. It's difficult to offer help without more detail. Welcome to the Forum. :D I was pre-coffee when i replied, my answer was as succinct...
by BruceSteers
Saturday 2nd March 2024 11:21am
Forum: General
Topic: errore gambas 3 raspberry 5
Replies: 3
Views: 280

Re: errore gambas 3 raspberry 5

No