Re: Missing Functionality

2016-04-11 Thread Bob Sneidar
Thanks all for the replies. As it turns out, revMail is not having a problem. Prior to constructing my email data, I call a function that does a very simple thing. It sets the default folder to the path of the application. Trouble is, with OS X standalone, this cannot be done, because the stac

Re: UPDATE: Missing Functionality

2016-04-08 Thread J. Landman Gay
If the stack is in RAM then you should be able to reference the fields if you use a complete reference, like "fld x of cd y of stack z". -- Jacqueline Landman Gay | jac...@hyperactivesw.com HyperActive Software | http://www.hyperactivesw.com On April 8, 2016 6:19:36

Re: UPDATE: Missing Functionality

2016-04-08 Thread Bob Sneidar
AND I've isolated my Send Email code and compiled as a standalone. THAT also works! I think I've isolated the issue to the fact that I am referencing a couple fields on a card in another stack that is open, but I may not be able to do that in a standalone. In the test standalone I put everything

Re: UPDATE: Missing Functionality

2016-04-08 Thread Bob Sneidar
Well with the time calculator I discovered I was calling another custom function in my timeCalc function which I had NOT included in the card script of the standalone. So that is solved. I have not been able to figure out the revMail problem though. I'll loook into that later. Thanks for humor

Re: Missing Functionality

2016-04-08 Thread Richard Gaskin
Bob Sneidar wrote: > For the revmail issue, I put a simple revmail one line handler in > a button script in a new stack and compiled it as a standalone. In > the IDE it launches the Apple Mail program and fills in the fields > with whatever was in the arguments. In the standalone it does > nothin

Re: Missing Functionality

2016-04-08 Thread Bob Sneidar
Hi Jacque. For the revmail issue, I put a simple revmail one line handler in a button script in a new stack and compiled it as a standalone. In the IDE it launches the Apple Mail program and fills in the fields with whatever was in the arguments. In the standalone it does nothing. It fails sil

Re: Missing Functionality

2016-04-08 Thread -hh
ht now, plus > each time I attempt to use a version 7 that I can still download, I have > serious problems with my projects, and end up reverting for safety's sake. > > Bob S -- View this message in context: http://runtime-revolution.278305.n4.nabble.com/Missing-Functionality-tp

Re: Missing Functionality

2016-04-07 Thread J. Landman Gay
We'd need more info to help. I don't see anything wrong with the handler but we'd need to see the functions. What exactly fails? Do you see the dialog? Have you put answer statements in to see how far the handler gets before failing? You can also log to the Console if you don't want to use answ

Re: Missing Functionality

2016-04-07 Thread dunbarx
. Craig Newman -Original Message- From: Bob Sneidar To: How to use LiveCode Sent: Thu, Apr 7, 2016 7:13 pm Subject: Missing Functionality Hi all. When compiling standalones, I am having difficulty with certain functionality. For example, I just compiled an app with a field that has

Re: Missing Functionality

2016-04-07 Thread Richard Gaskin
Bob Sneidar wrote: >...each time I attempt to use a version 7 that I can still download, > I have serious problems with my projects, and end up reverting for > safety's sake. What sort of problems? We should make sure those are fixed in v8 ASAP. -- Richard Gaskin Fourth World Systems Softwar

Missing Functionality

2016-04-07 Thread Bob Sneidar
Hi all. When compiling standalones, I am having difficulty with certain functionality. For example, I just compiled an app with a field that has this script: on closeField if not isTime(me) then answer warning "Please enter a valid time in hh:mm format." as sheet put empty into m