Re: US Patent and Trademark Office tsNet error problem

2021-07-01 Thread Bruce Pokras via use-livecode
Charles, Thanks very much for your input on my problem with a tsNet error that occurred when trying to get patent text information from the USPTO web site. I finally found a way around the issue by using libURLDownloadToFile. That, of course, is a more crude way to get what I want since my ulti

Re: Levure Dataview: hiding rows

2021-07-01 Thread David Bovill via use-livecode
Thanks Bob - I’ll go ahead and do that. In the documentation for DataViews there is some mention of “hiding” and “HideRowControl”  - so I wanted to check that there is not a better way. For now I’ll keep the original data and then set the dvData of what I need to different filtered arrays. 📆   

Ask Command on Android

2021-07-01 Thread Dan Friedman via use-livecode
Greetings! When I run the ask command on a iOS device, the dialog appears, the soft keyboard appears and you can begin typing. However, on a Android device, the dialog appears but the keyboard doesn't not immediately open. You have to tap into the text area of the ask dialog to open the ke

Re: Levure Dataview: hiding rows

2021-07-01 Thread Bob Sneidar via use-livecode
Delete the row data?? Bob S > On Jul 1, 2021, at 01:16 , David Bovill via use-livecode > wrote: > > I took a look at the code to try and work out if hiding rows is a thing / > supported - but find only a private handler. > > Trevor what is the recommended technique fir providing views of a

Re: Levure Dataview: hiding rows

2021-07-01 Thread David Bovill via use-livecode
I took a look at the code to try and work out if hiding rows is a thing / supported - but find only a private handler. Trevor what is the recommended technique fir providing views of a DataView with hidden rows? 📆    Schedule a call with me On 24 Jun 2021, 12:46 +0100, David Bovill , wrote: > I