Please note that I don’t develop in REALbasic anymore, so they are not updated anymore. So, it’s possible that some of them doesn’t work anymore with last versions of REALbasic / Xojo.
Project under development. It's an download accelerator.
He use a socket hierarchy, and a full customized "ListBox". Work with proxies and can resume downloads. Can work with some downloads at the same time. The acceleration function is done by downloading in the same time 5 differents part of the same file.
Allow to easily and quickly set up a network ability to your application. Work on a Public/Private protocol that allow managment of the ID of the clients of the network and routing data from a client to another one.
Subclass of the EditField class. She underline the words with a wrong spelling, and she suggest some possible corrections (via the Levenshtein distance, via the StringManipulate plugin).
I wrote this code to easily get the values on a graph downloaded on Internet. It is especially interesting for the algorithm who retrieve all the contiguous pixels of a pixel with about the same color (the pail of paint principle in graphic softwares).
For the example himself, to well retrieve the full graph, you should choose a good place to click and use the color tolerance.
See on the source code to know the modifier keys for the click.