- win32std is not php-gtk
vor 43 Wochen 5 Tage - php gtk windows extension exists
vor 44 Wochen 5 Tage - Added capabilities
vor 45 Wochen 1 Tag - GtkHtml-3.0.dll missing error
vor 47 Wochen 5 Tage - No PHP 6
vor 1 Jahr 16 Wochen - Recurring question!
vor 1 Jahr 19 Wochen - Use the forum for support questions
vor 1 Jahr 23 Wochen - PHP-GTK installation complements for Ubuntu 10.04 Natty Narwhal
vor 1 Jahr 23 Wochen - Article restored: who's willing to do the others ?
vor 1 Jahr 23 Wochen - you can use COM with WScript.Shell or the REG command in Windows
vor 1 Jahr 40 Wochen


non-blocking streams
You could do a infinite loop, doing
stream_select()over a non-blocking stream (stream_set_blocking()) to do that and making time comparisions (in each loop) to acomplish a effect likeGtk::timeout_add(). Thus, doing so could be cpu expensive if you set a zero timeout in stream_select, or you dont make a pause while looping, so you have to be carefull with that.Join the movement to
Join the movement to separate GLIB from PHP-GTK and...
And ?
And ?
And...
...
... ... ...
it has actually been started, just needs more people to help.
PHP-GTK without graphics ?
One thing I don't understand is why you want to make code independent from a graphical UI and still be based on PHP-GTK. "Normal" web-oriented PHP doesn't need X and would seem to fulfill your need, would it not ?