Professional UI Solutions
Site Map   /  Register
 
 

Forum

Please Log In to post a new message or reply to an existing one. If you are not registered, please register.

NOTE: Some forums may be read-only if you are not currently subscribed to our technical support services.

Forums » Prof-UIS Tech Support » using of PropertyGrid Control Collapse All
Subject Author Date
alexey Shetinin Jun 14, 2005 - 8:01 AM

Hello, It’s about using PropertyGrid Control.<?xml:namespace prefix = o ns = "urn:schemas-microsoft-com:office:office" /><o:p></o:p>


<o:p> </o:p>


Initializing PropertyGrid Control like in sample project, I received memory leaks about every property class entity after closing my MDI application. Should I create a handle to every property class in CPropertyObj class or in MDI applications PropertyGrid Control must be initialized in a different way.


<o:p> </o:p>


Another problem is what should I do for reassign a sorting order inside the categories in the categorized property grid. I want my properties to place in that order, they’ve been created, without sorting.<o:p></o:p>


<o:p> </o:p>


<o:p>I have sent demo project to the support email address.</o:p>


<o:p>Thanks in advance.
</o:p>


<o:p> </o:p>

Technical Support Jun 14, 2005 - 10:13 AM

The property grid control does not invoke the C++ delete operator for the assigned CExtPropertyStore object. We may guess you simply forgot to delete a pointer to the property store.

The latest version of the PropertyGrid sample application allows you to have unsorted data optionally in both plain and tree like grid windows of the property grid control. You can request the source code update by e-mail.

Krustys Donuts Jul 1, 2005 - 10:27 AM

could you please send the propertygrid control update to me as well? Also, by any chance to you have a documentation update that includes more information on the propertygrid?

Thanks!

Technical Support Jul 1, 2005 - 11:52 AM

We sent you a link to our ftp site for registered users by e-mail.