Hi list,
I have a script that opens a binary file (actually a .wav) file,
converts binary data to hex, do some processing on parts of the
data, and then saves the result as a new .wav file.
I managed to convert the binary data to hex and do the processing,
but now I'm stuck trying to convert hex
Never mind folks,
I found another (and easier solution) : I'm using bytetonum() to
convert the binary data from the file, and then, after processing,
numtobyte() to write the data as binary in the file.
Le 2020-12-07 04:53, jbv via use-livecode a écrit :
Hi list,
I have a script that opens a b
Hi all,
Read about new developments in LiveCode open source and the open source
community in today's edition of the "This Week in LiveCode" newsletter!
Read issue #247 here: https://bit.ly/2VRzxYJ
This is a weekly newsletter about LiveCode, focussing on what's been
going on in and around
I've had 3 customers who use the Windows version of my app who've had the same
issue. I've traced it down to the line:
put the fontNames into tFontList
It returns this error and then quits:
465,110,1
241,110,1,LoadFontMenu (the handler name that's trying to get the fontNames
353,0,0,stack (then
Klaus wrote:
> Question, the dictionary says the "Android Barcode Library" works with
> LC INDY. But I remember there was one feature falsely reported as
> supported by INDY, but was BUSINESS only in the end. Was it this
> library?
Where is LC's QR code plugin documented?
I have Indy, but LiveC
Hi Richard
This isn't quite what you was asking for (I have to have LC open on my Mac
to get the dictionary when coding in Linux), but here are the two library
bits from the dictionary:
*qrCreate*
Type
command
Syntax
qrCreate pImg,pData,pECC,pSize,pMask,pMinVersion,pMaxVersion
Associat