Skip to content

HowToViewApplicationStart

iraichi edited this page Apr 24, 2015 · 6 revisions

How to open a View or a Form at application start

if you want that at application start a View or a Form appears already opened, you have to customize your home page:

for example from HelloKitto

# home.yalm

CenterView:
  Controller: TabPanel
    Border: True
    SubViews:
      View: Girls
      View: Dolls

Clone this wiki locally