-
Notifications
You must be signed in to change notification settings - Fork 103
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
Grid syncing, Instat object & File Menu #452
Grid syncing, Instat object & File Menu #452
Conversation
Grid syncing, Instat object & File Menu
Hi Danny, line 43 of clsGridLink.vb is causing the debugging of the project to crash. Something to do with NullReferenceException. Quick discussion on this needed since I cannot run the project. |
Hi Polycarp, Sorry only just saw this. It's not crashing for me so I'll have to see it As a temporary fix, you can comment out lines 43-45 and instead just set Danny On 12 January 2016 at 17:50, Polycarp Okock [email protected]
|
I think its probably because the InstantObject was updated, right? The methods get_data_changed() e.t.c I do not have them. |
The latest version of the Instat Object is in the static folder which you On 13 January 2016 at 05:09, Polycarp Okock [email protected]
|
Have you determined why the error is appearing? I think adding:
before line 43 and until the end of this class is needed because it On 13 January 2016 at 08:29, Danny Parsons [email protected] wrote:
|
Reusing the tryScript() function code from model dialogue in Hypothes…
Implemented new syncing method between grids and Instat object and updated some functions on the file menu (some not working and some incomplete)