Search found 245 matches

by gbWilly
Fri Jun 20, 2025 10:00 am
Forum: General
Topic: qt5.Webview component - how to replicate qt5.WebKit.HitTest method
Replies: 7
Views: 3232

Re: qt5.Webview component - how to replicate qt5.WebKit.HitTest method

Yes, I currently dual boot Manjaro and EndeavourOS, and I might move to Debian Trixie when it is released. None of these provide support for the qt-webkit. So I code in a Debian Bookwork KDE virtual machine (Gambas 3.18), then move the project to a Mint 21 (Gambas 3.19) virtual machine to create th...
by gbWilly
Thu Jun 19, 2025 11:36 pm
Forum: GambOS
Topic: Progress - logdate 20250619
Replies: 1
Views: 82

Re: Progress - logdate 20250619

First reported test results are very positive... :D
by gbWilly
Thu Jun 19, 2025 1:39 pm
Forum: GambOS
Topic: Progress - logdate 20250619
Replies: 1
Views: 82

Progress - logdate 20250619

GambOS build 22 has been release to the contributor team for testing.
GambOS-build-22.png
It's the first release to use the GambOS online repository to pull Gambas3 and the GambOS applications from.
A big step forward to reaching a first public release.. 8-)
by gbWilly
Thu Jun 19, 2025 12:39 pm
Forum: General
Topic: qt5.Webview component - how to replicate qt5.WebKit.HitTest method
Replies: 7
Views: 3232

Re: qt5.Webview component - how to replicate qt5.WebKit.HitTest method

I then package my ask4nix app as an appimage, which runs quite well in the likes of Mint, Fedora, Endeavour OS, Manjaro and hopefully Debian Trixie when it's released. Up to bookworm the dependencies for qtwebkit are available on Debian. As of Trixie it is no longer possible to build the gb.qt.webk...
by gbWilly
Mon Jun 16, 2025 3:21 pm
Forum: GambOS
Topic: Progress - logdate 20250616
Replies: 0
Views: 114

Progress - logdate 20250616

A new version of GambOS Learning is available for contributor team to play with. This version now has a tab with code snippets (like in the old Gambas Learning) GambOSLearning.png While contributors have their hands full, I had some time to start on a second tool to help me out named 'IsoEditor'. Cu...
by gbWilly
Sun Jun 15, 2025 5:33 pm
Forum: GambOS
Topic: Progress - logdate 20250615
Replies: 1
Views: 278

Re: Progress - logdate 20250615

A day further in and IsoCreator is creating it's first iso as we speak.
These are iso's to merely test my new gambas tool... :lol:
IsoCreator.png
Fun fun fun...
Now another tool, an iso editor is needed, to hack this created iso to meet my needs...
by gbWilly
Sat Jun 14, 2025 10:45 pm
Forum: GambOS
Topic: Progress - logdate 20250615
Replies: 1
Views: 278

Progress - logdate 20250615

A lot of preparations have been ongoing last days. A lot had to do with updating GambOS Software Center and Gambas Book 1. Installing and updating from an online gambos repository is being tested, and it has a lot to do with preparing for the next build and the move from a local file repository to a...
by gbWilly
Mon Jun 09, 2025 11:17 pm
Forum: Beginners
Topic: Creating a class requirig mandatory parameters
Replies: 5
Views: 1912

Re: Creating a class requirig mandatory parameters

but get the error... Missing AS (OPC.class:3) What am I doing wrong? You are trying to create a new method but a class is required :? If i understand what you try to achieve: You need to make a class named OPC. Then in OPC: Public Sub _new(centerX As Integer, centerY As Integer, radius As Float) En...
by gbWilly
Mon Jun 09, 2025 10:56 pm
Forum: General
Topic: URGENT HELP NEEDED. after gambas update I lost the most important application
Replies: 12
Views: 5351

Re: URGENT HELP NEEDED. after gambas update I lost the most important application

I compiled gambas for that system but no idea where I got the source to compile from so that is what I seek and hoping that could find just the parts I need but if I need to recompile the whole thing that is fine as long as I can find the source again. You could start here: https://gambaswiki.org/w...
by gbWilly
Sun Jun 08, 2025 8:07 pm
Forum: GambOS
Topic: Progress - logdate 20250608
Replies: 0
Views: 1204

Progress - logdate 20250608

I've been working on an new .iso and new instructions to install the .iso While the instructions are being checked by contributors, I've been working on code snippets today. The Gambas Learning application I had back in 2012-13-ish, was a means to get to the Gambas Learning Guides, Gambas code snipp...