| CODE |
CASE 11 'Save XMLGetValue EntryMakerDLG IsChecked1 !.Control:1.Selected XMLGetValue EntryMakerDLG IsChecked2 !.Control:2.Selected XMLGetValue EntryMakerDLG IsChecked3 !.Control:3.Selected XMLGetValue EntryMakerDLG IsChecked4 !.Control:4.Selected XMLGetValue EntryMakerDLG IsChecked5 !.Control:5.Selected XMLGetValue EntryMakerDLG IsChecked6 !.Control:6.Selected XMLGetValue EntryMakerDLG IsChecked7 !.Control:7.Selected XMLCreate EntryXML Config XMLSetValue EntryXML !.CheckBoxes.Title %IsChecked1% XMLSetValue EntryXML !.CheckBoxes.Description %IsChecked2% XMLSetValue EntryXML !.CheckBoxes.Media %IsChecked3% XMLSetValue EntryXML !.CheckBoxes.Thumbnail %IsChecked4% XMLSetValue EntryXML !.CheckBoxes.Cover %IsChecked5% XMLSetValue EntryXML !.CheckBoxes.XBE %IsChecked6% XMLSetValue EntryXML !.CheckBoxes.Passcode %IsChecked7% XMLSave EntryXML Z:\EnMaTest.xml XMLClose ENDCASE |
This is the results when nothing checked
This is the results with everything checked
| CODE |
true true true true true true True
|
And the results with everyother one checked
| CODE |
true
true false true false True
|
The 7th checkbox is alway coming up true with a capital T. Any other true values are lowercase. And as you can see there seems to be an issue when the checkbox is false cause sometimes the value is false and others it blank.