Re: [PHP] PHP GUI library/package

2010-03-31 Thread Teus Benschop
On Wed, 2010-03-31 at 12:23 -0400, tedd wrote: > I work on a Mac and I would very much like to create a "stand-alone" > application from my php scripts, but I am clueless as to how to do > this. > > If anyone has done this on a Mac, I would be very interested in > knowing how you did it. There

Re: [PHP] PHP GUI library/package

2010-03-31 Thread tedd
At 4:45 PM +0100 3/31/10, Ashley Sheridan wrote: On Wed, 2010-03-31 at 16:48 +0100, Pete Ford wrote: -snip- > If you have any light to shed, then let me know. The php-qt mailing list seems a bit empty at the moment... Cheers Pete Sorry, about the closest I've got to QT is probably to u

Re: [PHP] PHP GUI library/package

2010-03-31 Thread Ashley Sheridan
On Wed, 2010-03-31 at 16:48 +0100, Pete Ford wrote: > On 31/03/10 15:30, Ashley Sheridan wrote: > > On Wed, 2010-03-31 at 15:30 +0100, Pete Ford wrote: > > > >> Hi All, > >> > >> I have a web project built in PHP which we want to break out part of into > >> a stand-alone GUI program. The architect

Re: [PHP] PHP GUI library/package

2010-03-31 Thread Pete Ford
On 31/03/10 15:30, Ashley Sheridan wrote: On Wed, 2010-03-31 at 15:30 +0100, Pete Ford wrote: Hi All, I have a web project built in PHP which we want to break out part of into a stand-alone GUI program. The architecture is fine - display nicely separated from logic, so coding is not a problem.

Re: [PHP] PHP GUI library/package

2010-03-31 Thread Richard Quadling
On 31 March 2010 15:48, Pete Ford wrote: > Two pints at lunchtime, mainly :) Excellent reason to not do any coding today. Makes tomorrow less of a "revert commit" day. -- - Richard Quadling "Standing on the shoulders of some very clever giants!" EE : http://www.experts-exchange.com/M_248

Re: [PHP] PHP GUI library/package

2010-03-31 Thread Pete Ford
On 31/03/10 15:30, Ashley Sheridan wrote: On Wed, 2010-03-31 at 15:30 +0100, Pete Ford wrote: Hi All, I have a web project built in PHP which we want to break out part of into a stand-alone GUI program. The architecture is fine - display nicely separated from logic, so coding is not a problem.

Re: [PHP] PHP GUI library/package

2010-03-31 Thread Ashley Sheridan
On Wed, 2010-03-31 at 15:30 +0100, Pete Ford wrote: > Hi All, > > I have a web project built in PHP which we want to break out part of into a > stand-alone GUI program. The architecture is fine - display nicely separated > from logic, so coding is not a problem. > What I can't work out is what

[PHP] PHP GUI library/package

2010-03-31 Thread Pete Ford
Hi All, I have a web project built in PHP which we want to break out part of into a stand-alone GUI program. The architecture is fine - display nicely separated from logic, so coding is not a problem. What I can't work out is what to use for the GUI part. I looked at phpqt but I can't (yet) ge