Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[cdt-dev] DSF - How force children fetch in MIVariableObject ?

Hello,

 

getChildren() in MIVariableObject always return null despite value of numChildrenHint > 0.

It is a normal behavior as it means we didn't fetch the children yet (while an empty array means no children).  This method returns the content of a cache, but this cache must first be filled.
My question is how could I force the filling of the cache before calling getChildren Method?
 
Any help is so welcome
Maherzia

 

                                

                                                                             


Back to the top