Questions tagged [wxphp]

wxPHP stands for "wxWidgets for PHP" and is a binding/wrapper for the cross-platform GUI library wxWidgets.

wxPHP stands for "wxWidgets for PHP" and is a binding/wrapper for the cross-platform GUI library wxWidgets. This gives you the ability to develop desktop applications using the PHP programming language. Such applications can be executed on Windows, Linux and MacOSX using the same code base with a native look and feel.

7 questions
39
votes
1 answer

How to refresh wxAuiManager panes when updating their properties in wxPHP?

I've set up a simple wxAuiManager system containing eight text controls, each set up as a pane, with all arranged around a central static control. I have two each snapped to the top, left, right and bottom pane directions. This part works fine. I'd…
halfer
  • 19,824
  • 17
  • 99
  • 186
4
votes
1 answer

How to create a task bar icon with wxPHP in Ubuntu/Unity?

After some struggle I have compiled the PHP module for wxPHP, and am writing a few scripts to see what it can do. My first demo creates a window and a task bar icon, and I cannot get the latter to work. I am running this on Ubuntu 14.04 LTS. Here is…
halfer
  • 19,824
  • 17
  • 99
  • 186
2
votes
2 answers

Is there a AUI pane move (or dock) event in wxPHP?

On this question I have been attempting to capture a AUI pane configuration so that it can be restored if any panes have been closed. The docs are somewhat limited for wxPHP, and upstream for wxWidgets, so I am largely feeling my way around. I have…
halfer
  • 19,824
  • 17
  • 99
  • 186
2
votes
1 answer

wxPHP thread application crashing with 0xc0000005 exception

I am trying to write a simple application with wxPHP that pings IPs from a file using exec('ping') command. I want the results to show up in the GUI one by one as they get pinged in the background so I'm doing the exec('ping') command in a…
Pouria P
  • 565
  • 1
  • 8
  • 21
0
votes
1 answer

How to re-open a closed wxAuiManager pane in wxPHP?

I'm experimenting with wxAuiManager using wxPHP to see how pane elements can be arranged in a dockable window around a central fixed element. The documentation is rather sparse here so I am feeling my way around using auto-complete! My pane elements…
halfer
  • 19,824
  • 17
  • 99
  • 186
-1
votes
1 answer

How to retrieve individual controls from a wxFrame in wxPHP?

I'm loading wxWidgets assets in a PHP program using wxXmlResource(). This loads the window very well, but I am not sure how to get an object reference to named window elements. Here is my code: // Load the window $resource = new…
halfer
  • 19,824
  • 17
  • 99
  • 186
-1
votes
1 answer

Convert PHP web application to stand-alone application

I have created a web application. I used wxPHP to convert that to a stand-alone desktop application. Everything works fine except I need to access the CLI for writing the command like: D:\wamp\www\Vishnu\wxPHP\examples>wxphp myApp.php I do not…
Vishnu R Nair
  • 335
  • 2
  • 17