Re: [OFF] Cool Plugins

2014-05-09 Thread Charles E Buchwald
Count me in. Sounds like a way that I could contribute to the community and learn so interesting things about tools and plugins at the same time... On 09 May 2014, at 10:15 PM, Richard Gaskin wrote: > If we could work out a way to share the work on this with RunRev, anyone here > interested in

Re: [OFF] Cool Plugins

2014-05-09 Thread Mike Kerner
Richard, Let's start a group to discuss, and it should be more community than core team. The core team is a little lax on a variety of things, probably because responsibilities are not clear and expectations are not followed-up on. For instance, community contributions to the documentation is sup

Re: [OFF] Cool Plugins

2014-05-09 Thread Mark Wieder
Richard- Friday, May 9, 2014, 8:15:13 PM, you wrote: > If we could work out a way to share the work on this with RunRev, anyone > here interested in rolling up their sleeves to help? You mean trying to work with a rev team that spent six months ignoring the fact that nobody could log into revOnl

Re: [OFF] Cool Plugins

2014-05-09 Thread Richard Gaskin
Mark Wieder wrote: Richmond- Friday, May 9, 2014, 12:38:36 PM, you wrote: But RevOnline is rather erratic . . . You're being too kind. At one point Heather assured me that revOnline was about to be replaced with something better, or at least different. If that happened in the last couple of

Re: [OFF] Cool Plugins

2014-05-09 Thread Mark Wieder
Richmond- Friday, May 9, 2014, 12:38:36 PM, you wrote: > But RevOnline is rather erratic . . . You're being too kind. At one point Heather assured me that revOnline was about to be replaced with something better, or at least different. If that happened in the last couple of years I missed the ne

Re: Shout out to Marty Knapp

2014-05-09 Thread Marty Knapp
Good catch Simon - will do! Marty I think that's how one does it? If Marty gets this please update your super Marty's Sliders stack http://livecodeshare.runrev.com/stack/276/Marty%27s-Sliders You have a local variable in there "scaleFactor" which is now a keyword in LiveCode. Makes for a broke

Re: mouseLeave -like message for stacks?

2014-05-09 Thread Scott Rossi
Take a look at "suspend" and "suspendStack" in the docs. Regards, Scott Rossi Creative Director Tactile Media, UX/UI Design On 5/9/14 5:06 PM, "Dr. Hawkins" wrote: >Is there something like mouseLeave or closeField that can be used when a >stack loses focus, either to another stack or to ano

Re: Grab everything

2014-05-09 Thread BNig
to anyone following this thread: I posted a solution for clone/grab over in the forum http://forums.runrev.com/phpBB2/viewtopic.php?f=6&t=20317&p=103307#p103307 This can be used to make tear-off type of controls for the same card. I also posted an adaption of the drag code from revTools to drag a

Shout out to Marty Knapp

2014-05-09 Thread As_Simon
I think that's how one does it? If Marty gets this please update your super Marty's Sliders stack http://livecodeshare.runrev.com/stack/276/Marty%27s-Sliders You have a local variable in there "scaleFactor" which is now a keyword in LiveCode. Makes for a broken example. Thanks, Simon -- View

Re: Git manpage generator

2014-05-09 Thread Dar Scott
I appreciate your encouragement to get up to speed with git. And thank you for the intros and tutorials you have mentioned. Soon I will be able to tell the difference between the get-man-page-generator output and real documentation! Dar On May 9, 2014, at 4:51 PM, Mark Wieder wrote: > LOL.

mouseLeave -like message for stacks?

2014-05-09 Thread Dr. Hawkins
Is there something like mouseLeave or closeField that can be used when a stack loses focus, either to another stack or to another application? -- Dr. Richard E. Hawkins, Esq. (702) 508-8462 ___ use-livecode mailing list use-livecode@lists.runrev.com Ple

Re: [OT] free personality portraits

2014-05-09 Thread Robert Brenstein
On 04.05.2014 at 10:48 Uhr +0300 Richmond apparently wrote: I would just like to say how extremely impressed I was by my personality portrait. Thank you, Robert Brenstein. It blew me away. Richmond Have you thought to have your wife and kids get their own portraits, so you can compare your

Git manpage generator

2014-05-09 Thread Mark Wieder
LOL. It's Friday... http://git-man-page-generator.lokaltog.net/ "After pulling branches to many heads, you can cherry-pick the stash of the indices, and git-penetrate-history --apprehend-manufacture-submodule must apply a staged git-paw-remote before doing anything else." -- Mark Wieder ahso

Re: [OFF] Cool Plugins

2014-05-09 Thread Charles E Buchwald
I agree with you there, Mike. I like the _idea_ of RevOnline, but I wish it was better curated. Not to censor anything, just to be better organized. The categories are a mess. Note that there are reviews and ratings already. The WordPress plugin directory is a good example of system that accomm

Re: Server Scripts Editor

2014-05-09 Thread Phil Davis
So let's say I have a file on my server called "mine.lc". It's a text file that contains some LC code and looks like this in a text editor: The "mystack.livecode" file is just a normal stackfile whose stack script might look like this: on libraryStack put the long time & "" & the system

Re: Mysql UNIQUE and .lc server scripts?

2014-05-09 Thread Mike Bonner
You're already sending back the sql string you use for the insert to your client (put tSql) should be an easy thing to add an if statement right after your revexecutesql. if the result is not an integer then put cr & "ERROR:" && the result Then check the data you got back and see if it contains

Re: [OFF] Cool Plugins

2014-05-09 Thread Mike Kerner
That was sort of why I made the first post, because I stumbled on those two and said "Are you kidding me? Why haven't I seen anything about these?" I'd like to see the tools/add-ons/etc. not just be in a jumbled-up mess of a list, but have more of an app store type of setup with reviews, categori

Re: [OFF] Cool Plugins

2014-05-09 Thread Richmond
On 09/05/14 22:33, Richard Gaskin wrote: Alejandro Tejada wrote: Does exists a visual directory of all stacks published in all these mail lists and forums? Ostensibly that's what RevOnline is for. so everyone can have access to all shared resources right in the IDE. But RevOnline is rathe

Re: Mysql UNIQUE and .lc server scripts?

2014-05-09 Thread Simon Smith
Hi John I would first run a search on the table to see if the value exists, if it does not exist, then you can run the insert statement. If the value does exist, you can then have some sort of error procedure. Kind Regards Simon On Fri, May 9, 2014 at 1:18 AM, JOHN PATTEN wrote: > Hi All, > >

Re: [OFF] Cool Plugins

2014-05-09 Thread Richard Gaskin
Alejandro Tejada wrote: Does exists a visual directory of all stacks published in all these mail lists and forums? Ostensibly that's what RevOnline is for. so everyone can have access to all shared resources right in the IDE. -- Richard Gaskin Fourth World LiveCode training and consulting

Re: [OFF] Cool Plugins

2014-05-09 Thread Alejandro Tejada
Charles E Buchwald wrote > I've made a lot of those single purpose tools. Many of them were part of > my learning about LiveCode. > But I've realized how easy it is to make my own plugins, and to share > them. I've put a few on my website. I have a few more on the way. > I'd like to see more of us

Re: Modularising Code

2014-05-09 Thread J. Landman Gay
On 5/9/14, 1:04 PM, J. Landman Gay wrote: For standalones, the commercial version of LC has a limit of 10 stacks in use I take that back, the limit for stacks in use is normally 50. -- Jacqueline Landman Gay | jac...@hyperactivesw.com HyperActive Software | http://www

Re: LiveCode Performance Examples

2014-05-09 Thread Alejandro Tejada
Michael McCreary wrote > [snip] > This is where you come in. We want to know how you use LiveCode and > what areas you think can be improved on performance wise. Having real > world examples of slowdowns and performance bottlenecks will allow us > focus our energies on improving the correct are

Re: Modularising Code

2014-05-09 Thread J. Landman Gay
On 5/9/14, 1:49 AM, Terence Heaford wrote: Do you think it is better to use insert [the] script of object into {front | back} for modularising your code when the code is to be solely contained within your project? Is there a limit to the number of front and back scripts a project can have? Is

Re: Mysql UNIQUE and .lc server scripts?

2014-05-09 Thread Peter Haworth
OK, got it John. Sorry I completely glossed over this is in a server script. Haven't done any server scripting so can't help there but there has to be a way of passing the result back to your client so I'm sure someone will come up with one. Maybe revDatabaseConnectResult will help? Pete lcSQL

Re: LiveCode Performance Examples

2014-05-09 Thread Björnke von Gierke
I looked at some of my old stack that I knew they where slow-ish... and they're all much faster now, probably due to the new graphics engine handling stuff with lots of points better. So sadly I can't send you any slow stacks *tears up* Nontheless here's what I tried, all stacks have to do with

LiveCode Performance Examples

2014-05-09 Thread Michael McCreary
Dear List Members, Over the next few months, we'll be working on improving the performance of LiveCode. We'll be looking at all aspects of the product, but will be focusing particularly on the graphical side of things. Naturally, we have earmarked a few areas of the engine where we think can

Re: [OFF] Cool Plugins

2014-05-09 Thread Charles E Buchwald
I've made a lot of those single purpose tools. Many of them were part of my learning about LiveCode. But I've realized how easy it is to make my own plugins, and to share them. I've put a few on my website. I have a few more on the way. I'd like to see more of us publishing small, single purpose

Re: Mysql UNIQUE and .lc server scripts?

2014-05-09 Thread JOHN PATTEN
Thanks Peter and Mark! I was trying to figure out how I would retrieve the result from my server lc script? Would I have to set the ErrorMode to see the mysql result? It’s not really an error, but a mySQL result. My lc script is pretty basic. I’m just using a familiar example: I’m not sure h

Re: Server Scripts Editor

2014-05-09 Thread Mike Bonner
Nakia, check out this page: http://livecode.com/developers/guides/server/ Specifically the section on using stacks with lc server. Very handy, and as mentioned above it allows you to create a stack in the livecode ide, then use it from an lc server script. On Fri, May 9, 2014 at 2:17 AM, Nakia

Re: Zurich meeting this summer

2014-05-09 Thread Björnke von Gierke
Hello Kaveh Currently we're only thinking about an afternoon with talking, coffee, etc. and then possibly Supper. However, As Mark will come from the Netherlands, there will be additional stuff we'll do. For example I'm thinking about doing a tour trough the historic city of Zurich the day befo

Re: Zurich meeting this summer

2014-05-09 Thread Kaveh Bazargan
Hi Bjoernke I am potentially interested. How long are you thinking of meeting? I am in London but can fly over. Regards Kaveh On 20 April 2014 00:40, Björnke von Gierke wrote: > Hi everyone > > Me and Mark are starting to prepare a meetup in Zurich (Switzerland), late > June or early July. I

Re: Zurich meeting this summer

2014-05-09 Thread Björnke von Gierke
Alright everyone People interested in a meetup in Zurich, last chance to have a say on the date! http://doodle.com/yapygihh3itgz2qr cheers Björnke On 01 May 2014, at 21:20, Björnke von Gierke wrote: > Hi persons who use LC > > Just a quick reminder that we're currently planning a meet-up in

Re: Modularising Code

2014-05-09 Thread Terence Heaford
Replying to self here: I am aware of "The four numbers returned by the scriptLimits function are: * the number of statements permitted when changing a script (normally 10 in a standalone application) * the number of statements permitted in a do command (normally 10 in a standalone application

Vision Mobile Latest Survey

2014-05-09 Thread Heather Laine
Dear List Folks, Today is the last day to take part in this survey. Take the new Developer Economics 10-minute survey and win cool prizes! http://www.vmob.me/DE3Q14RunRev VisionMobile has launched a new app developer survey and is looking into opportunities and challenges in the app market. T

Fwd:

2014-05-09 Thread max7
Hey there! http://www.gabcreation.com/-message.friend?wuqegunokym --- Sent: Fri, 9 May 2014 1:59:44 ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription

Re: Server Scripts Editor

2014-05-09 Thread Nakia Brewer
Dumb question but I don't get what you mean here ? I have a LC file and renamed it to a .livecode file but when it opens in LiveCode there is nothing to edit... Feeling this is a dumb question that's gonna make me look the goose... Sent from my iPhone > On 9 May 2014, at 4:19 pm, "Phil Davis