Re: Wx in a web application

2009-12-03 Thread Waldemar Biernacki
Thank you for your remarks. I looked at your FreeTUIT and must admit that if (I repeat: if) I understand it well, then it is not codeless technics: the code is more compact than Perl's but still is. I know such a technics true codeless GUI/web programming: it is (was?) Magic-eDeveloper. I sp

Re: Wx in a web application

2009-12-02 Thread Mark Swayne
Erez David wrote: Hi, The reason I want to do it is because I want to run the same application in a web server as a service so users can just launch it from their browser. I also want the web application to be similar to the stand-alone application by its look and feel. This presentation i

Re: Wx in a web application

2009-12-02 Thread Eric Wilhelm
# from Waldemar Biernacki # on Monday 30 November 2009 08:23: >My idea is to build specific very-high-level language in which all > application logic is written. This language should be reading by GUI > and WEB engines giving similar application. It is interesting that in > web area we have many s

Re: Wx in a web application

2009-12-02 Thread Waldemar Biernacki
Dnia wtorek 01 grudnia 2009 o 10:22:01 Erez David napisał(a): > Hi, > > Well since I knew that one day I might like to create a web application as > well, I have tried to distinguish between the Wx GUI code and the engine > code as much as I can so the WXperl code only gather the information but >

Re: Wx in a web application

2009-12-01 Thread Erez David
Hi, Well since I knew that one day I might like to create a web application as well, I have tried to distinguish between the Wx GUI code and the engine code as much as I can so the WXperl code only gather the information but doesn't process it. Since I don't have any experience in CGI programing

Re: Wx in a web application

2009-12-01 Thread Waldemar Biernacki
Dnia środa 25 listopada 2009 o 12:41:48 Erez David napisał(a): > Hi, > > I have written a nice GUI application using WxPerl and 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. it strongly depends

Re: Wx in a web application

2009-11-26 Thread Steffen Mueller
Hi Erez, Erez David wrote: The reason I want to do it is because I want to run the same application in a web server as a service so users can just launch it from their browser. I also want the web application to be similar to the stand-alone application by its look and feel. maybe an orthogona

Re: Wx in a web application

2009-11-26 Thread Erez David
Hi, The reason I want to do it is because I want to run the same application in a web server as a service so users can just launch it from their browser. I also want the web application to be similar to the stand-alone application by its look and feel. Erez On Thu, Nov 26, 2009 at 10:36 AM, Er

Re: Wx in a web application

2009-11-26 Thread Eriam Schaffter
Octavian Râsnita a écrit : 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 Hello, Unfortunatly I have not been able to test this engine with the latest Catalyst. So it might gives troubles running it.

Re: Wx in a web application

2009-11-26 Thread Octavian Râsnita
ully, please tell us. Octavian - Original Message - From: "Eric Wilhelm" To: 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

Re: Wx in a web application

2009-11-25 Thread Eric Wilhelm
# 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

Wx in a web application

2009-11-25 Thread Erez David
Hi, I have written a nice GUI application using WxPerl and 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. I don't have any experience in creating web applications though I wonder what is the most lo