Re: App Rejected: IPv6 network?

2017-08-01 Thread Monte Goulding via use-livecode
Are you using sockets? We do not support IPv6 sockets and they will rejection from Apple when they test on an IPv6 _only_ network which is their policy to do. Cheers Monte > On 2 Aug 2017, at 3:14 pm, Dan Friedman via use-livecode > wrote: > > Hello. My app was rejected my Apple today. :(

App Rejected: IPv6 network?

2017-08-01 Thread Dan Friedman via use-livecode
Hello. My app was rejected my Apple today. :( Here’s what they said: We discovered one or more bugs in your app when reviewed on iPhone and iPad running iOS 10.3.3 on Wi-Fi connected to an IPv6 network. The error occurs after launch with the only

Re: Parsing (scraping) OpenGraph Tags from html HEAD

2017-08-01 Thread Sannyasin Brahmanathaswami via use-livecode
Thanks Thierry though I'm yet sure when using regEx this is better than using Jacque's method on parseHeader pData set the lineDel to "",l)-1 of l & cr after tList end repeat -- do something with tList end parseHeader Either way it would seem prudent to extract the head first before pr

Re: Points of Graphic Oval

2017-08-01 Thread Sannyasin Brahmanathaswami via use-livecode
Sequently found "effectivePoints" and used that and it works fine on Mobile. But this thread became something more, it became about generating a polygon object that "looks like" an oval. But is an oval such an object at all? Mark Wieder via use-livecode" wrote: How many points would you

Re: "Cascading" Object-Behaviors

2017-08-01 Thread Monte Goulding via use-livecode
Use the following url: > I’d li

Re: Sluggish on Mobile Device

2017-08-01 Thread Monte Goulding via use-livecode
> On 2 Aug 2017, at 1:10 pm, Sannyasin Brahmanathaswami via use-livecode > wrote: > > Ahhh, I wonder if we only had two groups like this > > card "portal" > group "SivaSiva Portal Scrolling" # this is the group that scrolls very > badly no matter what we do. > # Sub gr

Re: "Cascading" Object-Behaviors

2017-08-01 Thread Sannyasin Brahmanathaswami via use-livecode
"GIT DUMMY" here.. How does one get the script without downloading the entire LC repository? All I can see is to copy it.. which works I guess you have to then remove all the leading "+" signs and save to your plugins folder? BR On 7/30/17, 10:28 AM, "use-livecode on behalf of Monte Gould

Re: OT: Hackintosh

2017-08-01 Thread Rick Harrison via use-livecode
Hi Dan, You have to ask yourself the question, why are you trying to create a Hackintosh computer? Is it about the learning experience, or about trying to save yourself some money, or both? If you are doing it just to try to save some money, you have to ask yourself how much money is your time w

Re: Sluggish on Mobile Device

2017-08-01 Thread Sannyasin Brahmanathaswami via use-livecode
@ monte: Elanor has the project link to our app on Git Hub if you are interested. I was going to submit a business support request to have your team examine that stack and see if there was a way to optimze it but I think Jacque has the bottom line: the "Siva-Siva-Portal.livecode" stack is wh

Re: httpd library and missed opportunity.

2017-08-01 Thread Alex Tweedly via use-livecode
On 02/08/2017 01:42, Monte Goulding via use-livecode wrote: On 2 Aug 2017, at 10:36 am, Alex Tweedly via use-livecode wrote: The 'test' button is handy - but it's not the only way. In fact, I rarely use it - I build my standalones, then try it out on 2 or 3 platforms (OK, this may be very unt

Re: httpd library and missed opportunity.

2017-08-01 Thread Monte Goulding via use-livecode
> On 2 Aug 2017, at 10:36 am, Alex Tweedly via use-livecode > wrote: > > The 'test' button is handy - but it's not the only way. > In fact, I rarely use it - I build my standalones, then try it out on 2 or 3 > platforms (OK, this may be very untypical, because I am just starting to play > wit

Re: httpd library and missed opportunity.

2017-08-01 Thread Alex Tweedly via use-livecode
The 'test' button is handy - but it's not the only way. In fact, I rarely use it - I build my standalones, then try it out on 2 or 3 platforms (OK, this may be very untypical, because I am just starting to play with mobile and html5 ... but I suspect it will continue to be a viable work-flow -

Re: Can't use double finger scroll on mac for grouped controls

2017-08-01 Thread Monte Goulding via use-livecode
This is something you need to script for groups. Something like this: on rawKeyDown pKeyCode if pKeyCode is 65308 then get the scroll of me add 10 to it set the scroll of me to it else if pKeyCode is 65309 then get the scroll of me subtract 10 from it set

Re: httpd library and missed opportunity.

2017-08-01 Thread Monte Goulding via use-livecode
> On 2 Aug 2017, at 7:16 am, Alex Tweedly via use-livecode > wrote: > >> python -m SimpleHTTPServer 8080 >> This will let you access your standalone by opening your web browser and >> visiting http://localhost:8080 . >> > What ? IMO, this is just plain "wrong". I thi

Re: revHTTP

2017-08-01 Thread Brian Milby via use-livecode
Hopefully the UX in DP9 will improve this issue. The drop-down menu for APIs will scroll if taller than the window height. On Tue, Aug 1, 2017 at 5:48 PM, Andre Garzia via use-livecode < use-livecode@lists.runrev.com> wrote: > Hey Monte, > > The built-in LC dictionary UI is not good. > For examp

Re: revHTTP

2017-08-01 Thread Monte Goulding via use-livecode
Thanks for your thoughts Andre > On 2 Aug 2017, at 8:48 am, Andre Garzia wrote: > > Yes, I can give more details, I am not talking about library documentation as > it is generated by lcdoc but the overall state of the documentation. The main > issue for me is a UX one. The built-in LC dictiona

Re: httpd library and missed opportunity.

2017-08-01 Thread Brian Milby via use-livecode
I'd like to think that by the time LC 9 leaves DP status that this will be possible. There is already a library included in DP 8 to handle httpd requests. On Tue, Aug 1, 2017 at 5:18 PM, Andre Garzia via use-livecode < use-livecode@lists.runrev.com> wrote: > Alex, > > Python is kinda tricky to b

Re: revHTTP

2017-08-01 Thread Monte Goulding via use-livecode
> On 2 Aug 2017, at 8:57 am, Andre Garzia via use-livecode > wrote: > > I just looked at the source code for the new httpd library, it is quite > similar in "what it is doing" to mchttpd and my own revhttpd. Basically > both of them use LC to accept and process requests. I had the impression >

Re: OT: Hackintosh

2017-08-01 Thread Bob Sneidar via use-livecode
I tried once. The problem is getting a graphics card to work correctly if you are thinking about gaming. There are all kinds of hacks to get it to work, but the bottom line is it can be iffy, and the next OS X update might break it. Bob S > On Aug 1, 2017, at 12:36 , Dan Friedman via use-live

Re: revHTTP

2017-08-01 Thread Andre Garzia via use-livecode
Thats how I feel too :-) Em 1 de ago de 2017 20:04, "J. Landman Gay via use-livecode" < use-livecode@lists.runrev.com> escreveu: > On 8/1/17 5:48 PM, Andre Garzia via use-livecode wrote: > >> Right now we have documentation spread all over the place. There are >> things >> in release notes, thing

Re: revHTTP

2017-08-01 Thread J. Landman Gay via use-livecode
On 8/1/17 5:48 PM, Andre Garzia via use-livecode wrote: Right now we have documentation spread all over the place. There are things in release notes, things in emails, stuff in the dictionary, stuff only on the website, and finding things is quite hard. I read the release notes with every new v

Re: revHTTP

2017-08-01 Thread Mark Wieder via use-livecode
On 08/01/2017 03:48 PM, Andre Garzia via use-livecode wrote: Right now we have documentation spread all over the place. There are things in release notes, things in emails, stuff in the dictionary, stuff only on the website, and finding things is quite hard. The navigation is challenging, for ex

Re: revHTTP

2017-08-01 Thread Andre Garzia via use-livecode
Friends, I just looked at the source code for the new httpd library, it is quite similar in "what it is doing" to mchttpd and my own revhttpd. Basically both of them use LC to accept and process requests. I had the impression that the new library was using some C/C++ based implementation. The imp

Re: revHTTP

2017-08-01 Thread Andre Garzia via use-livecode
Hey Monte, Yes, I can give more details, I am not talking about library documentation as it is generated by lcdoc but the overall state of the documentation. The main issue for me is a UX one. The built-in LC dictionary UI is not good. For example, on my Surface 4 Pro, I can't change the little dr

Can't use double finger scroll on mac for grouped controls

2017-08-01 Thread Kaveh Bazargan via use-livecode
Using LiveCode 9 on Mac OSX I have some controls that are grouped and the group has been made smaller, so have a vertical scroll bar – very nice feature. On one stack I can use two finger scroll on mac trackpad, but on another I can't. But mouse on scroll bar works ok. I have checked and all set

Re: httpd library and missed opportunity.

2017-08-01 Thread Andre Garzia via use-livecode
Alex, Python is kinda tricky to bundle. If you're looking into writing an extension, then these might be useful: * Libmicrohttpd - from GNU project, embedable httpd in C: https://www.gnu.org/software/libmicrohttpd/ Implementing httpd is not hard, it could be done quite easily. On Tue, Aug 1, 20

Re: httpd library and missed opportunity.

2017-08-01 Thread J. Landman Gay via use-livecode
My first reaction was: I bet LC didn't have enough spare time and people. My second reaction was: Well, it's open source, after all. My third reaction was: Good for you, Alex! Bravo! On 8/1/17 4:16 PM, Alex Tweedly via use-livecode wrote: [ started a new thread, so I can't rant without tainti

httpd library and missed opportunity.

2017-08-01 Thread Alex Tweedly via use-livecode
[ started a new thread, so I can't rant without tainting the other thread ] I started out on the 'find a rev/livecode solution for a simple HTTP server" for one small reason : the LC 9.0 Dictionary Guide, under "HTML5 Deployment" says Testing your HTML5 app with a local web server Some br

Re: revHTTP

2017-08-01 Thread Alex Tweedly via use-livecode
On 31/07/2017 21:18, Monte Goulding via use-livecode wrote: Hi Alex You could use the new httpd library that is already included in LiveCode 9 for this. Indeed this is what it was created for. We build a standalone with all our tests and serve it with the library. Yep - found it, and now play

Re: revHTTP

2017-08-01 Thread Alex Tweedly via use-livecode
I have to admit, I had the same complaint as Andre - I didn't see anything about it in the dictionary. OK, now that I've looked harder, I see them :-) But I had no idea there was library documentation within the "API" drop-down. Brings up another question - I see there's a 'getopt' library

Re: revHTTP

2017-08-01 Thread Alex Tweedly via use-livecode
Thanks Andre. I hadn't even known there was a new httpd library; now that I do know about it, I'm pretty sure that's the best place to start (indeed, the comments in the library include enough of a 'how to use' sample that you can just copy/paste, fix up a couple of typos and have a working ve

Re: revHTTP

2017-08-01 Thread Monte Goulding via use-livecode
> On 2 Aug 2017, at 4:02 am, Andre Garzia via use-livecode > wrote: > > I wish there was a more comprehensive documentation effort going on. Hi Andre Can you give a little more detail on your complaint here. All our new libraries are documented with lcdoc block comments which are extracted d

Re: Hackintosh

2017-08-01 Thread Erik Beugelaar via use-livecode
I agree with Skip, no hardware issues. There are many clean pre-built versions of Mac OS X (Yosemite+) available on the net to use with VMWare or Virtual Box. Regards, Erik On 01/08/17 22:13, "use-livecode on behalf of Skip Kimpel via use-livecode" wrote: By the way, I would go the route

Re: Hackintosh

2017-08-01 Thread Skip Kimpel via use-livecode
By the way, I would go the route of a VM version of a hackitosh, not a hardware, build from scratch concept. SKIP On Tue, Aug 1, 2017 at 4:03 PM, Erik Beugelaar via use-livecode < use-livecode@lists.runrev.com> wrote: > Hi Dan, > > I have built 6 years ago a Hackintosh computer based on a (nowad

Re: OT: Hackintosh

2017-08-01 Thread Skip Kimpel via use-livecode
I have built one and submitted apps with no problems. A pain to install but it is a possibility. Another option is MacInCloud (https://www.macincloud.com) I have used them before as well and then map a DropBox folder to my PC so I can transfer files back forth effortlessly. SKIP On Tue, Aug 1,

Re: Hackintosh

2017-08-01 Thread Erik Beugelaar via use-livecode
Hi Dan, I have built 6 years ago a Hackintosh computer based on a (nowadays) old Foxconn H55 MS motherboard with and (nowadays) old Intel i7 processor. Working on this desktop machine (12 GB RM, 512 GB SSD) is even now still a pleasure beside the fact that I own a real MacBook Pro i7 which I use

Re: OT: Hackintosh

2017-08-01 Thread Roger Eller via use-livecode
I have only built one out of hobbyist curiosity, not for work. In use I cannot tell the difference, but I have not submitted any apps to the app store. I have built Android apps and loaded them onto my own devices without any problem. ~Roger On Tue, Aug 1, 2017 at 3:36 PM, Dan Friedman via use

OT: Hackintosh

2017-08-01 Thread Dan Friedman via use-livecode
Greetings! Has anyone built their own Hackintosh computer? If so, have you had any trouble working with XCode, iTunes Connect, Apple Developer tools, getting apps approved, etc. I would like to build one (I’m not in love with Apple’s pre-built choices), but don’t want any hassles down the ro

Re: revHTTP

2017-08-01 Thread Andre Garzia via use-livecode
Hey Alex, I have multiple sources for it here. This is in the most recent location: https://www.dropbox.com/s/0636wl30z4btg1u/RevHTTP.zip?dl=0 Be aware that this httpd was never safe. It handles only one connection at a time. We can build better stuff these days. I haven't tested the new httpd l

Re: "Cascading" Object-Behaviors

2017-08-01 Thread AndyP via use-livecode
Monte, great tool. thanks...saves a lot of time. - Andy Piddock My software never has bugs. It just develops random features. TinyIDE a Free alternative minimalist IDE Plugin for LiveCode TinyIDE Script editor Themer for LC http://2108.co.uk PointandSee is a FREE simple but full f

Re: Mark in a kilt...

2017-08-01 Thread Bob Sneidar via use-livecode
I used to play marching drums in a Scottish bagpipe band. We were good too. Won 1st place in the DC 4th of July parade once. We had excellent instructors. Bob S ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to sub

Re: Release 8.1.6

2017-08-01 Thread hh via use-livecode
if there is no img "Nova.png" then create img "Nova.png" A file is created by LiveCode if not existing, but NOT an image, it has to be created by you. ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubs

Re: Release 8.1.6

2017-08-01 Thread Richmond Mathewson via use-livecode
Mine had spaces, but the copy-paste from LC to Thunderbird . . . I DID find that in7.1.4 this did NOT work either: export snapshot from group "pp" to img "Nova.png" as PNG BUT this did: export snapshot from group "pp" to file "Nova.png" as PNG Richmond. On 8/1/17 11:39 am, Klaus major-k via

Re: Release 8.1.6

2017-08-01 Thread Klaus major-k via use-livecode
Hi Richmond, > Am 01.08.2017 um 10:25 schrieb Richmond Mathewson via use-livecode > : > > Still making a "ham sandwich" of snapshot export: > I have a group called "pp" right in the middle of a stack, but this: > exportsnapshot from group"pp" toimg "Nova.png" as PNG > give this: > Message execut

Re: Release 8.1.6

2017-08-01 Thread Richmond Mathewson via use-livecode
Still making a "ham sandwich" of snapshot export: I have a group called "pp" right in the middle of a stack, but this: exportsnapshot from group"pp" toimg "Nova.png" as PNG give this: Message execution error: Error description: Chunk: no such object Not very good. Richmond. __