Whats a good way to write GUI apps

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • colin@byonder.co.uk

    Whats a good way to write GUI apps


    I need to write a couple of small GUI applications but have never
    done so on Linux (I'm a C/Delphi programmer on Windows normally)

    I'm fairly conversant with linux but have never written any code for it.

    I know this tends to be subjective and I dont want a flame war but can
    anyone suggest the best language to learn to do this with?

    I'm using Centos 4 if that's at all relevant.


    thanks in advance.

    colin
  • Kenneth Downs

    #2
    Re: Whats a good way to write GUI apps

    colin@byonder.c o.uk wrote:
    >
    I need to write a couple of small GUI applications but have never
    done so on Linux (I'm a C/Delphi programmer on Windows normally)
    I came from Foxpro myself in the windows world.

    Since you are in a PHP group, here is a PHP answer. While PHP got its start
    making web applications, it can also be used to do desktop apps. For
    linux, check out the php-gtk project, which lets you use GTK for the
    screens and widgets and put PHP behind them:

    PHP-GTK is an extension for the PHP programming language that implements language bindings for GTK+.


    >
    I'm fairly conversant with linux but have never written any code for it.
    >
    I know this tends to be subjective and I dont want a flame war but can
    anyone suggest the best language to learn to do this with?
    >
    I'm using Centos 4 if that's at all relevant.
    >
    >
    thanks in advance.
    >
    colin
    --
    Kenneth Downs
    Secure Data Software, Inc.
    (Ken)nneth@(Sec )ure(Dat)a(.com )

    Comment

    • Curtis

      #3
      Re: Whats a good way to write GUI apps

      On Tue, 30 Jan 2007 07:44:30 -0800, Kenneth Downs
      <knode.wants.th is@see.sigblock wrote:
      colin@byonder.c o.uk wrote:
      >
      >>
      >I need to write a couple of small GUI applications but have never
      >done so on Linux (I'm a C/Delphi programmer on Windows normally)
      >
      I came from Foxpro myself in the windows world.
      >
      Since you are in a PHP group, here is a PHP answer. While PHP got its
      start
      making web applications, it can also be used to do desktop apps. For
      linux, check out the php-gtk project, which lets you use GTK for the
      screens and widgets and put PHP behind them:
      >
      PHP-GTK is an extension for the PHP programming language that implements language bindings for GTK+.

      >
      >
      >>
      >I'm fairly conversant with linux but have never written any code for it.
      >>
      >I know this tends to be subjective and I dont want a flame war but can
      >anyone suggest the best language to learn to do this with?
      >>
      >I'm using Centos 4 if that's at all relevant.
      >>
      >>
      >thanks in advance.
      >>
      >colin
      >
      PHP-GTK also runs on Windows.

      --
      Curtis, http://dyersweb.com

      Comment

      Working...