andyhill Posted May 16, 2018 Posted May 16, 2018 Can someone please show me how to add a listener to DBListGrid in order to catch user Row Tap (select) - thanks in advance
andyhill Posted May 17, 2018 Author Posted May 17, 2018 Does not fire. I mentioned this bug before but my posting was ignored. // Sencha Touch Runtime ExtRoot:= UniServerModule.StartPath+'ext-4.2.5.1763\'; UniRoot:= UniServerModule.StartPath+'uni-1.0.0.1423\'; UniMobileRoot:= UniServerModule.StartPath+'unim-1.0.0.1423\'; TouchRoot:= UniServerModule.StartPath+'touch-2.4.2\'; I am hesitant to update because this is a live system (built around touch) and there have been so many new issues introduced with the latest updates.
Sherzod Posted May 19, 2018 Posted May 19, 2018 Please show me a work around And what if you will use OnClick event instead?
andyhill Posted January 4, 2020 Author Posted January 4, 2020 Please advise how to catch Double Tap on TUnimDBListGrid Mobile (there is no itemtap event) ?
andyhill Posted January 6, 2020 Author Posted January 6, 2020 Where is all of the TUnimDBListGrid Mobile parameters (Item Info) that was Double Clicked ??? UnimDBListGridDblClick(Sender: TObject);
Sherzod Posted January 7, 2020 Posted January 7, 2020 9 hours ago, andyhill said: Where is all of the TUnimDBListGrid Mobile parameters (Item Info) that was Double Clicked ??? Which parameters are you interested in? You can also use ExtEvents for this: function childdoubletap(sender, location, eOpts) { }
andyhill Posted January 7, 2020 Author Posted January 7, 2020 Not only does TUnimDBListGrid Mobile childdoubletap event not fire BUT it takes out UnimDBListGridDblClick event if coded !
Sherzod Posted January 7, 2020 Posted January 7, 2020 1 hour ago, andyhill said: Not only does TUnimDBListGrid Mobile childdoubletap event not fire BUT it takes out UnimDBListGridDblClick event if coded ! If possible, please make a simple testcase.
Recommended Posts