New topic: class confusion...
<http://forums.realsoftware.com/viewtopic.php?t=38740> Page 1 of 1 [ 1 post ] Previous topic | Next topic Author Message theRealOne Post subject: class confusion...Posted: Sat Apr 23, 2011 11:55 am Joined: Fri Apr 08, 2011 7:13 pm Posts: 1 I'm just a little bit confused... I tried to connect to a server by a httpsocket, 'built' by code, in the action-handler of a push button. something like that: Code:Dim mySocket as New HTTPSocket mySocket.Port = 18000 mySocket.Address = "http://localhost:18000" mySocket.Post(mySocket.Address) this works fine. but I'm wondering where to put any code for the PageReceived-Event? cause there is nothing visible of this httpsocket in my project. how can this be done? can enyone help? Top Display posts from previous: All posts1 day7 days2 weeks1 month3 months6 months1 year Sort by AuthorPost timeSubject AscendingDescending Page 1 of 1 [ 1 post ] -- Over 1500 classes with 29000 functions in one REALbasic plug-in collection. The Monkeybread Software Realbasic Plugin v9.3. http://www.monkeybreadsoftware.de/realbasic/plugins.shtml [email protected]
