RE: Android Native Button

2018-04-03 Thread Ralph DiMola via use-livecode
3, 2018 12:51 AM To: How to use LiveCode Cc: Ralph DiMola Subject: Re: Android Native Button Looking at the code for the android field, it is probably a bug. In that code the type is optional pointer and a check is done that a pointer was returned. That check is not done for the button. Ar

RE: Android Native Button

2018-04-03 Thread Ralph DiMola via use-livecode
...@lists.runrev.com] On Behalf Of Ali Lloyd via use-livecode Sent: Tuesday, April 03, 2018 3:17 AM To: How to use LiveCode Cc: Ali Lloyd Subject: Re: Android Native Button Ah yes, we need to apply this https://github.com/livecode/livecode/pull/6441/files to the android button as well On Tue, Apr

Re: Android Native Button

2018-04-03 Thread Ali Lloyd via use-livecode
Ah yes, we need to apply this https://github.com/livecode/livecode/pull/6441/files to the android button as well On Tue, Apr 3, 2018 at 5:51 AM Brian Milby via use-livecode < use-livecode@lists.runrev.com> wrote: > Looking at the code for the android field, it is probably a bug. In that > code

Re: Android Native Button

2018-04-02 Thread Brian Milby via use-livecode
Looking at the code for the android field, it is probably a bug. In that code the type is optional pointer and a check is done that a pointer was returned. That check is not done for the button. Are you sure the font being specified is valid? I have not done anything android, so this is just a