PHP-GTK is a set of language bindings for PHP which allow GTK+ GUI applications to be written in PHP. PHP-GTK provides an object-oriented interface to GTK+ classes and functions.
1
vote
1answer
24 views
Call to undefined function curl_init() PHP-Gtk [duplicate]
What I'm trying to do is creating a time tracker track time and saving it to server via curl
remaining part of application works fine but when I'm calling curl to submit time it shows me error "Call ...
0
votes
1answer
111 views
Desktop GUI app programming with web programming knowledge [closed]
I'd like your help in choosing language for desktop app programming.
I already know PHP, about 3 years in that, but PHP-GTK is dead, and last versions look buggy sometimes.
I need to make app, that ...
0
votes
0answers
38 views
How to access WinBinder files
I've installed WinBinder as I need to access one DLL file using PHP. Now I need to check the examples provided by WinBinder which has extensions with phpw but don't know how to run those files
Can ...
0
votes
1answer
67 views
Having problems installing PHP GTK on a Mac running OS X 10.7.5
A colleague and I are attempting to install PHP GTK on a Mac running OS X 10.7.5. When we try to install phpize, which is necessary for PHP GTK to run, we get the following error message:
...
0
votes
1answer
77 views
make: *** [ext/gtk+/php_gtk+.lo] Error 1
I want to install php_gtk in fedora 17.
I've downloaded php-gtk-2.0.1 and tried to install it. Then I've done this:
./buildconf
./configure
make
After the make command, the following error ...
0
votes
2answers
230 views
Run PHP-GTK Programs without Command Prompt
Suppose I have made a project on PHP-GTK. Now how can I run the PHP-GTK without opening the command prompt?
Like in other software, we have a icon on the desktop, by click on that we can run the ...
0
votes
1answer
49 views
Resize GtkMessageDialog in php
I need to resize a GtkMessageDialog in php to have enough space for long string (dont want a new line)!
Create it:
$dialog = new GtkMessageDialog($this->window, Gtk::DIALOG_MODAL, ...
0
votes
0answers
251 views
How to connect with mySQL in php-gtk2?
I want to create a desktop application using php-gtk2. Can I connect with database in php-gtk2?
4
votes
1answer
518 views
Php mysql for desktop applications [closed]
This is my first post.
I know this topic has been discussed before in this forum, but since I couldnt find any new
posts regarding this and I didnt quite find the answers I am looking for, I am ...
0
votes
0answers
175 views
PHP-GTK: Create a window type hint Dock with editable entries
I develop a management application customers in php-gtk. I created a login window ( type hint Dock) blocking all desktops with text entries.
I have a problem: These entries are all disabled. By cons ...
3
votes
4answers
1k views
Writing windows applications in php example
I recently discovered that it is possible to write windows applications in php. Can someone provide a link to an windows (windows 7) application written in php so I can install and run. I am still ...
-2
votes
1answer
889 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 ...
2
votes
1answer
227 views
How do I access the system registry in a PHP desktop / GTK application? [duplicate]
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 ...
0
votes
0answers
141 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?
-3
votes
1answer
97 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 ...
0
votes
2answers
194 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
195 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
296 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
1answer
572 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 ...
1
vote
1answer
197 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) ...
0
votes
0answers
637 views
RoundUP and RoundDOWN function in MySQL [closed]
Need a custom RoundUP() and and RoundDOWN in MySQL?
0
votes
1answer
478 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 ...
9
votes
4answers
931 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 ...
1
vote
0answers
317 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
1answer
181 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 ...
2
votes
3answers
697 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 ...
0
votes
1answer
204 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
435 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, ...
5
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 ...
0
votes
3answers
2k 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 ...

