Search found 297 matches

by vuott
Saturday 28th September 2024 9:36pm
Forum: Beginners
Topic: Creating and reading from arrays
Replies: 3
Views: 482

Re: Creating and reading from arrays

Come to the wiki and Gambas One when something's unclear or just odd. ...and: - http://www.gambas-club.de/index.php - https://gambas-es.org/ - https://www.gambas.one/classes/ - http://gambaslinux.fr/dcms/ - https://gambaslinux.fr/v2/ - http://89.234.156.109/ - https://www.gambas-it.org/smf/ - http:...
by vuott
Saturday 28th September 2024 7:09pm
Forum: Beginners
Topic: Load available printers to a combobox
Replies: 5
Views: 734

Re: Load available printers to a combobox

If you want to know a list of available printers in your system, maybe this page can help you:

https://www.gambas-it.org/wiki/index.ph ... io_sistema
by vuott
Wednesday 25th September 2024 9:01pm
Forum: Beginners
Topic: konsole window in a specific folder.
Replies: 7
Views: 677

Re: konsole window in a specific folder.

theyikes wrote: Wednesday 25th September 2024 4:38pm So when i click open it'll open a konsole window in the /home/USERNAME/Desktop or somewhere.
Maybe this, by activating gb.desktop Component:

Desktop.OpenTerminal(Desktop.GetDirectory("DESKTOP"))
by vuott
Wednesday 25th September 2024 1:12pm
Forum: Beginners
Topic: Gambas & VLC player
Replies: 35
Views: 2840

Re: Gambas & VLC player

vlc player must be designed to handle that but gb.media is not (gb.media is just a GStreamer interface). Hi, BruceSteers, as you know, Claus Dietrich ("crabman" on the German forum) has tried at both gb.media and libvlc resources for viewing web video and web-TV. He has repeatedly told me...
by vuott
Wednesday 25th September 2024 7:51am
Forum: Beginners
Topic: Gambas & VLC player
Replies: 35
Views: 2840

Re: Gambas & VLC player

Using gb.media resources, your link does not work for me either.
by vuott
Tuesday 24th September 2024 10:30am
Forum: Beginners
Topic: Gambas & VLC player
Replies: 35
Views: 2840

Re: Gambas & VLC player

If you want to play video by using gb.media Component, I suggest reading these pages: https://www.gambas-it.org/wiki/index.php/La_gestione_del_video_e_dei_file_video_con_il_componente_gb.media If you want to play video by using gb.media.form Component, I suggest: https://www.gambas-it.org/wiki/index...
by vuott
Saturday 21st September 2024 2:50pm
Forum: Beginners
Topic: Gambas & VLC player
Replies: 35
Views: 2840

Re: Gambas & VLC player

Wanting to handle the functions of the libvlc external library (VLC API library), I would suggest reading these pages: - https://www.gambas-club.de/viewtopic.php?t=6032 - http://89.234.156.109/sujet-5252-erreur-vlc-page-1.html - http://89.234.156.109/sujet-5253-retrouver-informations-vlc-page-1.html...
by vuott
Tuesday 20th August 2024 12:06pm
Forum: General
Topic: html to pdf
Replies: 2
Views: 2169

Re: html to pdf

Generally and strictly wanting to use the resources of Gambas , you can create a PDF file with at least :? two modes: - " Output " property of the "Printer" class https://www.gambas-it.org/wiki/index.php/Stampare_in_Gambas#Stampare_in_un_file_PDF - by using " gb.cairo "...
by vuott
Saturday 17th August 2024 2:32pm
Forum: Web
Topic: Automation with WebView
Replies: 9
Views: 5632

Re: Automation with WebView

BruceSteers wrote: Friday 16th August 2024 6:10pm ooh your qt6 doesn't seem too happy.
Hi BruceSteers,
...evidently my QT6 has not yet learnt that life can be bitter ! :lol:
by vuott
Friday 16th August 2024 1:23am
Forum: Web
Topic: Automation with WebView
Replies: 9
Views: 5632

Re: Automation with WebView

By using QT6 , I obtain in console: Path override failed for key base::DIR_APP_DICTIONARIES and path '/usr/bin/qtwebengine_dictionaries' Path override failed for key base::DIR_APP_DICTIONARIES and path '/usr/lib/qt6/qtwebengine_dictionaries' Path override failed for key base::DIR_APP_DICTIONARIES an...