- February 7, 2013
- 240
- 202
- 53
- Home Country
- Germany
- Thread starter
- #11
In the "Cinema.Settings.Locations.xml" , the Cinemas are automatically saved when you leave the settings.
In your Screen, I can see that it works.
I just do not understand why the xml is empty in your appendix.
Can add another cinema and post the location.xml?
Code:
<?xml version="1.0" encoding="utf-8"?>
<Configuration>
<Property Name="LocationSetupList">
<ArrayOfCinema xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<Cinema>
<Address>53 South Evergreen Avenue, Arlington Heights, IL, United States - (847) 259-7827</Address>
<Id>a503f4d883ee2b4a</Id>
<Name>Star Cinema Grill - Arlington Heights</Name>
<Near>Arligton+Heights,+Illinois</Near>
</Cinema>
<Cinema>
<Address>200 Randhurst Village Drive, Mount Prospect, IL, United States - (888) 262-4386</Address>
<Id>280815e50a8b0e8c</Id>
<Name>AMC Randhurst 12</Name>
<Near>Arligton+Heights,+Illinois</Near>
</Cinema>
</ArrayOfCinema>
</Property>
<Property Name="Changed">
<boolean>false</boolean>
</Property>
</Configuration>
I just do not understand why the xml is empty in your appendix.
Can add another cinema and post the location.xml?