B4A Question Library find - klaus (first post)    Nov 22, 2019   (1 reaction) The B4A mListView is HERE. B4A Library MSMaterialMenu - Animating icons - Ciclope3160 (first post)    Jan 09, 2015   (1 reaction) Initialize("mListView")
mListView.TwoLinesAndBitmap.SecondLabel.Visible = False
mListView.TwoLinesAndBitmap.ItemHeight = 50dip
mListView.TwoLinesAndBitmap.Label.Gravity = Gravity.CENTER_VERTICAL
mListView.TwoLinesAndBitmap.Label.Height = mListView.TwoLinesAndBitmap.ItemHeight
mLi B4J Question B4XView SetColorAndBorder button color over border - MList (first post)    May 09, 2022 Hi Erel , thanks for your answer.
With your solution the corners look much better, but there is still a blue line under the lower border...
in Pic i implemented your solution with the Save Button. B4A Class [B4X] [Class] TextCrumbs v1 (BreadCrumbs using CharSequence) - epiCode    Jan 27, 2023   (20 reactions) This class helps you create a simple Clickable Text Based Bread Crumbs Feature which supports CharSequence too. Usage is very simple. Create a list which has individual items to be shown as bread crumbs. This can be text / charSequence or mix of both. Initialize TextCrumbs and pass this list and a B4A Question Java Code not working - stevel05 (first post)    Oct 03, 2018   (2 reactions) You didn't include the required imports for the 2 Views:
#If Java
import android.widget.ListView;
import android.view.View;
public static int topLv(ListView mListView) {
int index = mListView.getFirstVisiblePosition();
View v = mListView.getChildAt(0);
int top = (v == nu B4J Library [ABMaterial]: MashListView - Mashiane    Dec 17, 2017   (3 reactions) ",False,"") mlistView.AddItemAvatar("mommy","../images/mom.jpg","Mommy","",False,"successtext","",False,"") page.Cell(3,1).AddComponent(mlistView.ABMComp) Trapping your click event also can be done by processing the itemID of the item you added... Sub mlistView_click(value As Map) Dim B4A Question how to increase on the length of the slide menu - Makumbi    Jan 10, 2019 Initialize("mListView") mListView.TwoLinesAndBitmap.SecondLabel.Visible = False mListView.TwoLinesAndBitmap.ItemHeight = 50dip mListView.TwoLinesAndBitmap.Label.Gravity = Gravity.CENTER_VERTICAL mListView.TwoLinesAndBitmap.Label.Height = mListView.TwoLinesAndBitmap.ItemHeight mLi B4J Question TextChanged Event fired from Pgm code or from User Input - MList    May 18, 2022 Public txtSeriennummer As B4XView Sub txtSeriennummer_TextChanged (Old As String, New As String) If New <> Old Then If IsNumber(New) = False Then xui.MsgboxAsync(Language.Text(Var.v,37),Language.Text(Var.v,148)) txtSeriennummer.Text = Old Else B4J Question B4XTable labels overlapping - MList (first post)    Aug 09, 2024 base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.base/java.lang.reflect.Method.invoke(Method.java:566)
at anywheresoftware.b4a.de B4A Question B4XDialog, Button set to "" - MList    Apr 05, 2023 BorderWidth = 3dip
#End If
v.TitleBarFont = Var.BigFont
v.TitleBarColor = xui.Color_Transparent
v.TitleBarTextColor = Var.lblColor
Dim Abstand As Int
Dim b1,b2,b3 As B4XView
b1 = v.GetButton(xui.DialogResponse_Positive)
If b1.IsInitialized = True Then Page: 1   2   3   4   5   6   7   Powered by ColBERT |