FMXComponents icon indicating copy to clipboard operation
FMXComponents copied to clipboard

Firemonkey Opensource Components

Results 15 FMXComponents issues
Sort by recently updated
recently updated
newest added

1. All English in components and demo 2. Component all demo to **support Android** specially component DEMO. 3. could not find FMXCalendarControl1.SetMonthNames(TEnMonths); SetMonthNames on object inspector; 4. Opacity is 1....

How to Dynamic PageCount? ` FMXImageSlider1.PageCount := 0; {some code} for I := 0 to myList.count do begin FMXImageSlider1.PageCount := FMXImageSlider1.PageCount+1; img := TImage.Create(self); img.Bitmap.LoadFromFile('C:\temp\'+myList.text+'.png'); FMXImageSlider1.SetPage(I, img); end; `

Do you have plan to support those platforms?

how to save or print qrcode