Programma B4J con form che include due combobox
Le combo vengono caricate da codice usando un campo letto da db, diciamo per fare un esempio la prima Codice Iva, la seconda combo con Aliquota Iva
Quando avvio programma, le combobox vengono visualizzate come vuote
Clicco col mouse e scelgo una...
How do I resize the text in a ComboBox and ChoiceBox?
For all elements, I will change the font size in the designer:
If ActivitySize>20 Then
btn.TextSize=16
lbl.TextSize=16
Else
btn.TextSize=12
lbl.TextSize=12
EndIf
But for the ComboBox, I cannot change the font.
I've tried...
Hello Do We Have A Chance To Improve The Spinner Control?
Example .Net Combobox or Devexpress Lookupedit or Devexpress Comboboxedit.
The simplest Spinner.text="123456" does not exist.
Thanks.
lmB4XComboBox is a b4x library (https://www.b4x.com/android/forum/threads/100383/#content).
It works with B4A, B4J and B4i.
It is a modified version of the Erel's original B4XComboBox and allows you to store in it a value for each text item.
Not rarely (mainly handling DB data) you need a...
Hi all,
I added from the designer in a form a comboBox and type the following:
Under Process Globals: Public combo2 As ComboBox
Under Appstart:
combo2.Initialize("")
combo2.Items.Add("AAAA")
combo2.Items.Add("BBBB")
When i run the app, i click on comboBox and do nothing. Does...
Hi all,
I have an issue using the combo box. After going through the various tutorials, I successfully implemented the combobox. However, I could not achieve what I needed. I load data from my database into the combobox successfully but I could not get the right data for use.
My table contains...
I haven't changed the color of anything. I do want to.
But I just tried it default and it's a white box with black text, which is fine for now.
But there is no dropdown arrow on the right. There is space for it once I tap the bar.
But no visible arrow.
What do I need to do?
Thanks!
Hello everyone.
I'm having a really hard time making this work. I have a combo box and I need to align all of the entries to the right of the dropdown list. I've searched the forum and tried different things without luck:
1. Using CSSUtils:
CSSUtils.SetStyleProperty(CBOX_ProductType...
Hi Guys,
I have a MySQL table with two fields (Code, Name). I want to display the Name in the combo box but also capture the code as this is the unique identifier in which I need to reference later when pulling data from another MySQL table.
I currently have this to get the Name into the...
Hello,
as a beginner to programming and esp. to your software I rely heavily on the samples I can find in the forum, at least for me the ones created before "internal designer" also pose some problems because they usually contain more code (which one should not use with the new designer, as far...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.