Re: Returns Don't Return?

2013-03-25 Thread Scott Rossi
Hi Mark: I meant to respond sooner that LF does make a difference. In my case, files are indeed coming from a server, and LF allows LiveCode to read line breaks correctly. Thanks & Regards, Scott Rossi Creative Director Tactile Media, UX/UI Design On 3/11/13 4:33 PM, "Mark Talluto" wrote:

Re: defining and using globals in an application

2013-03-25 Thread J. Landman Gay
On 3/25/13 9:28 PM, Craig Newman wrote: Mark. Globals are loaded somewhere, On Jul 6, 2011, at 10:56 PM, Mark Stuart wrote: Hi all, I wish you guys would quit playing around with my time warp stack. -- Jacqueline Landman Gay | jac...@hyperactivesw.com HyperActive Software

Re: defining and using globals in an application

2013-03-25 Thread Craig Newman
Mark. Globals are loaded somewhere, and retain their value throughout the application. But you do have to declare it wherever it might be used. Are you asking why this is necessary? This has always been the case, since way, way back. So in other languages, if you declare and load a global some

Re: iOS scroller performance

2013-03-25 Thread Monte Goulding
On 26/03/2013, at 8:17 AM, Gerry Orkin wrote: > Excellent - have you uploaded the new one to your site? Not yet, I need work out how much the changes might break existing mergDataGridScrollers first. There are a few quirks now too. The main one is the datagrid gets resized to it's full height

Re: I have a free copy of Games Academy and App Academy to give away

2013-03-25 Thread Rick Harrison
Hi Matthias, May I have it? Unless of course it is already included with my Kickstarter pledged package. Let me know. Thanks, Rick P.S. Here is my email address for the RunRev Store: harri...@all-auctions.com On Mar 25, 2013, at 5:18 PM, Matthias Rebbe wrote: > Hi, > > i have one Game

Re: iOS scroller performance

2013-03-25 Thread Gerry Orkin
Excellent - have you uploaded the new one to your site? Gerry On Mon, Mar 25, 2013 at 10:13 PM, Monte Goulding mailto:mo...@sweattechnologies.com";>> wrote:  but now that I understand that limitation I've got mergDataGridScroller working smoothly. On Mon, Mar 25, 2013 at 10:13 PM, Monte

Re: Ungroup a nested group

2013-03-25 Thread Geoff Canyon
yep, that should do it. On Mon, Mar 25, 2013 at 1:31 PM, Peter Haworth wrote: > Thanks Geoff. I inadvertently confused things in my last email by using > "delete" instead of "ungroup". Ungroup of a nested group is what I need > to do and using the relayerGroupedControls approach seems to wor

I have a free copy of Games Academy and App Academy to give away

2013-03-25 Thread Matthias Rebbe
Hi, i have one Game Academy and one App Academy from my Kickstarter plegde to give away for free. So if someone is interested in one of them, please let me know by private email to matthias (at) rebbe.tk. Please include your email address you are using for the Runrev Store, so Runrev can add t

Push iOS from Windows

2013-03-25 Thread Mike Kerner
I'm reading through all my Mac-> iOS push code, and I'm wondering if anybody had a problem making it work Windows->iOS. Before I figure out what the commands should be over there, does anybody have code to share? -- On the first day, God created the heavens and the Earth On the second day, God c

Adding a folder to a zip archive

2013-03-25 Thread Peter Haworth
Is it possible to add a folder and its contents to a zip archive using the revzipxxx functions? I tried revZipAddItemWithFile pointing to the folder - no error was flagged but when I unzipped the file, the folder was zero bytes in length and none of its contents were in there. Pete lcSQL Software

Re: Learning by... Avoiding mistakes (Richard Gaskin)

2013-03-25 Thread AcidJazz
Ron, I've used Mindomo with my students (I'm also a psychology professor) and it works nicely. I'd be interested in seeing what you developed. Is this something you would be willing to share? It might be interesting to compare student learning of the material using your approach versus other

Re: Ungroup a nested group

2013-03-25 Thread Peter Haworth
Thanks Geoff. I inadvertently confused things in my last email by using "delete" instead of "ungroup". Ungroup of a nested group is what I need to do and using the relayerGroupedControls approach seems to work fine. Pete lcSQL Software On Mon, Mar 25, 2013 at 10:38 AM,

Re: Learning by... Avoiding mistakes (Richard Gaskin)

2013-03-25 Thread Keith Clarke
Mind Manager http://www.mindjet.com/products/ has been my go to 'problem dissection' tool for the last 15 years or so. I use this instead of 3x5s for pretty much every problem, brain-storming session, research activity, workshop meta-planning session, project plan, etc. It's much richer than F

Re: Ungroup a nested group

2013-03-25 Thread Geoff Canyon
yep, that's what I did in navigator way back when: set relayergroupedcontrols to true, make the changes by assigning layers (which can be tricky) and you're set. If you're deleting, I'm not sure you even need to do that. Delete group "" should work regardless of how many groups "" is nested in. gc

Re: Learning by... Avoiding mistakes (Richard Gaskin)

2013-03-25 Thread Thierry Douez
2013/3/25 Ronald Zellner > > Has anyone here tried using "Mind-mapping" software for development? > > I use it for big projects and more I do it by hand (which has a meaning with this technic) ! Thierry ___ use-livecode mailing list use-livecode@list

Re: Nested array comparisons

2013-03-25 Thread Alex Tweedly
On 25/03/2013 13:47, Richard Gaskin wrote: PS: Alex, I appreciate the code you post on this list, but why do you always post code with each line preceded by ">"? Makes it more difficult to strip out the ">" to run the code. Aaaah - the joys of "almost standards" in email :-( I get the te

Re: Learning by... Avoiding mistakes (Richard Gaskin)

2013-03-25 Thread Ronald Zellner
Starting in the 70s I often had students (psychology & educational psychology courses) map out the course content using 3x5 cards and newsprint as a way of fully understanding the concepts and interrelationships. I continued that technique in educational technology areas but gravitated to Mind-

RE: Hi-Res imaging in LiveCode

2013-03-25 Thread FlexibleLearning.com
Seems I was wrong, even using jpegs. Bugger. So... If anyone DOES know how to, do please tell. Hugh Senior FLCo > -Original Message- > From: FlexibleLearning.com [mailto:ad...@flexiblelearning.com] > Sent: 19 March 2013 17:38 > To: use-livecode@lists.runrev.com > Subject: Hi-Res imagi

Re: Ungroup a nested group

2013-03-25 Thread Peter Haworth
Hi Geoff, In my lcSTackBrowser utility I want to provide the ability to delete a nested group. Someone just sent me a solution using relayergroupedcontrols which feels much safer than the method I mentioned. Pete lcSQL Software On Mon, Mar 25, 2013 at 7:53 AM, Geoff Canyo

Re: mApp resolution and aspect ratio independence framework teaser

2013-03-25 Thread Ken Ray
On Mar 24, 2013, at 8:58 PM, Monte Goulding wrote: > Hi LiveCoders > > With Apple's recent announcement about app acceptance and device support I > thought it would be a good to leak some info about mApp the open source > mobile application framework I've been working on. So I've released thi

Push Messaging

2013-03-25 Thread Dan Friedman
Greetings, Does anyone know how to get Push Messaging working on iOS and Android? Not the LiveCode scrips, that's easy. I need help with the process of creating and managing the pem files, cer files, p12, private keys, certificates, and how all that works with the provisioning profiles and ap

Re: Ungroup a nested group

2013-03-25 Thread Geoff Canyon
What are you trying to accomplish? I've always used layers to move things into and out of groups. gc On Sun, Mar 24, 2013 at 5:47 PM, Peter Haworth wrote: > What seems to work in a script is to start editing each owning group until > you reach the one containing the group to be ungrouped, ungr

Re: Nested array comparisons

2013-03-25 Thread Richard Gaskin
Alex Tweedly wrote: try it yourself if you want to see the details - but the bottom line is that the arrays have the same keys and contents, comparing the arrays gets that right, and comparing the arrayencode() of the arrays says (wrongly) that they differ. QED - you can't compare the arrayencod

Re: iOS scroller performance

2013-03-25 Thread Monte Goulding
On 25/03/2013, at 5:35 PM, Monte Goulding wrote: > I'll see if I can get the same performance from mergDataGridScroller. OK, time to eat my words on scrolling performance. I'm not super happy that I'll need to do some significant design changes to deal with the fact that you can't scroll a ne

Re: [ANN] LiveCode Super Site

2013-03-25 Thread RunRevPlanet
Hi Scott, >One option you might consider is opening links in a separate >tab/window so visitors aren't totally removed from the site. Good idea, I will make that improvement. Regards, -- Scott McDonald RunRevPlanet "Components, Controls, Tools and Resources for LiveCode" www.runrevplanet.com

Re: [ANN] LiveCode Super Site

2013-03-25 Thread Scott Rossi
Nice presentation Scott. One option you might consider is opening links in a separate tab/window so visitors aren't totally removed from the site. Best Regards, Scott Rossi Creative Director Tactile Media, UX/UI Design On 3/24/13 10:09 PM, "RunRevPlanet" wrote: >Hi, > >A new website dedica