Re: ANN: I'll be on The Tech Night Owl Tomorrow

2012-01-14 Thread Bill Vlahos
Yes he does. You can get his podcasts via iTunes and, I'm sure, other ways too. Bill Vlahos _ InfoWallet (http://www.infowallet.com) is about keeping your important life information with you, accessible, and secure. On Jan 14, 2012, at 9:15 AM, Richard Gaskin wrote: > Bill Vlah

Re: Reading a standalone's info.plist file

2012-01-14 Thread Mark Wieder
Pete- Saturday, January 14, 2012, 9:09:51 AM, you wrote: > I guess I prefer to get it from the > plist file because I know if I put it into a custom property, I will forget > to do it at some point and then the version displayed in the Get Info > window will be out of step with what's in my app's

Re: Session strategies for liveCode server

2012-01-14 Thread Björnke von Gierke
I'm on on-rev. so for me there's no place to go for documentation at all, and altho there is a pdf that contains most stuff, it's usually out of date, unattainable or gets otherwise forgotten by RunRev. i'll mail them when i ever really need this, but i wish they'd put more effort on quality ove

Re: Session strategies for liveCode server

2012-01-14 Thread Andre Garzia
BvG, http://www.runrev.com/downloads/livecode/5_0_0/How_do_I_use_Sessions_on_LiveCode_Server.pdf =) 2012/1/14 Björnke von Gierke : > where is this session cookie handling documented? > > > On 15.01.2012, at 01:51, -=>JB<=- wrote: > >> After checking my email I see a email to activate >> the acco

Re: Session strategies for liveCode server

2012-01-14 Thread stephen barncard
In the notes that come with the 5.0 version. But you combined the two concepts. $_SESSION is an server global array in ram, not a cookie. sqb 2012/1/14 Björnke von Gierke > where is this session cookie handling documented? > > > On 15.01.2012, at 01:51, -=>JB<=- wrote: > > > After checking my

Re: Session strategies for liveCode server

2012-01-14 Thread Björnke von Gierke
where is this session cookie handling documented? On 15.01.2012, at 01:51, -=>JB<=- wrote: > After checking my email I see a email to activate > the account and it works now. > > -=>JB<=- > > > > On Jan 14, 2012, at 4:10 PM, Alex Tweedly wrote: > >> The example from splash21 works well for

Re: Session strategies for liveCode server

2012-01-14 Thread -=>JB<=-
After checking my email I see a email to activate the account and it works now. -=>JB<=- On Jan 14, 2012, at 4:10 PM, Alex Tweedly wrote: > The example from splash21 works well for login/registration, etc. - but it > was written for revserver pre-5.0, so he does his own cookie / local data to

Re: Session strategies for liveCode server

2012-01-14 Thread -=>JB<=-
I registered and tried to download but could never get it to verify my account when I would try to login. -=>JB<=- On Jan 14, 2012, at 4:10 PM, Alex Tweedly wrote: > The example from splash21 works well for login/registration, etc. - but it > was written for revserver pre-5.0, so he does his o

Re: Session strategies for liveCode server

2012-01-14 Thread Alex Tweedly
The example from splash21 works well for login/registration, etc. - but it was written for revserver pre-5.0, so he does his own cookie / local data to simulate sessions. Easier, if you can, to use the session support in 5.0 - but note that on-rev (at least on loki) does not yet support 5.0. (I

Re: Drag and drop filetype

2012-01-14 Thread J. Landman Gay
On 1/14/12 8:07 AM, Randolph Valentine wrote: Hi, all. I've got a very basic question. After a file is drag-and-dropped, how can I determine WHAT the dropped item is referring to, e.g., a FOLDER or a FILE, and if a file, RELIABLY, what KIND of file (e.g., a doc or a wav)? See "dragData" in the

Re: Session strategies for liveCode server

2012-01-14 Thread Andre Garzia
Current LiveCode server has sessions just like PHP, actually I think they modeled it after PHP session. The most usual path is to store a unique id in a cookie and use this id to point to a session on disk or database. On Sat, Jan 14, 2012 at 8:18 PM, stephen barncard wrote: > Session Variables

Re: Session strategies for liveCode server

2012-01-14 Thread stephen barncard
Session Variables are available in the latest version of Livecode Server. (5) On 14 January 2012 14:12, Pierre Sahores wrote: > Hi Malte, > > Encoded data inside cookies + SQL stored sessions works well there. This > two parts design is more secure than cookies or hidden without any SQL part >

Re: Session strategies for liveCode server

2012-01-14 Thread stephen barncard
You can find some use of pw/user schemes in the examples below http://splash21.on-rev.com/- complete CMS written in Livecode http://www.troz.net/onrev/ - Sarah - code for cookies and other goodies http://revigniter.com/ - Ralf Bitter's CMS On 14 January 2012 14:02, Malte Bril

Re: Session strategies for liveCode server

2012-01-14 Thread Mark Schonewille
Hi Malte, I use PHP, where you can define a session with session_start() and save info in the $_SESSION variable. PHP's session feature is really awesome (but I don't think regular PHP programmer realise how awesome it really is). I would expect Rev Server to have exactly the same feature. If n

Re: Session strategies for liveCode server

2012-01-14 Thread Pierre Sahores
Hi Malte, Encoded data inside cookies + SQL stored sessions works well there. This two parts design is more secure than cookies or hidden without any SQL part in the process. Best, Le 14 janv. 2012 à 23:02, Malte Brill a écrit : > Hi all (and especially those using server) > > I would like

Session strategies for liveCode server

2012-01-14 Thread Malte Brill
Hi all (and especially those using server) I would like to create a little web based thing using server that will require a login on some of the pages and would really like to have sessions there (until the browser closes, or the user logs out). What would be the best way to handle this? Cookie

RE: Compass Lesson not working

2012-01-14 Thread John Dixon
I can confirm that the location & compass features both work I sent a stack to your email address.. Dixie > There is a lesson at run rev for the Compass features on iOS, but I can't get > the heading part to work. I down loaded the stack from revOnline and added my > provisioning profile a

RE: VB Script Outlook, .display works but .send doesn't

2012-01-14 Thread Mark Powell
Thanks Ken, I will test that out! Mark I just looked this up, and the suggestion is to add "=" before the Response.To in your code. Here's the relevant URL: http://www.outlookcode.com/threads.aspx?forumid=2&messageid=29591 and thanks for the kudos! :D Ken Ray

Re: ANN: I'll be on The Tech Night Owl Tomorrow

2012-01-14 Thread Richard Gaskin
Bill Vlahos wrote: Shameless plug. I'll be on Gene Steinberg's The Tech Night Owl (http://www.technightowl.com/) broadcast Saturday, January 14, 2012 talking about InfoWallet. During the interview he asked about how it works for multiple platforms and I was able to talk about LiveCode. Here i

Re: Reading a standalone's info.plist file

2012-01-14 Thread Pete
Thanks Jacque. I just want to get the version info I put into the standalone settings when it was built. I guess I prefer to get it from the plist file because I know if I put it into a custom property, I will forget to do it at some point and then the version displayed in the Get Info window wil

Compass Lesson not working

2012-01-14 Thread Thomas McGrath III
Dear Listers, There is a lesson at run rev for the Compass features on iOS, but I can't get the heading part to work. I down loaded the stack from revOnline and added my provisioning profile and then run it as is on my iPhone 4 (not 4S) with iOS 5.0.1 -- The location works just fine but the hea

Re: Copy to Group problems

2012-01-14 Thread Thomas McGrath III
Alan, nextName is not just a number, but text and a number and you are trying to do math on an item of it, so I don't think you can just add a number to it. Try: set itemDelimiter to "_" put last item of nextName into tLastNumber add 10 to tLastNumber put tLastNumber into last item of nextName

Re: [OT] Going bananas with "The Desktop Experience"

2012-01-14 Thread Richmond
On 01/14/2012 11:26 AM, Ken Corey wrote: Are there many punters for LiveCode in Linux? Serious question. I've not tried to sell into that market, so I have no idea other than what I see in the press, but are Linux sales significant? Linux sales area funny question, remember: 0. Linux and t

Drag and drop filetype

2012-01-14 Thread Randolph Valentine
Hi, all. I've got a very basic question. After a file is drag-and-dropped, how can I determine WHAT the dropped item is referring to, e.g., a FOLDER or a FILE, and if a file, RELIABLY, what KIND of file (e.g., a doc or a wav)? There are a few old notes discussing this on the listserv, but since Liv

Re: SQL Date Formatting

2012-01-14 Thread Kay C Lan
On Sat, Jan 14, 2012 at 1:07 AM, Ken Ray wrote: > > Just a little 'gotcha' here - I've been doing A LOT with dates and times > recently, and discovered that you either need to make sure the > 'useSystemDate' is set to true in your code, OR make sure to add the > "system" keyword in any format con

Re: [OT] Going bananas with "The Desktop Experience"

2012-01-14 Thread Ken Corey
Are there many punters for LiveCode in Linux? Serious question. I've not tried to sell into that market, so I have no idea other than what I see in the press, but are Linux sales significant? I guess, since LiveCode makes it super easy to approach Linux users, why not? -Ken On 11/01/2012