Re: LCB Woes

2018-04-12 Thread Brian Milby via use-livecode
Here's an snip from my libSodium start: private __safe foreign handler \ MCDataCreateWithBytesAndRelease( \ in pBytes as Pointer, \ in pCount as LCUIndex, \ out rData as Data) \ returns CBool binds to "" private __safe foreign handler \ MCMemoryAllocate( \ in pSize as LCUIndex, \ out rBlock as Po

Re: LCB Woes

2018-04-12 Thread Pi Digital via use-livecode
Why on earth would you have to type them? Why not for loop them or copy-paste or get LC to give you a 1024 char string of them you can copy-paste in? Odd. LCB is very much in its youth especially for java and objc. We have only the bare minimum of examples and tutorials and documentation of cou

Re: LCB Woes

2018-04-12 Thread Brian Milby via use-livecode
Here's what I have so far... On Thu, Apr 12, 2018 at 9:04 PM, Mark Wieder via use-livecode < use-livecode@lists.runrev.com> wrote: > On 04/12/2018 06:03 PM, Brian Milby via use-livecode wrote: > >> What language is the library written in? Which platform? I have some code >> that I’ve started to p

Re: how to print a csv as formatted table?

2018-04-12 Thread dunbarx via use-livecode
Why not, indeed? Is it more complicated than replacing all commas with tab? Craig -- Sent from: http://runtime-revolution.278305.n4.nabble.com/Revolution-User-f278306.html ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit thi

Re: LCB Woes

2018-04-12 Thread Mark Wieder via use-livecode
On 04/12/2018 06:03 PM, Brian Milby via use-livecode wrote: What language is the library written in? Which platform? I have some code that I’ve started to put together for libSodium, but I have not done much more than reference the calls. Interesting. I started down the libSodium path and gave

Re: how to print a csv as formatted table?

2018-04-12 Thread Mike Kerner via use-livecode
Why not a table field or a dg? On Thu, Apr 12, 2018 at 7:10 PM, Matthias Rebbe via use-livecode < use-livecode@lists.runrev.com> wrote: > Hi, > > i need to print a list of data or maybe create a pdf of it. The list is > provided in csv format and the number of lines varies. > I need to print/pri

Re: LCB Woes

2018-04-12 Thread Brian Milby via use-livecode
What language is the library written in? Which platform? I have some code that I’ve started to put together for libSodium, but I have not done much more than reference the calls. On Thu, Apr 12, 2018 at 7:55 PM Dan Friedman via use-livecode < use-livecode@lists.runrev.com> wrote: > Greetings! I

LCB Woes

2018-04-12 Thread Dan Friedman via use-livecode
Greetings! I am trying to learn how to make a LC Library that will connect to an external SDK that I can use in my LC Apps. But, I seem to be stuck before I even got started. I have LC Builder open, and I have downloaded the SDK I want to write the wrapper for, but I don’t know what to do w

how to print a csv as formatted table?

2018-04-12 Thread Matthias Rebbe via use-livecode
Hi, i need to print a list of data or maybe create a pdf of it. The list is provided in csv format and the number of lines varies. I need to print/print to Pdf that data as a formatted table with this typical border around each field. There are only 20 rows per page allowed. This should happen

Re: name resolution stinker

2018-04-12 Thread Sean Cole (Pi) via use-livecode
put the id of tCurrentCard into tCardID put (there is a group id (the id of group tDataGrid of card id tCardID) into tGroupExists if not tGroupExists then next repeat Sean Cole *Pi Digital Productions Ltd* On 12 April 2018 at 13:14, Mark Waddingham via use-livecode < use-livecode@lists.runrev.com

Re: Mobile Native Essentials Widget Pack

2018-04-12 Thread Mark Talluto via use-livecode
These are early days for widgets with seamless integration for all platforms. It is coming. Complex things like this take time to complete. Hang in there. Best regards, Mark Talluto livecloud.io nursenotes.net canelasoftware.com

Re: Mobile Native Essentials Widget Pack

2018-04-12 Thread Mark Talluto via use-livecode
The marketing of these widgets and the other 3rd party extensions could use a little work. The descriptions for those that I clicked on where sparse and lacking screenshots. Licensing should be better addressed as well. Clicking on any of the widgets in the aforementioned pack makes it look like

Re: name resolution stinker

2018-04-12 Thread Mark Waddingham via use-livecode
I think the problem here is that you are mixing up to methods of referencing controls... You can either do: there is a group tGroupName of ... As syntax *or* : there is a tLongIdOfGroup The 'group' chunk expects a string which is a name of a group - it isn't the same as putting 'group' i

Re: Mobile Native Essentials Widget Pack

2018-04-12 Thread Alex Tweedly via use-livecode
Thank you Heather - that's exactly the problem, I was on 9.0.0 DP9 I installed 9.0.0 stable, and widgets installed just fine. Thanks again, Alex. On 12/04/2018 09:49, Heather Laine via use-livecode wrote: Alex: that installation error suggests you are trying to install in too early a versio

Re: Mobile Native Essentials Widget Pack

2018-04-12 Thread Heather Laine via use-livecode
Alex: that installation error suggests you are trying to install in too early a version of LiveCode. The widget pack requires 9.0 dp 11 or later. I'll investigate the store "update" issue, sounds like a glitch. Regards, Heather Heather Laine Customer Services Manager LiveCode Ltd www.livecode