I've been given a couple of extra command statements that have never made their way into the manual. So I was wondering if there is another manual that includes these, plus any more that you may have provided to others. As long as I'm on the subject, is there a Word version of the manual? I cannot search the PDF version. One more thing... is there a way to keep the screen in portrait mode? Seems like everytime I lay the phone close to horizontal, it goes into landscape mode, and when I pick it back up, I lose menu options on the bottom. Thanks, in advance, for any answers you may be able to provide.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I have just implemented the commands
HIDEK and
SHOWK
which should do what you want.
HIDEK hides the virtual keyboard on Android and SHOWK shows it. You may want to use
sequences like:
' somecode her
SHOWK
INPUT "Ender a number: ",a
HIDEK
PRINT "The number is ";a
' ...
The new release 1.25-44 has it.
Last edit: Markus Hoffmann 2016-09-23
Why do you ask, Mr. troll?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I'm not sure. What version of Android and xbasic are you using? I'm using 1.27 on an Android 5.1.1 device. I sometimes use xbasic on a Windows tablet, but not often.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Currently using android X-11 v.1.25 also on a 5.1.1 phone.
Sent from Mail for Windows 10
From: Yet Another Troll
Sent: Friday, October 18, 2019 2:35 PM
To: [x11-basic:discussion]
Subject: [x11-basic:discussion] Re: Wondering....
I'm not sure. What version of Android and xbasic are you using? I'm using 1.27 on an Android 5.1.1 device. I sometimes use xbasic on a Windows tablet, but not often.
The last time I tried dealing with screen rotations, I had to poll for the screen geometry changes and redraw. I posted some code a while back that may or may not work well with the built in GUI commands,
I've been given a couple of extra command statements that have never made their way into the manual. So I was wondering if there is another manual that includes these, plus any more that you may have provided to others. As long as I'm on the subject, is there a Word version of the manual? I cannot search the PDF version. One more thing... is there a way to keep the screen in portrait mode? Seems like everytime I lay the phone close to horizontal, it goes into landscape mode, and when I pick it back up, I lose menu options on the bottom. Thanks, in advance, for any answers you may be able to provide.
What statements? What do they do?
I have just implemented the commands
HIDEK and
SHOWK
which should do what you want.
HIDEK hides the virtual keyboard on Android and SHOWK shows it. You may want to use
sequences like:
' somecode her
SHOWK
INPUT "Ender a number: ",a
HIDEK
PRINT "The number is ";a
' ...
The new release 1.25-44 has it.
Last edit: Markus Hoffmann 2016-09-23
Why do you ask, Mr. troll?
Those are in the 1.25 manual reachable via http://x11-basic.sourceforge.net/x11basic.html
as well as the 1.27 manual at https://sourceforge.net/projects/x11-basic/files/
Thank you very much, Mr. Troll. Any chance you might be able to address my other questions?
I'm not sure. What version of Android and xbasic are you using? I'm using 1.27 on an Android 5.1.1 device. I sometimes use xbasic on a Windows tablet, but not often.
Currently using android X-11 v.1.25 also on a 5.1.1 phone.
Sent from Mail for Windows 10
From: Yet Another Troll
Sent: Friday, October 18, 2019 2:35 PM
To: [x11-basic:discussion]
Subject: [x11-basic:discussion] Re: Wondering....
I'm not sure. What version of Android and xbasic are you using? I'm using 1.27 on an Android 5.1.1 device. I sometimes use xbasic on a Windows tablet, but not often.
Wondering....
Sent from sourceforge.net because you indicated interest in https://sourceforge.net/p/x11-basic/discussion/2447828/
To unsubscribe from further messages, please visit https://sourceforge.net/auth/subscriptions/
Virus-free. www.avg.com
The last time I tried dealing with screen rotations, I had to poll for the screen geometry changes and redraw. I posted some code a while back that may or may not work well with the built in GUI commands,
https://sourceforge.net/p/x11-basic/discussion/75527/thread/ec2e7b4e/?limit=250#6971/4662
If that doesn't pull up the code, search on "sined"