Search found 1510 matches

by BruceSteers
Saturday 9th March 2024 6:29pm
Forum: The Gambas IDE
Topic: A note on using version control
Replies: 1
Views: 452

Re: A note on using version control

In this commit...
https://gitlab.com/gambas/gambas/-/comm ... 4104ea04bd

Benoit kindly added an option to disable the auto-reverting these files if you need it not to.

It's on the main preferences window...
by BruceSteers
Saturday 9th March 2024 4:43pm
Forum: General
Topic: Qt6
Replies: 29
Views: 12191

Re: Qt6

Has anyone heard anything about when or if a Qt 6 component will be added though? The last commit has new gb.qt6 component. It's currently only enabled for ubuntu lunar lobster I'm working on getting it enabled for mint (ubuntu jammy) problem seems to be the pkg config files do not get installed so...
by BruceSteers
Saturday 9th March 2024 1:01pm
Forum: General
Topic: Qt6
Replies: 29
Views: 12191

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: 43
Views: 6870

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

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

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

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: 43
Views: 6870

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: 43
Views: 6870

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

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