Create a Socket subclass

(PS!! I thought there were a ‘network’ thread…(??))

On page 571 in REALBasic - The definite guide:

“Create a Socket subclass called DictSocket. Give your Window a DictSocket property named Socket1.”

How do I create all of that in this new costume!? Where do I create subclasses?

There are several ways to create a subclass.

Most direct is to use the Insert button on the toolbar to add a class and then change its Super property using the Inspector to the name of the super class.

If you want to create a subclass of an existing Xojo class that is in the Library, just drag it from the Library to the Navigator.

Thank you! It seems to be a possible solution!
Se if the rest of the steps are working.

I sort of had these socket-issues under control earlier…