Search found 184 matches

by PJBlack
Wednesday 7th July 2021 11:07am
Forum: Component
Topic: Any simple DBus examples?
Replies: 8
Views: 5222

Re: Any simple DBus examples?

https://gambas-buch.de/dwen/doku.php?id=k24:k24.9:start 24.9.0 D-Bus 24.9.0.1 D-Bus and Gambas 24.9.0.2 D-Bus-Introspection 24.9.0.3 D-Bus-Signatur 24.9.1 DBusObject 24.9.2 DBus 24.9.2.1 Project 24.9.3 DBusApplication 24.9.4 DBusConnection 24.9.5 DBusObserver 24.5.2.1 Project 24.9.6 DBusSignal 24.9....
by PJBlack
Tuesday 29th June 2021 12:10am
Forum: General
Topic: app from terminal or gui? [SOLVED]
Replies: 3
Views: 2401

Re: app from terminal or gui?

MAYBE something like so:
    Try Debug Me.h

    If Not Error Then Debug "GUI Programm ..." Else Debug "Konsolenprogramm ..."
by PJBlack
Thursday 24th June 2021 4:17pm
Forum: Web
Topic: WebForm in various browser TABs
Replies: 2
Views: 7147

Re: WebForm in various browser TABs

hello,
I am just cooking and therefore not very concentrated ... but when skimming your code I noticed that you create a new object with every click ...
by PJBlack
Sunday 20th June 2021 11:20am
Forum: Lounge
Topic: We've got help searching :) (offline help only)
Replies: 4
Views: 9474

Re: We've got help searching :) (offline help only)

bruce, you know i appreciate you very much but your comment is *censored*,as well as*censored* and furthermore it is miles below your mental abilities ... 1. in my opinion it is massively schizophrenic to put a website online and then expect nobody to use it ... 2. i wish for 6 correct numbers in th...
by PJBlack
Saturday 19th June 2021 3:50pm
Forum: Lounge
Topic: We've got help searching :) (offline help only)
Replies: 4
Views: 9474

Re: We've got help searching :) (offline help only)

nice ... another way to look for non existing documentation ;-)

and in my opinion my little gambas helper by stevedee is MUCH better ...
by PJBlack
Sunday 13th June 2021 10:52pm
Forum: General
Topic: Not the farm problem but mine Solved
Replies: 14
Views: 7744

Re: Not the farm problem but mine Solved

Enumeration declaration { PUBLIC | PRIVATE } ENUM Identifier [ = Value ] [ , Identifier [ = Value ] ... ] This keyword declares an enumeration, i.e. a list of integer constants. If the Value of a constant is not specified, then it will be the value of the previous constant plus one, or zero for the...
by PJBlack
Sunday 6th June 2021 1:36am
Forum: General
Topic: [Solved] How to Declared a Array in Gambas
Replies: 4
Views: 3325

Re: How to Declared a Array in Gambas

Public QuickTenderName[7] As String Public QuickTenderValue[7] As String should work ... maybe better: Public QuickTenderName as String[] Public QuickTenderValue as String[] public/privat sub/function() dim QuickTenderName as New string[] dim QuickTenderValue as New string[] ... ... QuickTenderName...
by PJBlack
Friday 4th June 2021 10:28pm
Forum: General
Topic: Form Centre
Replies: 5
Views: 3347

Re: Form Centre

[System]
Gambas=3.16.90 dbd2bb3a2 (master)
OperatingSystem=Linux
Kernel=5.10.36-2-MANJARO
Architecture=x86_64
Distribution=Manjaro Linux
Desktop=XFCE

sorry quin but can't confirm :-(
by PJBlack
Tuesday 18th May 2021 11:00pm
Forum: General
Topic: PDF quandary - A cry for clarity.
Replies: 23
Views: 13888

Re: PDF quandary - A cry for clarity.

vuott wrote: Monday 17th May 2021 2:08pmYou have to activate "gb.desktop.x11" and "gb.cairo" Components.
Doctor Watson wrote: Tuesday 18th May 2021 3:02pmWell, I couldn’t have known that, could I ?
Hmmmm ...