mhmda Posted August 24, 2020 Posted August 24, 2020 Project: Video: In this video tutorial you will learn how build listview with cards + floating action button. you will learn also how to use XTemplate with UniDBListGrid, how to use inline functions to generate customize view for every card based on a roles of your database. 10
epos4u Posted August 25, 2020 Posted August 25, 2020 10 minutes ago, mhmda said: Video added see original post Thank you brother Mohammad
Kenneth Posted November 27, 2020 Posted November 27, 2020 Hi all. Who knows how to swipe in TUnimDBListGrid so that it can be seen with animation? And how I know direction swipe left or right?
Sherzod Posted November 29, 2020 Posted November 29, 2020 On 11/27/2020 at 5:48 PM, Kenneth said: And how I know direction swipe left or right? Hello, One possible solution. 1. UnimDBListGrid1 -> ClientEvents -> UniEvents -> function afterCreate(sender) { let me = sender; me.on('childswipe', function(a,b) { ajaxRequest(me, '_childswipe', ['direction=' + b.source.direction]) }); } 2. UnimDBListGrid1 -> OnAjaxEvent -> procedure TMainmForm.UnimDBListGrid1AjaxEvent(Sender: TComponent; EventName: string; Params: TUniStrings); begin if EventName = '_childswipe' then ShowMessage(Params.Values['direction']) end; 3. And don't use the OnSwipe event.
looking Posted March 15, 2021 Posted March 15, 2021 On 8/24/2020 at 11:59 PM, mhmda said: Project: Unigui_Mobile_Listview.rarUnavailable Video: In this video tutorial you will learn how build listview with cards + floating action button. you will learn also how to use XTemplate with UniDBListGrid, how to use inline functions to generate customize view for every card based on a roles of your database. Failure of accessories!!!
Sherzod Posted March 15, 2021 Posted March 15, 2021 38 minutes ago, looking said: Failure of accessories!!!
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now