loko789
loko789
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; `
## General Information * MEGA Version: 7.14.1 * iOS Version(s): 15.6 * Devices/Simulators: iPhone 12 * Reproducible? (Yes/No): Yes ## What happened? The album covers of songs saved offline are...
The last update was 2 years ago. Is this project dead? Does it still make sense to report errors or requests?
## General Information * MEGA Version: 9.6.1 * iOS Version(s): 16.03.01 * Devices/Simulators: iPhone 12 * Reproducible? (Yes/No): Yes ## What happened? If you don't have internet access and you've...