Jump to content

Mobile DBListGrid - How to catch Row Tap (select row) event ?


andyhill

Recommended Posts

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.
Link to comment
Share on other sites

  • 1 year later...
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)
{

}

 

Link to comment
Share on other sites

×
×
  • Create New...