B4XImageView is a new custom view, added to XUI Views v2.40.
It adds several useful resize modes to the standard ImageView:
(Images source:
Share My Creation - Compass GM a gyro-magnetic compass app featuring true and magnetic heading
Hi everyone, you are all welcome to download and...
HI All,
I try to create a CustomView with B4XCanvas in B4J but found some thing does not work as expected.
I already set the anchor to automatically resize when form resized.
And this is the code in the Custom View class
B4X:
#DesignerProperty: Key: BooleanExample, DisplayName: Show...
HI All,
I try to create a CustomView with B4XCanvas in B4J but found some thing does not work as expected.
I already set the anchor to automatically resize when form resized.
And this is the code in the Custom View class
B4X:
#DesignerProperty: Key: BooleanExample, DisplayName: Show...
Good morning,
I have searched the forums for some time, but have not found a way to resize a input template.
This is the point i am at, any advice / support would be great!
B4X:
Dim input As B4XInputTemplate
input.Initialize...
B4XPages 1.05: how to resize layout Width and Height ?
in Main:
B4X:
#Region Project Attributes
#MainFormWidth: 600
#MainFormHeight: 600
#End Region
'
#Region Delegates
Sub MainForm_Resize (Width As Double, Height As Double)
B4XPages.Delegate.MainForm_Resize(Width, Height)
'what is...
how resize control for view correct in all phones and orientations
I have a layout, multiloades into customlistview for view a 'custom listview'.
i tray to change Anchor horizontal in PanelDetalle, and i can view the controls, but no resize correct.
if change to anchor horizontal = autoajust...