I have never used this module, but it might help you:

http://search.cpan.org/~eriam/Catalyst-Engine-Wx-0.02_06/lib/Catalyst/Engine/Wx.pm

And you can find other modules that might be interesting at:

http://search.cpan.org/search?query=catalyst+wx&mode=all

If you can use them successfully, please tell us.

Octavian

----- Original Message ----- From: "Eric Wilhelm" <enoba...@gmail.com>
To: <wxperl-users@perl.org>
Sent: Thursday, November 26, 2009 2:21 AM
Subject: Re: Wx in a web application


# 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
---------------------------------------------------

Reply via email to