-
-
Notifications
You must be signed in to change notification settings - Fork 7
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
TableView virtual throws an invalid cast #26
Comments
Hi Adrian, sorry for the delay - been on holiday, so i think the virtual flag wont make a difference on hxWidgets, but it still shouldnt hard crash - pretty sure i know what it is - and should be a simple fix. Will look shortly. Cheers, |
Hi Ian, thanks for looking at it, but as I said I am just playing around with the hxWidgets target. So virtual won't have any effect with hxWidgets ? |
Essentially no, the wxWidgets counter part for tableview will already be virtual - this still shouldnt error if you set it though, it should just have no effect. |
I'm getting a similar error when trying to compile an app to native (C++).
EDIT: Ooops, my bad, thought it was TableView as well... |
I am playing around with the hxWidgets target and wanted to try out the TableView in virtual mode, but without success.
The component creation throws an exception: invalid cast.
my xml
and I use it like that:
as soon as I remove the virtual, it works.
Cheers, Adrian.
The text was updated successfully, but these errors were encountered: