Beagle123 / visualruby

Make GUI programs with Ruby!
https://beagle123.github.io/visualruby
MIT License
39 stars 9 forks source link

notepad ..._add_child failure #38

Open dglnz opened 8 years ago

dglnz commented 8 years ago

ruby 2.3.1 visualruby 2.0.23 virtualbox unbuntu on a kubuntu 15.10 OS

error i get from my test project is below


/home/dave/visualruby/stock$ ruby main.rb ** Gtk:ERROR:/build/gtk+3.0-3sSotQ/gtk+3.0-3.10.8/./gtk/gtknotebook.c:1237:gtk_notebook_buildable_add_child: assertion failed: (page != NULL) Aborted (core dumped)


I have a glade window with a notebook widget on it. the only thing i've changed to the 3 pages is the text that you see (ie page 1 to customer, and the others to other text).

just added (deleted the original notebook and put on another so everything is defaults) still same error!

Hope you can help