[OT] How do I get rid of this LiveCode IDE startup error?

2012-02-26 Thread Len Morgan
lem. Any help and/or advice would be appreciated. len morgan ___ 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: binaryDecode with variable number of parameters

2012-02-19 Thread Len Morgan
On 2/19/2012 9:05 PM, Mark Wieder wrote: Len- Sunday, February 19, 2012, 5:23:11 PM, you wrote: Related to my problem with reading binary data from a socket, how do I handle a variable number of numbers that will come in with binaryDecode? To explain, I get a number in the packet header that

Re: Socket reading problem

2012-02-19 Thread Len Morgan
On 2/19/2012 8:50 PM, Mark Wieder wrote: Len- Sunday, February 19, 2012, 5:25:32 PM, you wrote: LC doesn't know from uints. Your best bet is to read them as chars (or more precisely as bytes), as you're doing in your second example. I thought this was true until I looked it up in the diction

Re: binaryDecode with variable number of parameters

2012-02-19 Thread Len Morgan
d of your computer over a local network with Clipboard Link http://clipboardlink.economy-x-talk.com Op 20 feb. 2012 om 01:08 heeft Len Morgan het volgende geschreven: Related to my problem with reading binary data from a socket, how do I handle a variable number of numbers that will come in with binaryDecode? To

Re: Socket reading problem

2012-02-19 Thread Len Morgan
On 2/19/2012 6:29 PM, Mark Wieder wrote: Len- Sunday, February 19, 2012, 3:34:41 PM, you wrote: I'm trying to read data from a socket. The data is Modbus/TCP. The first routine I tried is read from socket pSock for 3 uInt2s LC doesn't know from uints. Your best bet is to read them as chars

Re: binaryDecode with variable number of parameters

2012-02-19 Thread Len Morgan
with passing an array NAME and have it create the extra elements or will that doom me to writing an "oops" handler? I'm grabbing at straws here. :-) len morgan ___ 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

binaryDecode with variable number of parameters

2012-02-19 Thread Len Morgan
[0], var[1], etc., do I need to create ALL of the indexes first (for binaryDecode) or will just creating the first one (var[0]) be sufficient? Thanks, len morgan ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this

Socket reading problem

2012-02-19 Thread Len Morgan
s. If I change this to: read from socket for 6 chars put it into tData put binaryDecode("m3", tData, tSeq, tProto, tBytes) then tSeq, tProto, and tBytes get the right data in them. I have tried the first method with and without a callback message to no avail. Am

Re: database write error

2012-01-31 Thread Len Morgan
the reverse when I read it back. This fools SQL into doing what you want but still looks right when you manually look at the data in the database. HTH len morgan On 1/31/2012 1:50 AM, Mark Smith wrote: Hi, I have some code that works fine until I put an apostrophe into a field and the

Re: French Ears

2011-12-15 Thread Len Morgan
In Chinese it can be even worse. Mandarin has four different "tones" for each syllable, Taiwanese has 8, and Cantonese has up to 11! Unlike Japanese, if you don't get the tones right in Chinese, most likely they will have no clue at all what you're saying even if you get all the syllables ri

onRev client problems

2011-08-06 Thread Len Morgan
len morgan ___ 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

on-Rev client software

2011-07-21 Thread Len Morgan
I've been one of "founders" with on-rev since the offer was first made but haven't really had the time to get into it until now. I've had web sites there but never used Livecode to make them. Now is the time. Has runRev ever released an update to the "on-rev" desktop client? If so, where ca