how to translate this (No status bard no title bar)

kalarius

Active Member
Licensed User
Longtime User
How to translate to basic the follow?

requestWindowFeature(Window.FEATURE_NO_TITLE);
this.getWindow().setFlags(WindowManager.LayoutParams.FLAG_FULLSCREEN,WindowManager.LayoutParams.FLAG_FULLSCREEN);

I know that I must use the Reflector but I do not know how to use the reflector

Please help
 

barx

Well-Known Member
Licensed User
Longtime User
Hiding the title and forcing fullscreen can be done via the b4a IDE. in the menu goto Project > Activity Properties and there you have the options.
 
Upvote 0

NJDude

Expert
Licensed User
Longtime User
You can do that in the IDE, click on Project -> Activity Properties and put a check on Full Screen, then on your the designer check the properties of the Activity and select Show Title as False and Full Screen as True.
 
Upvote 0

kalarius

Active Member
Licensed User
Longtime User
Hiding the title and forcing fullscreen can be done via the b4a IDE. in the menu goto Project > Activity Properties and there you have the options.

from the project > activite I check them and I do not have the title bar visible

but the status bar on the bottom is visible.
 
Upvote 0

RJB

Active Member
Licensed User
Longtime User
Hi,
I have the same thing. Is this a setting or something to do with the device or ...?
 
Upvote 0

RJB

Active Member
Licensed User
Longtime User
It gets hidden when playing videos in 4.0.4 does that bypass the OS do you think?
 
Upvote 0

RJB

Active Member
Licensed User
Longtime User
Thanks Erel
Thanks Margret. It's useful to be able to turn off the softbuttons at will. Unfortunately it looks like Erel is right re. 4.0.4 in that the blank space remains at the bottom and touching it switches the soft button display back on. So still can't use the full screen
Oh well.....
 
Upvote 0

RJB

Active Member
Licensed User
Longtime User
Just a thought: Once the status/ softkey area has been blanked, can it be used for messages/ softkeys of our own? Or is it completely reserved?
 
Upvote 0

kalarius

Active Member
Licensed User
Longtime User
hi,

there is asolution but I do not know it
Why I say so.
my device MK802ii include a player and I download from google store the FX explorer and root explorer
ALL these have inside a player ALL these player take FULL screen on my screen withought the "bullets at the bottom"
when I say ALL I mean ALL

margaret sent me a procedure (it is into tah starting manual at the end) that take full screen and show the "black bullet" at the bottom I use this for now BUt Iam looking for the write solution


*** does any one know how
I can communicate with a running program
I get the names (not the proccess id) of the running program
The global variables that export each program



Kalarakis
Greece
 
Upvote 0
Top