Dave Kimble
Dave Kimble
Thank you for your help. After a good night's sleep, my alternative normal function worked OK. The next question is: why use anonymous functions at all, when it only serves...
An instance of Application creates a top level window, which I will call a frame, to distinguish it from other windows. It is in this instance that all the child...
I see in /examples/13-table/example.php another class, \Gui\Components\Table , which is not mentioned in https://gabrielrcouto.github.io/php-gui/dist/#/0.1.1/ and gives "not found" on "new Table();" . Is there is way to get it ?...
Is there a mechanism to use scrollbars to view all the text in a TextArea ? All this should be explained in an overview document somewhere.
[template.2.php.txt](https://github.com/gabrielrcouto/php-gui/files/4817206/template.2.php.txt) I have fixed up template, back to the way it was, and got Radio and Checkbox working OK. There is still a problem with InputFile: ``` $input-> getValue() ```...
The Title has magically started appearing on the InputFile TitleBar. InputFile method of getValue() is still not working - returning zero-length array. What is this "Disk full" warning, and how...
If a $text->setValue() string contains adjacent spaces, they appear in the box as a single space.
Is php-gui currently being supported/developed ? It is useless like this.
Thanks for that comment. My latest template is [template.3.php.txt](https://github.com/gabrielrcouto/php-gui/files/4833932/template.3.php.txt) Personal Comments I came to php-gui as a beginner, with experience of wxPHP and wxPython. There was no overview written for...
$ wxphp-gtk2 -d extension=exif.so exif.wxphp PHP Warning: PHP Startup: Unable to load dynamic library '././/lib/modules/exif.so' - ././/lib/modules/exif.so: cannot open shared object file: No such file or directory in Unknown on...