Active Forums => Programs => Topic started by: SpriggsySpriggs on April 19, 2021, 05:15:17 pm
Title: $VIRTUALKEYBOARD Alternative for Windows and Linux
Post by: SpriggsySpriggs on April 19, 2021, 05:15:17 pm
There used to be a keyword for QB64 that would pull up the virtual keyboard for Android development. The keyword still exists in QB64 but is deprecated and not used. This is my attempt at making something similar for Windows and Linux. Enjoy. For Linux, you will need to install onboard from the command line in order to use the function.
Title: Re: $VIRTUALKEYBOARD Alternative for Windows and Linux
Post by: SpriggsySpriggs on April 30, 2021, 05:16:48 pm
I've updated the original post to also work with Linux. Requires an installation of onboard
Title: Re: $VIRTUALKEYBOARD Alternative for Windows and Linux
Post by: SpriggsySpriggs on May 05, 2021, 02:50:21 pm
On Discord, @Ashish pointed out that it wasn't working in 32 bit Windows. This was caused by an issue that is present in several programming languages and caused by Windows redirecting to 64 bit file directories. Thankfully, easily fixed by making one function call. Now it works in 32 and 64 bit Windows.
Title: Re: $VIRTUALKEYBOARD Alternative for Windows and Linux
Post by: SMcNeill on May 05, 2021, 04:06:35 pm
I've got a virtual keyboard here as well, if you want to check it out sometime: https://www.qb64.org/forum/index.php?topic=3608.0
Title: Re: $VIRTUALKEYBOARD Alternative for Windows and Linux
Post by: SpriggsySpriggs on May 05, 2021, 04:15:47 pm
Oh, yeah that thing. I remember seeing that. Mine just brings up the OS's on-screen keyboard.
Title: Re: $VIRTUALKEYBOARD Alternative for Windows and Linux
Post by: Ashish on May 06, 2021, 01:54:47 am