Re: LCB development (LCB CLM module)

2023-03-15 Thread Ben Rubinstein via use-livecode
Thanks Mike, if I can contribute anything useful I will. Ben On 15/03/2023 12:22, Mike Kerner via use-livecode wrote: We have the beginnings of a missing manual for LCB, so it might be helpful, and as you learn things, it would be great if you would throw issues at the the repo: https://github.

Re: LCB development

2023-03-15 Thread Mike Kerner via use-livecode
We have the beginnings of a missing manual for LCB, so it might be helpful, and as you learn things, it would be great if you would throw issues at the the repo: https://github.com/macMikey/LCB-missing-manual On Wed, Mar 15, 2023 at 6:43 AM Ben Rubinstein via use-livecode < use-livecode@lists.runr

Re: LCB development

2023-03-15 Thread Ben Rubinstein via use-livecode
I didn't even know (had forgotten) that there was an extension builder! That's great. Searching the archives to find out where this special thing could be obtained from (hint for my future self, it's in the IDE under the Tools menu) I found references to the Extending LiveCode guide... which i

RE: LCB development

2023-03-14 Thread Ralph DiMola via use-livecode
For debugging I dispatch a message to a LCS handler with an answer box. Ralph DiMola IT Director Evergreen Information Services rdim...@evergreeninfo.net -Original Message- From: use-livecode [mailto:use-livecode-boun...@lists.runrev.com] On Behalf Of Ben Rubinstein via use-livecode Sent:

Re: LCB development

2023-03-14 Thread Mark Wieder via use-livecode
On 3/14/23 10:08, Ben Rubinstein via use-livecode wrote: I last dabbled with LCB about five years ago - but now I have a need to get in there again. Are there any tips that you-all can share? In particular: - what if anything is available for debugging LCB widgets? - I've found a reference t