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

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


Current Time: Fri Jul 18 13:51:16 CEST 2025

Total time taken to generate the page: 0.03461 seconds