wxphp

安装wxPHP后,apache无法启动

风格不统一 提交于 2020-03-23 16:34:48
3 月,跳不动了?>>> apache无法启动,现象: 浏览器打开localhost,一直在等待中。 查看apache2的error日志,看到: tail -100 /var/log/apache2/error.log ... [Mon Feb 15 11:25:32 2016] [error] [client 10.0.0.163] Negotiation: discovered file(s) matching request: /var/www/index.html (None could be negotiated). 11:25:32: Error: Unable to initialize GTK+, is DISPLAY set properly? (apache2:6670): GLib-GObject-WARNING **: invalid (NULL) pointer instance (apache2:6670): GLib-GObject-CRITICAL **: g_signal_connect_data: assertion `G_TYPE_CHECK_INSTANCE (instance)' failed (apache2:6670): GLib-GObject-WARNING **: invalid (NULL) pointer instance

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

只愿长相守 提交于 2019-12-23 17:12:24
问题 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 realised that SavePaneInfo will help me capture the state of a pane - it outputs a perspective string that represents the position and options for a pane at a given moment. All I need to do therefore is to capture when the pane changes and update

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

眉间皱痕 提交于 2019-12-08 14:25:55
问题 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 now like to modify the properties of each pane, which I think can be done by resetting the associated wxAuiPaneInfo . For example, I'd like to add/remove the pin or maximise icons. I can get this to work in itself, but redrawing the managed window