hello
i wrote app with 3 page and i wrote each code of page in a module
no after splash app refer to main page and main page have tabBar with 3 button
in tutorial i see how to use page in tabbar but all page code in one module but now i have 3 module for 3 page
how i can Initialize TabBaritem ?
for example :
dim t1 as TabBarItem
t1.Initialize("t1",null,null)
now i have to equal page to t1 , how i can do that ?
i wrote app with 3 page and i wrote each code of page in a module
no after splash app refer to main page and main page have tabBar with 3 button
in tutorial i see how to use page in tabbar but all page code in one module but now i have 3 module for 3 page
how i can Initialize TabBaritem ?
for example :
dim t1 as TabBarItem
t1.Initialize("t1",null,null)
now i have to equal page to t1 , how i can do that ?