<?xml version="1.0" encoding="utf-8"?>
<Application>
	<AppTitle>Untitled Application</AppTitle>
	<AppShortName>MyApp</AppShortName>
	<Author>Author name</Author>
	<Version>1.0</Version>
	<DesignDeviceName>Apple iPhone 3G</DesignDeviceName>
	<VariablesScanned>False</VariablesScanned>
	<PageWidth>320</PageWidth>
	<PageHeight>480</PageHeight>
	<AutoSizeWidth>False</AutoSizeWidth>
	<AutoSizeHeight>False</AutoSizeHeight>
	<HideScrollbars>False</HideScrollbars>
	<ResponsiveSize>False</ResponsiveSize>
	<PublishPlatform>WebApp</PublishPlatform>
	<EmptyBuildFolder>False</EmptyBuildFolder>
	<LanguageCode>en</LanguageCode>
	<DisplayMode>standalone</DisplayMode>
	<ServiceWorker>Offline page</ServiceWorker>
	<ThemeColor>#000000</ThemeColor>
	<PwaScope>/</PwaScope>
	<MobileOSTypes>[AndroidOS,iOS,WindowsPhoneOS]</MobileOSTypes>
	<WindowState>normal</WindowState>
	<TitleBar>True</TitleBar>
	<Sizeable>True</Sizeable>
	<MaximizeBtn>False</MaximizeBtn>
	<MinimizeBtn>True</MinimizeBtn>
	<SystemMenu>True</SystemMenu>
	<ContextMenu>False</ContextMenu>
	<AlwaysOnTop>False</AlwaysOnTop>
	<ShowInTaskbar>True</ShowInTaskbar>
	<SingleInstance>False</SingleInstance>
	<ChromeKioskMode>False</ChromeKioskMode>
	<Components>
		<FunctionList name="Subroutines"/>
		<LibraryList name="Libraries"/>
		<PageList name="Main">
			<Components>
				<Page id="NewPage">
					<Components>
						<Paragraph id="Paragraph1">
							<left>30px</left>
							<top>30px</top>
							<width>270px</width>
							<height>30px</height>
							<style>font-size:12pt</style>
							<text>Fill out this form:</text>
						</Paragraph>
						<TextInput id="TextInput1">
							<left>30px</left>
							<top>70px</top>
							<width>270px</width>
							<height>50px</height>
							<variable>[name]</variable>
							<place_holder>Name</place_holder>
						</TextInput>
						<TextInput id="TextInput2">
							<left>30px</left>
							<top>130px</top>
							<width>270px</width>
							<height>50px</height>
							<variable>[surname]</variable>
							<place_holder>Surname</place_holder>
						</TextInput>
						<TextInput id="TextInput3">
							<left>30px</left>
							<top>190px</top>
							<width>270px</width>
							<height>50px</height>
							<variable>[age]</variable>
							<place_holder>Age</place_holder>
						</TextInput>
						<PushButton id="PushButton1">
							<left>30px</left>
							<top>320px</top>
							<width>270px</width>
							<height>60px</height>
							<caption>Save data as .json</caption>
							<click>CreateEmptyObject [data]
SetVar [data.name] [name]
SetVar [data.surname] [surname]
SetVar [data.age] [age]
SetVar [data.ok] [ok]
StringifyJSON [data] [datastr]
VarToLocalFile [datastr] &quot;datastr.json&quot;</click>
						</PushButton>
						<FileInput id="FileInput1">
							<left>30px</left>
							<top>390px</top>
							<width>270px</width>
							<height>60px</height>
							<style>color:#FFFFFF</style>
							<prop_name>file1</prop_name>
							<change>LocalFileToVar &quot;FileInput1&quot; [datastr]
Wait 300
  ParseJSON &quot;[datastr]&quot; [data]
  SetVar [name] [data.name]
  SetVar [surname] [data.surname]
  SetVar [age] [data.age]
  SetVar [ok] [data.ok]
EndWait</change>
							<caption>Load data from .json</caption>
						</FileInput>
						<CheckBox id="CheckBox1">
							<left>30px</left>
							<top>250px</top>
							<width>270px</width>
							<height>30px</height>
							<caption>Are you ok?</caption>
							<variable>[ok]</variable>
						</CheckBox>
					</Components>
				</Page>
			</Components>
		</PageList>
		<PageList name="Master">
			<Components>
				<Page id="MasterPage"/>
			</Components>
		</PageList>
		<PageList name="Dialog">
			<Components>
				<Page id="NewDialog">
					<Components>
						<DialogContainer id="DialogContainer1">
							<left>0px</left>
							<top>0px</top>
							<width>320px</width>
							<height>480px</height>
							<close_button>False</close_button>
							<kind>custom</kind>
						</DialogContainer>
					</Components>
				</Page>
			</Components>
		</PageList>
	</Components>
</Application>
