I want to develop client server application in Linux. I will use Postgresql as backend. I am not sure about which tool kit I should use to create front end. GTK+ or Qt? What are the good IDE for GTK+?
Thank you Komal
komal how abt using php / jsp / asp.net ( mono ) and writng a web appln across browser ? personally speaking i find desktop apps too rigid / restrictive
happy computing
On Fri, 08 Oct 2004 20:57:44 +0530, komal agencies_ad1@sancharnet.in wrote:
I want to develop client server application in Linux. I will use Postgresql as backend. I am not sure about which tool kit I should use to create front end. GTK+ or Qt? What are the good IDE for GTK+?
Thank you Komal
On 08/10/04 21:50 +0530, SeekingGyan wrote:
komal how abt using php / jsp / asp.net ( mono ) and writng a web appln across browser ? personally speaking i find desktop apps too rigid / restrictive
That depends on the application. HTML is great for displaying data, not so good for writing.
Devdas Bhagat
On 08/10/04 20:57 +0530, komal wrote:
I want to develop client server application in Linux. I will use Postgresql as backend. I am not sure about which tool kit I should use to create front end. GTK+ or Qt? What are the good IDE for GTK+?
QT has direct database drivers. There are database building tools for GTK/GTK+, but they aren't as mature as QT yet. There are also Python, Perl/GTK, Perl/Tk, TK itself as other options. And wxWidgets.
Devdas Bhagat
On Tue, 12 Oct 2004 20:52:33 -0400, Srinivasan Krishnan skrishnan@primus.ca wrote:
On Fri, 2004-10-08 at 11:27, komal wrote:
What are the good IDE for GTK+?
Glade.
can you write code in glade? if not, then it isn't an IDE. AFAIK, it's just a UI designer.
Try Anjuta (if you want Gnome) or KDevelop for KDE.
On Sat, 2004-10-16 at 12:10, Philip Tellis wrote:
On Tue, 12 Oct 2004 20:52:33 -0400, Srinivasan Krishnan skrishnan@primus.ca wrote:
On Fri, 2004-10-08 at 11:27, komal wrote:
What are the good IDE for GTK+?
Glade.
can you write code in glade? if not, then it isn't an IDE. AFAIK, it's just a UI designer.
Try Anjuta (if you want Gnome) or KDevelop for KDE.
Good point. You can't do serious editing of generated code in Glade, so as Philip points out, it's more a UI design tool than anything else. Anjuta would be a good choice for a Visual Studio style IDE, as would KDevelop.
Sometime Today, Srinivasan Krishnan assembled some asciibets to say:
Good point. You can't do serious editing of generated code in Glade,
please don't cc me on replies. thanks. :)
Anyway, it is not recommended to generate code using glade. You should just use the .glade file and use libglade to build the UI from it.
Philip
On Tue, 2004-10-19 at 11:36, Philip Tellis wrote:
Sometime Today, Srinivasan Krishnan assembled some asciibets to say:
Good point. You can't do serious editing of generated code in Glade,
please don't cc me on replies. thanks. :)
Weird - I didn't CC you, but just hit the reply button. Some issue with your reply-to, I guess.
Sometime Today, Srinivasan Krishnan assembled some asciibets to say:
Weird - I didn't CC you, but just hit the reply button. Some issue with your reply-to, I guess.
Ya, I think gmail explicitly puts a Reply-To: header. Still coming to terms with all the places that gmail sucks.