Hi everybody,
I downloaded example animation in library. I prefer click button5. I need apply my project about panel.Whenever I click my application's icon or whenever I logout my app,my app is shown like button5. My code is belows:
Sub Activity_Create(FirstTime As Boolean)
Dim ani As Animation
Activity.LoadLayout("Layout1")
PnelLayOut1.Visible=True
ani.InitializeScaleCenter("",0,0,PnelLayOut1.Height,PnelLayOut1.Width,PnelLayOut1) <---How to coding?
Best Regards
Theera:sign0163:
I downloaded example animation in library. I prefer click button5. I need apply my project about panel.Whenever I click my application's icon or whenever I logout my app,my app is shown like button5. My code is belows:
Sub Activity_Create(FirstTime As Boolean)
Dim ani As Animation
Activity.LoadLayout("Layout1")
PnelLayOut1.Visible=True
ani.InitializeScaleCenter("",0,0,PnelLayOut1.Height,PnelLayOut1.Width,PnelLayOut1) <---How to coding?
Best Regards
Theera:sign0163:
Last edited: