B4J Question how to remove the close, maximize and minimize

Douglas Farias

Expert
Licensed User
Longtime User
hi all
how can i make my own buttons to close , maximize etc?
i want to make a game launcher like this
launcher4.jpg


how can i remove the native close, maximise , minimize buttons and add my buttons?
 

Bruce Axtens

Active Member
Licensed User
Longtime User
In my BOJ project (q.v.) I've got
B4X:
MainForm.SetFormStyle("UNDECORATED")
 
Upvote 0

Douglas Farias

Expert
Licensed User
Longtime User
this works
B4X:
MainForm.SetFormStyle("UNDECORATED")

but why i cant move my .jar?
i cant move on the screen when use
MainForm.SetFormStyle("UNDECORATED")
it still on center of screen
 
Upvote 0
Top