Sending email with enclosures on Android

2015-12-14 Thread J. Landman Gay
Is anyone able to include multiple enclosures in an email on Android using file references? I'm getting zero byte enclosures. It works if I send all the text as a "data" type but then on some phones the email client crashes (I suspect memory issues.) I'm hoping if I change to referenced files

Re: Script Indenting?

2015-12-14 Thread Jeanne A. E. DeVoto
At 1:29 PM +0100 12/12/2015, Lyn Teyla wrote: Some years back, pressing the key to trigger indenting used to affect the entire script, but then it got changed to only affect the current handler for some reason. This was changed because for very long scripts, indenting the entire script (ins

Re: Replace Quotes with Escaped Quotes in String

2015-12-14 Thread Brahmanathaswami
Ah... I see: so a string like this Peter is visiting Kauai from Scotland. He says "It's a great day...Finally I get a break from coding and get to leave this island in the northern hinterland and go to another one in the Pacific Blue." 1) first we escape the single quote "It\'s" 2) then wrap

Re: Animations on iOS

2015-12-14 Thread Brahmanathaswami
Oops sorry I highjacked the thread... Point: "Daddy! I want to do (or at least render) some of this really cool animation stuff in LiveCode!" BR Scott Rossi wrote: If they're making it, it's worth waiting for :-) Regards, Scott Rossi Creative Director Tactile Media, UX/UI Design On 12

Re: Animations on iOS

2015-12-14 Thread Scott Rossi
If they're making it, it's worth waiting for :-) Regards, Scott Rossi Creative Director Tactile Media, UX/UI Design On 12/14/15, 8:51 PM, "use-livecode on behalf of Mark Wieder" wrote: >On 12/14/2015 08:39 PM, Scott Rossi wrote: > >> All the Room games have been included in Apple's "best of

Re: Animations on iOS

2015-12-14 Thread Mark Wieder
On 12/14/2015 08:39 PM, Scott Rossi wrote: All the Room games have been included in Apple's "best of" game lists, and deservedly so. With Fireproof's release of their 3rd installment The Room 3, the first title is now available for free: https://itunes.apple.com/us/app/the-room/id552039496?mt=8

Re: Animations on iOS

2015-12-14 Thread Scott Rossi
If you're seeking enlightenment in a game, I can't help you. But another game I can recommend is The Room series by Fireproof Games. Instead of architectural puzzles on a grand scale, The Room is a series of mechanical box/device puzzles: quasi-steampunk designed marvels with secret doors, panels

Re: LC 8 DP 11

2015-12-14 Thread Mark Wieder
On 12/13/2015 10:15 AM, sa...@hrz.uni-kassel.de wrote: Intending to test performance developments between different LC versions (on the Windows partition of the Mac Mini) - like I reported them several times on the Livecode lists this year - I ran into a new problem: Versions that had been insta

Re: LC 8 DP 11

2015-12-14 Thread [-hh]
> Ali wrote: > There is an install log, it should be at > /Users//AppData/Local/RunRev/Logs/LiveCodeInstallerLog.txt (off > the top of my head - might be a slight variation on that) - tracking the > log down for the aborted install might help us work out what is taking so > long. Ali, there is on

Re: Animations on iOS

2015-12-14 Thread Brahmanathaswami
I have a "deep and abiding" interest in this, since the days I tried SMIL on the web. Aside: hmm I thought SMIL was alive again last year, but it seems dead today... Can't even find any current discussion on "SKIA animation" which could be another direction... Paul: Scott's method works well,

Re: Improving the LiveCode release notes

2015-12-14 Thread Monte Goulding
Hi Peter I’m not sure if you’ve seen this report of mine or if your review of the release notes includes a review of server notes or is desktop only. http://quality.livecode.com/show_bug.cgi?id=16350 Basically I think the above could be resol

Re: tracking down freeze based on timing, maybe?

2015-12-14 Thread Richard Gaskin
True, for hangs and crashes the Flight Recorder is of limited utility. This one logs to a file, so it may be more helpful in your circumstance: -- Richard Gaskin Fourth World Systems Software Design and Development for the Desktop, Mobile, and

Re: Improving the LiveCode release notes

2015-12-14 Thread Richard Gaskin
Peter TB Brett wrote: I'm currently working on the LiveCode 8 release notes (in preparation for RC 1!) I'd really appreciate some feedback to help me understand how we can make the LiveCode release notes more informative and helpful. A frequently-asked question is which version of xTools is ne

Re: Animations on iOS

2015-12-14 Thread Rick Harrison
Hi Ben, If you are trying to do a background animation with a looped movie, I found the smoothest way was to put one image on each card, and then loop through the cards. This eliminates the load time problem when going to the card because it’s just one image that’s loading, not a bunch, and they

Re: Animations on iOS

2015-12-14 Thread Paul Hibbert
I think it was Scott Rossi that figured out a way to play an animation by storing images as text in custom properties, then load each image in turn into an image object. I would imagine this may be limited to smaller less complex animations, but up until now I hadn’t tried it myself, so I had a

Re: LC 7.1 possible bug

2015-12-14 Thread Scott Rossi
Not an answer to your issue, but instead a construction suggestion. It sounds like you're creating the numbered ovals as groups. If so, you can instead use oval graphics by themselves to accomplish the same result, by setting the showName of the oval to true and setting the label property of the

Re: Animations on iOS

2015-12-14 Thread J. Landman Gay
On 12/14/2015 1:23 PM, Ben Rubinstein wrote: 2) making it into a GIF on the card, which works quite nicely except that there's an enormous delay going to the card, presumably as the animation is buffered. Pros: can be exactly the size I want; plays quite smoothly Cons: I've not managed to play

Re: Improving the LiveCode release notes

2015-12-14 Thread Ali Lloyd
Nope, that's in there. The example should probably be changed though, as revTools is now a script-only stack in a subdirectory and therefore doesn't need the .8 On Mon, Dec 14, 2015 at 6:42 PM Mark Wieder wrote: > On 12/14/2015 09:46 AM, Peter TB Brett wrote: > > > I'd really appreciate some fee

Re: LC 7.1 possible bug

2015-12-14 Thread Mark Waddingham
Hi Richmond, There's no explicit limitation on the number of objects beyond 'available memory' so it won't be anything like that. Things to check: Does the problem happen in 6.7? Does the problem happen in 8? What are the names of the images you have generated? How many images are needed to bre

Re: Animations on iOS

2015-12-14 Thread Colin Holgate
If you have an animation made in Flash, you can export it as HTML5 Canvas, and then the animation would play in a browser object. If you do have to do video, dig out your old copy of QuickTime Player 7, then you can have any aspect ratio you like. ___

Re: Animations on iOS

2015-12-14 Thread Scott Rossi
Another option could be playing animation within a browser object. In theory you'd have many more options available to you. Regards, Scott Rossi Creative Director Tactile Media UX/UI Design > On Dec 14, 2015, at 11:23 AM, Ben Rubinstein wrote: > > What are my options for displaying an animat

Re: tracking down freeze based on timing, maybe?

2015-12-14 Thread J. Landman Gay
On 12/13/2015 10:00 PM, Matt Maier wrote: It starts with a mouseMove handler, which is where it returns after stuff has happened. One of several options is followed by a freeze. I setup a little handler to log the seconds every x milliseconds after that. Nothing is happening a split second after

RE: Animations on iOS

2015-12-14 Thread Ralph DiMola
I was just getting ready to do a simple animation on mobile. I was thinking on testing an animated gif first. I was wondering if LC would animate a gif. Well you answered that question. Now you're talking about slow load times. How big is you gif(resolution, #of frames)? I want to have a spinning b

Re: LC 7.1 possible bug

2015-12-14 Thread Richmond
On 14/12/15 21:23, Richmond wrote: I'm not sure if this is a bug: https://www.dropbox.com/s/aat4znrcta95bvg/bugPerhaps.gif?dl=0 I made a moronically simple stack to make numbered roundels, and once I had got beyond a certain amount the contextual menu of the properties palette went "sour", and

LC 7.1 possible bug

2015-12-14 Thread Richmond
I'm not sure if this is a bug: https://www.dropbox.com/s/aat4znrcta95bvg/bugPerhaps.gif?dl=0 I made a moronically simple stack to make numbered roundels, and once I had got beyond a certain amount the contextual menu of the properties palette went "sour", and I am now quite unable to select the

Animations on iOS

2015-12-14 Thread Ben Rubinstein
What are my options for displaying an animation in a portion of the card/screen on iOS? Currently I've tried: 1) making it into a video, in a very limited range of formats, and playing it from an external file using a native control Pros: works, choice of controller etc, plays from a separat

Re: Improving the LiveCode release notes

2015-12-14 Thread Mark Wieder
On 12/14/2015 09:46 AM, Peter TB Brett wrote: I'd really appreciate some feedback to help me understand how we can make the LiveCode release notes more informative and helpful. I suggest dropping the section titled "IDE stacfiles named with version. (8.0.0-dp-1)". It seems like an idea that w

Re: Happy LC Holidays

2015-12-14 Thread Devin Asay
The view out my window right now looks like your Max Snow setting, only about double. Oh and speed is higher. Parallax is about right though. :) Devin > On Dec 13, 2015, at 7:36 PM, Scott Rossi wrote: > > An update to an old stack, and best wishes for a happy holiday season. > > http://tacti

Re: Improving the LiveCode release notes

2015-12-14 Thread David Bovill
For me Release notes should be available in a searchable format in the IDE. I get pretty tired of digging through pdf's to find core information? On Monday, 14 December 2015, Peter TB Brett wrote: > Hi all, > > I'm currently working on the LiveCode 8 release notes (in preparation for > RC 1!) >

Large integer addition and subtraction -- dramatically improved

2015-12-14 Thread Geoff Canyon
I've created new routines for adding and subtracting large numbers. They work on positive and negative integers, and are 10x to 20x and up faster than any other routines I've seen (they are faster than routines I've posted in the past). Also, they are optimized for mismatched arguments -- adding a

Re: Improving the LiveCode release notes

2015-12-14 Thread Mark Wieder
On 12/14/2015 09:46 AM, Peter TB Brett wrote: I'd really appreciate some feedback to help me understand how we can make the LiveCode release notes more informative and helpful. The release notes say that jdk-6 is required for Android support. Are you sure that's not jdk-7? It might be a good

Re: Improving the LiveCode release notes

2015-12-14 Thread Mark Wieder
On 12/14/2015 09:46 AM, Peter TB Brett wrote: Hi all, I'm currently working on the LiveCode 8 release notes (in preparation for RC 1!) I'd really appreciate some feedback to help me understand how we can make the LiveCode release notes more informative and helpful. The release notes mention R

Re: Improving the LiveCode release notes

2015-12-14 Thread Mark Wieder
On 12/14/2015 09:46 AM, Peter TB Brett wrote: I'd really appreciate some feedback to help me understand how we can make the LiveCode release notes more informative and helpful. How about alphabetizing the Dictionary Additions and Dictionary Changes lists? -- Mark Wieder ahsoftw...@gmail.c

Improving the LiveCode release notes

2015-12-14 Thread Peter TB Brett
Hi all, I'm currently working on the LiveCode 8 release notes (in preparation for RC 1!) I'd really appreciate some feedback to help me understand how we can make the LiveCode release notes more informative and helpful. * What's good about the current LiveCode release notes? * How can we ma

RE: Happy LC Holidays

2015-12-14 Thread Ralph DiMola
That would be a +1 from Margaret and I. Best to you and your loved ones! Ralph DiMola IT Director Evergreen Information Services rdim...@evergreeninfo.net -Original Message- From: use-livecode [mailto:use-livecode-boun...@lists.runrev.com] On Behalf Of Jim Lambert Sent: Monday, December

Re: Happy LC Holidays

2015-12-14 Thread Jim Lambert
Scott, Thanks for the snowy stack. And Happy Holidays to you and the entire LC community. Jim Lambert ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription preferences:

Re: Replace Quotes with Escaped Quotes in String

2015-12-14 Thread Peter TB Brett
On 14/12/2015 15:50, Brahmanathaswami wrote: Are single quotes and double quotes equivalent in Livecode? that would be new, i don't think soS Single quotes do not work No, single quotes and double quotes are not equivalent in LiveCode. However, the shell ignores any escape characters or "

Re: One Rect For All specificaiton

2015-12-14 Thread Brahmanathaswami
I am back to app dev and working on this spec for my artists and designers. Something still does not make sense. @colin... you saidLC would take care of resizing any stack size to fit any device and to use the stack size ratio of 14 X 9 and then make it whatever sites is comfortable. what f

RE: Replace Quotes with Escaped Quotes in String

2015-12-14 Thread John Dixon
Does this work for you ? on mouseUp put fld 1 into temp replace quote with "/" in temp put temp into fld 2 end mouseUp > Date: Mon, 14 Dec 2015 05:50:17 -1000 > From: bra...@hindu.org > To: use-livecode@lists.runrev.com > Subject: Re: Replace Quotes with Escaped Quotes in String > >

Re: Replace Quotes with Escaped Quotes in String

2015-12-14 Thread Brahmanathaswami
Are single quotes and double quotes equivalent in Livecode? that would be new, i don't think soS Single quotes do not work *command*escapeQuotes* * *put*fld"input"intojai *replace*'" ' with ' \" ' injai *put*jai intofld"target" *end* escapeQuotes gets us a script error BR Peter TB Brett w

Re: Happy LC Holidays

2015-12-14 Thread Colin Holgate
If you do try it, you can click to randomize the wind direction and strength. I should convert the Lingo to LiveCode… > On Dec 13, 2015, at 11:24 PM, Scott Rossi wrote: > > Wow, Adobe still makes Shockwave stuff? Yeah, not installed -- will try > it later. > > Regards, > > Scott Rossi > Cre

[ANN] This Week in LiveCode 13

2015-12-14 Thread Peter TB Brett
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 #13 here: https://goo.gl/u5NcBC This is a weekly newsletter about LiveCode, focussing on what's been going on in and around

Re: Licensing issues [was: Re: LC 8 DP 11]

2015-12-14 Thread Mark Waddingham
On 2015-12-14 11:21, Peter TB Brett wrote: Hi Wilhelm, I find this newly installed monitoring process controlling the validity of older, but already fully installed versions an outright unnnecessary nuisance. Is this part of the new licensing policies that restrict the use of LC-Indy versions

Re: Licensing issues [was: Re: LC 8 DP 11]

2015-12-14 Thread Mark Schonewille
Peter, You wrote: > I'm afraid that that's not correct -- when your current commercial > license expires in August 2016, you will not be able to use any > commercial version of LiveCode or use them to create standalones > unless you renew your license. This may be correct for 6.x and later, but

Licensing issues [was: Re: LC 8 DP 11]

2015-12-14 Thread Peter TB Brett
Hi Wilhelm, On 13/12/2015 18:15, sa...@hrz.uni-kassel.de wrote: Intending to test performance developments between different LC versions (on the Windows partition of the Mac Mini) - like I reported them several times on the Livecode lists this year - I ran into a new problem: Versions that had