Search found 4 matches
- Fri Dec 14, 2012 8:09 pm
- Forum: Internet
- Topic: Socket data protocol with binary data size
- Replies: 1
- Views: 4369
Socket data protocol with binary data size
I am writing an application that has to run on a PC, but talks via socket communications with a Linux instance on an IBM mainframe. The problem comes in with the data format. Each transmission has a four byte (full word, 32bit integer, etc.) size that is transmitted before the data packet. And of co...
- Thu Aug 16, 2012 8:27 pm
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: Modest sized dataset and datagrid
- Replies: 9
- Views: 6208
Re: Modest sized dataset and datagrid
That sure did the ticket! Now loads up in under 2 seconds on even the slowest machine. Thanks!
-Paul
P.S. If you test it or play with that, be sure to take the tCount increment out of the if statement! Took a minute or two to find that one.
-Paul
P.S. If you test it or play with that, be sure to take the tCount increment out of the if statement! Took a minute or two to find that one.

- Tue Aug 14, 2012 5:05 am
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: Does "post [variable] to URL" work from a revlet?
- Replies: 7
- Views: 4870
Re: Does "post [variable] to URL" work from a revlet?
Okay, I found the culprit, but it isn't pretty. :idea: The Web Revlet is not processing the SSL connections correctly for some reason. This is causing most of the problems, as it looks like LC never connects. The error only appears when you check "result" instead of "it". The exact error message, us...
- Sun Aug 12, 2012 9:22 pm
- Forum: Feature Proposals
- Topic: IDE - Wishlist
- Replies: 13
- Views: 9045
Re: IDE - Wishlist
Best thing about the IDE is it is written in Rev so you can modify it all you want.. I had made a plugin that allowed you to create your own script editor colour themes.. How does one go about modifying it? Like for instance, adding extra shortcuts or things like that? I would love code completion,...