Hello,
today I have a question that knocks my head.
This leads me into the problem that the layout is not shown correct because the panel dimension have to be set prior loading.
Due to the fact that the layout dimension are depending on the used device and are not set automated after loading the layout there is the question how to get the needed panel dimensions before loading the layout.
May be this question is silly but yet I'm lost.
Anyone able to help me?
Thank you in advance
today I have a question that knocks my head.
Lets say I have this code:
Dim P as Panel
P.initialize("")
P.loadlayout("ABC")
This leads me into the problem that the layout is not shown correct because the panel dimension have to be set prior loading.
Due to the fact that the layout dimension are depending on the used device and are not set automated after loading the layout there is the question how to get the needed panel dimensions before loading the layout.
May be this question is silly but yet I'm lost.
Anyone able to help me?
Thank you in advance