According to the documentation
http://developer.android.com/reference/android/inputmethodservice/Keyboard.html#getHeight()
it doesn't looks like it should be that hard to implement...
...so maybe someone at Runrev could explain why they are "not able to resolve
the bug at this point in time."
:
ay, September 24, 2012 5:00 PM
> To: How to use LiveCode
> Subject: Re: detect keyboard height on mobile
>
> On Mon, Sep 24, 2012 at 5:53 PM, Ralph DiMola
> wrote:
>
> > Andre,
> >
> > How are you handling the inability of inputting text in a LC field
> > objec
r 24, 2012 5:00 PM
To: How to use LiveCode
Subject: Re: detect keyboard height on mobile
On Mon, Sep 24, 2012 at 5:53 PM, Ralph DiMola
wrote:
> Andre,
>
> How are you handling the inability of inputting text in a LC field
> object on Android with some third party keyboards or wit
It is my experience that apps which use the keyboard for data entry don't seem
to go much out of their way to contain all the data entry fields and controls
in the space not taken up by the keyboard. They DO seem to auto-scroll to the
control which has the focus, but this should be something aut
mailto:use-livecode-boun...@lists.runrev.com] On Behalf Of Andre Garzia
> Sent: Monday, September 24, 2012 4:48 PM
> To: How to use LiveCode
> Subject: Re: detect keyboard height on mobile
>
> On Sun, Sep 23, 2012 at 9:24 PM, Ken Ray wrote:
>
> >
> > On Sep 20, 20
-livecode-boun...@lists.runrev.com
[mailto:use-livecode-boun...@lists.runrev.com] On Behalf Of Andre Garzia
Sent: Monday, September 24, 2012 4:48 PM
To: How to use LiveCode
Subject: Re: detect keyboard height on mobile
On Sun, Sep 23, 2012 at 9:24 PM, Ken Ray wrote:
>
> On Sep 20, 2012, at 6
On Sun, Sep 23, 2012 at 9:24 PM, Ken Ray wrote:
>
> On Sep 20, 2012, at 6:29 PM, Andre Garzia wrote:
>
> > Do we all agree that this is worth asking for an enhancement?
>
> IMHO this is not an "enhancement" but a critically missing feature - how
> can we deploy applications that require non-modal
On Sep 20, 2012, at 6:29 PM, Andre Garzia wrote:
> Do we all agree that this is worth asking for an enhancement?
IMHO this is not an "enhancement" but a critically missing feature - how can we
deploy applications that require non-modal text entry without knowing how much
to scroll to make our
What I do is to place every form control in a group and then when a control
gets the focus you scroll the group so the field is visible, then when the
keyboard is dismissed you scroll the group back to its original position. You
can also add user scrolling to the group so the user can scroll up
> It would be much simpler to have a cross platform modal for text editing.
> Perhaps single and multiline options.
>
Except sometimes you wish your editing was not modal... A client complained
about the modal editing, he wanted me to provide in-place editing for the
apps forms but since they were
On 21/09/2012, at 11:47 AM, Monte Goulding wrote:
>>> I agree although an alternative might be a rect parameter to
>>> keyboardActivated. Hmm... I haven't done much LC android stuff because of
>>> the no externals issue. I see keyboardActivated is iOS only. How are you
>>> dealing with that?
>>>
>> I agree although an alternative might be a rect parameter to
>> keyboardActivated. Hmm... I haven't done much LC android stuff because of
>> the no externals issue. I see keyboardActivated is iOS only. How are you
>> dealing with that?
>>
>
> I have a specific card for text input. When the use
On Thu, Sep 20, 2012 at 10:36 PM, Monte Goulding <
mo...@sweattechnologies.com> wrote:
> I agree although an alternative might be a rect parameter to
> keyboardActivated. Hmm... I haven't done much LC android stuff because of
> the no externals issue. I see keyboardActivated is iOS only. How are y
I agree although an alternative might be a rect parameter to keyboardActivated.
Hmm... I haven't done much LC android stuff because of the no externals issue.
I see keyboardActivated is iOS only. How are you dealing with that?
On 21/09/2012, at 11:25 AM, Andre Garzia wrote:
> I think the workin
Not really, basically if you are poking around apple docs and you see there is
a notification about something and you need it then you can use mergNotify to
get it.
For example if you go here:
https://developer.apple.com/library/ios/#documentation/UIKit/Reference/UIWindow_Class/UIWindowClassRef
;>> Ralph DiMola
> >>> IT Director
> >>> Evergreen Information Services
> >>> rdim...@evergreeninfo.net
> >>>
> >>>
> >>> -Original Message-
> >>> From: use-livecode-boun...@lists.runrev.com
> >>> [mailt
n the upper 3rd.
>>>
>>> Ralph DiMola
>>> IT Director
>>> Evergreen Information Services
>>> rdim...@evergreeninfo.net
>>>
>>>
>>> -Original Message-
>>> From: use-livecode-boun...@lists.runrev.com
>
use-livecode-boun...@lists.runrev.com] On Behalf Of Colin Holgate
>> Sent: Wednesday, September 19, 2012 11:26 AM
>> To: How to use LiveCode
>> Subject: Re: detect keyboard height on mobile
>>
>> The situation is more complicated than you may be thinking. On iOS you ca
Andre,
I agree. I'm on board!
Ralph DiMola
MIS Director
Evergreen Information Services
rdim...@evergreeninfo.net
-Original message-
From: Andre Garzia
To: How to use LiveCode
Sent: Thu, Sep 20, 2012 23:29:48 GMT+00:00
Subject: Re: detect keyboard height on mobile
Do we all
-boun...@lists.runrev.com] On Behalf Of Colin Holgate
> Sent: Wednesday, September 19, 2012 11:26 AM
> To: How to use LiveCode
> Subject: Re: detect keyboard height on mobile
>
> The situation is more complicated than you may be thinking. On iOS you can
> split the keyboard into tw
...@evergreeninfo.net
-Original Message-
From: use-livecode-boun...@lists.runrev.com
[mailto:use-livecode-boun...@lists.runrev.com] On Behalf Of Colin Holgate
Sent: Wednesday, September 19, 2012 11:26 AM
To: How to use LiveCode
Subject: Re: detect keyboard height on mobile
The situation is
The situation is more complicated than you may be thinking. On iOS you can
split the keyboard into two halves that slide up to half way, or you can undock
and the keyboard remains intact, but sits halfway up the screen. You may want
to always make sure that important text into fields are in the
[mailto:use-livecode-boun...@lists.runrev.com] On Behalf Of Andre Garzia
Sent: Tuesday, September 18, 2012 9:30 PM
To: How to use LiveCode
Subject: detect keyboard height on mobile
Hey Folks,
Is there a way to detect the keyboard height on mobile? I know that for iOS
we have some pretty standard sizes
Hey Folks,
Is there a way to detect the keyboard height on mobile? I know that for iOS
we have some pretty standard sizes but for Android there are replacement
keyboards and different UIs for each vendor. Anyone has a solution for
that? I need to calculate the usable rect of the screen when the ke
24 matches
Mail list logo