Search found 71 matches

by gbWilly
Monday 27th May 2019 2:40pm
Forum: Web
Topic: HTML-Editor
Replies: 3
Views: 13608

HTML-Editor

Hi all,

Just a quick question: Anyone here happen to have a useable simple HTML-editor coded in Gambas?
Too busy to code one myself and I prefer using something build in Gambas, before searching the web for alternatives.
by gbWilly
Monday 20th May 2019 4:26pm
Forum: General
Topic: SQLite or MySQL?
Replies: 6
Views: 8374

Re: SQLite or MySQL?

Hi Cedron, When working with MariaDb, you are working with a fork of MySql. I used to run MySql on a Debian 7 server at work, we're now running Debian 9 servers and they replaced MySql with MariaDB. So, after a simple migration of the data from MySql to MariaDB, our data is now stored in MariaDB. I ...
by gbWilly
Monday 20th May 2019 4:02pm
Forum: Lounge
Topic: Computers and Life...
Replies: 11
Views: 16351

Re: Computers and Life...

Hi Sholzy, Quin, Cogier, Good to read you guys again and see we all kinda make the same mess of (not) backing up data. I lost a lot of digital stuff in the years past, but I somehow managed to save all my Gambas projects, thanks to Dropbox. At work I setup git repos on a server and I have a cloned r...
by gbWilly
Wednesday 1st February 2017 8:58pm
Forum: Lounge
Topic: Raspberry Pi update
Replies: 9
Views: 15423

Re: Raspberry Pi update

All you require is one of the above 3 mentioned window managers. They then run the Desktop (Innova). You can install it next to your regular desktop (I believe) and then choose what desktop you want to start (at least if your desktop uses one of the 3 mentioned window managers) So, for example if yo...
by gbWilly
Wednesday 1st February 2017 8:47pm
Forum: Lounge
Topic: Raspberry Pi update
Replies: 9
Views: 15423

Re: Raspberry Pi update

Just an update on the Innova Desktop project: Hello everyone Innova Desktop 1.3 Desktop Developed in Gambas3 Third version available for download Innova Preview 0.1.3 Available for now only Debia/Ubuntu systems. Special thanks to Benoit, Fabien and Zainudin Ahmad. I thank the people who have used an...
by gbWilly
Sunday 15th January 2017 4:39pm
Forum: General
Topic: Did you know?
Replies: 91
Views: 423115

Re: Did you know?

There is more of that: For example, just try double clicking a button on a form. You'll be in the code editor of that forms class at the Public Sub Button_Click() event with the cursor positioned ready to code. I use it all the time... OR On a form or any control right-click and go to menu item 'eve...
by gbWilly
Saturday 10th December 2016 4:37pm
Forum: Web
Topic: Web Form
Replies: 10
Views: 26287

Re: Web Form

CMS in Gambas.... Looking forward to seeing that ;)
by gbWilly
Saturday 10th December 2016 2:59pm
Forum: Web
Topic: Web Form
Replies: 10
Views: 26287

Re: Web Form

When hosting Gambas websites on Apache2 you need to understand how cgi scripting works. See: https://httpd.apache.org/docs/2.2/howto/cgi.html Now, if you understand this, treat gambas webpages as cgi scripts and Apache2 will know what to do with them. So, you will need to add a 'Handler' that contai...
by gbWilly
Saturday 10th December 2016 2:44pm
Forum: Lounge
Topic: Raspberry Pi update
Replies: 9
Views: 15423

Re: Raspberry Pi update

The project is still active. I know that simply because my text editor gbEdit is part of edulibreos and so I am in regular contact with Herberth, the developer. Want to know more, see: https://sourceforge.net/projects/edulibreos-os/ There, you can download .iso files for amd64, i386 and i386 light t...
by gbWilly
Saturday 10th December 2016 12:57pm
Forum: General
Topic: Close a process
Replies: 2
Views: 5466

Re: Close a process

I thought you close a Process with Close.
Never heard of CloseInput, must be new.