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

Hello, Do you have any plans for implementing Swipe or Long press gestures for ListViewItem (or any suggestions how to achieve it) ?

[iOS] = OK [Windows] = OK [Android] = Does not work The TEditView Component does not work, it does not allow editing. [AppTestEdit.zip](https://github.com/yangyxd/FMXUI/files/14232161/AppTestEdit.zip)

请问FMXUI中,在安卓下,最终按back键退出APP时,如何实现不直接退出APP。 我就是想实现比如说按10秒内按两次back键才退出APP,或是按back键,弹出对话框询问是否退出APP。 我在TFrame1.FrameKeyUp中拦截,没有效果。 在DoFinish中,把inherited注释掉,也不行。 在DoCanKeyFinish设置Result := False;,整个Frame就不响应back键了,也达不到目的。

请问EditView2如何让输入的字符变成大写,就像TEdit的CharCase可以设置成ecUpperCase一样的效果。 我通过ChangeTracking事件可以实现,但我在FilterChar中设置为有效字符是‘0123456789ABCDEF’,造成的后果就是键盘输入小写的字母就无法触发ChangeTracking事件了。 在KeyDown事件中,我强制Shift=ssShift也没用,我测试时,只在特殊键按下才会触发,比如按下Enter。正常按下数字1时就不会触发此事件。 我的版本Delphi 11.3,上面的问题是针对安卓系统测试的。

Is it possible to add autocomplete, in the same way as the native TEdit ControlType Platform ? [AppTestEdit.zip](https://github.com/yangyxd/FMXUI/files/13368666/AppTestEdit.zip)

Hello Tlinearlayout does not support the possibility of break, which means that it does not move to the next line when there is no place for a component on the...

Could you please tell me how to fix it? FontsSize is too small ("1" or "2") by default 😕 ![image](https://user-images.githubusercontent.com/3335273/208390573-b06e4966-f3c0-4db3-a8c4-686dec7e3543.png)

When i selected a text in a TEditView, and delete all the text, the app raise this exception. `Project Project1.apk raised exception class EJNIException with message 'java.lang.IndexOutOfBoundsException: setSpan (9 ......