Adjusting Native View

Hi guys,

Need help.

Referring to the ‘ExtendingUI’ sample provided by Corona. It creates a native UI top-bar and bottom-bar. The graphics in the center is created using Corona.

My question is :

  1. How do I adjust the native UI top-bar & bottom-bar (the native UI) from Corona ? For example, i want to adjust its  alpha from Corona.

  2. Is there a way to send a native-function from a ‘public class SAMPLE implements com.naef.jnlua.NamedJavaFunction’ (not from CoronaApplication.java) to Corona (as a function) ? In this way, I can call these native-functions from Corona.

  3. How do I ‘destroy’ these native UI top-bar & bottom-bar  from the Corona ?

Thanks