Edit: There is another solution by changing b4xsearchtemplate.bas file
I want to increase the B4XSearchTemplate to nearly full screen size.
I can get it with
this removes the title line !
I thought title is hidden, so below line moves the box down,
but title bar is still missing.
How to bring back the title and increase size ?
The sample project is attached.
Edit: Also see me notes on title here,
[Solution] Increase B4XSearchTemplate without losing title bar (.bas changes)
Well my problem of 'title missing' , refer below thread, is solved by changing the.bal file and adding a title label, thanks to Mahares. https://www.b4x.com/android/forum/threads/solved-how-to-increase-the-b4xsearchtemplate-to-nearly-full-screen-size-and-also-show-title-bar.138318/#post-875725...
www.b4x.com
I want to increase the B4XSearchTemplate to nearly full screen size.
I can get it with
B4X:
B4XSearchTemplate1.Resize(90%x, 80%y) '<-- this increases size but removes title
I thought title is hidden, so below line moves the box down,
B4X:
B4XDialog1.Base.Top = 50dip '<-- this moves but title gone in above case
How to bring back the title and increase size ?
The sample project is attached.
Edit: Also see me notes on title here,
[Solved] How to increase the B4XSearchTemplate to nearly full screen size and also show title bar ?
Edit: There is another solution by changing b4xsearchtemplate.bas file https://www.b4x.com/android/forum/threads/solution-increase-b4xsearchtemplate-without-losing-title-bar-bas-changes.138373/ I want to increase the B4XSearchTemplate to nearly full screen size. I can get it with...
www.b4x.com
Attachments
Last edited: