Re: [ANN] Casey's Solitaire published on Android Market

2012-02-10 Thread Andrew Henshaw
Ill do some digging! On 10 Feb 2012, at 00:20, J. Landman Gay wrote: > On 2/9/12 5:54 PM, J. Landman Gay wrote: > >> My scripts do the same, calling out to another handler for resizing. But >> I did make some changes to lock screen so I bet that's it. I took most >> of them out. I'll try bracket

Re: Drag and Drop in a locked field

2012-02-10 Thread André Bisseret
Bonjour Bob, In some apps I am using the following script. It is an adaptation to drap and drop inside one field, of a script from Eric Chatonet he had written for drag and drop from one field to another. Besides the field, this script uses an extra field name "tempo" which allows to see what l

10.7.2 Record Audio

2012-02-10 Thread Richard MacLemale
OK, I tried searching the archives but came up empty. I tried posting on the forum, but so far no responses. I'm running Mac OS 10.7.2, and LiveCode 5.0.2. The following command records bad, crackly audio: record sound file "/Users/admin/Desktop/my_new_sound_file" There's nothing wrong with

iRev database access security question

2012-02-10 Thread Jonathan Lynch
Hi everyone, If I have an iRev page that is going to access a database, I have to use a database query that includes the user name and password. Is it safe to put that information directly into the iRev page? That seems risky to me. If I put the information into another page and I use a script to

Re: 10.7.2 Record Audio

2012-02-10 Thread Paul Hibbert
Richard, Your command seems to work fine for me on a MacPro with OS X 10.7.3 LiveCode 5.0.2 Paul On 10 Feb 2012, at 11:19, Richard MacLemale wrote: > OK, I tried searching the archives but came up empty. I tried posting on the > forum, but so far no responses. > > I'm running Mac OS 10.7.2,

Re: iRev database access security question

2012-02-10 Thread Paul Hibbert
Hi Jonathan, I seem to remember you can put the username & password in a small iRev file and store it inside your cgi folder (for security), then call it by using 'include', I'm sure there are some more knowledgable people here that can fill in the details though. Paul On 10 Feb 2012, at 12:

Re: iRev database access security question

2012-02-10 Thread Martin Baxter
Hi Jonathan, Sensible questions actually. I would expect the situation to be the same as with php. In that situation, if php crashes or becomes unavailable for some reason, and precautions have not been taken, the webserver will serve the source script rather than its output. I expect this applie

Re: How alive is LiveCode?

2012-02-10 Thread Richard Gaskin
Michael Chean wrote: I want to write databased applications to take care of some of the pain-points at my current employment. And if this works out I'd like to extend it to the full application - which is your normal professional billing program. I'm using VFP right now and would have no relu

Re: Drag and Drop in a locked field

2012-02-10 Thread Peter M. Brigham, MD
On Feb 9, 2012, at 7:50 PM, Ken Ray wrote: > On Feb 9, 2012, at 6:35 PM, Bob Sneidar wrote: > >> Hi all. I use locked fields with multiple lines and listBehavior set to true >> as a kind of menu. Now I am trying to allow the user to rearrange the items >> in the list. I read in the Dictionary t

System reqs?

2012-02-10 Thread Richard Gaskin
There's a question in the forum of where to find the system requirements for LiveCode at runrev.com: I thought that would be easy to find, but it eludes me. Anyone here have the URL? -- Richard Gaskin Fourth World LiveCode training and consu

Re: System reqs?

2012-02-10 Thread Paul Dupuis
I was looking for them a few weeks ago and the only place I could find the information was in the Release Notes. On 2/10/2012 9:14 AM, Richard Gaskin wrote: > There's a question in the forum of where to find the system > requirements for LiveCode at runrev.com: >

Re: System reqs?

2012-02-10 Thread David Glass
They are also in the User Guide. Which is available at the following link: Not exactly easy to find for somebody 'kicking the tires'. On 02/10/2012 6:30 AM, Paul Dupuis wrote: I was looking for them a few weeks ago and the only place I coul

Re: System reqs?

2012-02-10 Thread Peter M. Brigham, MD
Seems like a link that should be on the front webpage for LC. Crazy to have to DL the app before you can know if you can use it. Should be a quick fix for whoever does their webpage -- and an urgent one. -- Peter Peter M. Brigham pmb...@gmail.com http://home.comcast.net/~pmbrig On Feb 10, 201

Re: How alive is LiveCode?

2012-02-10 Thread François Chaplais
A request consistent with Alejandro's own is the ability to force typing of variable, arrays, etc, anything that can be transmitted to an external. see http://quality.runrev.com/show_bug.cgi?id=2783 Please vote if you support it, TIA!! Best, François Le 9 févr. 2012 à 20:10, Alejandro Teja

Re: moving and scaling an image

2012-02-10 Thread Alejandro Tejada
Hi Ken, Ken Corey wrote > > Do you have 12 images in the image directory? > The first time I didn't...so I added some more. > Then, I double-clicked on the card one in the App Browser, and then > clicked the button again. Worked fine the second time. > -Ken > Yes, 12 images is the minimun num

Can I not use constants in revserver scripts ?

2012-02-10 Thread Alex Tweedly
constant K = "asdf" put K If I put the above 2 lines in a script in a stack or in the IDE/msgbox, I get (as expected) "asdf" output. But if do the same thing in a revserver script (in my case, on-rev), I get "K". That seems wrong to me, and the dictionary for constant includes server in

Re: moving and scaling an image

2012-02-10 Thread David Glasgow
On 9 Feb 2012, at 9:16 pm, Ken Corey wrote: > From: > Date: 9 February 2012 8:30:35 pm GMT > To: use-livecode@lists.runrev.com > Subject: Re: moving and scaling an image > Reply-To: How to use LiveCode > > > Well, I must be missing something. Take a look at: > > http://its.ec/static/faux3d

Re: Can I not use constants in revserver scripts ?

2012-02-10 Thread Matthias Rebbe
Hi Alex, Tried here with LiveCodeServer 5.0.2 and got the same result. :( Regards, Matthias Am 10.02.2012 um 16:01 schrieb Alex Tweedly: >> constant K = "asdf" >> put K > > If I put the above 2 lines in a script in a stack or in the IDE/msgbox, I get > (as expected) "asdf" output. > > But i

Re: Can I not use constants in revserver scripts ?

2012-02-10 Thread Keith Clarke
Does revServer support put - isn't that a UI thing? Maybe try checking for your constant by writing it to a file or setting a custom property instead - something a server can definitely do? Best, Keith.. On 10 Feb 2012, at 15:30, Matthias Rebbe wrote: > Hi Alex, > > Tried here with LiveCodeS

Re: Can I not use constants in revserver scripts ?

2012-02-10 Thread Mike Bonner
e I think there was a thread on this that I read before. If I recall correctly, setting a constant inside a handler works for THAT handler. So if you have. You end up with kinsidehandlerk Keith, yeah revserver supports put. Anything that is "put" without a destination container ends up as pa

Re: Can I not use constants in revserver scripts ?

2012-02-10 Thread Mike Bonner
Oh, while not worth it, it might work to wrap the workhorse part of the script into a command. Would probably work but doubt it would be worth the effort when a regular old var can be used. Hmm I do wonder though.. Since stacks are now supported it might work to have a stack that sets the const

Can one minimize a window by script?

2012-02-10 Thread Graham Samuel
Forgive the question, but I'm a long way from a LiveCode IDE so can't experiment. I know that a message is sent when a user minimizes (iconifies) a window in a Windows or a Mac environment, but can the minimize be done programatically, i.e. from a script? I can't see anything in the documentatio

Re: Can one minimize a window by script?

2012-02-10 Thread Mike Bonner
you can 'set the iconic of stack "stackname" to true Should work like a charm. On Fri, Feb 10, 2012 at 8:52 AM, Graham Samuel wrote: > Forgive the question, but I'm a long way from a LiveCode IDE so can't > experiment. I know that a message is sent when a user minimizes (iconifies) > a window i

Re: Can I not use constants in revserver scripts ?

2012-02-10 Thread Alex Tweedly
Thanks Mike - that's basically it. Though in fact, it's even stranger than you said. The dictionary says that if you set a constant in a script but outside any handler, then it can be used in any handler within the script; and that's exactly what it does do ... " end doit doit put "outside"

Re: moving and scaling an image

2012-02-10 Thread David Glasgow
Thanks to all the help with this. I ended up with a script that created sequential moves, with an image scale in between each. I am amazed at how smooth it is. This is the 'pull towards' script: on embiggen put item 2 of the loc of grc "near" into tend put item 2 of the loc of me into t

Re: Can I not use constants in revserver scripts ?

2012-02-10 Thread Mike Bonner
You know, you're right. It does make sense in the other context. I guess it seems strange for the reason you state. I expect inline stuff to just work like php and when it doesn't I get hit with the flummox hammer. On Fri, Feb 10, 2012 at 9:00 AM, Alex Tweedly wrote: > Thanks Mike - that's basic

Re: moving and scaling an image

2012-02-10 Thread Ken Corey
On 10/02/2012 15:23, David Glasgow wrote: Thats the kind of thing! Looks like I should forget about the move command, and just shuffle off to the destination shrinking as we go. I am surprised at how smooth it is. Just out of interest, I disabled the unwiggle line of your script, but was a

Re: moving and scaling an image

2012-02-10 Thread Alejandro Tejada
Hi David, David Glasgow wrote > > Thanks to all the help with this. > I ended up with a script that created sequential moves, > with an image scale in between each. > I am amazed at how smooth it is. This is the 'pull towards' script: > [snip] > Really nice! When i pasted this script in an i

Re: Drag and Drop in a locked field

2012-02-10 Thread Bob Sneidar
Thanks I already went with GetInLine and I like the way it looks. Scott's stuff is always visually pleasing. Paypal donation on the way! Bob On Feb 10, 2012, at 1:13 AM, André Bisseret wrote: > Bonjour Bob, > > In some apps I am using the following script. > It is an adaptation to drap and dr

Re: Any in-house corporate developers?

2012-02-10 Thread Bob Sneidar
I have a login app that connects to my database and reads/writes credentials. I didn't take a lot of time to make sure that the pipe was encrypted, but it wouldn't be troublesome to do. The passwords however ARE encrypted as I said, in the stack before transmitting to the database. I use AES128

Re: How alive is LiveCode?

2012-02-10 Thread Andrew Kluthe
In reference to report building, WordReport add-on for livecode has made this a breeze (if you don't mind getting .docx or openoffice formats, these can also be converted to pdf im sure with some vbscript). It helped me make a nice report engine with customizable report templates. Before doing this

Re: How alive is LiveCode?

2012-02-10 Thread Mark Smith
Hi Michael, I can only add to this by saying I am doing very similar work with livecode, and so far have run into few problems with it, and most of those are fixed by enhancing my learning curve. I do feel like Livecode has provided only the basic tools and I am required to construct libraries to s

RSS Tutorial with XML commands?

2012-02-10 Thread John Patten
Hi all.. I happend to see the notice about the LiveCode RSS tutorial, and being in education, could see how learning how to create my own RSS interfaces and being able to show others how to do this would be pretty useful. However, though I could make out most of what was happening in the scrip

Re: Drag and Drop in a locked field

2012-02-10 Thread Mark Smith
slylabs13 wrote > > Any easy way to implement this? I could use a datagrid I suppose (grumble > grumble) but it would be nice if I could just do this with a simple list > field. I want to reorder entire lines by dragging and dropping them. > Hi Bob, I wrote something to do that awhile back and

Re: Drag and Drop in a locked field

2012-02-10 Thread Mark Smith
Sorry, its been awhile since I worked on it and so I should clarify: the 7766 bug only rears its head after using the pop-up menu. If you disable the pop-up menu option the drag drop works fine on x86. -- Mark -- View this message in context: http://runtime-revolution.278305.n4.nabble.com/Drag-a

Re: Architecture of downloadable content for iOS?

2012-02-10 Thread Mark Smith
Ken Corey wrote > > Do I grasp the general idea here or can modules indeed be downloaded > from the app store, and called from my main stack? > I've downloaded apps that handle tons of multi-media, pictures, video recordings. They seem to dload the content from a server. Check the Winnipeg Fol

Re: Drag and Drop in a locked field

2012-02-10 Thread Bob Sneidar
Thanks Mark! Bunch of friendlier people I have never known! :-) So far I am using Scott's Getinline solution. I like his little drag insert graphic! Bob On Feb 10, 2012, at 12:01 PM, Mark Smith wrote: > > slylabs13 wrote >> >> Any easy way to implement this? I could use a datagrid I suppose

Re: Architecture of downloadable content for iOS?

2012-02-10 Thread Ken Corey
On 10/02/2012 20:19, Mark Smith wrote: I've downloaded apps that handle tons of multi-media, pictures, video recordings. They seem to dload the content from a server. Check the Winnipeg Folk Festival app for an example. As have I, as a consumer. My question is meant more as a producer of one o

Re: What is up with FormattedHeight?

2012-02-10 Thread Howard Bornstein
Wow, thank you Ken and Scott. This was the direction I was planning on pursuing for a solution, but the difference here is that it would have taken me a month, whereas I'm sure Scott knocked this out in his head while brushing his teeth before his morning cup of coffee. Awesome! I appreciate every

Re: What is up with FormattedHeight?

2012-02-10 Thread Scott Rossi
Actually, I may be wrong but I seem to recall the script I posted being a variation of something written by Trevor DeVore. Just to keep the credits rolling along... Regards, Scott Rossi Creative Director Tactile Media, UX Design Recently, Howard Bornstein wrote: > Wow, thank you Ken and Scott

supporting multiple mobile device resolutions

2012-02-10 Thread Chris Sheffield
I know this topic has come up before. About a year or so ago Tom McGrath posted some very useful info. So now that some time has passed, I'm curious as to how most of you are developing apps when you need to support multiple device resolutions. I've been working on an iPad app. We've all heard t

Re: What is up with FormattedHeight?

2012-02-10 Thread BNig
Hi Scott, thanks for posting your script which is as you say based on a script by Trevor DeVore. Since Howard wanted to use this on iOS in a pinch/zoom script I tried to speed up your script. More specifically I scan the alphaData line by line for non-null bytes from top to bottom and from botto

Recursion

2012-02-10 Thread Mark Wieder
haha... ever tried a Google search for recursion? -- Mark Wieder ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription preferences: http://lists.runrev.com/mailman/l

Re: Recursion

2012-02-10 Thread stephen barncard
yeah I LOVE to play with video feedback! On 10 February 2012 13:35, Mark Wieder wrote: > haha... > > ever tried a Google search for recursion? > > -- >  Mark Wieder > > Stephen Barncard San Francisco Ca. USA more about sqb ___ use-livecode mailing lis

Re: Can I not use constants in revserver scripts ?

2012-02-10 Thread Mark Wieder
Alex Tweedly writes: > The dictionary says that if you set a constant in a script but outside > any handler, then it can be used in any handler within the script; and > that's exactly what it does do ... Constants have always been second-class citizens in the RR/LC world. You can have global v

Re: Recursion

2012-02-10 Thread Mark Wieder
stephen barncard writes: > > yeah I LOVE to play with video feedback! ...the problem with video feedback is that I end up getting lost in there for hours... -- Mark Wieder ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit t

Re: Recursion

2012-02-10 Thread Bob Sneidar
Every time I encounter video feedback all I can see is white. Bob On Feb 10, 2012, at 1:55 PM, Mark Wieder wrote: > stephen barncard writes: > >> >> yeah I LOVE to play with video feedback! > > ...the problem with video feedback is that I end up getting lost in there for > hours... > > --

Re: use-livecode Digest, Vol 101, Issue 19

2012-02-10 Thread Richard MacLemale
On Feb 10, 2012, at 8:19 AM, Paul Hibbert wrote: > Richard, > > Your command seems to work fine for me on a MacPro with OS X 10.7.3 LiveCode > 5.0.2 > > Paul Thanks - I'll try upgrading to 10.7.3 and see if that helps. --- Richard MacLemale Music = http://www.richardmac.com ___

Re: Recursion

2012-02-10 Thread stephen barncard
depends on the application. Always works in the analog world and much more trippy with a CRT. Some digital apps seem to want to keep us from having fun with this. On 10 February 2012 14:17, Bob Sneidar wrote: > Every time I encounter video feedback all I can see is white. > > Bob > > > On Feb 10,

Re: use-livecode Digest, Vol 101, Issue 19

2012-02-10 Thread stephen barncard
there are many media type bugs in 10.7.2 On 10 February 2012 14:40, Richard MacLemale wrote: > On Feb 10, 2012, at 8:19 AM, Paul Hibbert wrote: > >> Richard, >> >> Your command seems to work fine for me on a MacPro with OS X 10.7.3 LiveCode >> 5.0.2 >> >> Paul > > Thanks - I'll try upgrading to

Re: System reqs?

2012-02-10 Thread René Micout
Hello, § 1.3, pages 16/17 in UserGuide... René Le 10 févr. 2012 à 15:36, David Glass a écrit : > They are also in the User Guide. Which is available at the following link: > > > > Not exactly easy to find for somebody 'kicking the tires'. >

Re: iRev database access security question

2012-02-10 Thread Jonathan Lynch
Thanks guys, I think I can figure out the details from there. Take care :) J On Fri, Feb 10, 2012 at 8:19 AM, Martin Baxter < mblivec...@harbourhosting.co.uk> wrote: > Hi Jonathan, > > Sensible questions actually. > > I would expect the situation to be the same as with php. In that > situation,

Re: Any in-house corporate developers?

2012-02-10 Thread Alejandro Tejada
Hi Bob, slylabs13 wrote > > One caveat of Livecode is that it is not a multi-developer > system. Some people have developed strategies for having > more than one person work on a project at a time, but it's > rather limited. That is one of the reasons I think that more > people do not use Liveco

Error in mail list MBOX file format 2012 February

2012-02-10 Thread Alejandro Tejada
Hi All, The software that is storing the mail from this list, made two parsing errors in the mbox file... again Read a previous report: http://runtime-revolution.278305.n4.nabble.com/Error-in-mail-list-MBOX-file-format-td4247238.html Download the file from: http://lists.runrev.com/pipermail/u

Re: Architecture of downloadable content for iOS?

2012-02-10 Thread Mark Smith
Ken Corey wrote > > My question is meant more as a producer of one of those apps in a > LiveCode environment. > > I'd rather learn from someone else's wisdom, but if I can't I'll do it > on my own. > > -Ken > Ok, then in response to your previous question "Once the new version is running, t

iphoneCurrentHeading() gotcha

2012-02-10 Thread Thomas McGrath III
This is a heads up on using iphoneCurrentHeading() and its returned timestamp. I struggled with this for many hours. It turns out that the heading and the timeStamp from the iphoneCurrentHeading() only return the heading and time from 'when' the last location was last changed. It returns the las

Re: iphoneCurrentHeading() gotcha

2012-02-10 Thread Ralph DiMola
After doing alot of nmea stuff for marine navagation it sounds like you are getting the heading from the gps not the fluxgate compass. The gps heading is only calculated when the receiver is moving. The compass outputs headings continually, at least on marine gear. Ralph DiMola MIS Director

ANN: GLX2 update

2012-02-10 Thread Mark Wieder
All- I'm happy to announce the release of version 1.0.10 of the open-source GLX2 script editor. It's had a bunch of bug fixes, more refactoring than I can keep track of, a couple of new features, and online documentation in progress. I'm especially happy about the new outline feature because it's

Still no Unicode in LC 5

2012-02-10 Thread Slava Paperno
Hello, Curt, Last summer I tinked with LiveCode 4 and wrote a version of my Rusian Dictionary Tree in it, but programming it was a pain because of limited support for Unicode, and I ran into some situations where it seemed hopeless. As you know, Unicode support had been promised, but now LC 5

Re: ANN: GLX2 update

2012-02-10 Thread kdjanz
Sounds great Mark. Will the outline function perhaps be a precursor to "code folding" as I think some editors call it? You can click on the beginning of a function or if statement or loop and it folds it up to hide that section but puts a triangle in the margin to show there is hidden information.

Re: RSS Tutorial with XML commands?

2012-02-10 Thread John Patten
Answered my own question… http://forums.runrev.com/viewtopic.php?f=11&t=7011 It should have dawned on me that with most tags, XML or otherwise, the first word is key identifier… duh…long week Thanks! John Patten SUSD On Feb 10, 2012, at 11:11 AM, John Patten wrote: > Hi all.. > > I happend

Re: Error in mail list MBOX file format 2012 February

2012-02-10 Thread Richard Gaskin
I asked Heather about that and apparently the team is using the list manager's default settings, so it's not clear what more they can do. I've looked into this before, and it seems that if you need to parse it you can do so reliably not by relying on cr&"From" but look instead for cr&"From:". For

Re: ANN: GLX2 update

2012-02-10 Thread Mark Wieder
Kelly- Friday, February 10, 2012, 8:06:02 PM, you wrote: > Will the outline function perhaps be a precursor to "code folding" as I > think some editors call it? You can click on the beginning of a function or > if statement or loop and it folds it up to hide that section but puts a > triangle in

RE: How alive is LiveCode?

2012-02-10 Thread Lynn Fredricks
> I want to write databased applications to take care of some of the > pain-points at my current employment. And if this works > out I'd like to extend it to the full application - which is > your normal professional billing program. > I'm using VFP right now and would have no reluctance to

Re: ANN: GLX2 update

2012-02-10 Thread kdjanz
Mark I tried to send you an email off list using the "hidden email" button under your message, but the send was rejected with a "missing domain" error. My email is kdjanz at gmail dot com if you could contact me direct. Thanks Kelly -- View this message in context: http://runtime-revolution.27