# from Erez David # on Wednesday 25 November 2009 03:41: >now I want to run the same application with the same look in a web >server so it will be a web application and users can use it with a web >browser.
Why do you want to do that? >I wonder >what is the most logic way to convert the Wx gui application into a > web application which looks and feel the same? Write a browser in wx and send it some wxml -- seems like the most logical thing to me. Otherwise you'll have a rough time getting the event handling code to be the same in your web app as in the desktop version. If you want something that works in the userseseses existing browserseseses, you're stuck with htmls and javascripts. --Eric -- "Matter will be damaged in direct proportion to its value." --Murphy's Constant --------------------------------------------------- http://scratchcomputing.com ---------------------------------------------------