Overview
Examples
Screenshots
Comparisons
Applications
Download
Documentation
Tutorials
Bazaar
Status & Roadmap
FAQ
Authors & License
Forums
Funding Ultimate++
Search on this site
Search in forums












SourceForge.net Logo
Home » Community » Newbie corner » How to Xmlize gridctrl
Re: How to Xmlize gridctrl [message #44628 is a reply to message #44627] Tue, 28 April 2015 07:05 Go to previous messageGo to previous message
koldo is currently offline  koldo
Messages: 3361
Registered: August 2008
Senior Veteran
Hello idkfa46

AFAIK GridCtrl can Xmlize itself but cannot Xmlize editable fields. In fact if you try to Xmlize the editable fields you just save their values, but in any way an editable field represent a GridCtrl column.

In summary, you would have to Xmlize all GridCtrl. To store just a column you would have to extract it by hand and store it like for example a Vector<Value>, and load it and write it over a GridCtrl.

In addition please remember that when you Xmlize a Gridctrl, before load it you have to add all columns (AddColumn()) before.


Best regards
IƱaki
 
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: Starting a top window hidden?
Next Topic: How does one position the mouse cursor?
Goto Forum:
  


Current Time: Tue May 14 09:44:35 CEST 2024

Total time taken to generate the page: 0.01898 seconds