France, Toulouse, Friday, May, 5th, 2006, 2:26 pm.
Hi Kim, Thank you for your kind message. Glad to know you to remind me. I remind we exchange some messages related to the ListBox class. Now, it look like your REALbasic skill reach the expert level. :) Yes, unfortunately I was absent for long time. That doesn't mean I didn't read messages from the forum. In contrary, I follow the discussion in background. I missed time for contributing in the forum. I regret it. About my previous message, I didn't talk about your knowledge in PHP. I was just talking about programming design. In general, when you want to bind a REALbasic application with a Web server by downloading Web page and submitting data through Web form, you don't have to know which server side programming language is in use: PHP, Java, JavaScript, ASP.NET, etc. Your attention is focused on the HTML code you receive and the data you send. To be short, your REALbasic application is server side programming language independent. So excuse me if my previous message was ambiguous. Forgive me. Did you try the HTTPSocket class since yesterday ? Tell me if you want a first very basic example to step into the HTTPSocket world. Note: There is a big and typical mistake when we try to discover with HTTPSocket objects. It's about text encoding. For example, the "Content" parameter (a string) of the "PageReceived" event handler has no text encoding. So you have to worry about that before working with this string. Yours, Nils ---- Nils Frisch http://www.nils-frisch.com/ Toulouse, France. _______________________________________________ Unsubscribe or switch delivery mode: <http://www.realsoftware.com/support/listmanager/> Search the archives of this list here: <http://support.realsoftware.com/listarchives/lists.html>
