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 » XMLize Ctrl?
XMLize Ctrl? [message #33583] Fri, 26 August 2011 02:09
dave is currently offline  dave
Messages: 14
Registered: July 2011
Promising Member
Hi,
I have a question regarding saving users configurations as xml from Ctrls.
for example-
xml <<
	XmlHeader() +
	XmlTag("Phonebook") 
(		   
    XmlTag("Name").Text(panel1.droplist1.GetData())+	

    XmlTag("Address").Text(panel1.editfield1.GetData())+

    XmlTag("Phone").Text(panel1.editfield2.GetData())
};

what is the best way to xmlize configurations from switches and options ctrls?

regards
dave

Previous Topic: Checkboxes
Next Topic: Scatter with X axis and multiple Y axis
Goto Forum:
  


Current Time: Sat May 04 11:37:12 CEST 2024

Total time taken to generate the page: 0.01640 seconds