AS3 air android Change to landscape keyboard - android

Can anyone tell me how i can set the keyboard to landscape in as3? I'm using flash cs5 and air for android and i don't have the auto aspect ration turned on, so what i want is to set the key board to come up in landscape in code.
Thanks in advance!!!
FlashCreated

The keyboard will appear in the orientation you set from either the properties panel or through code.

Related

How to configure android emulator to auto change orientation upon rotating

Currently, when I rotate the emulator, it doesn't auto change orientation, I have to press a little icon to change its orientation. Is there a way to configure it?
I am using Android API 28.
The little icon seems only shown when auto-rotate is turned off. After I turn on auto-rotate, the emulator changes orientation automatically.

How to fix zxing in portrait mode?

i using Zxing library 2.3 for barcode scanning.
i decide to use this in portrait mode. then i use this help .
but the screen still in landscape and picture in portrait.
like the screen shot:
(in this pictures mobile is in portrait mode)
how to fix that?

Set system level default screen orientation for an android device

I have a project requirement to create a kiosk based application which will always be in the landscape mode,for which I am making use of a tablet running on 4.2.2.One of the modules has the functionality to make phone calls.For making the calls from my app, I invoke the default android dialer app.However,I notice that even if my device is physically in the landscape mode,at times when the default dialer app is called,it first displays its portrait layout and the quickly switches to the landscape one(which is not visually appealing).Now,since I do not have access to modify the source code of the default dialer app,I was wondering if there is a way that I can specify a system level screen orientation as landscape ?
PS: I have root access for my tablet.
Any help would be appreciated.Many thanks !
There's an app for that: Rotation Locker
You can also add the switch ro.sf.hwrotation 90 in your build.prop file

Prevent fullscreen virtual keyboard on Android (Adobe Air app)

I want to prevent the virtual keyboard to go fullscreen on Android (landscape mode) in my Adobe Air made application.
I have read there is a way to do this using android:imeOptions="flagNoExtractUi" in the layout xml, but I have not managed to find how to do it in Adobe Air. There is a android manifest tag in the descriptor xml, but I can't make it work.
Here is how it is done in native Android development:
Disabling the fullscreen editing view for soft keyboard input in landscape?
Anyone know how to do this in Air?
Thanks in advance!
/Karl

Custom Input Keyboard for Tablet

I am building a tablet and I really don't want to use the standard keyboard input. I am always in landscape mode so I don't think I have enough space for the way this keyboard works. Is there any good tutorials on creating ones own custom IME? Is the resize an option for landscape mode?

Categories

Resources