-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
‘dispose’ is not a valid field or method name for reference class “GBasicDialog” #103
Comments
I finded reason on this error. Code of
But obj does't has You can change to: function (obj, ...)
{
obj$dispose_window()
} |
I sended pull request with bug fix. |
Hello, i am fixed this issue, you can install package from my fork https://github.com/selesnow/gWidgets2 |
@selesnow Thanks, I might do that. But I hope your/a solution will get implemented in the next release. |
Sorry, this is my fault. I wanted to put the gWidgets stuff in a single github name (not mine) but gWidgets2 was taken. So the repositories here: https://github.com/gWidgets3 are where you can make PRs. I don't know why I didn't set things up to redirect, likely ignorance and low enough activity to think it would be an issue. Anyways, if you want to add a PR on the active repository I can merge it in and try to get passed the CRAN guards. |
I posted this as a new issue in the correct repository as a reminder. I have reworked my code to use a gconfirm dialog instead. |
Hello!
Thank for gWidgets2
When i try apply
dispose()
to gbasicdialog object i get error:‘dispose’ is not a valid field or method name for reference class “GBasicDialog”
.Minimal example:
How i can close gbasicdialog?
The text was updated successfully, but these errors were encountered: