Tagged Questions

PHP GTK is a framework for developing desktop applications using PHP.

learn more… | top users | synonyms

10
votes
4answers
643 views

any real MVC library in PHP (for GUI apps)

I'm wondering if there are any abstraction frameworks for one of the PHP gui libraries. We have PHP-GTK, a PHP/Tk interface, and seemingly also PHP-QT. (Not tried any.) I know that writing against ...
4
votes
2answers
1k views

Interactive SVG - Learning Resources?

Has anyone any reources for learning how to implement SVG with php/mysql (and possibly with php-gtk)? I am thinking of making a top-down garden designer, with drag and drop predefined elements (such ...
2
votes
1answer
88 views

How do I access the system registry in a PHP desktop / GTK application? [closed]

Possible Duplicate: Accessing Windows registry with PHP and DOTNET class Is there a way to access or insert a key in a client registry with PHP? I'm writing a GTK Internet based calc for my ...
2
votes
3answers
466 views

Does anyone here uses PHP-GTK? Is there a better alternative?

I had made some questions regarding php-gtk(there are only 4 php-gtk tagged questions and 3 are mine) and I end up answering myself because no one answer them. I know is a strange language selection ...
1
vote
1answer
88 views

Batch converting Corel Paradox 4.0 Tables to CSV/SQL — via PHP or other scripts

Recently I've begun working on exploring ways to convert about 16k Corel Paradox 4.0 database tables (my client has been using a legacy platform over 20 years mainly due to massive logistical matters) ...
1
vote
0answers
195 views

PHP-GTK problem with GtkBuilder

Hello guys I am using Glade 3.6.7 with PHP-GTK on Ubuntu lucid lynx to create some application. During experimenting I got an error when I use GtkBuilder as Project file format in glade when i tried ...
0
votes
0answers
19 views

Where I can finf PHP-QT tutorial? [closed]

I spent all day searching about QTCreator. Finally I understood that it's only for C++ and I'm interested to work in PHP and Python; mainly with PHP. So, I downloaded PHP-QT but I didn´t find a ...
0
votes
0answers
9 views

How to prepare a .exe and .app file of a php gtk application for Windows and Mac?

I have written an application using php gtk. How can I make it distributable in form of installers for Windows and Mac?
0
votes
2answers
52 views

I'm looking for PHP-GTK video tutorials for desktop programming [closed]

I did heard php can writing to desktop programs. And I found PHP-GTK but I can't find any PHP-GTK video tutorials. Firstly i want PHP-GTK video tutorails if not how can i learn PHP-GTK?
0
votes
1answer
50 views

PHP: execute command, then continue?

I'm writing a PHP-GTK Twitter client, and when I do OAuth authentication, I need to open a browser to show the user the out-of-band token. I also need to have a dialog box open and operational during ...
0
votes
1answer
76 views

How to set the mime type of a file with fwrite in PHP?

I need to create a .xls file and assign the correct mimetype to it. A simple header() statement didn't work probably because i'm using PHPGtk. MSOffice gives me an error when opening the file, it ...
0
votes
0answers
103 views

php-gtk2 installation on windows 7

i have downloaded the second link as shown , unzipped it. copied everything from php folder of my xampp installation into this php-gtk folder. im trying to run php-gtk sample helloworld.php program ...
0
votes
0answers
50 views

Keyboard listeners in PHP GTK or alternatives?

I'm creating a super simple app. All it needs to do is run in the background and listen for a keyboard shortcut. When I hit the shortcut it starts a timer. When I hit it again it stops the time and ...
0
votes
0answers
266 views

RoundUP and RoundDOWN function in MySQL [closed]

Need a custom RoundUP() and and RoundDOWN in MySQL?
0
votes
1answer
159 views

Is PHP-GTK worth learning for desktop applications?

I mean is it old technology? Do main people still program in it to write desktop applications? Can anyone point to me to something that was written with the PHP-GTK extension? I want to get into ...
0
votes
1answer
129 views

GUI Application becomes unresponsive while http request is being done

I have just made my first proper little desktop GUI application that basically wraps a GUI (php-gtk) interface around a SimpleTest Web Test case to make it act as a remote testing client. Each time ...
0
votes
1answer
161 views

How to change the function called when I click in the close button on php-gtk?

I load a single instance of a window on php-gtk, I have a button named "Cancel" that hide(); the window, so when the window is needed again I just show();. But when I click on the close button ...
0
votes
1answer
350 views

how to add a simple message to a php-gtk statusbar?

I have a simple GtkStatusBar created with glade,and want to add a simple message with the date of the last update of the database (just a simple and plain date). I don't want to use the whole stacks, ...
0
votes
3answers
1k views

How to install php-gtk in the Acer Aspire One?

I have an application that works pretty well in Ubuntu, Windows and the Xandros that come with the Asus EeePC. Now we are moving to the Acer Aspire One but I'm having a lot of trouble making php-gtk ...
-3
votes
1answer
77 views

Can I expect PHP-GTK V3.0 in 2012? [closed]

PHP is a widely-used general-purpose scripting language, GTK is a cross-platform widget toolkit for creating graphical user interfaces and PHP-GTK is a set of language bindings for PHP which allow ...
-3
votes
1answer
43 views

developing an app which capture video and marks time range on cross platform [closed]

i would like to develop an app. So when i finish to develop that, i would like to it works on cross platform (etc. Windows, IOS - iPad - ) This app must capture video from webcam or other video ...