RE: Error Codes

2012-03-21 Thread Ralph DiMola
Mark,

Where in the docs did I miss this little ditty also?

Ralph DiMola
IT Director
Evergreen Information Services
rdim...@evergreeninfo.net

-Original Message-
From: use-livecode-boun...@lists.runrev.com
[mailto:use-livecode-boun...@lists.runrev.com] On Behalf Of Mark Wieder
Sent: Wednesday, March 21, 2012 1:12 AM
To: use-livecode@lists.runrev.com
Subject: Re: Error Codes

Jacque-

Tuesday, March 20, 2012, 1:40:26 PM, you wrote:

 On 3/20/12 12:37 PM, Ralph DiMola wrote:
 OK, I give up. How do you translate error number into descriptive
 text?

You could just let the engine do the heavy lifting:

put line tErrorNumber of the scriptExecutionErrors

-- 
-Mark Wieder
 mwie...@ahsoftware.net


___
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/listinfo/use-livecode


___
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/listinfo/use-livecode


RE: Error Codes

2012-03-20 Thread Ralph DiMola
Mark,

THANK YOU The of card 1 was what I was missing.

Again I'm guilty of reading the dictionary too fast.

Thanks for your time!

Ralph DiMola
IT Director
Evergreen Information Services
rdim...@evergreeninfo.net

-Original Message-
From: use-livecode-boun...@lists.runrev.com
[mailto:use-livecode-boun...@lists.runrev.com] On Behalf Of Mark Schonewille
Sent: Tuesday, March 20, 2012 1:54 PM
To: How to use LiveCode
Subject: Re: Error Codes

Hi Ralph,

One possibility is to use the LiveCodeErrors app for iPhone. You can find
this in the iTunes store.

Another possibility is to use this http://qery.us/1w7 library (shareware). 

There is also quite some information about this available on the mailing
list http://qery.us/1w8 and there you can find that you need to use the
cErrorsList of cd 1 of stack revErrorDisplay.

--
Best regards,

Mark Schonewille

Economy-x-Talk Consulting and Software Engineering
Homepage: http://economy-x-talk.com
Twitter: http://twitter.com/xtalkprogrammer
KvK: 50277553

Download the Installer Maker Plugin 1.7 for LiveCode here http://qery.us/za

On 20 mrt 2012, at 18:37, Ralph DiMola wrote:

 OK, I give up. How do you translate error number into descriptive text?
 
 The only reference I can find is:
 
 put line errorcode of the cErrorsList of stack revErrorDisplay
 
 I tried for example
 
 put line 353 of the cErrorsList of stack revErrorDisplay
 
 and all I get is empty.
 
 Thanks
 
 Ralph DiMola
 IT Director
 Evergreen Information Services
 rdim...@evergreeninfo.net
 


___
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/listinfo/use-livecode


___
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/listinfo/use-livecode


Re: Error Codes

2012-03-20 Thread J. Landman Gay

On 3/20/12 12:37 PM, Ralph DiMola wrote:

OK, I give up. How do you translate error number into descriptive
text?


There's a plugin that Richard Gaskin and I developed. I've been trying 
to upload it to RevOnline for some time but it won't let me. Until that 
gets fixed, anyone who wants it can grab it from my Dropbox:


http://dl.dropbox.com/u/23431607/LiveCode%20Error%20Lookup.livecode.zip

The advantage of this little stack over a static resource (besides being 
free) is that it dynamically loads the error list from the currently 
running copy of LiveCode. That means it will never go out of date, and 
will change depending on which version of LiveCode you open it in.


There's a second card that's intended for use with debugging iOS errors 
copied from the Console app. There's an Info button in the stack for 
more details.


It hasn't been thoroughly tested but I've been using it for some time 
without any problems. The scripts are open, so you can change it if you 
want. If you do, please let me know so I can update the master copy.


--
Jacqueline Landman Gay | jac...@hyperactivesw.com
HyperActive Software   | http://www.hyperactivesw.com

___
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/listinfo/use-livecode


Re: Error Codes

2012-03-20 Thread Mark Wieder
Jacque-

Tuesday, March 20, 2012, 1:40:26 PM, you wrote:

 On 3/20/12 12:37 PM, Ralph DiMola wrote:
 OK, I give up. How do you translate error number into descriptive
 text?

You could just let the engine do the heavy lifting:

put line tErrorNumber of the scriptExecutionErrors

-- 
-Mark Wieder
 mwie...@ahsoftware.net


___
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/listinfo/use-livecode