G
Guest
Can someone help me please - have been stuck on this for days no
I'm using an api, which sends event frequently to my application
I store the objects sent in a datatable, and then use a forms timer - to perform some calcuations on this cache and then to update the data table in the datset that is displyed
The update datatable for the form is surrounded with a begin load data end load data/ there is an application do events after the iteration through the datatable
The problem is each time I call this update method, I sop getting any new messaeges from the api. It seems like this must be a threading issue - but I only have one thread in the application and as dar as I can tell the forms timer runs on the same thread
Any help would be greatly appreciated
I also cakk the datatable accept changes after the updates and also invalidate the datagrid so it should get redrawn - this is all ended with an application do events - but still the application halts and nothing further happens - no more message
I'm using an api, which sends event frequently to my application
I store the objects sent in a datatable, and then use a forms timer - to perform some calcuations on this cache and then to update the data table in the datset that is displyed
The update datatable for the form is surrounded with a begin load data end load data/ there is an application do events after the iteration through the datatable
The problem is each time I call this update method, I sop getting any new messaeges from the api. It seems like this must be a threading issue - but I only have one thread in the application and as dar as I can tell the forms timer runs on the same thread
Any help would be greatly appreciated
I also cakk the datatable accept changes after the updates and also invalidate the datagrid so it should get redrawn - this is all ended with an application do events - but still the application halts and nothing further happens - no more message