Re: problems with 5.5, 6.6, 6.7. 7.0

2014-12-29 Thread Bernard Devlin
Thanks for the suggestion Bill. However, I don't see how it can be something to do with the disk. In the case of 5.5, the border of an image disappears when the blendLevel is altered. This seems to have something do with the new layerMode introduced in 5.5. With regard to the 6.x series, I hadn

Re: problems with 5.5, 6.6, 6.7. 7.0

2014-12-29 Thread Richmond
On 29/12/14 11:16, Bernard Devlin wrote: Thanks for the suggestion Bill. However, I don't see how it can be something to do with the disk. In the case of 5.5, the border of an image disappears when the blendLevel is altered. This seems to have something do with the new layerMode introduced in

[OT] Re-factoring

2014-12-29 Thread FlexibleLearning.com
Passing this on... http://www.infoq.com/articles/natural-course-refactoring Okay, the example is not LC but the principles apply. Something to aspire to, anyway! Hugh Senior FLCo ___ use-livecode mailing list use-livecode@lists.runrev.com Please visi

Re: Your installer is broken

2014-12-29 Thread Sean Cole (Pi)
Roger, Make a backup of 6.7 first just in case. I doubt that it would remove 6.7 (RR and LC never delete older versions from your machine when installing - I've still got every version right back to 5.5) but keep one safe anyway. And make backups of your projects while you're at it. All the best

Re: Your installer is broken

2014-12-29 Thread Richard Gaskin
Sean Cole wrote: > Roger, Make a backup of 6.7 first just in case. I doubt that it would > remove 6.7 (RR and LC never delete older versions from your machine > when installing - I've still got every version right back to 5.5) but > keep one safe anyway. LiveCode always installs each version int

Re: Notification (push and local)

2014-12-29 Thread Mike Kerner
yes, there are issues with push, and bug reports open. I would suggest looking up the bug reports and adding at least one more, namely, for the new features in 8 that aren't supported, yet. On Fri, Dec 26, 2014 at 4:35 PM, Ethan Lish wrote: > Developers, > > There are a number of features avail

resetting preferences in 7.0.1 rc4 (Windows 7)

2014-12-29 Thread Bernard Devlin
RC4 is loading (every time) as Motif appearance on Windows 7. Resetting this through the menu takes effect for that session, but on restarting, this preference is not saved. Deleting the stacks here: C:\Users\<>\AppData\Roaming\RunRev\Preferences just results in a new Livecode7 stack being crea

Group command with an object list

2014-12-29 Thread Peter Haworth
Getting a run time error on command "group tList". I'm constructing tList from the selectedObjects by replace return with " and " and making sure there isn't a trailing " and " at the end. The runtime error includes the contents of tList which look correct to me - " and ". I can get round it by

Re: resetting preferences in 7.0.1 rc4 (Windows 7)

2014-12-29 Thread Mike Bonner
That is not a preference that is saved, its session specific. I looked at the script for that menu, and the function that sets the look and feel (or at least the one that determines which look and feel should be used, on initialization) is this: function revThisLookAndFeel if the platform is "

Re: Group command with an object list

2014-12-29 Thread Mike Bonner
It seems that tList can't be long ids, or long names (as far as I can tell), but selectedobjects field "field" and button "button" will probably work, but there's an easier way. Save the list of selectedObjects however you currently do it, just exactly as it shows up from the selectedobjects (si

Re: resetting preferences in 7.0.1 rc4 (Windows 7)

2014-12-29 Thread Bernard Devlin
Thanks for the suggestion Mike. But that's not the problem. I can change the appearance via the menu. But such a change will not stick. I discovered that this is a preference problem because somehow LC 7.0.1 RC4 is remembering a httpProxy setting which I set some days/weeks ago (which may well

lcext for iOS

2014-12-29 Thread Eric Corbett
I am trying to include a mergSocket.lcext file with my iOS build, but the standalone builder refuses to include it. There are no errors, just no file in the bundle. I am using LC 7.0.1 on OSX 10.9 using SDK 8.1. I am selecting copy file directly, not copy folder. The file is located in a folde

Re: resetting preferences in 7.0.1 rc4 (Windows 7)

2014-12-29 Thread Mike Bonner
Interesting. In my case, its opposite. I can set motif, but when it starts up again its back to native. (which is why I was wondering if its a setting that isn't save) Somewhere, if I can find it, is a preferences template file. I bet at some point that got saved with the changes. Either way, I wo

Code 2014 - Vote for LiveCode

2014-12-29 Thread Peter W A Wood
#code2014 is this year’s programming languages popularity poll. You can see the current results at http://www.code2014.com As I write this note, LiveCode doesn’t have a single vote. I am about to change that. You can vote by tweeting with the hashtag #code2014 and ment

Re: resetting preferences in 7.0.1 rc4 (Windows 7)

2014-12-29 Thread Bernard Devlin
Another good suggestion, Mike. But even "save stack revPreferences" did not make the preference change stick. The httpProxy setting is as annoying as the Motif look. It was a libURL error showing me that it was trying to access the proxy that made me realise the prefs were not being saved. I che

Re: [ANN] Free: Google-style typing filter for LiveCode

2014-12-29 Thread Bob Sneidar
I was having the same epiphany. I did this with a local mySQL database a little while back and it worked a peach. I had a little delay timer going so that if the user typed another character within a certain time frame the counter would reset. Once the user stopped typing for a small length of t

Re: Code 2014 - Vote for LiveCode

2014-12-29 Thread Colin Holgate
How do you write the languages that you used? Like, if I Tweet: #code2014 LiveCode would that register? ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription preferenc

Re: Code 2014 - Vote for LiveCode

2014-12-29 Thread Colin Holgate
Seems to be a comma separated list of the languages you’ve done. Not sure how long the page takes to update. ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription pref

Re: resetting preferences in 7.0.1 rc4 (Windows 7)

2014-12-29 Thread Mike Bonner
Reading up on some stuff. You might check to make sure that windows itself doesn't have a stuck proxy setting (not likely, since you'd notice it elsewhere, but worth a check) because liburl will use the windows setting of it isn't set specifically with code. At least it's something to eliminate.

Re: Code 2014 - Vote for LiveCode

2014-12-29 Thread Peter W A Wood
Colin It says the list updates every 10 minutes on the website … but from last year I suspect that there may be some manual intervention to add a language to those listed. Regards Peter > On 30 Dec 2014, at 07:44, Colin Holgate wrote: > > Seems to be a comma separated list of the languages

Re: Code 2014 - Vote for LiveCode

2014-12-29 Thread Colin Holgate
We’ll know soon I guess, I voted for two languages that weren’t listed yet. > On Dec 29, 2014, at 6:47 PM, Peter W A Wood wrote: > > Colin > > It says the list updates every 10 minutes on the website … but from last year > I suspect that there may be some manual intervention to add a language

Re: Group command with an object list

2014-12-29 Thread Mike Bonner
Wow, that should abeen "selectedobjects" returns long ids. English. One day I hope its my first language. On Mon, Dec 29, 2014 at 4:18 PM, Mike Bonner wrote: > It seems that tList can't be long ids, or long names (as far as I can > tell), but selectedobjects field "field" and button "button"

Re: Code 2014 - Vote for LiveCode

2014-12-29 Thread Colin Holgate
Can’t tell if it’s fully working. LiveCode has shot into 34th place, but one of the other languages I mentioned hasn’t yet been added. ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage

Re: Code 2014 - Vote for LiveCode

2014-12-29 Thread Devin Asay
Sure enough, it’s there now. Bottom center of the chart, showing four users who have reported it. Me, Colin, Peter. Who else? Shouldn’t take much to move it in front of languages like Swift with 25. Devin On Dec 29, 2014, at 4:51 PM, Colin Holgate wrote: > We’ll know soon I guess, I voted fo

Re: Code 2014 - Vote for LiveCode

2014-12-29 Thread Colin Holgate
The circles are clickable. Richard also Tweeted. > On Dec 29, 2014, at 7:07 PM, Devin Asay wrote: > > Sure enough, it’s there now. Bottom center of the chart, showing four users > who have reported it. Me, Colin, Peter. Who else? Shouldn’t take much to move > it in front of languages like Swi

Re: Code 2014 - Vote for LiveCode

2014-12-29 Thread Devin Asay
Just discovered that. On Dec 29, 2014, at 5:12 PM, Colin Holgate wrote: > The circles are clickable. Richard also Tweeted. > > >> On Dec 29, 2014, at 7:07 PM, Devin Asay wrote: >> >> Sure enough, it’s there now. Bottom center of the chart, showing four users >> who have reported it. Me, Col

Re: Code 2014 - Vote for LiveCode

2014-12-29 Thread Mike Bonner
I'm there too On Mon, Dec 29, 2014 at 5:14 PM, Devin Asay wrote: > Just discovered that. > > On Dec 29, 2014, at 5:12 PM, Colin Holgate wrote: > > > The circles are clickable. Richard also Tweeted. > > > > > >> On Dec 29, 2014, at 7:07 PM, Devin Asay wrote: > >> > >> Sure enough, it’s there no

Re: Code 2014 - Vote for LiveCode

2014-12-29 Thread Colin Holgate
Seems like it’s Devin who’s not in there. > On Dec 29, 2014, at 7:19 PM, Mike Bonner wrote: > > I'm there too > > On Mon, Dec 29, 2014 at 5:14 PM, Devin Asay wrote: > >> Just discovered that. >> >> On Dec 29, 2014, at 5:12 PM, Colin Holgate wrote: >> >>> The circles are clickable. Richard

Re: Code 2014 - Vote for LiveCode

2014-12-29 Thread Devin Asay
Odd that there are five tweets mentioned but the count on the chart is only 4. I see Richard, Mike, myself, Colin and Peter. On Dec 29, 2014, at 5:19 PM, Mike Bonner wrote: > I'm there too > > On Mon, Dec 29, 2014 at 5:14 PM, Devin Asay wrote: > >> Just discovered that. >> >> On Dec 29, 201

Re: Code 2014 - Vote for LiveCode

2014-12-29 Thread Peter W A Wood
Hi Devin It’s probably because your tweets are private. We can’t see you tweets and I guess neither can #Code2014. Regards Peter > On 30 Dec 2014, at 08:24, Devin Asay wrote: > > Odd that there are five tweets mentioned but the count on the chart is only > 4. I see Richard, Mike, myself, C

Re: resetting preferences in 7.0.1 rc4 (Windows 7)

2014-12-29 Thread Bernard Devlin
The suggestion about a system proxy was a good one! That proxy was disabled on a system-wide basis on Windows; the values for the proxy were still in the boxes (but grayed-out). It appears all the browsers were ignoring these values, as the Internet Options said to not use a proxy. Livecode seem

[OT] Startup apps under Yosemite

2014-12-29 Thread Jeff Reynolds
I have an older kiosk livecode application that is now being installed on a new mac mini with yosemite (old imac running it finally died after 8 years in a visitor center!). There is one odd thing now with setting startup applications with the user account on Yosemite as after all of the start u

Looking for Json.lc

2014-12-29 Thread Stallibrass
I've got notification to iOS devices up and running from Livecode on a Mac but need to make it run from Livecode server. The posts I've read here and elsewhere on the web all refer to the inclusion of Json.lc but unfortunately all links I've been able to find are inactive. Anyone know where I ca

Re: Code 2014 - Vote for LiveCode

2014-12-29 Thread Devin Asay
Heh. You can tell I’m a really experienced Twitter-er. :-/ Devin On Dec 29, 2014, at 5:33 PM, Peter W A Wood wrote: > Hi Devin > > It’s probably because your tweets are private. We can’t see you tweets and I > guess neither can #Code2014. > > Regards > > Peter > > >> On 30 Dec 2014, at 08

Re: resetting preferences in 7.0.1 rc4 (Windows 7)

2014-12-29 Thread Mike Bonner
Can't test on 7.0.1 stable, but on rc4 it has an affect. in rc4 from the menu, it does appear to work for me, setting back to the native appearance manager look. I looked at this though: The "Appearance Manager" option can be used only on Windows XP, Mac OS and OS X systems. If you set the lookAnd

Re: resetting preferences in 7.0.1 rc4 (Windows 7)

2014-12-29 Thread Mike Bonner
Oh, I'm on win7 64 bit. If you're on 95, the behavior would differ. It would try to set to appearance manager (most likely) then shift to windows 95. Wish I had more os's around here to experiment with. On Mon, Dec 29, 2014 at 5:47 PM, Mike Bonner wrote: > Can't test on 7.0.1 stable, but on rc4

Re: lcext for iOS

2014-12-29 Thread Monte Goulding
You won’t get a copy of the lcext file in the bundle. iOS externals are statically linked into the engine executable during the build. > On 30 Dec 2014, at 10:26 am, Eric Corbett wrote: > > I am trying to include a mergSocket.lcext file with my iOS build, but the > standalone builder refuses t

Re: Group command with an object list

2014-12-29 Thread Peter Haworth
Thanks Mike. Now you come to mention it, I think I came across this once before. Pete lcSQL Software Home of lcStackBrowser and SQLiteAdmin On Mon, Dec 29, 2014 at 3:18 PM, Mike Bonner wrot

Re: lcext for iOS

2014-12-29 Thread Eric Corbett
Thanks Monte, must be the way I modified how I use the library in my latest socket implementation. I'll do some additional testing. Thanks, - e On Dec 29, 2014, at 5:19 PM, Monte Goulding wrote: > You won’t get a copy of the lcext file in the bundle. iOS externals are > statically linked int