Re: Strange gtkd behaviour

2011-07-14 Thread maarten van damme
Thanks a lot for clarifying it for me. It runs perfectly now. I should've used gtk.(message)dialog but I got terribly lost in the gtk documentation and so I missed it. 2011/7/14 Mike Wey > On 07/14/2011 07:53 AM, maarten van damme wrote: > >> when I leave destroy out the inputbox always stays v

Re: Strange gtkd behaviour

2011-07-14 Thread Mike Wey
On 07/14/2011 07:53 AM, maarten van damme wrote: when I leave destroy out the inputbox always stays visible even after I've pressed ok. here are the other files http://dl.dropbox.com/u/15024434/Main.d http://dl.dropbox.com/u/15024434/InputBox.d http://dl.dropbox.com/u/15024434/MessageBox.d I se

Re: Strange gtkd behaviour

2011-07-13 Thread maarten van damme
when I leave destroy out the inputbox always stays visible even after I've pressed ok. here are the other files http://dl.dropbox.com/u/15024434/Main.d http://dl.dropbox.com/u/15024434/InputBox.d http://dl.dropbox.com/u/15024434/MessageBox.d > On 07/13/2011 11:00 PM, maarten van damme wrote: > >>

Re: Strange gtkd behaviour

2011-07-13 Thread Mike Wey
On 07/13/2011 11:00 PM, maarten van damme wrote: Hello everyone, I wrote two classes that inherit from the Mainwindow class, one is a dialog that asks for your input and one is a plain old messagebox. you can check out the input class here, I think thats the one with the problem: http://dl.dropbo

Strange gtkd behaviour

2011-07-13 Thread maarten van damme
Hello everyone, I wrote two classes that inherit from the Mainwindow class, one is a dialog that asks for your input and one is a plain old messagebox. you can check out the input class here, I think thats the one with the problem: http://dl.dropbox.com/u/15024434/InputBox.d or read the method most