Am 16.04.2013 um 12:06 schrieb Marnaud <[email protected]>: > Greetings, > > dim n As NavigationDialogMBS > n=new NavigationDialogMBS
My guess: You show the dialog. RB destroys the object and once the callback comes the reference pointers are invalid. Please make n as variable of the window/app/module, so it stay alive until the sheet closed. Greetings Christian -- Read our blog about news on our plugins: http://www.mbsplugins.de/ _______________________________________________ Mbsplugins_monkeybreadsoftware.info mailing list [email protected] https://ml01.ispgateway.de/mailman/listinfo/mbsplugins_monkeybreadsoftware.info
