Android Question Using Constant Names

TestMyChess

Member
Licensed User
Longtime User
What do I need to do to allow me to write

SV.Panel.AddView(lbl, 0%x, 0%y, 100%x, WRAP_CONTENT)

rather than

SV.Panel.AddView(lbl, 0%x, 0%y, 100%x, -2) ' -2 = WRAP_CONTENT

Thanks.

John
 

TestMyChess

Member
Licensed User
Longtime User
So there's no way to use standard constants without defining them as variables? No "include file" mechanism?

John
 
Upvote 0
Cookies are required to use this site. You must accept them to continue using the site. Learn more…