Search found 68 matches

by gbWilly
Thursday 6th July 2023 10:59pm
Forum: General
Topic: Gambas 3 and Touchscreen app
Replies: 20
Views: 2623

Re: Gambas 3 and Touchscreen app

Your welcome,

Post us an update on how things work out.. ;)
by gbWilly
Thursday 6th July 2023 9:52pm
Forum: General
Topic: Gambas 3 and Touchscreen app
Replies: 20
Views: 2623

Re: Gambas 3 and Touchscreen app

I'm going to spin up a Debian 12 vm which I believe has Gambas 3.18 Debian 11 has Gambas 3.18.0 in Backports and it does have the gambas3-gtk-webview and the gambas3-qt5-webview, so no need to go Debian 12. Add this to your /etc/apt/sources.list and your good to go: deb http://deb.debian.org/debian...
by gbWilly
Tuesday 4th July 2023 4:32pm
Forum: General
Topic: Strange Error
Replies: 3
Views: 2010

Re: Strange Error

I know this is an older post, but since you had no clue what causes this I might add some clarity fr.po:19: 'msgid' and 'msgstr' entries do not both end with '\n' fr.po:35: 'msgid' and 'msgstr' entries do not both end with '\n' msgfmt: found 2 fatal errors Every time you compile a translatable proje...
by gbWilly
Sunday 2nd July 2023 3:29pm
Forum: General
Topic: [Solved] DataGrid View
Replies: 9
Views: 1919

Re: DataGrid View

I would like the items to list From the bottom and not from the top so it would look a little like this https://algpos.co.uk/gambas/NPoSScreenshot_2.png To list from the bottom you will need to create a GridView with all empty rows. Number of rows needs to be enough to have the last row at the bott...
by gbWilly
Saturday 1st July 2023 7:09pm
Forum: General
Topic: Will Gambas ever integrate SMB so I can store my data on my server?
Replies: 3
Views: 823

Re: Will Gambas ever integrate SMB so I can store my data on my server?

Well I've only had to deal with SMB shares on Windows servers, but it should all work the same.
As long as credentials on the Synology NAS to approach the share are properly provided and the location to the share is properly mounted to a local folder you should be good.
by gbWilly
Saturday 1st July 2023 5:07pm
Forum: General
Topic: [Solved] DataGrid View
Replies: 9
Views: 1919

Re: DataGrid View

Ok, so you don't get your data from a database, thus do not need DataView (from gb.db.form) I guess you are talking about GridView then. You want: Data1 in row 10 Upon adding Data2 you want: Data1 move to row 9 Data2 in row 10 And so on... Just trying to wrap my head around what you exactly want. If...
by gbWilly
Saturday 1st July 2023 3:05pm
Forum: General
Topic: [Solved] DataGrid View
Replies: 9
Views: 1919

Re: DataGrid View

I presume you are talking about DataView (part of gb.db.form). So, for example, you have 10 records that need to populate the DataView Normal top down manner of populating the DataView is: Record1 in row1 Record2 in row2 .... Record9 in row9 Record10 in row10 in this order You now want the populatin...
by gbWilly
Saturday 1st July 2023 1:40am
Forum: General
Topic: [Solved] DataGrid View
Replies: 9
Views: 1919

Re: DataGrid View

What are you trying to achieve?
Can you give me an example maybe?
by gbWilly
Saturday 1st July 2023 12:57am
Forum: General
Topic: Will Gambas ever integrate SMB so I can store my data on my server?
Replies: 3
Views: 823

Re: Will Gambas ever integrate SMB so I can store my data on my server?

Now, it is my understanding that it is possible to mount an SMB folder into a local folder so that going to the local folder is really going to the SMB directory. Despite trying and troubleshooting, I have never been able to get this to work, and nobody has been able to help me get it to work I und...
by gbWilly
Tuesday 23rd May 2023 9:28pm
Forum: General
Topic: 3 Issues using Linux Mint 20
Replies: 10
Views: 1526

Re: 3 Issues using Linux Mint 20

Tried to load gambas3 onto a Linux Mint 20 machine and when attempting to launch, just got a small spinning circle for about 10 seconds then nothing. Seems this was a known issue but never incorporated in the latest download. This fixed that problem. sudo apt install gambas3-gb-form-print [this is ...