I am still having a problem implementing my CellFactory Helper library, the ones I've released work fine, but I have added drag and drop functionality, which makes the Cell a heavier object and consequently takes longer to build.
This all works fine in Release Mode. But in debug mode it is not generating some of the cells as it redraws the table. The cellFactory subs are not getting called for all of the cells that should be displayed.
I guess it's to do with the same issue (#RaisesSynchronousEvents) but as the sub is being called directly from java.util.Callback (the call sub) I don't know if it is possible to impose this restriction on it. (I did try adding the sub to the LibrariesExceptions.txt file, just in case, and put a new one in the B4j folder just out of hope).
Is this likely to be the issue and is there anything that can be done about it?
Thanks
This all works fine in Release Mode. But in debug mode it is not generating some of the cells as it redraws the table. The cellFactory subs are not getting called for all of the cells that should be displayed.
I guess it's to do with the same issue (#RaisesSynchronousEvents) but as the sub is being called directly from java.util.Callback (the call sub) I don't know if it is possible to impose this restriction on it. (I did try adding the sub to the LibrariesExceptions.txt file, just in case, and put a new one in the B4j folder just out of hope).
Is this likely to be the issue and is there anything that can be done about it?
Thanks