| View previous topic :: View next topic |
| Author |
Message |
KnightAR
Joined: 12 May 2006 Posts: 5
|
Posted: Fri May 12, 2006 2:37 am Post subject: GTK2 CVS? (Didnt know where to post this) |
|
|
I've been looking all over for where php-gtk2 stores their latest CVS. I want to play with the new features they added after gnope 1.0 came out. Some features that is a MUST for the gui I'm making but cant use yet.
Thanks!
- KnightAR
P.S. WTF?!:
[11-May-2006 18:22:18] PHP Warning: GtkEntry::append_text() is deprecated: use GtkEditable::insert_text() in C:\hashgrabber\main2.php on line 160
Ok? I'm going to get this error evertime I use append text? ;_; |
|
| Back to top |
|
 |
cweiske
Joined: 08 Dec 2005 Posts: 454 Location: Leipzig/Germany
|
Posted: Fri May 12, 2006 6:26 am Post subject: |
|
|
cvs.php.net/php-gtk
The package Gnope_PHPGtk2_dll might also be of interest for you, together with Post 123 which explains it.
If you still want to compile your own version and get stuck, you should go to the Freenode #php-gtk IRC channel and as xxoes for help.
It seems as if append_text is deprecated and shouldn't be used anymore. So do what the message tells you and use insert_text |
|
| Back to top |
|
 |
KnightAR
Joined: 12 May 2006 Posts: 5
|
Posted: Fri May 12, 2006 6:53 am Post subject: |
|
|
Thanks! That dll works perfectly for what I need it for~ =]
- KnightAR |
|
| Back to top |
|
 |
KnightAR
Joined: 12 May 2006 Posts: 5
|
Posted: Fri May 12, 2006 7:09 am Post subject: |
|
|
One more question, I noticed that there is a animation feature in gtkimage, since I havnt figured out how to use those functions, I dont get animated gifs in gtk2. Any idea why?
- KnightAR
Nevermind, haha, I found an example and I added a scroll bar and animated gifs work! >=] |
|
| Back to top |
|
 |
|