| View previous topic :: View next topic |
| Author |
Message |
arn
Joined: 24 Dec 2006 Posts: 4
|
Posted: Sun Dec 24, 2006 1:36 am Post subject: gui irc client |
|
|
Uhm, just wondering cause I'm new to this.. I would like to create an IRC Client that is able to run on various operating systems.. Are there articles or tips and tutorials you can recommend me before starting?
Hope to hear from you guys soon.. Thanks in advance  |
|
| Back to top |
|
 |
cohort
Joined: 07 Feb 2006 Posts: 47
|
Posted: Sun Dec 24, 2006 2:33 am Post subject: |
|
|
Do the tutorials in the docs, check out the tutorials at http://www.kksou.com & PHP-GTK2 Blog.
And finally, look at the PEAR package NET_SmartIRC -- a lot of your back-end already done for you. There are a couple of examples in the package. |
|
| Back to top |
|
 |
arn
Joined: 24 Dec 2006 Posts: 4
|
Posted: Sun Dec 24, 2006 12:27 pm Post subject: |
|
|
okay, thanks.. it's good to know that i don't actually have to start in scratch.. one more question.. familiar with the xampp installer? the installer that comes with apache, mysql, and php.. just wondering if it's going to cause some kind of conflict with the gnope installer..  |
|
| Back to top |
|
 |
cohort
Joined: 07 Feb 2006 Posts: 47
|
Posted: Sun Dec 24, 2006 1:01 pm Post subject: |
|
|
| arn wrote: | just wondering if it's going to cause some kind of conflict with the gnope installer..  |
Not necessarily. Make sure that gnope's php.exe is in your path, and the other isn't, and you'll be fine. Even better, associate .phpw with gnope's php.exe *or* php-win.exe.
(php.exe has an output window, php-win.exe doesn't -- use php.exe to debug) |
|
| Back to top |
|
 |
leon_pegg
Joined: 12 Jun 2006 Posts: 113 Location: hemel / UK
|
Posted: Tue Jan 02, 2007 7:14 pm Post subject: |
|
|
I had started work on a gtk irc client and made some progress but as of late I have been distracted by work and other projects (mainly an ide writen in php-gtk using the Callicore framework).
If you would like a copy of the source code feel free to ask also take a look atg my blog at http://leon.pegg.blogspot.com and visit the php-gtk community website at http://www.php-gtk.eu
hope this helps |
|
| Back to top |
|
 |
arn
Joined: 24 Dec 2006 Posts: 4
|
Posted: Wed Jan 03, 2007 12:06 am Post subject: |
|
|
okay.. thanks.. i'm gonna checking the codes
uhmm, just wondering if in what OS does your client work..
oh, one more thing, i have php-gtk1.. is it still possible to create such application? |
|
| Back to top |
|
 |
leon_pegg
Joined: 12 Jun 2006 Posts: 113 Location: hemel / UK
|
Posted: Wed Jan 03, 2007 11:38 am Post subject: |
|
|
The code that is posted on my blog is some of the much erlyer stuff and was windows only for a cross platform version see http://btarchives.com/gnope/irc-alpha.zip If my memory serves me right this version uses gtk io functions.
If you have any more questions would like advice on implementing irc protocol just post or email me or visit irc://chat.freenode.net/#php-gtk
hope this helps you on your quest |
|
| Back to top |
|
 |
arn
Joined: 24 Dec 2006 Posts: 4
|
Posted: Fri Jan 05, 2007 7:40 am Post subject: |
|
|
uhm.. can you give me a brief description or maybe a tutorial on how to use the Gtk IO ?  |
|
| Back to top |
|
 |
|