Installation instructions:
- Copy the *.a and *.h files into the folder "Libs" in your MAC or in your MAC HOSTED by AnywhereSoftware, normally in "B4i-MacServer\Libs" folder
-Copy the iComboBox.xml to your custom libraries folder in B4i
- Select in your REFERENCED LIBRARIES
Version history:
V1.0.0 (First public release):
- Initial version
V1.0.2
- New method to move combo after initialized (.moveCombo(x,y,width,height)
V1.0.3
- New methods:
* SetText
* SetPlaceHolder
V1.0.4
Obs: From this version is not necessary replace the libraries to convert to the FULL VERSION, now by simply put your license in the LicenseKey and LicenseEmail in appropriate properties.
- New methods:
* ColorBackground
* SetTextWithColor
* SetPlaceHolderWithColor
* LicenseEmail
* LicenseKey
* LicenseShow
CHECK NEW EXAMPLE ATTACHED IN HERE: ExampleWithLicenseKey.zip
iComboBox
Author: Alberto Iglesias (alberto@visualnet.inf.br)
Version: 1.0.2
- iComboBox
Events:- onInitialized (EventName As String)
- onSelected (itemName as String )
- AddSection (SectionName As String, MenuItens As Array)
Add a section to combo with itens - ColorHeadSection (Rt As Int, Gt As Int, Bt As Int, Rb As Int, Gb As Int, Bb As Int)
Set the colors of Head Section - Initialize (EventName As String, defaultPlaceHolder As String, x As Int, y As Int, width As Int, height As Int, expandHeight As Int, allowFiltering As BOOL, iconArrow As NSString*)
- moveCombo(x AsInt, y AsInt, width AsInt, height AsInt)
Initializes the object. - Show (Parent As B4IPage*)
Show the Combo
- Author As String [read only]
Author of this Library - DebugMode As BOOL
Enable/Disable Debug mode from Library - LastItemChoosed As String [read only]
Last Title of Item Choosed - LastSectionChoosed As String [read only]
Last Section Name Choosed - NameIdentifier As String [read only]
Name of Combo Identifier - SectionTitleEnable As BOOL
Enable/Disable Title of Section - UUID As String [read only]
UUID Identifier - Version As String [read only]
Library Version - borderWidth As Int
Width of Combo border
Attachments
Last edited: