Re: use-livecode Digest, Vol 172, Issue 15

2018-01-06 Thread Trevor DeVore via use-livecode
On Sat, Jan 6, 2018 at 2:20 PM MWCM via use-livecode <
use-livecode@lists.runrev.com> wrote:

>
> > Looks like the FillInData handler in your row template script has an
> error
> > in it. Maybe some data isn?t what the script expects? Check line 79 and
> see
> > if there might be an error there.
> >
> > --
> > Trevor DeVore
> > ScreenSteps
> >>
>
> Nailed it. I have a sub-routine that tries to use an image thumbnail for
> each row and this new image had some weird naming issues so it didn’t load
> properly. I need to wrap a try statement around it and use a fallback.
> Thank you Trevor!
>
You’re welcome. Glad you found the problem.


--
Trevor DeVore
ScreenSteps
___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode

Re: use-livecode Digest, Vol 172, Issue 15

2018-01-06 Thread MWCM via use-livecode

> Looks like the FillInData handler in your row template script has an error
> in it. Maybe some data isn?t what the script expects? Check line 79 and see
> if there might be an error there.
> 
> -- 
> Trevor DeVore
> ScreenSteps
>> 

Nailed it. I have a sub-routine that tries to use an image thumbnail for each 
row and this new image had some weird naming issues so it didn’t load properly. 
I need to wrap a try statement around it and use a fallback. Thank you Trevor!

-Andrew Bell

___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode