Re: Browser Widget on Android

2018-07-16 Thread J. Landman Gay via use-livecode
I got your stack to work last week but my email to you bounced and then I got distracted. I'll get it to you tomorrow when I'm at the Mac. If anyone on the list is interested I'll post a link here too. -- Jacqueline Landman Gay | jac...@hyperactivesw.com HyperActive Software |

Re: Apple's 30%--anyway around it?

2018-07-16 Thread Rick Harrison via use-livecode
Hi Peter, Yes that is the assumption. If they were originally made for Palm OS it is doubtful they would have been interactive in the first place. Although, PDF files can still have hyperlinks to other websites which could then provide additional interactive functionality fo the book. I hope

Re: Browser Widget on Android

2018-07-16 Thread Brian Milby via use-livecode
I can't do the testing right now, but I think that your "portrainUI" handler is causing the issue. In there you restrict the orientations to portrait only. If you are doing that to force the device to rotate, you probably need to add another one at the end that unlocks the device so that it can

Re: Browser Widget on Android

2018-07-16 Thread Sannyasin Brahmanathaswami via use-livecode
9.0.1 RC1 I don't think this is working, OR, I don't know how it works. go stack url "http://wiki.hindu.org/uploads/Tester-Landscape-TsNet.livecode; (you have seen in before) I can't get the browser (widget "body) to change its rect, no matter what I do. I have a support request in on my

Re: Apple's 30%--anyway around it?

2018-07-16 Thread Peter Bogdanoff via use-livecode
This would assume that Linda’s books don’t need an app—they aren’t interactive. Peter > On Jul 16, 2018, at 5:39 PM, Rick Harrison via use-livecode > wrote: > > Hi Linda, > > Just so you can understand the process > I’m talking about, I want you to download > a book from

Re: Apple's 30%--anyway around it?

2018-07-16 Thread Rick Harrison via use-livecode
Hi Linda, Just so you can understand the process I’m talking about, I want you to download a book from https://www.gutenberg.org on your iOS device. (Just get a free book from them to try, and download it as a .pdf file. The strategy you can then use is: Turn your

Re: Property inspector / custom properties - how can i resize the value field

2018-07-16 Thread Mark Wieder via use-livecode
On 07/16/2018 02:00 PM, panagiotis merakos via use-livecode wrote: Hi all, Thank you for the feedback. We are aware of this problematic behavior. There is a bug report about it: https://quality.livecode.com/show_bug.cgi?id=20701 Also https://quality.livecode.com/show_bug.cgi?id=19880 and by

Re: Browser Widget on Android

2018-07-16 Thread J. Landman Gay via use-livecode
As long as the app is build with a splash image that matches the device resolution (on iOS), then it should work for all. Android doesn't use this. The stack is always sized to the screenRect and resolution is calculated automatically. (I thought the same was true for iOS, but it's been a

Re: Apple's 30%--anyway around it?

2018-07-16 Thread Linda Miller, DVM via use-livecode
>First you develop a business selling ebooks that does not utilize the AppStore. >You sell online and the ebooks are useable on macOS, Windows, Android, web >browser. Your proposal sounds as if I should spend many years developing a company and selling products for platforms that I am not

Re: Apple's 30%--anyway around it?

2018-07-16 Thread J. Landman Gay via use-livecode
The Steam gaming service was rejected for the same reason, but Apple recently changed their policy to allow purchases done from a browser to be downloaded via an iOS app. I don't know if this

Re: Property inspector / custom properties - how can i resize the value field

2018-07-16 Thread panagiotis merakos via use-livecode
Hi all, Thank you for the feedback. We are aware of this problematic behavior. There is a bug report about it: https://quality.livecode.com/show_bug.cgi?id=20701 Best, Panos -- On Mon, Jul 16, 2018 at 9:34 PM, Matthias Rebbe via use-livecode < use-livecode@lists.runrev.com> wrote: > Tom,

Re: Property inspector / custom properties - how can i resize the value field

2018-07-16 Thread Matthias Rebbe via use-livecode
Tom, so you are also living with this? In LC 8.1.10 it´s even not possible to maximize the height of the Property Inspector. And the value field also displays only 3 lines of text. I can´t believe that this was not noticed by one of the LC Team. Are they not using the PI? I noticed it already

Re: Property inspector / custom properties - how can i resize the value field

2018-07-16 Thread Bob Sneidar via use-livecode
And since we are talking about it some more, open a property inspector pallet. Expand the pallet size so that the property pane gross. Now resize again only this time smaller. The property pane does NOT shrink with the pallet, but instead introduces scroll bars. That is a bit irritating too. I

Re: Property inspector / custom properties - how can i resize the value field

2018-07-16 Thread Bob Sneidar via use-livecode
Sorry I misunderstood you. Bob S > On Jul 16, 2018, at 13:11 , Matthias Rebbe via use-livecode > wrote: > > Bob, that doesn´t work. The list field of the custom properties expands, but > the value field at the bottom still keeps its size and there is no way to > resize it. > >

Re: Property inspector / custom properties - how can i resize the value field

2018-07-16 Thread Matthias Rebbe via use-livecode
Bob, that doesn´t work. The list field of the custom properties expands, but the value field at the bottom still keeps its size and there is no way to resize it. > Am 16.07.2018 um 22:06 schrieb Bob Sneidar via use-livecode > : > > I believe if you expand the entire property inspector

Re: Property inspector / custom properties - how can i resize the value field

2018-07-16 Thread Bob Sneidar via use-livecode
Well since we are talking about it, I find that when I create a new property, or a new element in an existing property, having th click on the property, then on the name of the property is annoying. The same thing holds true for the property inspector and datagrids. You have to add a column,

Re: Property inspector / custom properties - how can i resize the value field

2018-07-16 Thread Tom Glod via use-livecode
The PI has a lot of issues in 9.0 this is one of the more annoying ones. I really should record a video and demonstrate them all to the team. not great for new users. I would say its a bug. a workaround would be sending messages to the property inspector. and try to automate the resizing. On

Re: Property inspector / custom properties - how can i resize the value field

2018-07-16 Thread Bob Sneidar via use-livecode
I believe if you expand the entire property inspector pallette, the properties panel will expand. Bob S > On Jul 16, 2018, at 12:34 , Matthias Rebbe via use-livecode > wrote: > > Hi, > is there a way to resize the value field for custom properties in the > Property Inspector? It just

Property inspector / custom properties - how can i resize the value field

2018-07-16 Thread Matthias Rebbe via use-livecode
Hi, is there a way to resize the value field for custom properties in the Property Inspector? It just shows 3 lines. I think that is not enough, especially if one wants to store larger text files there. Older versions of LC allowed to resize that field if i remember right. Why was that

Re: Why you should sanitize input data

2018-07-16 Thread kee nethery via use-livecode
We had a system interface between a public web server and a SQL database that ran pre-formed SQL commands. The table was specified, the variables were typed, the output was processed by XSLT, etc. The public server called a function that included the variables and got back whatever the XSLT

Re: Why you should sanitize input data

2018-07-16 Thread Brian Milby via use-livecode
It is all about input validation. Access to a SQL server is reasonable. Access to the shell is something that probably should be avoided. In either case you need to be sure the user/hacker cannot send requests that you do not allow. Thanks, Brian On Jul 16, 2018, 9:51 AM -0500, Bob Sneidar via

Re: Why you should sanitize input data

2018-07-16 Thread Bob Sneidar via use-livecode
Judging by this, simply putting an SQL server behind a web server does not really protect the SQL server like some propose. Maybe I'm oversimplifying the issue, but it seems they are saying that using this method, shell commands can be executed, and that means access to the sql database can be

[ANN] This Week in LiveCode 137

2018-07-16 Thread panagiotis merakos via use-livecode
Hi all, Read about new developments in LiveCode open source and the open source community in today's edition of the "This Week in LiveCode" newsletter! Read issue #137 here: https://goo.gl/udrjpg This is a weekly newsletter about LiveCode, focussing on what's been going on in and around

Re: Apple's 30%--anyway around it?

2018-07-16 Thread Kee Nethery via use-livecode
First you develop a business selling ebooks that does not utilize the AppStore. You sell online and the ebooks are useable on macOS, Windows, Android, web browser. Once that is fully functional, you add yet another reader, one for iOS. People who have already purchased content via some other

Apple's 30%--anyway around it?

2018-07-16 Thread Linda Miller, DVM via use-livecode
I used to create apps and ebooks years and years ago for PDAs. The only reason that I closed my business was Apple. Let me explain. I would contract with authors of books to publish an electronic version of their book. This was a new thing back then. I also had a website where I sold the