PHP-GTK as an alternative to Applet?

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Phil Powell

    PHP-GTK as an alternative to Applet?

    I read up on some info regarding GTK which has the ability to run as a
    client-side programming GUI interface, much like an applet. I am
    looking at means of creating alternatives to applets that can be
    embedded into webpage HTML as <object> instances, due to the recent
    global instability (and sketchiness) of applets, and saw somewhere
    about GTK having such a capability as well, provided the user
    downloads the "runtime environment".

    I looked up info on gtk.php.net and http://gtk.php.net/resources.php
    and www.gtk.net and found only a smattering of information. If anyone
    knows of any exhaustive resource of usage of GTK using PHP (and not C,
    ugh!), please let me know, or if you've ever used GTK in building GUI
    applet-like interfaces.

    Thanx
    Phil
  • Savut

    #2
    Re: PHP-GTK as an alternative to Applet?

    PHP+GTK doesn't run embedded on a webpage like applet really do. It is used
    to run like application just like Photoshop or any software.

    Savut

    "Phil Powell" <soazine@erols. com> wrote in message
    news:1cdca2a7.0 404210743.ebbe3 2f@posting.goog le.com...[color=blue]
    >I read up on some info regarding GTK which has the ability to run as a
    > client-side programming GUI interface, much like an applet. I am
    > looking at means of creating alternatives to applets that can be
    > embedded into webpage HTML as <object> instances, due to the recent
    > global instability (and sketchiness) of applets, and saw somewhere
    > about GTK having such a capability as well, provided the user
    > downloads the "runtime environment".
    >
    > I looked up info on gtk.php.net and http://gtk.php.net/resources.php
    > and www.gtk.net and found only a smattering of information. If anyone
    > knows of any exhaustive resource of usage of GTK using PHP (and not C,
    > ugh!), please let me know, or if you've ever used GTK in building GUI
    > applet-like interfaces.
    >
    > Thanx
    > Phil[/color]

    Comment

    Working...