B Bob Spielen Active Member Licensed User Dec 5, 2017 #1 During resizing an item of the CustomListView the text deforms. See attached video. Can you help me to solve or minimize this issue? Thanks a lot. Attachments CLV_Issue.zip 306.4 KB · Views: 133
During resizing an item of the CustomListView the text deforms. See attached video. Can you help me to solve or minimize this issue? Thanks a lot.
Erel B4X founder Staff member Licensed User Longtime User Dec 6, 2017 #2 The simplest solution is to set InsertAnimationDuration to 0. Another option is to switch to the "expandable" version: https://www.b4x.com/android/forum/t...-list-based-on-xcustomlistview.86449/#content Upvote 0
The simplest solution is to set InsertAnimationDuration to 0. Another option is to switch to the "expandable" version: https://www.b4x.com/android/forum/t...-list-based-on-xcustomlistview.86449/#content
B Bob Spielen Active Member Licensed User Dec 6, 2017 #3 Erel said: The simplest solution is to set InsertAnimationDuration to 0. Another option is to switch to the "expandable" version: https://www.b4x.com/android/forum/t...-list-based-on-xcustomlistview.86449/#content Click to expand... Thanks as always for the fast reply. I will try to switch to the new expandable version. But for the learning , pls ... what view should be set the InsertAnimationDuration to 0, is it the pan or the views on it? Thanks a lot. Upvote 0
Erel said: The simplest solution is to set InsertAnimationDuration to 0. Another option is to switch to the "expandable" version: https://www.b4x.com/android/forum/t...-list-based-on-xcustomlistview.86449/#content Click to expand... Thanks as always for the fast reply. I will try to switch to the new expandable version. But for the learning , pls ... what view should be set the InsertAnimationDuration to 0, is it the pan or the views on it? Thanks a lot.
B Bob Spielen Active Member Licensed User Dec 6, 2017 #4 I tried...but the issue ist still present. See image. Can I some how turn the view "off" or send to back and then after resizing bring it back? Attachments CLV_Issue.jpg 145.7 KB · Views: 152 Upvote 0
I tried...but the issue ist still present. See image. Can I some how turn the view "off" or send to back and then after resizing bring it back?
Erel B4X founder Staff member Licensed User Longtime User Dec 7, 2017 #5 Have you disabled animations by setting it to 0? Upvote 0
B Bob Spielen Active Member Licensed User Dec 7, 2017 #6 Fine! It solved my problem, thank you very much! Upvote 0