On Aug 26, 2010, at 11:27 AM, Bronwyn Woods wrote:

> That seemed like a good idea, especially since the error only seems to occur
> when the dataset is decreased and then increased again.  Unfortunately,
> switching to deepcopy doesn't seem to have fixed it.  Any other ideas?  I'm
> using OSX, if that's relevant (in case it's an operating system).

        I doubt it has anything to do with OS X, as 99% of my Dabo work in on 
OS X, and I've never seen that behavior.

> I could also try using a dynamic DataSet, but I haven't been able to get the
> assigned dynamic function to be called when I want the grid to update.  Is
> it likely that getting this method to work would fix the problem I'm having?


        The Dynamic* props are called when update() is called on the object. 

        Are you setting the DynamicDataSet property to the method, and not the 
"called" method? E.g.:

Right: grid.DynamicDataSet = myDataMethod

Wrong: grid.DynamicDataSet = myDataMethod()



-- Ed Leafe



_______________________________________________
Post Messages to: [email protected]
Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-users
Searchable Archives: http://leafe.com/archives/search/dabo-users
This message: 
http://leafe.com/archives/byMID/[email protected]

Reply via email to