Hi, I’m developing an application with this beautifull framework, had read the book by Lyle Johnson by the way. I’m wondering if I should call destroy() in those widgets which I’ll not use anymore. Here is the real example: when I push a button, a FXDialogBox object raise, it content is dynamic, what I mean is that it content will be random, sometimes you will see a bunch of widgets, sometimes you will see another different bunch of widgets, the question is: Should I call destroy() in that FXDialogBox object?(I will not use the SAME dialog box anymore) or ruby will take care of it. What I learned reading the book is that the object in the CLIENT SIDE will be erased by the Ruby GC when it is unavailable to reach by another object or scope in the runtime(classic work of the GC, nothing strange); by other side I’m not pretty sure about what happen with the SERVER SIDE resource created in the past by that object now erased by the GC, what happen with that? it’s erased from the Windows GDI? should I call destroy() once I don’t need anymore the group of widgets? Hope I was clear in explanation, thanks for your time.
on 2012-06-03 19:11
on 2012-06-17 15:31
This is the answer by the way... http://forums.pragprog.com/forums/53/topics/10776
Please log in before posting. Registration is free and takes only a minute.
Existing account
(Switch to SSL-encrypted connection)
NEW: Do you have a Google/GoogleMail or Yahoo account? No registration required!
Log in with Google account | Log in with Yahoo account
Log in with Google account | Log in with Yahoo account
No account? Register here.