<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<id>tag:www.nabble.com,2006:forum-170</id>
	<title>Nabble - Php - GTK</title>
	<updated>2008-10-05T03:03:49Z</updated>
	<link rel="self" type="application/atom+xml" href="http://www.nabble.com/Php---GTK-f170.xml" />
	<link rel="alternate" type="text/html" href="http://www.nabble.com/Php---GTK-f170.html" />
	<subtitle type="html">PHP - GTK combines PHP with the GIMP Tool Kit (GTK). Php - GTK home is &lt;a href=&quot;http://gtk.php.net/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;here&lt;/a&gt;.</subtitle>
	
<entry>
	<id>tag:www.nabble.com,2006:post-19822999</id>
	<title>Politics</title>
	<published>2008-10-05T03:03:49Z</published>
	<updated>2008-10-05T03:03:49Z</updated>
	<author>
		<name>Amy-44</name>
	</author>
	<content type="html">&lt;br&gt;singlespace symmetrical designer signifies words efficiency messdross mechanisms smiley
&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;PHP-GTK General Mailing List (&lt;a href=&quot;http://gtk.php.net/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://gtk.php.net/&lt;/a&gt;)
&lt;br&gt;To unsubscribe, visit: &lt;a href=&quot;http://www.php.net/unsub.php&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.php.net/unsub.php&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://www.nabble.com/Php---GTK---General-f171.html&quot; embed=&quot;fixTarget[171]&quot; target=&quot;_top&quot; &gt;Php - GTK - General&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/Politics-tp19822999p19822999.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-19822973</id>
	<title>FATAL ERROR in Example Code of GTK TreeView Tutorial</title>
	<published>2008-10-05T02:38:37Z</published>
	<updated>2008-10-05T02:38:37Z</updated>
	<author>
		<name>EaStErDoM-2</name>
	</author>
	<content type="html">Hi, as is says in the Preface of the phpGTK2-Documentation i want to
&lt;br&gt;report an error in the final example code of your gtk tree view
&lt;br&gt;tutorial:
&lt;br&gt;&lt;br&gt;Example 10.7. Example source code
&lt;br&gt;&lt;br&gt;Fatal error: Undefined class constant 'TYPE_PHP_VALUE' on line 98
&lt;br&gt;&lt;br&gt;mfg
&lt;br&gt;EaStErDoM
&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;PHP-GTK Documentation Mailing List (&lt;a href=&quot;http://gtk.php.net/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://gtk.php.net/&lt;/a&gt;)
&lt;br&gt;To unsubscribe, visit: &lt;a href=&quot;http://www.php.net/unsub.php&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.php.net/unsub.php&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://www.nabble.com/Php---GTK---Doc-f173.html&quot; embed=&quot;fixTarget[173]&quot; target=&quot;_top&quot; &gt;Php - GTK - Doc&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/FATAL-ERROR-in-Example-Code-of-GTK-TreeView-Tutorial-tp19822973p19822973.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-19819069</id>
	<title>Re: Segfaults around GtkListStore::append()</title>
	<published>2008-10-04T16:25:07Z</published>
	<updated>2008-10-04T16:25:07Z</updated>
	<author>
		<name>Elizabeth M Smith</name>
	</author>
	<content type="html">Andre Colomb wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Hi again!
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Just took some more time to investigate on my problems with PHP-Gtk
&lt;br&gt;&amp;gt; 2.0.0 and 2.0.1. Let me explain the overall situation first:
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; I work as a programmer for a research institute, currently on a project
&lt;br&gt;&amp;gt; involving PHP-Gtk. Unfortunately so far it looks like it will not be
&lt;br&gt;&amp;gt; open-sourced. The problems started occuring while I was trying to go
&lt;br&gt;&amp;gt; from the beta version to the 2.0.0 release and were not fixed by 2.0.1.
&lt;br&gt;&amp;gt; The application makes use of the ODBC extension and displays some data
&lt;br&gt;&amp;gt; in several GtkTreeViews using stock GtkTreeStore and GtkListStore as
&lt;br&gt;&amp;gt; well as custom derived model classes.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; When running my application with PHP-Gtk starting at 2.0.0, I get an
&lt;br&gt;&amp;gt; error message during startup saying that
&lt;br&gt;&amp;gt; 'the instruction at &amp;quot;0x1008bd58&amp;quot; points to memory at &amp;quot;0x0000005d&amp;quot;. The
&lt;br&gt;&amp;gt; operation &amp;quot;read&amp;quot; could not be executed on that memory. Click OK to exit
&lt;br&gt;&amp;gt; the program, Cancel to debug.' (Translated from the German error message.)
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; I tried to narrow it down to where in the PHP source the error occurs
&lt;br&gt;&amp;gt; using simple echo statements. It's been a while since then and I was
&lt;br&gt;&amp;gt; assigned to a different project meanwhile, then continued development
&lt;br&gt;&amp;gt; with the PHP-Gtk beta version. So I'm not quite sure about the details I
&lt;br&gt;&amp;gt; found out back then. IIRC, the error occured between calls to the
&lt;br&gt;&amp;gt; append() and set() methods on a regular GtkListStore object. I fetched
&lt;br&gt;&amp;gt; some data from the database into an associative array, then accessed the
&lt;br&gt;&amp;gt; array when passing parameters to set(). Copying the value to another
&lt;br&gt;&amp;gt; variable, then passing that to set() worked around the segfault but
&lt;br&gt;&amp;gt; produced garbage in the list row (and another segfault at a later query
&lt;br&gt;&amp;gt; I think).
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Curiously, calling var_dump($database_result_row) also gave me garbage.
&lt;br&gt;&amp;gt; That is, before the call to append() it contained the correct database
&lt;br&gt;&amp;gt; values, but between append() and set(), the array content magically
&lt;br&gt;&amp;gt; changed. So I guess that there is some kind of buffer overflow in the
&lt;br&gt;&amp;gt; append() code or somewhere around it.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Now I have just successfully reproduced the segfault on my laptop at
&lt;br&gt;&amp;gt; home. It occurs in a different place, but also between a database query
&lt;br&gt;&amp;gt; and the list store append(). The query result array is still intact.
&lt;br&gt;&amp;gt; However, a few lines above, a similar construct returns NULL values or
&lt;br&gt;&amp;gt; random integer values for the database row and causes the segfault to
&lt;br&gt;&amp;gt; appear a few lines earlier. But only when var_dump()ing that earlier result.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; As you can see, the behaviour varies wildly between different machines
&lt;br&gt;&amp;gt; and produces unpredictable behaviour when changing single lines of code.
&lt;br&gt;&amp;gt; With the PHP-Gtk2 beta, I haven't had a single segfault so I think this
&lt;br&gt;&amp;gt; is a regression. Unfortunately, it could be in a different module or
&lt;br&gt;&amp;gt; even related to some other PHP extension, and just by accident always
&lt;br&gt;&amp;gt; happens to show up between those calls.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; I'm afraid I cannot give you much more useful information right now. I'm
&lt;br&gt;&amp;gt; not very experienced in Windows debugging and have no clue about the
&lt;br&gt;&amp;gt; Zend internals. Also, I'm not sure whether I can provide the source code
&lt;br&gt;&amp;gt; for others to reproduce the error as I haven't succeded in writing a
&lt;br&gt;&amp;gt; simpler test case yet. But I'm offering to spend some time trying to
&lt;br&gt;&amp;gt; nail it down and report back my results.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; So can someone please give me a quick introduction about PHP-Gtk
&lt;br&gt;&amp;gt; debugging on a Windows XP system and the required Zend internals to find
&lt;br&gt;&amp;gt; memory handling errors in some extension?
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Hope this won't get too complicated and time-consuming as my boss will
&lt;br&gt;&amp;gt; probably not support it and tell me to stick with the beta if it works.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Regards,
&lt;br&gt;&amp;gt; Andre
&lt;/div&gt;&lt;br&gt;Without a simple reproducing script this is going to be incredibly
&lt;br&gt;difficult to debug, no matter how much you know about zend internals,
&lt;br&gt;PHP, and windows.
&lt;br&gt;&lt;br&gt;Please take your code and hack it down to the smallest possible
&lt;br&gt;reproducing script before you do anything else (20 lines or less if at
&lt;br&gt;all possible), just var_dumping or echoing until you hit a segfault
&lt;br&gt;often won't work if the issue is memory corruption since the corruption
&lt;br&gt;might have happened a lot earlier in the script.
&lt;br&gt;&lt;br&gt;It might help if you can get a backtrace for the segfault (the crash
&lt;br&gt;you're getting) - there are very good instructionw for that here -
&lt;br&gt;&lt;a href=&quot;http://bugs.php.net/bugs-generating-backtrace-win32.php&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://bugs.php.net/bugs-generating-backtrace-win32.php&lt;/a&gt;&lt;br&gt;&lt;br&gt;However a simple test case that shows the crash is the best way to get
&lt;br&gt;it fixed.
&lt;br&gt;&lt;br&gt;Thanks,
&lt;br&gt;Elizabeth Smith
&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;PHP-GTK General Mailing List (&lt;a href=&quot;http://gtk.php.net/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://gtk.php.net/&lt;/a&gt;)
&lt;br&gt;To unsubscribe, visit: &lt;a href=&quot;http://www.php.net/unsub.php&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.php.net/unsub.php&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://www.nabble.com/Php---GTK---General-f171.html&quot; embed=&quot;fixTarget[171]&quot; target=&quot;_top&quot; &gt;Php - GTK - General&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/Segfaults-around-GtkListStore%3A%3Aappend%28%29-tp19818122p19819069.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-19818122</id>
	<title>Segfaults around GtkListStore::append()</title>
	<published>2008-10-04T14:59:38Z</published>
	<updated>2008-10-04T14:59:38Z</updated>
	<author>
		<name>Andre Colomb</name>
	</author>
	<content type="html">-----BEGIN PGP SIGNED MESSAGE-----
&lt;br&gt;Hash: SHA1
&lt;br&gt;&lt;br&gt;Hi again!
&lt;br&gt;&lt;br&gt;Just took some more time to investigate on my problems with PHP-Gtk
&lt;br&gt;2.0.0 and 2.0.1. Let me explain the overall situation first:
&lt;br&gt;&lt;br&gt;I work as a programmer for a research institute, currently on a project
&lt;br&gt;involving PHP-Gtk. Unfortunately so far it looks like it will not be
&lt;br&gt;open-sourced. The problems started occuring while I was trying to go
&lt;br&gt;from the beta version to the 2.0.0 release and were not fixed by 2.0.1.
&lt;br&gt;The application makes use of the ODBC extension and displays some data
&lt;br&gt;in several GtkTreeViews using stock GtkTreeStore and GtkListStore as
&lt;br&gt;well as custom derived model classes.
&lt;br&gt;&lt;br&gt;When running my application with PHP-Gtk starting at 2.0.0, I get an
&lt;br&gt;error message during startup saying that
&lt;br&gt;'the instruction at &amp;quot;0x1008bd58&amp;quot; points to memory at &amp;quot;0x0000005d&amp;quot;. The
&lt;br&gt;operation &amp;quot;read&amp;quot; could not be executed on that memory. Click OK to exit
&lt;br&gt;the program, Cancel to debug.' (Translated from the German error message.)
&lt;br&gt;&lt;br&gt;I tried to narrow it down to where in the PHP source the error occurs
&lt;br&gt;using simple echo statements. It's been a while since then and I was
&lt;br&gt;assigned to a different project meanwhile, then continued development
&lt;br&gt;with the PHP-Gtk beta version. So I'm not quite sure about the details I
&lt;br&gt;found out back then. IIRC, the error occured between calls to the
&lt;br&gt;append() and set() methods on a regular GtkListStore object. I fetched
&lt;br&gt;some data from the database into an associative array, then accessed the
&lt;br&gt;array when passing parameters to set(). Copying the value to another
&lt;br&gt;variable, then passing that to set() worked around the segfault but
&lt;br&gt;produced garbage in the list row (and another segfault at a later query
&lt;br&gt;I think).
&lt;br&gt;&lt;br&gt;Curiously, calling var_dump($database_result_row) also gave me garbage.
&lt;br&gt;That is, before the call to append() it contained the correct database
&lt;br&gt;values, but between append() and set(), the array content magically
&lt;br&gt;changed. So I guess that there is some kind of buffer overflow in the
&lt;br&gt;append() code or somewhere around it.
&lt;br&gt;&lt;br&gt;Now I have just successfully reproduced the segfault on my laptop at
&lt;br&gt;home. It occurs in a different place, but also between a database query
&lt;br&gt;and the list store append(). The query result array is still intact.
&lt;br&gt;However, a few lines above, a similar construct returns NULL values or
&lt;br&gt;random integer values for the database row and causes the segfault to
&lt;br&gt;appear a few lines earlier. But only when var_dump()ing that earlier result.
&lt;br&gt;&lt;br&gt;As you can see, the behaviour varies wildly between different machines
&lt;br&gt;and produces unpredictable behaviour when changing single lines of code.
&lt;br&gt;With the PHP-Gtk2 beta, I haven't had a single segfault so I think this
&lt;br&gt;is a regression. Unfortunately, it could be in a different module or
&lt;br&gt;even related to some other PHP extension, and just by accident always
&lt;br&gt;happens to show up between those calls.
&lt;br&gt;&lt;br&gt;I'm afraid I cannot give you much more useful information right now. I'm
&lt;br&gt;not very experienced in Windows debugging and have no clue about the
&lt;br&gt;Zend internals. Also, I'm not sure whether I can provide the source code
&lt;br&gt;for others to reproduce the error as I haven't succeded in writing a
&lt;br&gt;simpler test case yet. But I'm offering to spend some time trying to
&lt;br&gt;nail it down and report back my results.
&lt;br&gt;&lt;br&gt;So can someone please give me a quick introduction about PHP-Gtk
&lt;br&gt;debugging on a Windows XP system and the required Zend internals to find
&lt;br&gt;memory handling errors in some extension?
&lt;br&gt;&lt;br&gt;Hope this won't get too complicated and time-consuming as my boss will
&lt;br&gt;probably not support it and tell me to stick with the beta if it works.
&lt;br&gt;&lt;br&gt;Regards,
&lt;br&gt;Andre
&lt;br&gt;- --
&lt;br&gt;Greetings...
&lt;br&gt;From: Andre Colomb &amp;lt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19818122&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;acolomb@...&lt;/a&gt;&amp;gt;
&lt;br&gt;-----BEGIN PGP SIGNATURE-----
&lt;br&gt;Version: GnuPG v1.4.9 (GNU/Linux)
&lt;br&gt;Comment: Using GnuPG with Mozilla - &lt;a href=&quot;http://enigmail.mozdev.org&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://enigmail.mozdev.org&lt;/a&gt;&lt;br&gt;&lt;br&gt;iEYEARECAAYFAkjn50oACgkQZ6c/lG/u2qxvfgCgoYD5Y7CtoBQ/w0O0R4CYAWjX
&lt;br&gt;EJgAnA6NasjNQItFPTg3jSQHz2PCeDH7
&lt;br&gt;=Qt64
&lt;br&gt;-----END PGP SIGNATURE-----
&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;PHP-GTK General Mailing List (&lt;a href=&quot;http://gtk.php.net/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://gtk.php.net/&lt;/a&gt;)
&lt;br&gt;To unsubscribe, visit: &lt;a href=&quot;http://www.php.net/unsub.php&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.php.net/unsub.php&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://www.nabble.com/Php---GTK---General-f171.html&quot; embed=&quot;fixTarget[171]&quot; target=&quot;_top&quot; &gt;Php - GTK - General&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/Segfaults-around-GtkListStore%3A%3Aappend%28%29-tp19818122p19818122.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-19796858</id>
	<title>Re: Libglade and stock icons</title>
	<published>2008-10-03T05:32:02Z</published>
	<updated>2008-10-03T05:32:02Z</updated>
	<author>
		<name>Elizabeth M Smith</name>
	</author>
	<content type="html">Steph Fox wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Hi Andre,
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt;&amp;gt; I found a post about the topic concerning PyGTK
&lt;br&gt;&amp;gt;&amp;gt; (&lt;a href=&quot;http://article.gmane.org/gmane.comp.gnome.gtk%2B.python/4951&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://article.gmane.org/gmane.comp.gnome.gtk%2B.python/4951&lt;/a&gt;), so it
&lt;br&gt;&amp;gt;&amp;gt; might be a libglade issue. Just couldn't test it with libglade
&lt;br&gt;&amp;gt;&amp;gt; natively from within C so I report it here.
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; I'm using the PHP-Gtk2 beta since my application segfaults in very
&lt;br&gt;&amp;gt;&amp;gt; strange places with 2.0.0 and 2.0.1. Need to investigate more on that,
&lt;br&gt;&amp;gt;&amp;gt; so I'll describe it in another post.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; You're correct, that is a libglade issue. The PHP-GTK libglade extension
&lt;br&gt;&amp;gt; is a thin v2 library wrapper for the most part.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; More interested in the segfaults :) Please describe them on
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://bugs.php.net&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://bugs.php.net&lt;/a&gt;&amp;nbsp;under PHP-GTK related.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Thanks,
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; - Steph
&lt;br&gt;&amp;gt; 
&lt;/div&gt;&lt;br&gt;As Steph said, the segfaults we can fix...the libglade issues we can't
&lt;br&gt;;) &amp;nbsp;Please report the segfaults.
&lt;br&gt;&lt;br&gt;thanks,
&lt;br&gt;Elizabeth
&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;PHP-GTK General Mailing List (&lt;a href=&quot;http://gtk.php.net/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://gtk.php.net/&lt;/a&gt;)
&lt;br&gt;To unsubscribe, visit: &lt;a href=&quot;http://www.php.net/unsub.php&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.php.net/unsub.php&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://www.nabble.com/Php---GTK---General-f171.html&quot; embed=&quot;fixTarget[171]&quot; target=&quot;_top&quot; &gt;Php - GTK - General&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/Libglade-and-stock-icons-tp19744256p19796858.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-19796586</id>
	<title>Re: Libglade and stock icons</title>
	<published>2008-10-03T05:12:46Z</published>
	<updated>2008-10-03T05:12:46Z</updated>
	<author>
		<name>Steph Fox-3</name>
	</author>
	<content type="html">Hi Andre,
&lt;br&gt;&lt;br&gt;&amp;gt; I found a post about the topic concerning PyGTK 
&lt;br&gt;&amp;gt; (&lt;a href=&quot;http://article.gmane.org/gmane.comp.gnome.gtk%2B.python/4951&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://article.gmane.org/gmane.comp.gnome.gtk%2B.python/4951&lt;/a&gt;), so it 
&lt;br&gt;&amp;gt; might be a libglade issue. Just couldn't test it with libglade natively 
&lt;br&gt;&amp;gt; from within C so I report it here.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; I'm using the PHP-Gtk2 beta since my application segfaults in very strange 
&lt;br&gt;&amp;gt; places with 2.0.0 and 2.0.1. Need to investigate more on that, so I'll 
&lt;br&gt;&amp;gt; describe it in another post.
&lt;br&gt;&lt;br&gt;You're correct, that is a libglade issue. The PHP-GTK libglade extension is 
&lt;br&gt;a thin v2 library wrapper for the most part.
&lt;br&gt;&lt;br&gt;More interested in the segfaults :) Please describe them on 
&lt;br&gt;&lt;a href=&quot;http://bugs.php.net&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://bugs.php.net&lt;/a&gt;&amp;nbsp;under PHP-GTK related.
&lt;br&gt;&lt;br&gt;Thanks,
&lt;br&gt;&lt;br&gt;- Steph
&lt;br&gt;&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;PHP-GTK General Mailing List (&lt;a href=&quot;http://gtk.php.net/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://gtk.php.net/&lt;/a&gt;)
&lt;br&gt;To unsubscribe, visit: &lt;a href=&quot;http://www.php.net/unsub.php&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.php.net/unsub.php&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://www.nabble.com/Php---GTK---General-f171.html&quot; embed=&quot;fixTarget[171]&quot; target=&quot;_top&quot; &gt;Php - GTK - General&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/Libglade-and-stock-icons-tp19744256p19796586.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-19794951</id>
	<title>Politics</title>
	<published>2008-10-03T03:01:20Z</published>
	<updated>2008-10-03T03:01:20Z</updated>
	<author>
		<name>Amy-44</name>
	</author>
	<content type="html">&lt;br&gt;reimplementation woudlnt benchmarks tickets arpanet philosophunculism smells routines protective
&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;PHP-GTK General Mailing List (&lt;a href=&quot;http://gtk.php.net/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://gtk.php.net/&lt;/a&gt;)
&lt;br&gt;To unsubscribe, visit: &lt;a href=&quot;http://www.php.net/unsub.php&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.php.net/unsub.php&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://www.nabble.com/Php---GTK---General-f171.html&quot; embed=&quot;fixTarget[171]&quot; target=&quot;_top&quot; &gt;Php - GTK - General&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/Politics-tp19794951p19794951.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-19744256</id>
	<title>Libglade and stock icons</title>
	<published>2008-09-30T08:19:53Z</published>
	<updated>2008-09-30T08:19:53Z</updated>
	<author>
		<name>Andre Colomb</name>
	</author>
	<content type="html">Hi list!
&lt;br&gt;&lt;br&gt;I want to use my own icons in a libglade-loaded GUI. In Glade, I 
&lt;br&gt;selected &amp;quot;Image Type: Icon Theme&amp;quot; and supplied my own stock ID under 
&lt;br&gt;&amp;quot;Icon name&amp;quot;. The icon is loaded in a GtkIconFactory which is installed 
&lt;br&gt;via add_default().
&lt;br&gt;&lt;br&gt;Widgets from the glade file using the stock icon display show an image 
&lt;br&gt;missing symbol, widgets created from PHP-Gtk directly work fine. Here is 
&lt;br&gt;the sample code and glade definition to demonstrate:
&lt;br&gt;&lt;br&gt;----- icons.php ------
&lt;br&gt;&amp;lt;?php
&lt;br&gt;$iconfactory = new GtkIconFactory();
&lt;br&gt;$iconfactory-&amp;gt;add('myapp-test', 
&lt;br&gt;GtkIconSet::new_from_pixbuf(GdkPixbuf::new_from_file('test.png')));
&lt;br&gt;$iconfactory-&amp;gt;add_default();
&lt;br&gt;&lt;br&gt;$glade = new GladeXML('icons.glade');
&lt;br&gt;$window = $glade-&amp;gt;get_widget('window1');
&lt;br&gt;$vbox = $glade-&amp;gt;get_widget('vbox1');
&lt;br&gt;&lt;br&gt;$vbox-&amp;gt;add(GtkImage::new_from_stock('myapp-test', Gtk::ICON_SIZE_MENU));
&lt;br&gt;&lt;br&gt;$window-&amp;gt;show_all();
&lt;br&gt;&lt;br&gt;Gtk::main();
&lt;br&gt;?&amp;gt;
&lt;br&gt;&lt;br&gt;----- icons.glade -----
&lt;br&gt;&amp;lt;?xml version=&amp;quot;1.0&amp;quot; encoding=&amp;quot;UTF-8&amp;quot; standalone=&amp;quot;no&amp;quot;?&amp;gt;
&lt;br&gt;&amp;lt;!DOCTYPE glade-interface SYSTEM &amp;quot;glade-2.0.dtd&amp;quot;&amp;gt;
&lt;br&gt;&amp;lt;!--Generated with glade3 3.4.3 on Tue Sep 30 17:14:27 2008 --&amp;gt;
&lt;br&gt;&amp;lt;glade-interface&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp;&amp;lt;widget class=&amp;quot;GtkWindow&amp;quot; id=&amp;quot;window1&amp;quot;&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;child&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;widget class=&amp;quot;GtkVBox&amp;quot; id=&amp;quot;vbox1&amp;quot;&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;property name=&amp;quot;visible&amp;quot;&amp;gt;True&amp;lt;/property&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;child&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;widget class=&amp;quot;GtkToolbar&amp;quot; id=&amp;quot;toolbar1&amp;quot;&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;property name=&amp;quot;visible&amp;quot;&amp;gt;True&amp;lt;/property&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;child&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;widget class=&amp;quot;GtkToolButton&amp;quot; id=&amp;quot;toolbutton1&amp;quot;&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;property name=&amp;quot;visible&amp;quot;&amp;gt;True&amp;lt;/property&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;property name=&amp;quot;icon_name&amp;quot;&amp;gt;myapp-test&amp;lt;/property&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;/widget&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;packing&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;property name=&amp;quot;expand&amp;quot;&amp;gt;False&amp;lt;/property&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;/packing&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;/child&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;/widget&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;packing&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;property name=&amp;quot;expand&amp;quot;&amp;gt;False&amp;lt;/property&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;/packing&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;/child&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;child&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;widget class=&amp;quot;GtkImage&amp;quot; id=&amp;quot;image1&amp;quot;&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;property name=&amp;quot;visible&amp;quot;&amp;gt;True&amp;lt;/property&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;property name=&amp;quot;icon_name&amp;quot;&amp;gt;myapp-test&amp;lt;/property&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;/widget&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;packing&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;property name=&amp;quot;position&amp;quot;&amp;gt;1&amp;lt;/property&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;/packing&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;/child&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;/widget&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;/child&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp;&amp;lt;/widget&amp;gt;
&lt;br&gt;&amp;lt;/glade-interface&amp;gt;
&lt;br&gt;&lt;br&gt;I found a post about the topic concerning PyGTK 
&lt;br&gt;(&lt;a href=&quot;http://article.gmane.org/gmane.comp.gnome.gtk%2B.python/4951&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://article.gmane.org/gmane.comp.gnome.gtk%2B.python/4951&lt;/a&gt;), so it 
&lt;br&gt;might be a libglade issue. Just couldn't test it with libglade natively 
&lt;br&gt;from within C so I report it here.
&lt;br&gt;&lt;br&gt;I'm using the PHP-Gtk2 beta since my application segfaults in very 
&lt;br&gt;strange places with 2.0.0 and 2.0.1. Need to investigate more on that, 
&lt;br&gt;so I'll describe it in another post.
&lt;br&gt;&lt;br&gt;Regards, Andre
&lt;br&gt;--
&lt;br&gt;Greetings...
&lt;br&gt;From: Andre Colomb &amp;lt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19744256&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;acolomb@...&lt;/a&gt;&amp;gt;
&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;PHP-GTK General Mailing List (&lt;a href=&quot;http://gtk.php.net/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://gtk.php.net/&lt;/a&gt;)
&lt;br&gt;To unsubscribe, visit: &lt;a href=&quot;http://www.php.net/unsub.php&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.php.net/unsub.php&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://www.nabble.com/Php---GTK---General-f171.html&quot; embed=&quot;fixTarget[171]&quot; target=&quot;_top&quot; &gt;Php - GTK - General&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/Libglade-and-stock-icons-tp19744256p19744256.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-19711395</id>
	<title>PHP GTK, Glade, signal_autoconnect parameters</title>
	<published>2008-09-28T06:00:43Z</published>
	<updated>2008-09-28T06:00:43Z</updated>
	<author>
		<name>Victor Sterpu</name>
	</author>
	<content type="html">I want to autoconnect the signals with my functions from glade.
&lt;br&gt;So in my glade file I have this line: &amp;lt;signal name=&amp;quot;activate&amp;quot; 
&lt;br&gt;handler=&amp;quot;test_function&amp;quot;/&amp;gt;
&lt;br&gt;How can I pass some parameters to this function?
&lt;br&gt;&lt;br&gt;Thank you.
&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;PHP-GTK General Mailing List (&lt;a href=&quot;http://gtk.php.net/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://gtk.php.net/&lt;/a&gt;)
&lt;br&gt;To unsubscribe, visit: &lt;a href=&quot;http://www.php.net/unsub.php&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.php.net/unsub.php&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://www.nabble.com/Php---GTK---General-f171.html&quot; embed=&quot;fixTarget[171]&quot; target=&quot;_top&quot; &gt;Php - GTK - General&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/PHP-GTK%2C-Glade%2C-signal_autoconnect-parameters-tp19711395p19711395.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-19639349</id>
	<title>#45844 [Opn-&gt;Csd]: gtkhtml doesn't provides gtk_html_request_paste</title>
	<published>2008-09-23T16:47:10Z</published>
	<updated>2008-09-23T16:47:10Z</updated>
	<author>
		<name>Andrei Zmievski-3</name>
	</author>
	<content type="html">&amp;nbsp;ID: &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 45844
&lt;br&gt;&amp;nbsp;Updated by: &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19639349&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;andrei@...&lt;/a&gt;
&lt;br&gt;&amp;nbsp;Reported By: &amp;nbsp; &amp;nbsp; &amp;nbsp;Fedora at FamilleCollet dot com
&lt;br&gt;-Status: &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Open
&lt;br&gt;+Status: &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Closed
&lt;br&gt;&amp;nbsp;Bug Type: &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; PHP-GTK related
&lt;br&gt;&amp;nbsp;Operating System: Linux (Fedora 9)
&lt;br&gt;&amp;nbsp;PHP Version: &amp;nbsp; &amp;nbsp; &amp;nbsp;5.3.0alpha1
&lt;br&gt;&amp;nbsp;New Comment:
&lt;br&gt;&lt;br&gt;This bug has been fixed in CVS.
&lt;br&gt;&lt;br&gt;Snapshots of the sources are packaged every three hours; this change
&lt;br&gt;will be in the next snapshot. You can grab the snapshot at
&lt;br&gt;&lt;a href=&quot;http://snaps.php.net/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://snaps.php.net/&lt;/a&gt;.
&lt;br&gt;&amp;nbsp;
&lt;br&gt;Thank you for the report, and for helping us make PHP better.
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;Previous Comments:
&lt;br&gt;------------------------------------------------------------------------
&lt;br&gt;&lt;br&gt;[2008-08-18 05:37:11] Fedora at FamilleCollet dot com
&lt;br&gt;&lt;br&gt;You're right, second part is specific to Fedora and gtkhml 3.18.
&lt;br&gt;&lt;br&gt;------------------------------------------------------------------------
&lt;br&gt;&lt;br&gt;[2008-08-17 22:26:03] Keisial at gmail dot com
&lt;br&gt;&lt;br&gt;This fixes the link issue i was habing with gtkhtml (link error to that
&lt;br&gt;funcion).
&lt;br&gt;However, i don't think the second part of the patch is needed. We are
&lt;br&gt;*removing* one function. Thus it should still work with older gtkhtml
&lt;br&gt;versions which have it.
&lt;br&gt;&lt;br&gt;------------------------------------------------------------------------
&lt;br&gt;&lt;br&gt;[2008-08-17 15:00:01] Fedora at FamilleCollet dot com
&lt;br&gt;&lt;br&gt;Description:
&lt;br&gt;------------
&lt;br&gt;gtk_html_request_paste has been removed from gtkhtml.
&lt;br&gt;&lt;br&gt;See : 
&lt;br&gt;&lt;a href=&quot;http://svn.gnome.org/viewvc/gtkhtml?view=revision&amp;revision=8594&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://svn.gnome.org/viewvc/gtkhtml?view=revision&amp;revision=8594&lt;/a&gt;&lt;br&gt;&lt;br&gt;But still present until 3.18.3 in header.
&lt;br&gt;This is now fixed :
&lt;br&gt;&lt;a href=&quot;http://svn.gnome.org/viewvc/gtkhtml?view=revision&amp;revision=8923&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://svn.gnome.org/viewvc/gtkhtml?view=revision&amp;revision=8923&lt;/a&gt;&lt;br&gt;&lt;br&gt;I think it should be removed from php-gtk.
&lt;br&gt;&lt;br&gt;Simple patch :
&lt;br&gt;&lt;a href=&quot;http://rpms.famillecollet.com/files/php-gtk-html318.patch&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://rpms.famillecollet.com/files/php-gtk-html318.patch&lt;/a&gt;&lt;br&gt;&lt;br&gt;Regards
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;------------------------------------------------------------------------
&lt;br&gt;&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Edit this bug report at &lt;a href=&quot;http://bugs.php.net/?id=45844&amp;edit=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://bugs.php.net/?id=45844&amp;edit=1&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;PHP-GTK Development Mailing List (&lt;a href=&quot;http://gtk.php.net/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://gtk.php.net/&lt;/a&gt;)
&lt;br&gt;To unsubscribe, visit: &lt;a href=&quot;http://www.php.net/unsub.php&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.php.net/unsub.php&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://www.nabble.com/Php---GTK---Dev-f172.html&quot; embed=&quot;fixTarget[172]&quot; target=&quot;_top&quot; &gt;Php - GTK - Dev&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/-45844--NEW-%3A-gtkhtml-doesn%27t-provides-gtk_html_request_paste-tp19020517p19639349.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-19618446</id>
	<title>Re: A new way for creating extensions</title>
	<published>2008-09-22T16:15:25Z</published>
	<updated>2008-09-22T16:15:25Z</updated>
	<author>
		<name>Keisial</name>
	</author>
	<content type="html">Andrei Zmievski wrote:
&lt;br&gt;&amp;gt; Hey, this looks interesting!
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; I'm catching up on older mail, so I just now saw this. Looks like this 
&lt;br&gt;&amp;gt; could be a great replacement for ext_skel and more. I'll take a closer 
&lt;br&gt;&amp;gt; look in a bit.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; -Andrei
&lt;br&gt;Please note that, as I noticed after sending the email to this list, it 
&lt;br&gt;won't work on a completely clean Linux (a clean left some files behind).
&lt;br&gt;You may need to uncomment the 'defined at gen_{$widget_name}.h' and 
&lt;br&gt;maybe remove its include. Check the exact error. The generated makefile 
&lt;br&gt;missed a dependency and the bits that would need to be changed weren't 
&lt;br&gt;provided by php-gtk but on the php config.m4, then used by phpize.
&lt;br&gt;It's still an improvement, but not as complete as I originally intended.
&lt;br&gt;&lt;br&gt;I look forward to your comments.
&lt;br&gt;&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;PHP-GTK Development Mailing List (&lt;a href=&quot;http://gtk.php.net/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://gtk.php.net/&lt;/a&gt;)
&lt;br&gt;To unsubscribe, visit: &lt;a href=&quot;http://www.php.net/unsub.php&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.php.net/unsub.php&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://www.nabble.com/Php---GTK---Dev-f172.html&quot; embed=&quot;fixTarget[172]&quot; target=&quot;_top&quot; &gt;Php - GTK - Dev&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/A-new-way-for-creating-extensions-tp18931653p19618446.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-19611877</id>
	<title>Re: php-gtk website</title>
	<published>2008-09-22T09:42:24Z</published>
	<updated>2008-09-22T09:42:24Z</updated>
	<author>
		<name>Madeleine D.-2</name>
	</author>
	<content type="html">&lt;br&gt;&lt;br&gt;I may have misunderstood the previous messages on this, but isn't there 
&lt;br&gt;a revision of the php help system going on? &amp;nbsp;I thought that was the real 
&lt;br&gt;holdup in turning the user notes back on....
&lt;br&gt;&lt;br&gt;Madeleine D.
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;Steph Fox wrote:
&lt;br&gt;&amp;gt;&amp;gt; Which user contribute function are you talking about?
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; User notes. Which I promised Maddy (sorry my speling skilz are not gud 
&lt;br&gt;&amp;gt; tonite) I'd fix this very month.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; - Steph
&lt;br&gt;&amp;gt;
&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;PHP-GTK Development Mailing List (&lt;a href=&quot;http://gtk.php.net/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://gtk.php.net/&lt;/a&gt;)
&lt;br&gt;To unsubscribe, visit: &lt;a href=&quot;http://www.php.net/unsub.php&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.php.net/unsub.php&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://www.nabble.com/Php---GTK---Dev-f172.html&quot; embed=&quot;fixTarget[172]&quot; target=&quot;_top&quot; &gt;Php - GTK - Dev&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/php-gtk-website-tp18999707p19611877.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-19606237</id>
	<title>#41007 [Opn-&gt;Fbk]: PHP GTK2 GtkListStore invoke signal callback problem</title>
	<published>2008-09-22T04:35:30Z</published>
	<updated>2008-09-22T04:35:30Z</updated>
	<author>
		<name>auroraeosrose</name>
	</author>
	<content type="html">&amp;nbsp;ID: &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 41007
&lt;br&gt;&amp;nbsp;Updated by: &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19606237&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;auroraeosrose@...&lt;/a&gt;
&lt;br&gt;&amp;nbsp;Reported By: &amp;nbsp; &amp;nbsp; &amp;nbsp;james dot smith at cybertill dot co dot uk
&lt;br&gt;-Status: &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Open
&lt;br&gt;+Status: &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Feedback
&lt;br&gt;&amp;nbsp;Bug Type: &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; PHP-GTK related
&lt;br&gt;&amp;nbsp;Operating System: WinXP
&lt;br&gt;&amp;nbsp;PHP Version: &amp;nbsp; &amp;nbsp; &amp;nbsp;5.2.1
&lt;br&gt;&amp;nbsp;New Comment:
&lt;br&gt;&lt;br&gt;Thank you for this bug report. To properly diagnose the problem, we
&lt;br&gt;need a short but complete example script to be able to reproduce
&lt;br&gt;this bug ourselves. 
&lt;br&gt;&lt;br&gt;A proper reproducing script starts with &amp;lt;?php and ends with ?&amp;gt;,
&lt;br&gt;is max. 10-20 lines long and does not require any external 
&lt;br&gt;resources such as databases, etc. If the script requires a 
&lt;br&gt;database to demonstrate the issue, please make sure it creates 
&lt;br&gt;all necessary tables, stored procedures etc.
&lt;br&gt;&lt;br&gt;Please avoid embedding huge scripts into the report.
&lt;br&gt;&lt;br&gt;I don't see this issue with newer versions
&lt;br&gt;&lt;br&gt;&lt;br&gt;Previous Comments:
&lt;br&gt;------------------------------------------------------------------------
&lt;br&gt;&lt;br&gt;[2008-03-17 14:44:49] james dot smith at cybertill dot co dot uk
&lt;br&gt;&lt;br&gt;I shall try and dig out the code i tested at the time.
&lt;br&gt;If not the GtkList Object is easily created from one of the demos. I
&lt;br&gt;shall add the callback function and see how i get on.
&lt;br&gt;&lt;br&gt;------------------------------------------------------------------------
&lt;br&gt;&lt;br&gt;[2008-03-16 14:38:06] &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19606237&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;auroraeosrose@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;Please try using this CVS snapshot:
&lt;br&gt;&lt;br&gt;&amp;nbsp; &lt;a href=&quot;http://snaps.php.net/php5.2-latest.tar.gz&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://snaps.php.net/php5.2-latest.tar.gz&lt;/a&gt;&lt;br&gt;&amp;nbsp;
&lt;br&gt;For Windows (zip):
&lt;br&gt;&amp;nbsp;
&lt;br&gt;&amp;nbsp; &lt;a href=&quot;http://snaps.php.net/win32/php5.2-win32-latest.zip&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://snaps.php.net/win32/php5.2-win32-latest.zip&lt;/a&gt;&lt;br&gt;&lt;br&gt;For Windows (installer):
&lt;br&gt;&lt;br&gt;&amp;nbsp; &lt;a href=&quot;http://snaps.php.net/win32/php5.2-win32-installer-latest.msi&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://snaps.php.net/win32/php5.2-win32-installer-latest.msi&lt;/a&gt;&lt;br&gt;&lt;br&gt;Does this still occur with newer versions?
&lt;br&gt;&lt;br&gt;------------------------------------------------------------------------
&lt;br&gt;&lt;br&gt;[2007-04-05 16:43:53] james dot smith at cybertill dot co dot uk
&lt;br&gt;&lt;br&gt;Description:
&lt;br&gt;------------
&lt;br&gt;While designing a Till system using php gtk2 and grabbing code from
&lt;br&gt;several examples. I encountered the following problem.
&lt;br&gt;When clicking on an item in a GtkListStore object, the callback
&lt;br&gt;function is either renamed/ stored incorrectly.
&lt;br&gt;&lt;br&gt;Despite me renaming it several times the function name is not handled
&lt;br&gt;properly and causes characters to be misinterpreted.
&lt;br&gt;&lt;br&gt;&lt;br&gt;$sectionBasketView = GtkListStore( Gtk::TYPE_STRING, Gtk::TYPE_LONG,
&lt;br&gt;Gtk::TYPE_DOUBLE);
&lt;br&gt;.
&lt;br&gt;.
&lt;br&gt;&amp;nbsp; &amp;nbsp; $selection = $sectionBasketView-&amp;gt;get_selection();
&lt;br&gt;&amp;nbsp; &amp;nbsp; $selection-&amp;gt;connect('changed', &amp;quot;on_selection&amp;quot;);
&lt;br&gt;.
&lt;br&gt;.
&lt;br&gt;function on_selection()
&lt;br&gt;{
&lt;br&gt;.
&lt;br&gt;.
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;Expected result:
&lt;br&gt;----------------
&lt;br&gt;on_selection function execution
&lt;br&gt;&lt;br&gt;&lt;br&gt;Actual result:
&lt;br&gt;--------------
&lt;br&gt;The error log shows that the 9th character is pushed up by 1 character
&lt;br&gt;code.
&lt;br&gt;Here is a report from the error.txt it produced.
&lt;br&gt;The first instance the letter &amp;quot;t&amp;quot; being replaced with a &amp;quot;s&amp;quot; character.
&lt;br&gt;The second instance &amp;quot;i&amp;quot; renamed the function call with a &amp;quot;j&amp;quot; at the
&lt;br&gt;start
&lt;br&gt;this in turn affected the next character &amp;quot;c&amp;quot; changing to a &amp;quot;b&amp;quot;.
&lt;br&gt;As far as i can tell the on_selection is not used anywhere else.
&lt;br&gt;Is this an inbuilt command/event/property?
&lt;br&gt;&lt;br&gt;[05-Apr-2007 17:06:32] PHP Warning: &amp;nbsp;Unable to invoke signal callback
&lt;br&gt;'on_selecsion' specified in C:\PHP-Gtk2\examples\EtTill\Till.phpw on
&lt;br&gt;line 218 in C:\PHP-Gtk2\examples\EtTill\Till.phpw on line 331
&lt;br&gt;&lt;br&gt;[05-Apr-2007 17:07:37] PHP Warning: &amp;nbsp;Unable to invoke signal callback
&lt;br&gt;'on_jselebtion' specified in C:\PHP-Gtk2\examples\EtTill\Till.phpw on
&lt;br&gt;line 218 in C:\PHP-Gtk2\examples\EtTill\Till.phpw on line 331
&lt;br&gt;&lt;br&gt;[05-Apr-2007 17:07:37] PHP Warning: &amp;nbsp;Unable to invoke signal callback
&lt;br&gt;'on_jselebtion' specified in C:\PHP-Gtk2\examples\EtTill\Till.phpw on
&lt;br&gt;line 218 in C:\PHP-Gtk2\examples\EtTill\Till.phpw on line 331
&lt;br&gt;&lt;br&gt;[05-Apr-2007 17:09:24] PHP Warning: &amp;nbsp;Unable to invoke signal callback
&lt;br&gt;'aaaaaaaa' specified in C:\PHP-Gtk2\examples\EtTill\Till.phpw on line
&lt;br&gt;218 in C:\PHP-Gtk2\examples\EtTill\Till.phpw on line 331
&lt;br&gt;&lt;br&gt;[05-Apr-2007 17:10:11] PHP Warning: &amp;nbsp;Unable to invoke signal callback
&lt;br&gt;'abcdefghijklmnopqrstuvwxyz' specified in
&lt;br&gt;C:\PHP-Gtk2\examples\EtTill\Till.phpw on line 218 in
&lt;br&gt;C:\PHP-Gtk2\examples\EtTill\Till.phpw on line 331
&lt;br&gt;&lt;br&gt;[05-Apr-2007 17:10:12] PHP Warning: &amp;nbsp;Unable to invoke signal callback
&lt;br&gt;'abcdefghijklmnopqrstuvwxyz' specified in
&lt;br&gt;C:\PHP-Gtk2\examples\EtTill\Till.phpw on line 218 in
&lt;br&gt;C:\PHP-Gtk2\examples\EtTill\Till.phpw on line 331
&lt;br&gt;[05-Apr-2007 17:10:12] PHP Warning: &amp;nbsp;Unable to invoke signal callback
&lt;br&gt;'abcdefghijklmnopqrstuvwxyz' specified in
&lt;br&gt;C:\PHP-Gtk2\examples\EtTill\Till.phpw on line 218 in
&lt;br&gt;C:\PHP-Gtk2\examples\EtTill\Till.phpw on line 331
&lt;br&gt;[05-Apr-2007 17:10:47] PHP Warning: &amp;nbsp;Unable to invoke signal callback
&lt;br&gt;'on_abcdefghijklmnopqrstuvwxyz' specified in
&lt;br&gt;C:\PHP-Gtk2\examples\EtTill\Till.phpw on line 218 in
&lt;br&gt;C:\PHP-Gtk2\examples\EtTill\Till.phpw on line 331
&lt;br&gt;[05-Apr-2007 17:10:47] PHP Warning: &amp;nbsp;Unable to invoke signal callback
&lt;br&gt;'on_abcdefghijklmnopqrstuvwxyz' specified in
&lt;br&gt;C:\PHP-Gtk2\examples\EtTill\Till.phpw on line 218 in
&lt;br&gt;C:\PHP-Gtk2\examples\EtTill\Till.phpw on line 331
&lt;br&gt;[05-Apr-2007 17:11:15] PHP Warning: &amp;nbsp;Unable to invoke signal callback
&lt;br&gt;'on_selabcdefghijklmnopqrstuvwxyz' specified in
&lt;br&gt;C:\PHP-Gtk2\examples\EtTill\Till.phpw on line 218 in
&lt;br&gt;C:\PHP-Gtk2\examples\EtTill\Till.phpw on line 331
&lt;br&gt;[05-Apr-2007 17:11:16] PHP Warning: &amp;nbsp;Unable to invoke signal callback
&lt;br&gt;'on_selabcdefghijklmnopqrstuvwxyz' specified in
&lt;br&gt;C:\PHP-Gtk2\examples\EtTill\Till.phpw on line 218 in
&lt;br&gt;C:\PHP-Gtk2\examples\EtTill\Till.phpw on line 331
&lt;br&gt;[05-Apr-2007 17:11:52] PHP Warning: &amp;nbsp;Unable to invoke signal callback
&lt;br&gt;'on_selectionabcdefghijklmnopqrstuvwxyz' specified in
&lt;br&gt;C:\PHP-Gtk2\examples\EtTill\Till.phpw on line 218 in
&lt;br&gt;C:\PHP-Gtk2\examples\EtTill\Till.phpw on line 331
&lt;br&gt;[05-Apr-2007 17:11:53] PHP Warning: &amp;nbsp;Unable to invoke signal callback
&lt;br&gt;'on_selectionabcdefghijklmnopqrstuvwxyz' specified in
&lt;br&gt;C:\PHP-Gtk2\examples\EtTill\Till.phpw on line 218 in
&lt;br&gt;C:\PHP-Gtk2\examples\EtTill\Till.phpw on line 331
&lt;br&gt;[05-Apr-2007 17:12:20] PHP Warning: &amp;nbsp;Unable to invoke signal callback
&lt;br&gt;'on_selecsionabc' specified in C:\PHP-Gtk2\examples\EtTill\Till.phpw on
&lt;br&gt;line 218 in C:\PHP-Gtk2\examples\EtTill\Till.phpw on line 331
&lt;br&gt;[05-Apr-2007 17:12:20] PHP Warning: &amp;nbsp;Unable to invoke signal callback
&lt;br&gt;'on_selecsionabc' specified in C:\PHP-Gtk2\examples\EtTill\Till.phpw on
&lt;br&gt;line 218 in C:\PHP-Gtk2\examples\EtTill\Till.phpw on line 331
&lt;br&gt;[05-Apr-2007 17:12:53] PHP Warning: &amp;nbsp;Unable to invoke signal callback
&lt;br&gt;'on_selectionabcd' specified in C:\PHP-Gtk2\examples\EtTill\Till.phpw on
&lt;br&gt;line 218 in C:\PHP-Gtk2\examples\EtTill\Till.phpw on line 331
&lt;br&gt;[05-Apr-2007 17:12:53] PHP Warning: &amp;nbsp;Unable to invoke signal callback
&lt;br&gt;'on_selectionabcd' specified in C:\PHP-Gtk2\examples\EtTill\Till.phpw on
&lt;br&gt;line 218 in C:\PHP-Gtk2\examples\EtTill\Till.phpw on line 331
&lt;br&gt;[05-Apr-2007 17:12:53] PHP Warning: &amp;nbsp;Unable to invoke signal callback
&lt;br&gt;'on_selectionabcd' specified in C:\PHP-Gtk2\examples\EtTill\Till.phpw on
&lt;br&gt;line 218 in C:\PHP-Gtk2\examples\EtTill\Till.phpw on line 331
&lt;br&gt;[05-Apr-2007 17:12:54] PHP Warning: &amp;nbsp;Unable to invoke signal callback
&lt;br&gt;'on_selectionabcd' specified in C:\PHP-Gtk2\examples\EtTill\Till.phpw on
&lt;br&gt;line 218 in C:\PHP-Gtk2\examples\EtTill\Till.phpw on line 331
&lt;br&gt;[05-Apr-2007 17:12:55] PHP Warning: &amp;nbsp;Unable to invoke signal callback
&lt;br&gt;'on_selectionabcd' specified in C:\PHP-Gtk2\examples\EtTill\Till.phpw on
&lt;br&gt;line 218 in C:\PHP-Gtk2\examples\EtTill\Till.phpw on line 331
&lt;br&gt;[05-Apr-2007 17:12:55] PHP Warning: &amp;nbsp;Unable to invoke signal callback
&lt;br&gt;'on_selectionabcd' specified in C:\PHP-Gtk2\examples\EtTill\Till.phpw on
&lt;br&gt;line 218 in C:\PHP-Gtk2\examples\EtTill\Till.phpw on line 331
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;------------------------------------------------------------------------
&lt;br&gt;&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Edit this bug report at &lt;a href=&quot;http://bugs.php.net/?id=41007&amp;edit=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://bugs.php.net/?id=41007&amp;edit=1&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;PHP-GTK Development Mailing List (&lt;a href=&quot;http://gtk.php.net/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://gtk.php.net/&lt;/a&gt;)
&lt;br&gt;To unsubscribe, visit: &lt;a href=&quot;http://www.php.net/unsub.php&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.php.net/unsub.php&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://www.nabble.com/Php---GTK---Dev-f172.html&quot; embed=&quot;fixTarget[172]&quot; target=&quot;_top&quot; &gt;Php - GTK - Dev&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/-41007--NEW-%3A-PHP-GTK2-GtkListStore-invoke-signal-callback-problem-tp9859530p19606237.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-19606201</id>
	<title>#38514 [Asn-&gt;Csd]: 5.1RC5 has troubles with Zlib which 5.1RC4 not have</title>
	<published>2008-09-22T04:33:25Z</published>
	<updated>2008-09-22T04:33:25Z</updated>
	<author>
		<name>auroraeosrose</name>
	</author>
	<content type="html">&amp;nbsp;ID: &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 38514
&lt;br&gt;&amp;nbsp;Updated by: &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19606201&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;auroraeosrose@...&lt;/a&gt;
&lt;br&gt;&amp;nbsp;Reported By: &amp;nbsp; &amp;nbsp; &amp;nbsp;cweiske at cweiske dot de
&lt;br&gt;-Status: &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Assigned
&lt;br&gt;+Status: &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Closed
&lt;br&gt;&amp;nbsp;Bug Type: &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; PHP-GTK related
&lt;br&gt;&amp;nbsp;Operating System: win xp
&lt;br&gt;&amp;nbsp;PHP Version: &amp;nbsp; &amp;nbsp; &amp;nbsp;5.1.4
&lt;br&gt;&amp;nbsp;Assigned To: &amp;nbsp; &amp;nbsp; &amp;nbsp;sfox
&lt;br&gt;&amp;nbsp;New Comment:
&lt;br&gt;&lt;br&gt;Thank you for your bug report. This issue has already been fixed
&lt;br&gt;in the latest released version of PHP, which you can download at 
&lt;br&gt;&lt;a href=&quot;http://www.php.net/downloads.php&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.php.net/downloads.php&lt;/a&gt;&lt;br&gt;&lt;br&gt;Since 2.0.0 this is no longer an issue - windows releases have the
&lt;br&gt;appropriate dlls and the toolbar set_style was renamed to avoid
&lt;br&gt;conflicts
&lt;br&gt;&lt;br&gt;&lt;br&gt;Previous Comments:
&lt;br&gt;------------------------------------------------------------------------
&lt;br&gt;&lt;br&gt;[2006-08-20 08:34:53] &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19606201&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;sfox@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;Christian - this is not an appropriate forum in which to start a
&lt;br&gt;debate. Please stick to the dev list if you want to challenge our
&lt;br&gt;assessment of the problem (that's mine and Andrei's).
&lt;br&gt;&lt;br&gt;------------------------------------------------------------------------
&lt;br&gt;&lt;br&gt;[2006-08-20 08:25:37] &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19606201&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;cweiske@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;The warning:
&lt;br&gt;&amp;gt; &amp;quot;Strict Standards: Declaration of GtkToolbar::set_style() 
&lt;br&gt;&amp;gt; should be compatible with that of GtkWidget::set_style()&amp;quot;
&lt;br&gt;*is* down to E_STRICT standards, and we already discussed this issue on
&lt;br&gt;the list.
&lt;br&gt;&lt;br&gt;------------------------------------------------------------------------
&lt;br&gt;&lt;br&gt;[2006-08-20 08:20:27] &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19606201&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;sfox@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;There's no intl.dll because when I tested the dependencies for the GTK
&lt;br&gt;runtime package intl.dll didn't come up as being one of them. I'll
&lt;br&gt;re-test and try to establish why, but in the meantime could you please
&lt;br&gt;tell me how you came to the conclusion there was a missing dependency?
&lt;br&gt;(Was there an error message for example?)
&lt;br&gt;&lt;br&gt;Those errors aren't down to E_STRICT being enabled, they're down to
&lt;br&gt;display_startup_errors being turned on. Outside of that, E_STRICT is
&lt;br&gt;fine (in fact I develop with E_STRICT enabled too). 
&lt;br&gt;&lt;br&gt;I have already discussed the startup errors at some length with Andrei,
&lt;br&gt;Dmitry Stogov and Andi Gutmans on the PHP internals list, because it's
&lt;br&gt;down to the way internal object inheritance is defined in the Zend
&lt;br&gt;Engine now. Dmitry advised me that the patch I offered at the time (or
&lt;br&gt;any other fix) would NOT be applied because the existing definition is
&lt;br&gt;correct for PHP internal objects, and it's not PHP's problem if
&lt;br&gt;third-party objects don't adhere to that definition. So this part of the
&lt;br&gt;two-part bug report is likely to be a 'won't fix', unless Andrei comes
&lt;br&gt;up with some cute way to force GTK objects to comply with PHP
&lt;br&gt;inheritance rules. 
&lt;br&gt;&lt;br&gt;Just turn display_startup_errors off. It's off by default anyway.
&lt;br&gt;&lt;br&gt;- Steph
&lt;br&gt;&lt;br&gt;------------------------------------------------------------------------
&lt;br&gt;&lt;br&gt;[2006-08-20 07:37:17] &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19606201&amp;i=4&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;cweiske@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;You have E_STRICT settings activated. PHP-Gtk2 currently is not
&lt;br&gt;compatible with this setting.
&lt;br&gt;&lt;br&gt;------------------------------------------------------------------------
&lt;br&gt;&lt;br&gt;[2006-08-19 23:07:50] cweiske at cweiske dot de
&lt;br&gt;&lt;br&gt;Description:
&lt;br&gt;------------
&lt;br&gt;First problem is that in ythe GTK+-Packages there is no &amp;quot;intl.dll&amp;quot;, i
&lt;br&gt;found a working in the web while the one that is provided by &amp;quot;MySQL
&lt;br&gt;Administrator&amp;quot; did not work.
&lt;br&gt;&lt;br&gt;--
&lt;br&gt;&lt;br&gt;Now the php_gtk2.dll loads but on every script-call even a &amp;quot;php -v&amp;quot;
&lt;br&gt;errors like the following will be shown 
&lt;br&gt;&lt;br&gt;&amp;quot;Strict Standards: Declaration of GtkToolbar::set_style() should be
&lt;br&gt;compatible with that of GtkWidget::set_style()&amp;quot;
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;------------------------------------------------------------------------
&lt;br&gt;&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Edit this bug report at &lt;a href=&quot;http://bugs.php.net/?id=38514&amp;edit=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://bugs.php.net/?id=38514&amp;edit=1&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;PHP-GTK Development Mailing List (&lt;a href=&quot;http://gtk.php.net/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://gtk.php.net/&lt;/a&gt;)
&lt;br&gt;To unsubscribe, visit: &lt;a href=&quot;http://www.php.net/unsub.php&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.php.net/unsub.php&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://www.nabble.com/Php---GTK---Dev-f172.html&quot; embed=&quot;fixTarget[172]&quot; target=&quot;_top&quot; &gt;Php - GTK - Dev&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/-38514--NEW-%3A-5.1RC5-has-troubles-with-Zlib-which-5.1RC4-not-have-tp5890390p19606201.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-19606147</id>
	<title>Re: Re: [Fwd: PHP-GTK 2.0.1 / Suggestion at configure script]</title>
	<published>2008-09-22T04:29:02Z</published>
	<updated>2008-09-22T04:29:02Z</updated>
	<author>
		<name>Keisial</name>
	</author>
	<content type="html">Andrei Zmievski wrote:
&lt;br&gt;&amp;gt; Do we want to do this? When was --php-binary added to php-config?
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; -Andrei
&lt;br&gt;/Mon Aug 8 16:06:49 2005 UTC/ (3 years, 1 month ago) by /sniper/
&lt;br&gt;&lt;a href=&quot;http://cvs.php.net/viewvc.cgi/php-src/scripts/php-config.in?r1=1.2&amp;r2=1.3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://cvs.php.net/viewvc.cgi/php-src/scripts/php-config.in?r1=1.2&amp;r2=1.3&lt;/a&gt;&lt;br&gt;Looks safe to use.
&lt;br&gt;&lt;br&gt;Although instead of PHP, better use as variable name PHP_EXECUTABLE
&lt;br&gt;which is the one used on phpize.m4 for `$PHP_CONFIG --php-binary 
&lt;br&gt;2&amp;gt;/dev/null`
&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;PHP-GTK Development Mailing List (&lt;a href=&quot;http://gtk.php.net/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://gtk.php.net/&lt;/a&gt;)
&lt;br&gt;To unsubscribe, visit: &lt;a href=&quot;http://www.php.net/unsub.php&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.php.net/unsub.php&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://www.nabble.com/Php---GTK---Dev-f172.html&quot; embed=&quot;fixTarget[172]&quot; target=&quot;_top&quot; &gt;Php - GTK - Dev&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/-Fwd%3A-PHP-GTK-2.0.1---Suggestion-at-configure-script--tp19263437p19606147.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-19600478</id>
	<title>Re: #45844 [Com]: gtkhtml doesn't provides gtk_html_request_paste</title>
	<published>2008-09-21T18:28:49Z</published>
	<updated>2008-09-21T18:28:49Z</updated>
	<author>
		<name>Elizabeth M Smith-2</name>
	</author>
	<content type="html">Andrei Zmievski wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Liz, do you think we should apply this?
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Keisial at gmail dot com wrote:
&lt;br&gt;&amp;gt;&amp;gt; &amp;nbsp;ID: &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 45844
&lt;br&gt;&amp;gt;&amp;gt; &amp;nbsp;Comment by: &amp;nbsp; &amp;nbsp; &amp;nbsp; Keisial at gmail dot com
&lt;br&gt;&amp;gt;&amp;gt; &amp;nbsp;Reported By: &amp;nbsp; &amp;nbsp; &amp;nbsp;Fedora at FamilleCollet dot com
&lt;br&gt;&amp;gt;&amp;gt; &amp;nbsp;Status: &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Open
&lt;br&gt;&amp;gt;&amp;gt; &amp;nbsp;Bug Type: &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; PHP-GTK related
&lt;br&gt;&amp;gt;&amp;gt; &amp;nbsp;Operating System: Linux (Fedora 9)
&lt;br&gt;&amp;gt;&amp;gt; &amp;nbsp;PHP Version: &amp;nbsp; &amp;nbsp; &amp;nbsp;5.3.0alpha1
&lt;br&gt;&amp;gt;&amp;gt; &amp;nbsp;New Comment:
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; This fixes the link issue i was habing with gtkhtml (link error to that
&lt;br&gt;&amp;gt;&amp;gt; funcion).
&lt;br&gt;&amp;gt;&amp;gt; However, i don't think the second part of the patch is needed. We are
&lt;br&gt;&amp;gt;&amp;gt; *removing* one function. Thus it should still work with older gtkhtml
&lt;br&gt;&amp;gt;&amp;gt; versions which have it.
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; Previous Comments:
&lt;br&gt;&amp;gt;&amp;gt; ------------------------------------------------------------------------
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; [2008-08-17 15:00:01] Fedora at FamilleCollet dot com
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; Description:
&lt;br&gt;&amp;gt;&amp;gt; ------------
&lt;br&gt;&amp;gt;&amp;gt; gtk_html_request_paste has been removed from gtkhtml.
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; See : &lt;a href=&quot;http://svn.gnome.org/viewvc/gtkhtml?view=revision&amp;revision=8594&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://svn.gnome.org/viewvc/gtkhtml?view=revision&amp;revision=8594&lt;/a&gt;&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; But still present until 3.18.3 in header.
&lt;br&gt;&amp;gt;&amp;gt; This is now fixed :
&lt;br&gt;&amp;gt;&amp;gt; &lt;a href=&quot;http://svn.gnome.org/viewvc/gtkhtml?view=revision&amp;revision=8923&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://svn.gnome.org/viewvc/gtkhtml?view=revision&amp;revision=8923&lt;/a&gt;&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; I think it should be removed from php-gtk.
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; Simple patch :
&lt;br&gt;&amp;gt;&amp;gt; &lt;a href=&quot;http://rpms.famillecollet.com/files/php-gtk-html318.patch&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://rpms.famillecollet.com/files/php-gtk-html318.patch&lt;/a&gt;&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; Regards
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; ------------------------------------------------------------------------
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt; 
&lt;/div&gt;Should be fine to commit
&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;PHP-GTK Development Mailing List (&lt;a href=&quot;http://gtk.php.net/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://gtk.php.net/&lt;/a&gt;)
&lt;br&gt;To unsubscribe, visit: &lt;a href=&quot;http://www.php.net/unsub.php&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.php.net/unsub.php&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://www.nabble.com/Php---GTK---Dev-f172.html&quot; embed=&quot;fixTarget[172]&quot; target=&quot;_top&quot; &gt;Php - GTK - Dev&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/-45844--NEW-%3A-gtkhtml-doesn%27t-provides-gtk_html_request_paste-tp19020517p19600478.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-19599693</id>
	<title>Re: php-gtk website</title>
	<published>2008-09-21T16:36:29Z</published>
	<updated>2008-09-21T16:36:29Z</updated>
	<author>
		<name>Steph Fox-3</name>
	</author>
	<content type="html">&amp;gt; Which user contribute function are you talking about?
&lt;br&gt;&lt;br&gt;User notes. Which I promised Maddy (sorry my speling skilz are not gud 
&lt;br&gt;tonite) I'd fix this very month.
&lt;br&gt;&lt;br&gt;- Steph 
&lt;br&gt;&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;PHP-GTK Development Mailing List (&lt;a href=&quot;http://gtk.php.net/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://gtk.php.net/&lt;/a&gt;)
&lt;br&gt;To unsubscribe, visit: &lt;a href=&quot;http://www.php.net/unsub.php&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.php.net/unsub.php&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://www.nabble.com/Php---GTK---Dev-f172.html&quot; embed=&quot;fixTarget[172]&quot; target=&quot;_top&quot; &gt;Php - GTK - Dev&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/php-gtk-website-tp18999707p19599693.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-19599582</id>
	<title>Re: #45844 [Com]: gtkhtml doesn't provides gtk_html_request_paste</title>
	<published>2008-09-21T16:17:05Z</published>
	<updated>2008-09-21T16:17:05Z</updated>
	<author>
		<name>Andrei Zmievski</name>
	</author>
	<content type="html">Liz, do you think we should apply this?
&lt;br&gt;&lt;br&gt;Keisial at gmail dot com wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; &amp;nbsp;ID: &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 45844
&lt;br&gt;&amp;gt; &amp;nbsp;Comment by: &amp;nbsp; &amp;nbsp; &amp;nbsp; Keisial at gmail dot com
&lt;br&gt;&amp;gt; &amp;nbsp;Reported By: &amp;nbsp; &amp;nbsp; &amp;nbsp;Fedora at FamilleCollet dot com
&lt;br&gt;&amp;gt; &amp;nbsp;Status: &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Open
&lt;br&gt;&amp;gt; &amp;nbsp;Bug Type: &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; PHP-GTK related
&lt;br&gt;&amp;gt; &amp;nbsp;Operating System: Linux (Fedora 9)
&lt;br&gt;&amp;gt; &amp;nbsp;PHP Version: &amp;nbsp; &amp;nbsp; &amp;nbsp;5.3.0alpha1
&lt;br&gt;&amp;gt; &amp;nbsp;New Comment:
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; This fixes the link issue i was habing with gtkhtml (link error to that
&lt;br&gt;&amp;gt; funcion).
&lt;br&gt;&amp;gt; However, i don't think the second part of the patch is needed. We are
&lt;br&gt;&amp;gt; *removing* one function. Thus it should still work with older gtkhtml
&lt;br&gt;&amp;gt; versions which have it.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Previous Comments:
&lt;br&gt;&amp;gt; ------------------------------------------------------------------------
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; [2008-08-17 15:00:01] Fedora at FamilleCollet dot com
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Description:
&lt;br&gt;&amp;gt; ------------
&lt;br&gt;&amp;gt; gtk_html_request_paste has been removed from gtkhtml.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; See : 
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://svn.gnome.org/viewvc/gtkhtml?view=revision&amp;revision=8594&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://svn.gnome.org/viewvc/gtkhtml?view=revision&amp;revision=8594&lt;/a&gt;&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; But still present until 3.18.3 in header.
&lt;br&gt;&amp;gt; This is now fixed :
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://svn.gnome.org/viewvc/gtkhtml?view=revision&amp;revision=8923&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://svn.gnome.org/viewvc/gtkhtml?view=revision&amp;revision=8923&lt;/a&gt;&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; I think it should be removed from php-gtk.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Simple patch :
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://rpms.famillecollet.com/files/php-gtk-html318.patch&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://rpms.famillecollet.com/files/php-gtk-html318.patch&lt;/a&gt;&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Regards
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; ------------------------------------------------------------------------
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; 
&lt;/div&gt;&lt;br&gt;-- 
&lt;br&gt;PHP-GTK Development Mailing List (&lt;a href=&quot;http://gtk.php.net/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://gtk.php.net/&lt;/a&gt;)
&lt;br&gt;To unsubscribe, visit: &lt;a href=&quot;http://www.php.net/unsub.php&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.php.net/unsub.php&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://www.nabble.com/Php---GTK---Dev-f172.html&quot; embed=&quot;fixTarget[172]&quot; target=&quot;_top&quot; &gt;Php - GTK - Dev&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/-45844--NEW-%3A-gtkhtml-doesn%27t-provides-gtk_html_request_paste-tp19020517p19599582.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-19599556</id>
	<title>Re: php-gtk website</title>
	<published>2008-09-21T16:14:01Z</published>
	<updated>2008-09-21T16:14:01Z</updated>
	<author>
		<name>Andrei Zmievski</name>
	</author>
	<content type="html">Which user contribute function are you talking about?
&lt;br&gt;&lt;br&gt;-Andrei
&lt;br&gt;&lt;br&gt;Harald Thoeny wrote:
&lt;br&gt;&amp;gt; hello,
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; i like to translate some parts of the website to german. how do i have 
&lt;br&gt;&amp;gt; to contact ?
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; why the user contribute function is off ?
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; greetings harald
&lt;br&gt;&amp;gt; 
&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;PHP-GTK Development Mailing List (&lt;a href=&quot;http://gtk.php.net/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://gtk.php.net/&lt;/a&gt;)
&lt;br&gt;To unsubscribe, visit: &lt;a href=&quot;http://www.php.net/unsub.php&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.php.net/unsub.php&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://www.nabble.com/Php---GTK---Dev-f172.html&quot; embed=&quot;fixTarget[172]&quot; target=&quot;_top&quot; &gt;Php - GTK - Dev&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/php-gtk-website-tp18999707p19599556.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-19599545</id>
	<title>Re: A new way for creating extensions</title>
	<published>2008-09-21T16:11:37Z</published>
	<updated>2008-09-21T16:11:37Z</updated>
	<author>
		<name>Andrei Zmievski</name>
	</author>
	<content type="html">Hey, this looks interesting!
&lt;br&gt;&lt;br&gt;I'm catching up on older mail, so I just now saw this. Looks like this 
&lt;br&gt;could be a great replacement for ext_skel and more. I'll take a closer 
&lt;br&gt;look in a bit.
&lt;br&gt;&lt;br&gt;-Andrei
&lt;br&gt;&lt;br&gt;Keisial wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; I recently had the need to create a php-gtk extension, and what i found 
&lt;br&gt;&amp;gt; wasn't too pleasant.
&lt;br&gt;&amp;gt; Most code (gen_*.c) is autogenerated from the defs file by 
&lt;br&gt;&amp;gt; generator/generator.php. Which itself is made by running h2def.py on the 
&lt;br&gt;&amp;gt; C header. Well, it turns out generator/h2def.py is outdated. And by 
&lt;br&gt;&amp;gt; outdated i mean that generator/generator.php *won't be able to process 
&lt;br&gt;&amp;gt; that file*. Oops.
&lt;br&gt;&amp;gt; The solution is using the newer one maintained by the pygtk folks at 
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://svn.gnome.org/svn/pygobject/trunk/codegen&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://svn.gnome.org/svn/pygobject/trunk/codegen&lt;/a&gt;&lt;br&gt;&amp;gt; It also has improvements such as no longer needing to edit the defs file 
&lt;br&gt;&amp;gt; in order to specify which is the constructor.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Where to get the other files an extension needs? Well, there's a 
&lt;br&gt;&amp;gt; skeleton extension precisely for a basis for that, right? Wrong! It is 
&lt;br&gt;&amp;gt; also outdated. php_skeleton_register_constants() doesn't expect a 
&lt;br&gt;&amp;gt; module_number, but a const char* Using it you get a nice sigsegv on 
&lt;br&gt;&amp;gt; runtime.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Finally, there's ext_skel, a shell script to copy the skeleton dir to 
&lt;br&gt;&amp;gt; the widget's and avoid you the trouble or replacing each skeleton 
&lt;br&gt;&amp;gt; occurrence by the new widget's name. It's also broken, although this may 
&lt;br&gt;&amp;gt; be just in my setup.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; So, you end up copying one of the working widgets and changing the name 
&lt;br&gt;&amp;gt; in lots of places, with different capitalizations. You invariably forget 
&lt;br&gt;&amp;gt; some, and have to try compiling several times until you get it right. As 
&lt;br&gt;&amp;gt; Bob said when i asked how to create php-gtk extensions, &amp;quot;it is just not 
&lt;br&gt;&amp;gt; very fun to do&amp;quot;.
&lt;br&gt;&amp;gt; That labour would better be achieved by a script, and so i went into 
&lt;br&gt;&amp;gt; making it.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; This new script resides in generator/ext_gen.php and hooks into the 
&lt;br&gt;&amp;gt; build process, based on ext_data.php on each extension folder. You can 
&lt;br&gt;&amp;gt; use it once to generate the files which you will then customize, or 
&lt;br&gt;&amp;gt; leave them autogenerate on each build. This point is specially 
&lt;br&gt;&amp;gt; interesting because most extensions haven't changed since they were 
&lt;br&gt;&amp;gt; created by copy &amp; replace, and provides a single point of improvement 
&lt;br&gt;&amp;gt; into the system. Also, by keeping the generator in use by a number of 
&lt;br&gt;&amp;gt; extensions, it is guaranteed to be kept up-to-date.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Each extension defines a few parameters into the file ext_data.php, and 
&lt;br&gt;&amp;gt; can have most its files autogenerated. The new generated scripts are 
&lt;br&gt;&amp;gt; (expected to be) equivalent to the old ones. In fact, much of it is the 
&lt;br&gt;&amp;gt; same code, to make a cvs diff as smaller as possible. However, there's a 
&lt;br&gt;&amp;gt; number of improvements:
&lt;br&gt;&amp;gt; -grep | sed process replaced by just a sed
&lt;br&gt;&amp;gt; -gen_*.h created a bit more independed from gen_*.c
&lt;br&gt;&amp;gt; -Makefiles actions in one line broken on several.
&lt;br&gt;&amp;gt; -gen_*.h will include the prototypes of the exported functions of 
&lt;br&gt;&amp;gt; gen_*.c, which would have warned the issue of the register_constants() 
&lt;br&gt;&amp;gt; parameter type at compile time.
&lt;br&gt;&amp;gt; -php_*.h will include gen_*.h instead of placing the prototypes.
&lt;br&gt;&amp;gt; -Minor differences on text presented to the user, usually just of 
&lt;br&gt;&amp;gt; capitalization (eg. 'Disable libglade support' vs 'Disable libGlade 
&lt;br&gt;&amp;gt; support').
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Transitioned extensions: extra, html, libglade, libsexy
&lt;br&gt;&amp;gt; Unchanged: gtk+ (lots of special stuff), mozembed (three different 
&lt;br&gt;&amp;gt; modules), scintilla (several customizations), spell (standalone)
&lt;br&gt;&amp;gt; I have done my best to ensure it doesn't break anything, but any 
&lt;br&gt;&amp;gt; comments are welcome. You can also reach me at #php-gtk. The extensions 
&lt;br&gt;&amp;gt; still build fine on Linux with the patch. On windows, it still fails, as 
&lt;br&gt;&amp;gt; it did without it, so SNAFU.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Added files:
&lt;br&gt;&amp;gt; extra/ext_data.php
&lt;br&gt;&amp;gt; html/ext_data.php
&lt;br&gt;&amp;gt; libglade/ext_data.php
&lt;br&gt;&amp;gt; libsexy/ext_data.php
&lt;br&gt;&amp;gt; generator/ext_gen.php
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Modified:
&lt;br&gt;&amp;gt; win32/buildconf.js
&lt;br&gt;&amp;gt; build2/build.mk
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Removed:
&lt;br&gt;&amp;gt; generator/h2def.py
&lt;br&gt;&amp;gt; ext/ext_skel
&lt;br&gt;&amp;gt; ext/skeleton/* [keep skeleton.overrides?]
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Deprecated:
&lt;br&gt;&amp;gt; extra/config.m4,config.w32,Makefile.frag,php_gtkextra.c,php_gtkextra.h
&lt;br&gt;&amp;gt; html/config.m4,config.w32,Makefile.frag,php_html.c,php_html.h
&lt;br&gt;&amp;gt; libglade/config.m4,config.w32,Makefile.frag,php_libglade.c,php_libglade.h
&lt;br&gt;&amp;gt; libsexy/config.m4,config.w32,Makefile.frag,php_libsexy.c,php_libsexy.h
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Renamed (apply manually):
&lt;br&gt;&amp;gt; mv extra/gtkextra.defs extra/extra.defs
&lt;br&gt;&amp;gt; mv extra/gtkextra.overrides extra/extra.overrides
&lt;br&gt;&amp;gt; mv libsexy/sexy.overrides libsexy/libsexy.overrides
&lt;br&gt;&amp;gt; mv libsexy/sexy.defs libsexy/libsexy.defs
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Opinions?
&lt;br&gt;&amp;gt; 
&lt;/div&gt;&lt;br&gt;-- 
&lt;br&gt;PHP-GTK Development Mailing List (&lt;a href=&quot;http://gtk.php.net/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://gtk.php.net/&lt;/a&gt;)
&lt;br&gt;To unsubscribe, visit: &lt;a href=&quot;http://www.php.net/unsub.php&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.php.net/unsub.php&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://www.nabble.com/Php---GTK---Dev-f172.html&quot; embed=&quot;fixTarget[172]&quot; target=&quot;_top&quot; &gt;Php - GTK - Dev&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/A-new-way-for-creating-extensions-tp18931653p19599545.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-19599402</id>
	<title>Re: [Fwd: PHP-GTK 2.0.1 / Suggestion at configure script]</title>
	<published>2008-09-21T15:54:42Z</published>
	<updated>2008-09-21T15:54:42Z</updated>
	<author>
		<name>Andrei Zmievski</name>
	</author>
	<content type="html">Do we want to do this? When was --php-binary added to php-config?
&lt;br&gt;&lt;br&gt;-Andrei
&lt;br&gt;&lt;br&gt;Andrei Zmievski wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; ------------------------------------------------------------------------
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Subject:
&lt;br&gt;&amp;gt; PHP-GTK 2.0.1 / Suggestion at configure script
&lt;br&gt;&amp;gt; From:
&lt;br&gt;&amp;gt; Rubens Takiguti Ribeiro &amp;lt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19599402&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;rubens@...&lt;/a&gt;&amp;gt;
&lt;br&gt;&amp;gt; Date:
&lt;br&gt;&amp;gt; Mon, 1 Sep 2008 15:39:14 -0300
&lt;br&gt;&amp;gt; To:
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19599402&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;andrei@...&lt;/a&gt;
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; To:
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19599402&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;andrei@...&lt;/a&gt;
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Hi,
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; I'm a programmer and I have a suggestion (or a question) about the
&lt;br&gt;&amp;gt; configure script of PHP-GTK 2.0.1.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; I receive the message &amp;quot;Could not locate PHP executable&amp;quot; after try to
&lt;br&gt;&amp;gt; install PHP-GTK on Fedora Linux 7 / Apache 2.2.8 / PHP 5.2.6.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; This message is in configure script, in my case, at line 3937. I saw that
&lt;br&gt;&amp;gt; the line 3917 has this test:
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; &amp;quot;if test -x $PHP_PREFIX/bin/php; then ...&amp;quot;
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; In fact it was checking if my PHP executable is in default path, but, in my
&lt;br&gt;&amp;gt; case, it is at &amp;quot;/usr/bin/php&amp;quot; (I've changed in PHP compilation). I don't
&lt;br&gt;&amp;gt; understand why it could not use &amp;quot;php-config --php-binary&amp;quot; to determine the
&lt;br&gt;&amp;gt; PHP executable location.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; I could create a symbolic link in &amp;quot;$PHP_PREFIX/bin/php&amp;quot;, but I change the
&lt;br&gt;&amp;gt; configure script to do this test:
&lt;br&gt;&amp;gt; &amp;quot;
&lt;br&gt;&amp;gt; &amp;nbsp; PHP=`$PHP_CONFIG --php-binary`
&lt;br&gt;&amp;gt; &amp;nbsp; if [ -x &amp;quot;$PHP&amp;quot; -o -x &amp;quot;$PHP_PREFIX/bin/php&amp;quot; ]; then
&lt;br&gt;&amp;gt; ...
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; if [ -x &amp;quot;$PHP_PREFIX/bin/php&amp;quot; ]; then
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; PHP=$PHP_PREFIX/bin/php
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; fi
&lt;br&gt;&amp;gt; ...
&lt;br&gt;&amp;gt; &amp;quot;
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; And it works. The code is not so good, but the suggestion is to use
&lt;br&gt;&amp;gt; &amp;quot;php-config&amp;quot; not only to determine PHP_PREFIX, but the PHP executable too.
&lt;br&gt;&amp;gt; 
&lt;/div&gt;&lt;br&gt;-- 
&lt;br&gt;PHP-GTK Development Mailing List (&lt;a href=&quot;http://gtk.php.net/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://gtk.php.net/&lt;/a&gt;)
&lt;br&gt;To unsubscribe, visit: &lt;a href=&quot;http://www.php.net/unsub.php&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.php.net/unsub.php&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://www.nabble.com/Php---GTK---Dev-f172.html&quot; embed=&quot;fixTarget[172]&quot; target=&quot;_top&quot; &gt;Php - GTK - Dev&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/-Fwd%3A-PHP-GTK-2.0.1---Suggestion-at-configure-script--tp19263437p19599402.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-19565926</id>
	<title>Copy/Paste on OSX?</title>
	<published>2008-09-18T21:07:34Z</published>
	<updated>2008-09-18T21:07:34Z</updated>
	<author>
		<name>Benjamin Smith</name>
	</author>
	<content type="html">OSX copy/paste is done with Cmd-C/Cmd-V. 
&lt;br&gt;&lt;br&gt;But PHP-GTK on OSX has these bindings to Ctrl-C/Ctrl-V. This is confusing to 
&lt;br&gt;end users. Is there a way to map these to the Cmd-C/Cmd-V by editing 
&lt;br&gt;php_gdk.c? 
&lt;br&gt;&lt;br&gt;-Ben
&lt;br&gt;--
&lt;br&gt;Only those who reach toward a goal are likely to achieve it. 
&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;This message has been scanned for viruses and
&lt;br&gt;dangerous content by MailScanner, and is
&lt;br&gt;believed to be clean.
&lt;br&gt;&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;PHP-GTK General Mailing List (&lt;a href=&quot;http://gtk.php.net/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://gtk.php.net/&lt;/a&gt;)
&lt;br&gt;To unsubscribe, visit: &lt;a href=&quot;http://www.php.net/unsub.php&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.php.net/unsub.php&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://www.nabble.com/Php---GTK---General-f171.html&quot; embed=&quot;fixTarget[171]&quot; target=&quot;_top&quot; &gt;Php - GTK - General&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/Copy-Paste-on-OSX--tp19565926p19565926.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-19528995</id>
	<title>Re: Re: Canvas widget or similar solution to let user build diagrams</title>
	<published>2008-09-17T03:11:00Z</published>
	<updated>2008-09-17T03:11:00Z</updated>
	<author>
		<name>FH.Spam@free.fr</name>
	</author>
	<content type="html">Elizabeth M Smith a écrit :
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19528995&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;FH.Spam@...&lt;/a&gt; wrote:
&lt;br&gt;&amp;gt; &amp;nbsp; 
&lt;br&gt;&amp;gt;&amp;gt; Hi everybody,
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; I have been toying around with PHP-GTK for the past few days and have
&lt;br&gt;&amp;gt;&amp;gt; been pleasantly surprised at the possibilities offered. Being able to
&lt;br&gt;&amp;gt;&amp;gt; use (and re-use) PHP for GUI apps is for me a big breakthrough against
&lt;br&gt;&amp;gt;&amp;gt; bulkier Java and C++.
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; I am looking for a specific widget or behaviour though, and have not
&lt;br&gt;&amp;gt;&amp;gt; been able to find explicit documentation relating to it.
&lt;br&gt;&amp;gt;&amp;gt; The widget in question is what seems to be called a 'canvas' : an area
&lt;br&gt;&amp;gt;&amp;gt; on the graphic interface where objects (represented by images) can be
&lt;br&gt;&amp;gt;&amp;gt; laid by the user, moved around, linked, accessed, deleted etc. so as to
&lt;br&gt;&amp;gt;&amp;gt; allow drawing schemes, diagrams, flows etc.
&lt;br&gt;&amp;gt;&amp;gt; Throughout my searches I have seen mentions of GnomeCanvas, but nothing
&lt;br&gt;&amp;gt;&amp;gt; in PHP-GTK.
&lt;br&gt;&amp;gt;&amp;gt; Does such a widget exist ? Or can this result be achieved using other
&lt;br&gt;&amp;gt;&amp;gt; methods ? I have tried the DrawingArea widget but have found myself
&lt;br&gt;&amp;gt;&amp;gt; facing a lack of documentation or tutorials to achieve my goals.
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; Thank you for your advice,
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; François
&lt;br&gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Hmmm, you might want to wait until the google summer of code is over, we
&lt;br&gt;&amp;gt; have a bunch of new functionality coming for the drawingarea widget that
&lt;br&gt;&amp;gt; will let you draw on it with cairo, which makes it really quite
&lt;br&gt;&amp;gt; powerful. &amp;nbsp;In addition there are stand alone widgets like gnomecanvas
&lt;br&gt;&amp;gt; that could be wrapped into a php-gtk extension and used for your
&lt;br&gt;&amp;gt; program. &amp;nbsp;But right now there is no such functionality. &amp;nbsp;If you know a
&lt;br&gt;&amp;gt; little C the php-gtk devs could use some help ;)
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Thanks,
&lt;br&gt;&amp;gt; Elizabeth
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; 
&lt;/div&gt;Hi Elizabeth (and everybody)
&lt;br&gt;&lt;br&gt;Hope the summer was great ;o)
&lt;br&gt;Any news on the 'canvas' front ?
&lt;br&gt;Thanks in advance,
&lt;br&gt;&lt;br&gt;François
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;PHP-GTK General Mailing List (&lt;a href=&quot;http://gtk.php.net/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://gtk.php.net/&lt;/a&gt;)
&lt;br&gt;To unsubscribe, visit: &lt;a href=&quot;http://www.php.net/unsub.php&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.php.net/unsub.php&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://www.nabble.com/Php---GTK---General-f171.html&quot; embed=&quot;fixTarget[171]&quot; target=&quot;_top&quot; &gt;Php - GTK - General&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/Canvas-widget-or-similar-solution-to-let-user-build-diagrams-tp18591160p19528995.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-19384848</id>
	<title>Re: How to grab focus to the first entry field into a notebook page</title>
	<published>2008-09-08T19:23:34Z</published>
	<updated>2008-09-08T19:23:34Z</updated>
	<author>
		<name>kksou</name>
	</author>
	<content type="html">&lt;blockquote class=&quot;quote light-black dark-border-color&quot;&gt;&lt;div class=&quot;quote light-border-color&quot;&gt;
&lt;div class=&quot;quote-author&quot; style=&quot;font-weight: bold;&quot;&gt;AngeloP wrote:&lt;/div&gt;
&lt;div class=&quot;quote-message&quot;&gt;I have a 
&lt;br&gt;&amp;nbsp; &amp;nbsp; GtkNotebook with 3 pages 
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; into every page there is a Gtkalignment
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;into Gtkalignment there is GtkEntry or an Object that contains GtkEntry
&lt;br&gt;&lt;br&gt;I would know how to grab_focus on the first GtkEntry of one page when the page becomes
&lt;br&gt;current page
&lt;/div&gt;
&lt;/div&gt;&lt;/blockquote&gt;
Hi,
&lt;br&gt;&lt;br&gt;- Store the pointer to the GtkEntry associated with each of the page in an array.
&lt;br&gt;&lt;br&gt;- When the user clicks a new tab, just use $entry[$tab]-&amp;gt;grab_focus()
&lt;br&gt;&lt;br&gt;Here's a complete sample code:
&lt;br&gt;&lt;br&gt;&lt;a href=&quot;http://www.kksou.com/php-gtk2/articles/grab-focus-on-GtkEntry-in-a-GtkNotebook-page---Part-1---highlight-all-text-on-focus.php&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.kksou.com/php-gtk2/articles/grab-focus-on-GtkEntry-in-a-GtkNotebook-page---Part-1---highlight-all-text-on-focus.php&lt;/a&gt;&lt;br&gt;&lt;br&gt;Regards.
&lt;br&gt;/kksou
&lt;br&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://www.nabble.com/Php---GTK---General-f171.html&quot; embed=&quot;fixTarget[171]&quot; target=&quot;_top&quot; &gt;Php - GTK - General&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/How-to-grab-focus-to-the-first-entry-field-into-a-notebook-page-tp19361211p19384848.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-19361211</id>
	<title>How to grab focus to the first entry field into a notebook page</title>
	<published>2008-09-07T11:51:22Z</published>
	<updated>2008-09-07T11:51:22Z</updated>
	<author>
		<name>AngeloP</name>
	</author>
	<content type="html">I have a 
&lt;br&gt;&amp;nbsp; &amp;nbsp; GtkNotebook with 3 pages 
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; into every page there is a Gtkalignment
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;into Gtkalignment there is GtkEntry or an Object that contains GtkEntry
&lt;br&gt;&lt;br&gt;I would know how to grab_focus on the first GtkEntry of one page when the page becomes
&lt;br&gt;current page
&lt;br&gt;&lt;br&gt;Have one some idea ??
&lt;br&gt;&lt;br&gt;Thanks&lt;p&gt;From forum: &lt;a href=&quot;http://www.nabble.com/Php---GTK---General-f171.html&quot; embed=&quot;fixTarget[171]&quot; target=&quot;_top&quot; &gt;Php - GTK - General&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/How-to-grab-focus-to-the-first-entry-field-into-a-notebook-page-tp19361211p19361211.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-19357444</id>
	<title>Re: GtkEntry &quot;insert-at-cursor&quot; not working</title>
	<published>2008-09-07T05:15:47Z</published>
	<updated>2008-09-07T05:15:47Z</updated>
	<author>
		<name>Bob Majdak Jr-2</name>
	</author>
	<content type="html">it's a signal which applies to anything child to GtkWidget
&lt;br&gt;&lt;br&gt;&lt;a href=&quot;http://gtk.php.net/manual/en/gtk.gtkwidget.signal.key-release-event.php&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://gtk.php.net/manual/en/gtk.gtkwidget.signal.key-release-event.php&lt;/a&gt;&lt;br&gt;&lt;br&gt;- bob
&lt;br&gt;&lt;br&gt;On Sep 6, 2008, at 11:38 PM, HalfBrian wrote:
&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Thanks a lot. &amp;nbsp;Do you think the docs need updating? I didn't see &amp;nbsp;
&lt;br&gt;&amp;gt; that signal
&lt;br&gt;&amp;gt; in the GtkEntry page. &amp;nbsp;Was it somewhere else?
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; -Brian
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Bob Majdak Jr-2 wrote:
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; you seem to be right, insert-at-cursor was not responding. however,
&lt;br&gt;&amp;gt;&amp;gt; key-press-event and key-release-event was. the following code worked
&lt;br&gt;&amp;gt;&amp;gt; for me. (i use key-release-event because i like to have my finger off
&lt;br&gt;&amp;gt;&amp;gt; the key before i see things working.
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; #!/usr/bin/php -c/etc/gtk/php.ini
&lt;br&gt;&amp;gt;&amp;gt; &amp;lt;?php
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; class bob extends GtkWindow {
&lt;br&gt;&amp;gt;&amp;gt; 	public function __construct() {
&lt;br&gt;&amp;gt;&amp;gt; 		parent::__construct();
&lt;br&gt;&amp;gt;&amp;gt; 		$this-&amp;gt;vbox = new GtkVBox;
&lt;br&gt;&amp;gt;&amp;gt; 		$this-&amp;gt;add($this-&amp;gt;vbox);
&lt;br&gt;&amp;gt;&amp;gt; 		
&lt;br&gt;&amp;gt;&amp;gt; 		$this-&amp;gt;entry = new GtkEntry;
&lt;br&gt;&amp;gt;&amp;gt; 		$this-&amp;gt;entry-&amp;gt;connect_simple('key-release-
&lt;br&gt;&amp;gt;&amp;gt; event',array($this,'on_insert'));
&lt;br&gt;&amp;gt;&amp;gt; 		$this-&amp;gt;vbox-&amp;gt;pack_start($this-&amp;gt;entry);
&lt;br&gt;&amp;gt;&amp;gt; 		
&lt;br&gt;&amp;gt;&amp;gt; 		$this-&amp;gt;connect_simple('delete-event',array($this,'on_quit'));
&lt;br&gt;&amp;gt;&amp;gt; 		$this-&amp;gt;set_size_request(300,-1);
&lt;br&gt;&amp;gt;&amp;gt; 		
&lt;br&gt;&amp;gt;&amp;gt; 		$this-&amp;gt;show_all();
&lt;br&gt;&amp;gt;&amp;gt; 		return;
&lt;br&gt;&amp;gt;&amp;gt; 	}
&lt;br&gt;&amp;gt;&amp;gt; 	
&lt;br&gt;&amp;gt;&amp;gt; 	public function on_insert() {
&lt;br&gt;&amp;gt;&amp;gt; 		
&lt;br&gt;&amp;gt;&amp;gt; 		$this-&amp;gt;set_title($this-&amp;gt;entry-&amp;gt;get_text());
&lt;br&gt;&amp;gt;&amp;gt; 			
&lt;br&gt;&amp;gt;&amp;gt; 		return;
&lt;br&gt;&amp;gt;&amp;gt; 	}
&lt;br&gt;&amp;gt;&amp;gt; 	
&lt;br&gt;&amp;gt;&amp;gt; 	public function on_quit() {
&lt;br&gt;&amp;gt;&amp;gt; 		Gtk::main_quit();
&lt;br&gt;&amp;gt;&amp;gt; 		return;
&lt;br&gt;&amp;gt;&amp;gt; 	}
&lt;br&gt;&amp;gt;&amp;gt; }
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; new bob;
&lt;br&gt;&amp;gt;&amp;gt; Gtk::main();
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; ?&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; - bob
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; On Sep 6, 2008, at 10:13 PM, HalfBrian wrote:
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; I am trying to write an image resizer and I need to get two boxes to
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; update
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; when one of them is updated (the width and height boxes, so that
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; fixed-aspect is possible) &amp;nbsp;I figured out that I should use the
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; insert-at-cursor of a GtkEntry to make that feasible. &amp;nbsp;I have the
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; following
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; code:
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; $txtWidth = new GtkEntry();
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; $txtWidth-&amp;gt;connect_simple(&amp;quot;insert-at-cursor&amp;quot;,&amp;quot;test&amp;quot;);
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; Theoretically, it should work, but test() never gets called. &amp;nbsp;If I
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; change
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; &amp;quot;insert-at-cursor&amp;quot; to &amp;quot;backspace&amp;quot;, it works (test() is called).
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; Any ideas? Am I going about this the wrong way?
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; -HalfBrian
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; -- 
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; View this message in context:
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; &lt;a href=&quot;http://www.nabble.com/GtkEntry-%22insert-at-cursor%22-not-working-tp19353621p19353621.html&quot; target=&quot;_top&quot;&gt;http://www.nabble.com/GtkEntry-%22insert-at-cursor%22-not-working-tp19353621p19353621.html&lt;/a&gt;&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; Sent from the Php - GTK - General mailing list archive at &amp;nbsp;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; Nabble.com.
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; -- 
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; PHP-GTK General Mailing List (&lt;a href=&quot;http://gtk.php.net/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://gtk.php.net/&lt;/a&gt;)
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; To unsubscribe, visit: &lt;a href=&quot;http://www.php.net/unsub.php&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.php.net/unsub.php&lt;/a&gt;&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; -- 
&lt;br&gt;&amp;gt;&amp;gt; PHP-GTK General Mailing List (&lt;a href=&quot;http://gtk.php.net/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://gtk.php.net/&lt;/a&gt;)
&lt;br&gt;&amp;gt;&amp;gt; To unsubscribe, visit: &lt;a href=&quot;http://www.php.net/unsub.php&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.php.net/unsub.php&lt;/a&gt;&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; -- 
&lt;br&gt;&amp;gt; View this message in context: &lt;a href=&quot;http://www.nabble.com/GtkEntry-%22insert-at-cursor%22-not-working-tp19353621p19354042.html&quot; target=&quot;_top&quot;&gt;http://www.nabble.com/GtkEntry-%22insert-at-cursor%22-not-working-tp19353621p19354042.html&lt;/a&gt;&lt;br&gt;&amp;gt; Sent from the Php - GTK - General mailing list archive at Nabble.com.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; -- 
&lt;br&gt;&amp;gt; PHP-GTK General Mailing List (&lt;a href=&quot;http://gtk.php.net/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://gtk.php.net/&lt;/a&gt;)
&lt;br&gt;&amp;gt; To unsubscribe, visit: &lt;a href=&quot;http://www.php.net/unsub.php&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.php.net/unsub.php&lt;/a&gt;&lt;br&gt;&amp;gt;
&lt;/div&gt;&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;PHP-GTK General Mailing List (&lt;a href=&quot;http://gtk.php.net/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://gtk.php.net/&lt;/a&gt;)
&lt;br&gt;To unsubscribe, visit: &lt;a href=&quot;http://www.php.net/unsub.php&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.php.net/unsub.php&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://www.nabble.com/Php---GTK---General-f171.html&quot; embed=&quot;fixTarget[171]&quot; target=&quot;_top&quot; &gt;Php - GTK - General&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/GtkEntry-%22insert-at-cursor%22-not-working-tp19353621p19357444.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-19354042</id>
	<title>Re: GtkEntry &quot;insert-at-cursor&quot; not working</title>
	<published>2008-09-06T20:38:05Z</published>
	<updated>2008-09-06T20:38:05Z</updated>
	<author>
		<name>HalfBrian</name>
	</author>
	<content type="html">Thanks a lot. &amp;nbsp;Do you think the docs need updating? I didn't see that signal in the GtkEntry page. &amp;nbsp;Was it somewhere else?
&lt;br&gt;&lt;br&gt;-Brian
&lt;br&gt;&lt;br&gt;&lt;blockquote class=&quot;quote light-black dark-border-color&quot;&gt;&lt;div class=&quot;quote light-border-color&quot;&gt;
&lt;div class=&quot;quote-author&quot; style=&quot;font-weight: bold;&quot;&gt;Bob Majdak Jr-2 wrote:&lt;/div&gt;
&lt;div class=&quot;quote-message shrinkable-quote&quot;&gt;you seem to be right, insert-at-cursor was not responding. however, &amp;nbsp;
&lt;br&gt;key-press-event and key-release-event was. the following code worked &amp;nbsp;
&lt;br&gt;for me. (i use key-release-event because i like to have my finger off &amp;nbsp;
&lt;br&gt;the key before i see things working.
&lt;br&gt;&lt;br&gt;#!/usr/bin/php -c/etc/gtk/php.ini
&lt;br&gt;&amp;lt;?php
&lt;br&gt;&lt;br&gt;class bob extends GtkWindow {
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; public function __construct() {
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; parent::__construct();
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; $this-&amp;gt;vbox = new GtkVBox;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; $this-&amp;gt;add($this-&amp;gt;vbox);
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; $this-&amp;gt;entry = new GtkEntry;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; $this-&amp;gt;entry-&amp;gt;connect_simple('key-release- 
&lt;br&gt;event',array($this,'on_insert'));
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; $this-&amp;gt;vbox-&amp;gt;pack_start($this-&amp;gt;entry);
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; $this-&amp;gt;connect_simple('delete-event',array($this,'on_quit'));
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; $this-&amp;gt;set_size_request(300,-1);
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; $this-&amp;gt;show_all();
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; return;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; }
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; public function on_insert() {
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; $this-&amp;gt;set_title($this-&amp;gt;entry-&amp;gt;get_text());
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; return;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; }
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; public function on_quit() {
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Gtk::main_quit();
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; return;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; }
&lt;br&gt;}
&lt;br&gt;&lt;br&gt;new bob;
&lt;br&gt;Gtk::main();
&lt;br&gt;&lt;br&gt;?&amp;gt;
&lt;br&gt;&lt;br&gt;- bob
&lt;br&gt;&lt;br&gt;On Sep 6, 2008, at 10:13 PM, HalfBrian wrote:
&lt;br&gt;&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; I am trying to write an image resizer and I need to get two boxes to &amp;nbsp;
&lt;br&gt;&amp;gt; update
&lt;br&gt;&amp;gt; when one of them is updated (the width and height boxes, so that
&lt;br&gt;&amp;gt; fixed-aspect is possible) &amp;nbsp;I figured out that I should use the
&lt;br&gt;&amp;gt; insert-at-cursor of a GtkEntry to make that feasible. &amp;nbsp;I have the &amp;nbsp;
&lt;br&gt;&amp;gt; following
&lt;br&gt;&amp;gt; code:
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; $txtWidth = new GtkEntry();
&lt;br&gt;&amp;gt; $txtWidth-&amp;gt;connect_simple(&amp;quot;insert-at-cursor&amp;quot;,&amp;quot;test&amp;quot;);
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Theoretically, it should work, but test() never gets called. &amp;nbsp;If I &amp;nbsp;
&lt;br&gt;&amp;gt; change
&lt;br&gt;&amp;gt; &amp;quot;insert-at-cursor&amp;quot; to &amp;quot;backspace&amp;quot;, it works (test() is called).
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Any ideas? Am I going about this the wrong way?
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; -HalfBrian
&lt;br&gt;&amp;gt; -- 
&lt;br&gt;&amp;gt; View this message in context: &lt;a href=&quot;http://www.nabble.com/GtkEntry-%22insert-at-cursor%22-not-working-tp19353621p19353621.html&quot; target=&quot;_top&quot;&gt;http://www.nabble.com/GtkEntry-%22insert-at-cursor%22-not-working-tp19353621p19353621.html&lt;/a&gt;&lt;br&gt;&amp;gt; Sent from the Php - GTK - General mailing list archive at Nabble.com.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; -- 
&lt;br&gt;&amp;gt; PHP-GTK General Mailing List (&lt;a href=&quot;http://gtk.php.net/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://gtk.php.net/&lt;/a&gt;)
&lt;br&gt;&amp;gt; To unsubscribe, visit: &lt;a href=&quot;http://www.php.net/unsub.php&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.php.net/unsub.php&lt;/a&gt;&lt;br&gt;&amp;gt;
&lt;br&gt;&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;PHP-GTK General Mailing List (&lt;a href=&quot;http://gtk.php.net/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://gtk.php.net/&lt;/a&gt;)
&lt;br&gt;To unsubscribe, visit: &lt;a href=&quot;http://www.php.net/unsub.php&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.php.net/unsub.php&lt;/a&gt;&lt;br&gt;&lt;/div&gt;
&lt;/div&gt;&lt;/blockquote&gt;
&lt;p&gt;From forum: &lt;a href=&quot;http://www.nabble.com/Php---GTK---General-f171.html&quot; embed=&quot;fixTarget[171]&quot; target=&quot;_top&quot; &gt;Php - GTK - General&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/GtkEntry-%22insert-at-cursor%22-not-working-tp19353621p19354042.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-19353900</id>
	<title>Re: GtkEntry &quot;insert-at-cursor&quot; not working</title>
	<published>2008-09-06T20:08:17Z</published>
	<updated>2008-09-06T20:08:17Z</updated>
	<author>
		<name>Bob Majdak Jr-2</name>
	</author>
	<content type="html">you seem to be right, insert-at-cursor was not responding. however, &amp;nbsp;
&lt;br&gt;key-press-event and key-release-event was. the following code worked &amp;nbsp;
&lt;br&gt;for me. (i use key-release-event because i like to have my finger off &amp;nbsp;
&lt;br&gt;the key before i see things working.
&lt;br&gt;&lt;br&gt;#!/usr/bin/php -c/etc/gtk/php.ini
&lt;br&gt;&amp;lt;?php
&lt;br&gt;&lt;br&gt;class bob extends GtkWindow {
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; public function __construct() {
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; parent::__construct();
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; $this-&amp;gt;vbox = new GtkVBox;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; $this-&amp;gt;add($this-&amp;gt;vbox);
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; $this-&amp;gt;entry = new GtkEntry;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; $this-&amp;gt;entry-&amp;gt;connect_simple('key-release- 
&lt;br&gt;event',array($this,'on_insert'));
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; $this-&amp;gt;vbox-&amp;gt;pack_start($this-&amp;gt;entry);
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; $this-&amp;gt;connect_simple('delete-event',array($this,'on_quit'));
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; $this-&amp;gt;set_size_request(300,-1);
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; $this-&amp;gt;show_all();
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; return;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; }
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; public function on_insert() {
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; $this-&amp;gt;set_title($this-&amp;gt;entry-&amp;gt;get_text());
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; return;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; }
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; public function on_quit() {
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Gtk::main_quit();
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; return;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; }
&lt;br&gt;}
&lt;br&gt;&lt;br&gt;new bob;
&lt;br&gt;Gtk::main();
&lt;br&gt;&lt;br&gt;?&amp;gt;
&lt;br&gt;&lt;br&gt;- bob
&lt;br&gt;&lt;br&gt;On Sep 6, 2008, at 10:13 PM, HalfBrian wrote:
&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; I am trying to write an image resizer and I need to get two boxes to &amp;nbsp;
&lt;br&gt;&amp;gt; update
&lt;br&gt;&amp;gt; when one of them is updated (the width and height boxes, so that
&lt;br&gt;&amp;gt; fixed-aspect is possible) &amp;nbsp;I figured out that I should use the
&lt;br&gt;&amp;gt; insert-at-cursor of a GtkEntry to make that feasible. &amp;nbsp;I have the &amp;nbsp;
&lt;br&gt;&amp;gt; following
&lt;br&gt;&amp;gt; code:
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; $txtWidth = new GtkEntry();
&lt;br&gt;&amp;gt; $txtWidth-&amp;gt;connect_simple(&amp;quot;insert-at-cursor&amp;quot;,&amp;quot;test&amp;quot;);
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Theoretically, it should work, but test() never gets called. &amp;nbsp;If I &amp;nbsp;
&lt;br&gt;&amp;gt; change
&lt;br&gt;&amp;gt; &amp;quot;insert-at-cursor&amp;quot; to &amp;quot;backspace&amp;quot;, it works (test() is called).
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Any ideas? Am I going about this the wrong way?
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; -HalfBrian
&lt;br&gt;&amp;gt; -- 
&lt;br&gt;&amp;gt; View this message in context: &lt;a href=&quot;http://www.nabble.com/GtkEntry-%22insert-at-cursor%22-not-working-tp19353621p19353621.html&quot; target=&quot;_top&quot;&gt;http://www.nabble.com/GtkEntry-%22insert-at-cursor%22-not-working-tp19353621p19353621.html&lt;/a&gt;&lt;br&gt;&amp;gt; Sent from the Php - GTK - General mailing list archive at Nabble.com.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; -- 
&lt;br&gt;&amp;gt; PHP-GTK General Mailing List (&lt;a href=&quot;http://gtk.php.net/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://gtk.php.net/&lt;/a&gt;)
&lt;br&gt;&amp;gt; To unsubscribe, visit: &lt;a href=&quot;http://www.php.net/unsub.php&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.php.net/unsub.php&lt;/a&gt;&lt;br&gt;&amp;gt;
&lt;/div&gt;&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;PHP-GTK General Mailing List (&lt;a href=&quot;http://gtk.php.net/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://gtk.php.net/&lt;/a&gt;)
&lt;br&gt;To unsubscribe, visit: &lt;a href=&quot;http://www.php.net/unsub.php&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.php.net/unsub.php&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://www.nabble.com/Php---GTK---General-f171.html&quot; embed=&quot;fixTarget[171]&quot; target=&quot;_top&quot; &gt;Php - GTK - General&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/GtkEntry-%22insert-at-cursor%22-not-working-tp19353621p19353900.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-19353621</id>
	<title>GtkEntry &quot;insert-at-cursor&quot; not working</title>
	<published>2008-09-06T19:13:01Z</published>
	<updated>2008-09-06T19:13:01Z</updated>
	<author>
		<name>HalfBrian</name>
	</author>
	<content type="html">I am trying to write an image resizer and I need to get two boxes to update when one of them is updated (the width and height boxes, so that fixed-aspect is possible) &amp;nbsp;I figured out that I should use the insert-at-cursor of a GtkEntry to make that feasible. &amp;nbsp;I have the following code:
&lt;br&gt;&lt;br&gt;$txtWidth = new GtkEntry();
&lt;br&gt;$txtWidth-&amp;gt;connect_simple(&amp;quot;insert-at-cursor&amp;quot;,&amp;quot;test&amp;quot;);
&lt;br&gt;&lt;br&gt;Theoretically, it should work, but test() never gets called. &amp;nbsp;If I change &amp;quot;insert-at-cursor&amp;quot; to &amp;quot;backspace&amp;quot;, it works (test() is called).
&lt;br&gt;&lt;br&gt;Any ideas? Am I going about this the wrong way?
&lt;br&gt;&lt;br&gt;-HalfBrian&lt;p&gt;From forum: &lt;a href=&quot;http://www.nabble.com/Php---GTK---General-f171.html&quot; embed=&quot;fixTarget[171]&quot; target=&quot;_top&quot; &gt;Php - GTK - General&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/GtkEntry-%22insert-at-cursor%22-not-working-tp19353621p19353621.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-19297390</id>
	<title>Re: win32</title>
	<published>2008-09-03T13:24:42Z</published>
	<updated>2008-09-03T13:24:42Z</updated>
	<author>
		<name>Elizabeth M Smith</name>
	</author>
	<content type="html">Harald Thoeny wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; hi,
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; is there someone using win32 calls ?
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; i looking for a was to use windows dll's for together with php-gtk. 
&lt;br&gt;&amp;gt; some already used it ?
&lt;br&gt;&amp;gt; the proglem ist not php or gtk , its the machanism to call a dll
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; thanks
&lt;/div&gt;&lt;br&gt;To call windows dlls you need a PHP extension that can handle it - the
&lt;br&gt;code cweiske showed you uses ffi - available from pecl
&lt;br&gt;&lt;br&gt;You can also make some standard calls through the win32std extension -
&lt;br&gt;also from pecl
&lt;br&gt;&lt;br&gt;Or you can try to find com versions of what you need and use them from
&lt;br&gt;the com/.net extension which is standard with the windows version of PHP
&lt;br&gt;&lt;br&gt;Thanks,
&lt;br&gt;Elizabeth
&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;PHP-GTK Development Mailing List (&lt;a href=&quot;http://gtk.php.net/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://gtk.php.net/&lt;/a&gt;)
&lt;br&gt;To unsubscribe, visit: &lt;a href=&quot;http://www.php.net/unsub.php&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.php.net/unsub.php&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://www.nabble.com/Php---GTK---Dev-f172.html&quot; embed=&quot;fixTarget[172]&quot; target=&quot;_top&quot; &gt;Php - GTK - Dev&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/win32-tp19290116p19297390.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-19290266</id>
	<title>Re: win32</title>
	<published>2008-09-03T07:18:34Z</published>
	<updated>2008-09-03T07:18:34Z</updated>
	<author>
		<name>Christian Weiske</name>
	</author>
	<content type="html">Hello Harald,
&lt;br&gt;&lt;br&gt;&amp;gt; is there someone using win32 calls ?
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; i looking for a was to use windows dll's for together with php-gtk. &amp;nbsp;
&lt;br&gt;&amp;gt; some already used it ?
&lt;br&gt;&amp;gt; the proglem ist not php or gtk , its the machanism to call a dll
&lt;br&gt;&lt;br&gt;The following code uses win32 syscalls:
&lt;br&gt;&lt;a href=&quot;http://cvs.php.net/viewvc.cgi/pear/System_WinDrives/WinDrives.php?view=markup&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://cvs.php.net/viewvc.cgi/pear/System_WinDrives/WinDrives.php?view=markup&lt;/a&gt;&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Regards/Mit freundlichen Grüßen
&lt;br&gt;Christian Weiske
&lt;br&gt;&lt;br&gt;--
&lt;br&gt;PHP-GTK Development Mailing List (&lt;a href=&quot;http://gtk.php.net/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://gtk.php.net/&lt;/a&gt;)
&lt;br&gt;To unsubscribe, visit: &lt;a href=&quot;http://www.php.net/unsub.php&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.php.net/unsub.php&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://www.nabble.com/Php---GTK---Dev-f172.html&quot; embed=&quot;fixTarget[172]&quot; target=&quot;_top&quot; &gt;Php - GTK - Dev&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/win32-tp19290116p19290266.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-19290116</id>
	<title>win32</title>
	<published>2008-09-03T07:10:39Z</published>
	<updated>2008-09-03T07:10:39Z</updated>
	<author>
		<name>harald@thoeny.ch</name>
	</author>
	<content type="html">hi,
&lt;br&gt;&lt;br&gt;is there someone using win32 calls ?
&lt;br&gt;&lt;br&gt;i looking for a was to use windows dll's for together with php-gtk. &amp;nbsp;
&lt;br&gt;some already used it ?
&lt;br&gt;the proglem ist not php or gtk , its the machanism to call a dll
&lt;br&gt;&lt;br&gt;&lt;br&gt;thanks
&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;PHP-GTK Development Mailing List (&lt;a href=&quot;http://gtk.php.net/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://gtk.php.net/&lt;/a&gt;)
&lt;br&gt;To unsubscribe, visit: &lt;a href=&quot;http://www.php.net/unsub.php&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.php.net/unsub.php&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://www.nabble.com/Php---GTK---Dev-f172.html&quot; embed=&quot;fixTarget[172]&quot; target=&quot;_top&quot; &gt;Php - GTK - Dev&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/win32-tp19290116p19290116.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-19263437</id>
	<title>[Fwd: PHP-GTK 2.0.1 / Suggestion at configure script]</title>
	<published>2008-09-01T19:54:58Z</published>
	<updated>2008-09-01T19:54:58Z</updated>
	<author>
		<name>Andrei Zmievski</name>
	</author>
	<content type="html">Hi,
&lt;br&gt;&lt;br&gt;I'm a programmer and I have a suggestion (or a question) about the
&lt;br&gt;configure script of PHP-GTK 2.0.1.
&lt;br&gt;&lt;br&gt;I receive the message &amp;quot;Could not locate PHP executable&amp;quot; after try to
&lt;br&gt;install PHP-GTK on Fedora Linux 7 / Apache 2.2.8 / PHP 5.2.6.
&lt;br&gt;&lt;br&gt;This message is in configure script, in my case, at line 3937. I saw that
&lt;br&gt;the line 3917 has this test:
&lt;br&gt;&lt;br&gt;&amp;quot;if test -x $PHP_PREFIX/bin/php; then ...&amp;quot;
&lt;br&gt;&lt;br&gt;In fact it was checking if my PHP executable is in default path, but, in my
&lt;br&gt;case, it is at &amp;quot;/usr/bin/php&amp;quot; (I've changed in PHP compilation). I don't
&lt;br&gt;understand why it could not use &amp;quot;php-config --php-binary&amp;quot; to determine the
&lt;br&gt;PHP executable location.
&lt;br&gt;&lt;br&gt;I could create a symbolic link in &amp;quot;$PHP_PREFIX/bin/php&amp;quot;, but I change the
&lt;br&gt;configure script to do this test:
&lt;br&gt;&amp;quot;
&lt;br&gt;&amp;nbsp; PHP=`$PHP_CONFIG --php-binary`
&lt;br&gt;&amp;nbsp; if [ -x &amp;quot;$PHP&amp;quot; -o -x &amp;quot;$PHP_PREFIX/bin/php&amp;quot; ]; then
&lt;br&gt;...
&lt;br&gt;&amp;nbsp; &amp;nbsp; if [ -x &amp;quot;$PHP_PREFIX/bin/php&amp;quot; ]; then
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; PHP=$PHP_PREFIX/bin/php
&lt;br&gt;&amp;nbsp; &amp;nbsp; fi
&lt;br&gt;...
&lt;br&gt;&amp;quot;
&lt;br&gt;&lt;br&gt;And it works. The code is not so good, but the suggestion is to use
&lt;br&gt;&amp;quot;php-config&amp;quot; not only to determine PHP_PREFIX, but the PHP executable too.
&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Rubens Takiguti Ribeiro
&lt;br&gt;TecnoLivre - Cooperativa de Tecnologia e Soluções Livres
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br /&gt;-- 
&lt;br&gt;PHP-GTK Development Mailing List (&lt;a href=&quot;http://gtk.php.net/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://gtk.php.net/&lt;/a&gt;)
&lt;br&gt;To unsubscribe, visit: &lt;a href=&quot;http://www.php.net/unsub.php&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.php.net/unsub.php&lt;/a&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://www.nabble.com/Php---GTK---Dev-f172.html&quot; embed=&quot;fixTarget[172]&quot; target=&quot;_top&quot; &gt;Php - GTK - Dev&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/-Fwd%3A-PHP-GTK-2.0.1---Suggestion-at-configure-script--tp19263437p19263437.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-19187415</id>
	<title>#45938 [Opn-&gt;Bgs]: ñ is not supported</title>
	<published>2008-08-27T11:54:50Z</published>
	<updated>2008-08-27T11:54:50Z</updated>
	<author>
		<name>auroraeosrose</name>
	</author>
	<content type="html">&amp;nbsp;ID: &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 45938
&lt;br&gt;&amp;nbsp;Updated by: &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19187415&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;auroraeosrose@...&lt;/a&gt;
&lt;br&gt;&amp;nbsp;Reported By: &amp;nbsp; &amp;nbsp; &amp;nbsp;saul_porras at live dot com dot mx
&lt;br&gt;-Status: &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Open
&lt;br&gt;+Status: &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Bogus
&lt;br&gt;&amp;nbsp;Bug Type: &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; PHP-GTK related
&lt;br&gt;&amp;nbsp;Operating System: windows
&lt;br&gt;&amp;nbsp;PHP Version: &amp;nbsp; &amp;nbsp; &amp;nbsp;5.2.6
&lt;br&gt;&amp;nbsp;New Comment:
&lt;br&gt;&lt;br&gt;Thank you for taking the time to write to us, but this is not
&lt;br&gt;a bug. Please double-check the documentation available at
&lt;br&gt;&lt;a href=&quot;http://www.php.net/manual/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.php.net/manual/&lt;/a&gt;&amp;nbsp;and the instructions on how to report
&lt;br&gt;a bug at &lt;a href=&quot;http://bugs.php.net/how-to-report.php&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://bugs.php.net/how-to-report.php&lt;/a&gt;&lt;br&gt;&lt;br&gt;you must set your character set properly in your php.ini (or
&lt;br&gt;php-cli.ini
&lt;br&gt;&lt;br&gt;&lt;br&gt;Previous Comments:
&lt;br&gt;------------------------------------------------------------------------
&lt;br&gt;&lt;br&gt;[2008-08-27 18:52:11] saul_porras at live dot com dot mx
&lt;br&gt;&lt;br&gt;yep it works just fine thanks so much u save my life
&lt;br&gt;&lt;br&gt;php-gtk.codepage = &amp;quot;utf-8&amp;quot;
&lt;br&gt;php-gtk.codepage = &amp;quot;ISO-8859-1&amp;quot;
&lt;br&gt;&lt;br&gt;both worked for me thanks
&lt;br&gt;&lt;br&gt;------------------------------------------------------------------------
&lt;br&gt;&lt;br&gt;[2008-08-27 18:35:55] &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19187415&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;auroraeosrose@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;try changing that to utf-8
&lt;br&gt;&lt;br&gt;------------------------------------------------------------------------
&lt;br&gt;&lt;br&gt;[2008-08-27 18:34:25] saul_porras at live dot com dot mx
&lt;br&gt;&lt;br&gt;php-gtk.codepage = CP1250 this is what appears on the ini file
&lt;br&gt;&lt;br&gt;:)
&lt;br&gt;&lt;br&gt;------------------------------------------------------------------------
&lt;br&gt;&lt;br&gt;[2008-08-27 18:22:44] &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19187415&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;sfox@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;What is the codepage setting in your php.ini? (Look for
&lt;br&gt;'php-gtk.codepage'.)
&lt;br&gt;&lt;br&gt;------------------------------------------------------------------------
&lt;br&gt;&lt;br&gt;[2008-08-27 18:14:31] saul_porras at live dot com dot mx
&lt;br&gt;&lt;br&gt;got &amp;nbsp;gtk lib 2.16.5 and still the same so if you could send me the
&lt;br&gt;binaries it will be great, thxs
&lt;br&gt;&lt;br&gt;------------------------------------------------------------------------
&lt;br&gt;&lt;br&gt;The remainder of the comments for this report are too long. To view
&lt;br&gt;the rest of the comments, please view the bug report online at
&lt;br&gt;&amp;nbsp; &amp;nbsp; &lt;a href=&quot;http://bugs.php.net/45938&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://bugs.php.net/45938&lt;/a&gt;&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Edit this bug report at &lt;a href=&quot;http://bugs.php.net/?id=45938&amp;edit=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://bugs.php.net/?id=45938&amp;edit=1&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;PHP-GTK Development Mailing List (&lt;a href=&quot;http://gtk.php.net/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://gtk.php.net/&lt;/a&gt;)
&lt;br&gt;To unsubscribe, visit: &lt;a href=&quot;http://www.php.net/unsub.php&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.php.net/unsub.php&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://www.nabble.com/Php---GTK---Dev-f172.html&quot; embed=&quot;fixTarget[172]&quot; target=&quot;_top&quot; &gt;Php - GTK - Dev&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/-45938--NEW-%3A-%C3%B1-is-not-supported-tp19184921p19187415.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-19187373</id>
	<title>#45938 [Opn]: ñ is not supported</title>
	<published>2008-08-27T11:52:12Z</published>
	<updated>2008-08-27T11:52:12Z</updated>
	<author>
		<name>Php - GTK - Dev mailing list</name>
	</author>
	<content type="html">&amp;nbsp;ID: &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 45938
&lt;br&gt;&amp;nbsp;User updated by: &amp;nbsp;saul_porras at live dot com dot mx
&lt;br&gt;&amp;nbsp;Reported By: &amp;nbsp; &amp;nbsp; &amp;nbsp;saul_porras at live dot com dot mx
&lt;br&gt;&amp;nbsp;Status: &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Open
&lt;br&gt;&amp;nbsp;Bug Type: &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; PHP-GTK related
&lt;br&gt;&amp;nbsp;Operating System: windows
&lt;br&gt;&amp;nbsp;PHP Version: &amp;nbsp; &amp;nbsp; &amp;nbsp;5.2.6
&lt;br&gt;&amp;nbsp;New Comment:
&lt;br&gt;&lt;br&gt;yep it works just fine thanks so much u save my life
&lt;br&gt;&lt;br&gt;php-gtk.codepage = &amp;quot;utf-8&amp;quot;
&lt;br&gt;php-gtk.codepage = &amp;quot;ISO-8859-1&amp;quot;
&lt;br&gt;&lt;br&gt;both worked for me thanks
&lt;br&gt;&lt;br&gt;&lt;br&gt;Previous Comments:
&lt;br&gt;------------------------------------------------------------------------
&lt;br&gt;&lt;br&gt;[2008-08-27 18:35:55] &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19187373&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;auroraeosrose@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;try changing that to utf-8
&lt;br&gt;&lt;br&gt;------------------------------------------------------------------------
&lt;br&gt;&lt;br&gt;[2008-08-27 18:34:25] saul_porras at live dot com dot mx
&lt;br&gt;&lt;br&gt;php-gtk.codepage = CP1250 this is what appears on the ini file
&lt;br&gt;&lt;br&gt;:)
&lt;br&gt;&lt;br&gt;------------------------------------------------------------------------
&lt;br&gt;&lt;br&gt;[2008-08-27 18:22:44] &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19187373&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;sfox@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;What is the codepage setting in your php.ini? (Look for
&lt;br&gt;'php-gtk.codepage'.)
&lt;br&gt;&lt;br&gt;------------------------------------------------------------------------
&lt;br&gt;&lt;br&gt;[2008-08-27 18:14:31] sa