FMXUI icon indicating copy to clipboard operation
FMXUI copied to clipboard

FMX跨平台基础UI库

Results 18 FMXUI issues
Sort by recently updated
recently updated
newest added

应用沉浸式标题栏时,点击页面会出现抖动问题

bug

Hello, Looks to be a very promising library, however... Is this project (i.e. FMXUI) considered to be an active project? Are reported bugs being fixed on a regular schedule? Does...

😶 ![ListView](https://user-images.githubusercontent.com/3335273/143374993-d6f4f571-0205-42a6-b149-e105b3af36be.gif) 📍 [test2.zip](https://github.com/yangyxd/FMXUI/files/7600017/test2.zip)

bug

Some glitches when fast scrolling: ![ListView](https://user-images.githubusercontent.com/3335273/142759324-26d8f967-c63e-4136-95fc-5cf9032bb5dd.gif) See test-project in attach. [test.zip](https://github.com/yangyxd/FMXUI/files/7576128/test.zip)

bug

![20200801100741](https://user-images.githubusercontent.com/5125282/89091796-e7993780-d3de-11ea-9870-0b765a2681e8.png) [uFrameVertScrollView.zip](https://github.com/yangyxd/FMXUI/files/5009695/uFrameVertScrollView.zip)

in commit c8d1815 titled "fix Draw TTextView error while scrolling", where these changes are made -- if Assigned(FScrollV) and (FCanScrollV) then begin ++ if Assigned(FScrollV) and (FCanScrollV) and (ScrollValueV <...

Please support Right to left in TTextView Thanks

How do I make the Search-filter Method ListviewEx Thanks

enhancement

Hi Rotation is not working properly on Android with TTextView when RotationPoint is 0,0. Help please.

bug

TTextView的htmltext对英文内容的断行,不支持按word 首先设置tv的wordwrap属性为true。 1、htmltext属性对英文内容断行有问题,默认都是按字母断行,即使设置了 trimming属性为word。 2、显示出来的效果上,右边出现很大的空白。 3、以上问题,带来了通过文本内容及设置来动态计算tv高度时,完全不准。 ![20200801112440](https://user-images.githubusercontent.com/5125282/89093073-a2c6ce00-d3e9-11ea-8d7b-948187265130.png) [demo11.zip](https://github.com/yangyxd/FMXUI/files/5009785/demo11.zip)

bug