Results 12 issues of Dave Kimble

When you have to reinstall your OS, you will have lost any wxphp stuff you had, and this is the hardest part of wxphp. So this is a write up...

First point release of PHP 7.1.0 available 1 Dec 2016. Backwards incompatible features: http://php.net/manual/en/migration71.incompatible.php This would seem to be a good time to make a new appimage wxphp_wxwidgets-3.0.2_php-7.1.0 Personally it...

``` ``` Fatal error: Wrong type or count of parameters passed to: wxHtmlWindow::LoadFile in /home/.../test.wxphp on line 10 Also ``` $html_box->LoadPage("http://mydomain.com"); ``` Dialog box: Cannot load page http://mydomain.com

Lubuntu 16.04 (64), wxphp-gtk2 (wxphp-3.0.2.0-gtk2-amd64) I have a wxphp script that picks a JPG image file, loads it, displays the image and its EXIF data. It relies on PHP's function...

Ubuntu 14.04, wxPHP 3.0.0.2, wxWidgets 3.0.2, xbindkeys 1.8.6 (for creating user hotkeys) xbindkeys is set up to output a preset string when a special key combination is pressed. xbindkeys works...

I have a wxPHP app which refreshes its window every minute. (It is tailing an Apache log on another machine on the LAN, and also checking that the WAN can...

``` ``` produces: Segmentation fault (core dumped)

I have some difficulty with wxStyledTextCtrl() too. Maybe I don't understand, but : I imagined SetLexer() would automatically bring in a colouring scheme, but it doesn't. Some of the specific...

Didn't have any success with this :-( wxEVT_MEDIA_LOADED and wxEVT_MEDIA_STOP not defined. wxMediaCtrl::ShowPlayerControls() didn't show anything. Error: Could not find a suitable video sink (error 0: Success) came up before...

Is php-gui currently being supported/developed ?