Re: Standalone Error Dialog

2022-04-12 Thread Bob Sneidar via use-livecode
Ya that is the first place I looked. I even re-added them all one by one. In a prior version of Livecode (I couldn't say which now) this did not happen. When I first noticed it, I went back to that prior version and built a standalone and it did not happen. I can ive with it. Bob S > On Apr

Re: Standalone Error Dialog

2022-04-12 Thread J. Landman Gay via use-livecode
Double check the files in the Copy Files pane of the standalone settings and make sure that the file paths are correct. I'm not aware of a log file for the builder. -- Jacqueline Landman Gay | jac...@hyperactivesw.com HyperActive Software | http://www.hyperactivesw.com On April 12, 2022 4:19:16

Standalone Error Dialog

2022-04-12 Thread Bob Sneidar via use-livecode
Hi all. Some time ago I began getting an error dialog reporting: 1 File to include in standalone not found: "" This apparently is not causing any issues that I have found, but I would sure like to find out what is causing it and stop it. Is there a Standalone Builder log I can look at? Bo

Re: Standalone Error Dialog

2012-07-12 Thread Mark Wieder
Richard- Thursday, July 12, 2012, 5:05:47 PM, you wrote: > I've also heard recently that there may now be a function in the engine > to obtain those strings, but I'm not sure if I'm remembering that > correctly or just getting senile. That is correct, but it's not documented. You'll have to use

Re: Standalone Error Dialog

2012-07-12 Thread Peter Haworth
Folks, For some reason, I haven't been seeing some of the messages on this thread, but I found them on the mail archive, starting with Richard's telling me about the errorDialog message. My goals are relatively modest, just wanting to report the version (from the uRIP custom property set of course

Re: Standalone Error Dialog

2012-07-12 Thread Richard Gaskin
Mark Wieder wrote: Richard Gaskin writes: If you need the strings associated with specific errors, you can get them from the cErrorsList property of the card in the revErrorsDisplay stack. Keep in mind, though, that Pete needs to do this in a standalone. To do this he'd need to grab the err

Re: Standalone Error Dialog

2012-07-12 Thread Mark Wieder
Peter Haworth writes: > > No replies to this so far so I'm assuming it's not possible. Sorry - I forgot to reply to this one. Have you looked at the "Bug Reports" section of the standalone settings? -- Mark Wieder mwie...@ahsoftware.net ___ us

Re: Standalone Error Dialog

2012-07-12 Thread Mark Wieder
Richard Gaskin writes: > If you need the strings associated with specific errors, you can get > them from the cErrorsList property of the card in the revErrorsDisplay > stack. Keep in mind, though, that Pete needs to do this in a standalone. To do this he'd need to grab the error list and pack

Re: Standalone Error Dialog

2012-07-12 Thread J. Landman Gay
On 7/12/12 1:50 PM, Bob Sneidar wrote: Ooohh even better! I asked a long time ago if there was some kind of property that could be set to trigger a custom error handling routine, but this would work wonders in a frontscript. Trapping errorDialog is one of the ways I demoed at the conference for

Re: Standalone Error Dialog

2012-07-12 Thread Bob Sneidar
Ooohh even better! I asked a long time ago if there was some kind of property that could be set to trigger a custom error handling routine, but this would work wonders in a frontscript. Bob On Jul 12, 2012, at 11:45 AM, Richard Gaskin wrote: > Peter Haworth wrote: >> As another alternative,

Re: Standalone Error Dialog

2012-07-12 Thread Richard Gaskin
Peter Haworth wrote: As another alternative, is there a message thet is sent to trigger display of the error dialog? If so, I could write a handler for it and display my own custom error dialog box. To trigger a custom error dialog, see the errorDialog message in the Dictionary. If you need

Re: Standalone Error Dialog

2012-07-12 Thread Bob Sneidar
Only thing I can think of is to wrap all the code inside all your handlers with a try/catch statement. Then you can do whatever LC will allow you to do, including a roll-your-own error function and dialog. Bob On Jul 12, 2012, at 11:13 AM, Peter Haworth wrote: > No replies to this so far so

Re: Standalone Error Dialog

2012-07-12 Thread Peter Haworth
No replies to this so far so I'm assuming it's not possible. As another alternative, is there a message thet is sent to trigger display of the error dialog? If so, I could write a handler for it and display my own custom error dialog box. Pete lcSQL Software On Tue, Jul

Standalone Error Dialog

2012-07-10 Thread Peter Haworth
Is it possible to customise the contents of the Error Dialog in standalones? It would be nice to have the version number of the standalone displayed for example. Pete lcSQL Software ___ use-livecode mailing list use-livecode@lists.