wxphp
wxphp copied to clipboard
Build cross-platform software with rich native GUIs using the combined power of the PHP language and the wxWidgets library.
Hi, The x86 build available is for php5.4, but there's a x64 build available with php5.6. Could you upload a php5.6 x86 version?
Hola, nice day! Methods **GetText, GetTextRange** of **wxStyledTextCtrl** returns empty string when text in target range contains symbols same as German umlauts, Czech letters and other (you can try it...
``` ``` produces: Segmentation fault (core dumped)
I mentioned in #129 that it would be useful to add a Composer dependency for the wxPHP code completion file. I expect it'd use the dev-only approach, so that it...
I have some wxPHP code that results in console warnings. There does not seem to be any major impact on the GUI side, as far as I can tell. The...
As per [a recent PR discussion](https://github.com/wxphp/wxphp/pull/113), I noticed that a watched folder needs to have a trailing slash in order to report file events _inside_ that folder correctly. I've created...
Hello, first of all, thank you very much for this interesting tool you created : wxPHP. We considered it for an application for our clients but we unfortunately faced a...
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...
Can'task PHP for Refelction of this extension. ``` $ php -n -d extension=modules/wxwidgets.so --re wxwidgets Catchable fatal error: Object of class wxBitmap could not be converted to string in Unknown...
Hey, Lets say I'm writing an app which compresses files (or something which might take a while). In wxPHP, as soon as I start the long task, the entire app...