On Jan 9, 2008 10:52 AM, Klaas Holwerda <[EMAIL PROTECTED]> wrote:
> I think you better compile wxWidgets from the source, and install that.
> Who
> knows what is missing else (e.g. header files ).
>
> And configure wxWidgets at least with:
> ./configure --with-opengl
>
> That is what i used and w
Ryan Pusztai wrote:
> I use Ubuntu. I am using wxWidgets from the wxWidgets apt repository. I
> am not building it from source. I don't want to have to do that if it is
> already available. ;)
I think you better compile wxWidgets from the source, and install that. Who
knows what is missing el
On Jan 9, 2008 12:56 AM, John Labenski <[EMAIL PROTECTED]> wrote:
> Your code works for me in Ubuntu and Mandriva without any warnings.
> The Gtk-CRITICAL have never caused me problems in the past, but I do
> try to rearrange the code to make them go away.
Great can you show me the changes? I am
On Jan 7, 2008 4:00 PM, Ryan Pusztai <[EMAIL PROTECTED]> wrote:
> On Jan 7, 2008 2:27 PM, John Labenski <[EMAIL PROTECTED]> wrote:
>
> > These are common in wxWidgets in GTK even with C++ code. All it means
> > in this case is that the wxSizer is trying to size the wxFrame or
> > wxButton before it
On Jan 7, 2008 2:27 PM, John Labenski <[EMAIL PROTECTED]> wrote:
> These are common in wxWidgets in GTK even with C++ code. All it means
> in this case is that the wxSizer is trying to size the wxFrame or
> wxButton before it had a chance to get a valid size so it's using
> wx.wxDefaultSize = (-1,
On Jan 5, 2008 2:25 PM, Ryan Pusztai <[EMAIL PROTECTED]> wrote:
> I am getting all kinds of errors when using the wxLua Lua module in Linux.
> In the Terminal I see errors for sizing upon creation. Here are the errors I
> get when running:
>
> > $ lua luamodule.wx.lua
> >
> > (:30818): Gtk-CRITICAL
I am getting all kinds of errors when using the wxLua Lua module in Linux.
In the Terminal I see errors for sizing upon creation. Here are the errors I
get when running:
$ lua luamodule.wx.lua
>
> (:30818): Gtk-CRITICAL **: gtk_window_resize: assertion `height >
> 0' failed
>
Here is what I am tr