Gtk2 issues I've found..
[email protected] (Matt)
| Newsgroups | php.gtk.general |
|---|---|
| Message-ID | <[email protected]> |
Alright, after poking around quite a bit in a quite extensive application I'm developing, I've run across the following issues when using the new php-gtk 2 build: 1. The set_cell_data_func issue I mentioned earlier today where it will not accept an array($obj,'func') as a callback function (but it works fine with a regular function.) $col->set_cell_data_func($renderer, array($this, 'format_col')); results in: Warning: Unable to invoke callback 'Array' specified 2. I notice it now appears to use the Windows theme/skin which is nice. One problem is with the display of a combo box. There is a single pixel line separating the text/selected item on the left and the drop down arrow on the right. 3. Various image issues. Icons for MessageDialogBoxs work fine, Window icons load fine, but everything else doesn't. Any image on a button will not show up (stock or loaded from png), likewise I have images displayed in a GtkTreeView that worked fine before, but now don't show up at all. The only images I'm seeing in the app are the window icon and MessageDialogBox icon. I'm receiving no warnings or errors on this one.. its like they are loaded but just not displayed. Note that all these are specific to the newly released php-gtk2 build. They all worked fine in the beta. Also, things are much faster with this build.. thanks! -Matt