<?xml version="1.0" encoding="utf-8"?>
<Application>
	<AppTitle>Untitled Application</AppTitle>
	<DesignDeviceName>GenericPhone</DesignDeviceName>
	<VariablesScanned>False</VariablesScanned>
	<PageWidth>320</PageWidth>
	<PageHeight>480</PageHeight>
	<AutoSizeWidth>False</AutoSizeWidth>
	<AutoSizeHeight>False</AutoSizeHeight>
	<HideScrollbars>False</HideScrollbars>
	<PublishPlatform>MobileApp</PublishPlatform>
	<EmptyBuildFolder>False</EmptyBuildFolder>
	<LanguageCode>fa</LanguageCode>
	<MobileID>kooi.pop.klo</MobileID>
	<MobileOSTypes>[AndroidOS]</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>
	<OrientationLimit>OL_PORTRAITONLY</OrientationLimit>
	<ChromeKioskMode>False</ChromeKioskMode>
	<startup>neoScrollBars &quot;Container1&quot; &quot;inset&quot;</startup>
	<Components>
		<FunctionList name="Subroutines">
			<Components>
				<Function name="good">
					<Code>StrReplace &quot;[resultFile]&quot; &quot;\n&quot; &quot;,&quot; [dataArray] &quot;&quot;
    StrParse &quot;[dataArray]&quot; &quot;,&quot; [array]
    ArrayLen [array] [len]
    Math &quot;([len])/3-2&quot; 0 [length]
    ...............................
    SetVar [c1] 3
    SetVar [c2] 4
    SetVar [c3] 5
    CreateEmptyArray [mydata]
    ...........................................................
    Loop 0 [length] [i]
    neoTableSetData [mydata] [i] &quot;score&quot; [array([c1])]
    neoTableSetData [mydata] [i] &quot;name&quot; [array([c2])]
    neoTableSetData [mydata] [i] &quot;id&quot; [array([c3])]
    ..............................................
    SetVar [c1] [c1]+3
    SetVar [c2] [c2]+3
    SetVar [c3] [c3]+3
    EndLoop
    ........................................................................
    neoTableResetColumns &quot;Container1&quot;
    neoTableSetColumn &quot;Container1&quot; 1 &quot;id&quot; &quot;ID&quot; &quot;&quot; false false true &quot;&quot;
    neoTableSetColumn &quot;Container1&quot; 2 &quot;name&quot; &quot;NAME&quot; &quot;&quot; false false false &quot;&quot;
    neoTableSetColumn &quot;Container1&quot; 3 &quot;score&quot; &quot;SCORE&quot; &quot;&quot; false false false &quot;&quot;
    neoTableInitTable &quot;Container1&quot; &quot;&quot; 0 &quot;Table&quot; false false false false false &quot;&quot;
    neoTableLoadData &quot;Container1&quot; [mydata]</Code>
				</Function>
			</Components>
		</FunctionList>
		<LibraryList name="Libraries"/>
		<PageList name="Main">
			<Components>
				<Page id="NewPage">
					<pageenter>FileToVar &quot;https://docs.google.com/spreadsheets/d/1ButQOda5EzIRZt1IDh5UZrqPan5hSaubqeL3ff0RMQA/export?format=csv&quot; [resultFile]
Watch [resultFile] &quot;good&quot;
</pageenter>
					<Components>
						<Container id="Container1">
							<left>24px</left>
							<top>80px</top>
							<width>266px</width>
							<height>374px</height>
							<style>background-color:#fff;border-color:gray;border-radius:10px;border-style:solid;border-width:1px;overflow-y:auto</style>
						</Container>
						<TextInput id="TextInput1">
							<left>26px</left>
							<top>31px</top>
							<width>264px</width>
							<height>38px</height>
							<variable>search</variable>
							<place_holder>search</place_holder>
						</TextInput>
					</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>
						</DialogContainer>
					</Components>
				</Page>
			</Components>
		</PageList>
	</Components>
</Application>
