I recently moved a complete application from PHP5.1 + GTK2.6 + Libglade to PHP5.6 + GTK2.24 + GTKBuilder. I rebuild all glade files for GTKBuilder and fixed some PHP issues. Application starts and all windows open as expected. But I am having some troubles with a few things.
First is the quick jump-to function in a combobox. When I press the 'p', I assume to jump to 'potatoes', for example. But since the upgrade it doesn't. I have read that this might be a bug in GTK. Maybe anybody here has a workaround? I might be able to build a filter/jump function myself, but maybe there is a solution.
Second is that the GDK::BEEP() function isn't beeping, and isn't giving me an error. Any ideas here?
Third and last (for now) is that spinbuttons don't act as supposed. When I fill them it enabled both the up and down button, but the buttons don't respond. So if I press up, the value doesn't get increased.
Hoping to find someone here who might be able to help, since I'm getting the feeling that the PHP-GTK community isn't one of the biggest around. ;)
Cheers!