Keyboard covers text field when typing
Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller
Re: Keyboard covers text field when typing
I always have the status bar visible in my apps. Is that what you mean?
g
g
14" MacBook Pro
Former LiveCode developer.
Now recovering.
Former LiveCode developer.
Now recovering.
Re: Keyboard covers text field when typing
Hi,all!
Things get interesting now... Although I don't know how to react in this situation....
Regards,
Michael
Things get interesting now... Although I don't know how to react in this situation....
Regards,
Michael
Re: Keyboard covers text field when typing
Geeez, you have nine (9) monitors attached to you machine?ECNU4271 wrote:Code: Select all
on openCard set the rect of this stack to line 9 of the working screenRects end openCard

Re: Keyboard covers text field when typing
Well, I don't even know how to use screenRects....Klaus wrote:Geeez, you have nine (9) monitors attached to you machine?ECNU4271 wrote:Code: Select all
on openCard set the rect of this stack to line 9 of the working screenRects end openCard
Re: Keyboard covers text field when typing
Here, tell me what is returned by typing in the field and pressing the button.
Note that you have to touch anywhere out of the field on the screen to make the keyboard go away before you hit the button.
Simon
Note that you have to touch anywhere out of the field on the screen to make the keyboard go away before you hit the button.
Simon
- Attachments
-
- ew_screenRect.zip
- LC 6.0
- (1.29 KiB) Downloaded 302 times
I used to be a newbie but then I learned how to spell teh correctly and now I'm a noob!
Re: Keyboard covers text field when typing
Thanks Simon,
it's 0,22,1366,764 what does it mean by the way?
Michael
it's 0,22,1366,764 what does it mean by the way?
Michael
Re: Keyboard covers text field when typing
nono on my iOS simulater the number is "0,20,320,264"
my screen resolution is 320 * 480
my screen resolution is 320 * 480
Re: Keyboard covers text field when typing
Actually I wanted both numbers.
Keyboard up/keyboard down.
The difference in the last number is what you have to accommodate for.
Simon
Keyboard up/keyboard down.
The difference in the last number is what you have to accommodate for.
Simon
I used to be a newbie but then I learned how to spell teh correctly and now I'm a noob!
Re: Keyboard covers text field when typing
Hi! Simon
It's 0,20,320,264
0,20,320,480
I may not express myself clear in the previous reply.
How may I make use of the difference by the way, I know you mention vScroll group but I really never use it. I am looking vscroll up in the dic now.
Michael
It's 0,20,320,264
0,20,320,480
I may not express myself clear in the previous reply.
How may I make use of the difference by the way, I know you mention vScroll group but I really never use it. I am looking vscroll up in the dic now.
Michael
Re: Keyboard covers text field when typing
So, 264 when the keyboard is up, 480 when down. The numbers are left,top,right,bottom
Now you know where you have to place you field.
Simon
Now you know where you have to place you field.
Simon
I used to be a newbie but then I learned how to spell teh correctly and now I'm a noob!
Re: Keyboard covers text field when typing
maybe a simple example to show how to use vScroll?
and combine groups?
Please!
***I've grouped the fields, where to set the vScroll? in the script of each field?
and combine groups?
Please!
***I've grouped the fields, where to set the vScroll? in the script of each field?
Re: Keyboard covers text field when typing
I did grouped the fields. (Although I don't know where to name the group)
In the script of the group, I typed : " set the vScroll of group to 50"
How to make it work when keyboard goes up?
What 's the command here?
Thanks
Michael
In the script of the group, I typed : " set the vScroll of group to 50"
How to make it work when keyboard goes up?
What 's the command here?
Thanks
Michael
Re: Keyboard covers text field when typing
Boy am I in trouble(Although I don't know where to name the group)

How do you name your other objects?
Simon
I used to be a newbie but then I learned how to spell teh correctly and now I'm a noob!
Re: Keyboard covers text field when typing
haha Simon
I've named the group!
I've named the group!
Re: Keyboard covers text field when typing
Now make the group much larger vertically keeping you fields at the top and lock it's size and position.
I used to be a newbie but then I learned how to spell teh correctly and now I'm a noob!