Does exporting a snapshot from a rect work on mobile?

J. Landman Gay jacque at hyperactivesw.com
Thu Aug 31 22:11:35 EDT 2017


What happens if you check the effective working screenrect in a 
keyboardActivated handler?

--
Jacqueline Landman Gay         |     jacque at hyperactivesw.com
HyperActive Software           |     http://www.hyperactivesw.com



On August 31, 2017 8:04:45 PM Jonathan Lynch via use-livecode 
<use-livecode at lists.runrev.com> wrote:

> Actually, never mind, that cannot be it.
>
> I tried the follow script:
>
> on mouseUp
>
> create field "test height"
>
> select after field "test height"
>
> send getEWSR to me in 1 second
>
> end mouseUp
>
> on getEWSR
>
> answer the effective working screenrect
>
> delete field "test height"
>
> end getEWSR
>
>
> it still returns the same screenrect that I get without using "effect
> working", which is the screenrect of the device.
>
>
> Any other ideas?
>
> On Thu, Aug 31, 2017 at 8:51 PM, <jonathandlynch at gmail.com> wrote:
>
>> A question for Mark Waddingham...
>>
>> Mark, in my app, in the place in question, the keyboard is activated by a
>> browser widget. Is it possible that this means it is not sending a signal
>> to LC to update the value of the effective working screen rect?
>>
>> Sent from my iPhone
>>
>> > On Aug 31, 2017, at 8:27 PM, jonathandlynch at gmail.com wrote:
>> >
>> > Yes - it makes me want to share whatever I can.
>> >
>> >
>> > Sent from my iPhone
>> >
>> >>> On Aug 31, 2017, at 7:14 PM, Mark Wieder via use-livecode <
>> use-livecode at lists.runrev.com> wrote:
>> >>>
>> >>> On 08/31/2017 07:33 AM, Jonathan Lynch via use-livecode wrote:
>> >>> Just a random comment - having the CTO of LC directly answer our
>> questions is an incredible benefit to LC developers.
>> >>
>> >> I also want to give a shout out to the supportive community here. This
>> is by far the best online community I've ever had the honor of being a part
>> of. The level of paying things forward is outstanding.
>> >>
>> >> --
>> >> Mark Wieder
>> >> ahsoftware at gmail.com
>> >>
>> >> _______________________________________________
>> >> use-livecode mailing list
>> >> use-livecode at lists.runrev.com
>> >> Please visit this url to subscribe, unsubscribe and manage your
>> subscription preferences:
>> >> http://lists.runrev.com/mailman/listinfo/use-livecode
>>
>
>
>
> --
> Do all things with love
> _______________________________________________
> use-livecode mailing list
> use-livecode at lists.runrev.com
> Please visit this url to subscribe, unsubscribe and manage your 
> subscription preferences:
> http://lists.runrev.com/mailman/listinfo/use-livecode






More information about the use-livecode mailing list