Jump to content

Recommended Posts

Posted

Can someone please show me how to add a listener to DBListGrid in order to catch user Row Tap (select) - thanks in advance

Posted

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

Where is all of the TUnimDBListGrid Mobile parameters (Item Info) that was Double Clicked ???

UnimDBListGridDblClick(Sender: TObject);

Posted
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)
{

}

 

Posted

Not only does TUnimDBListGrid Mobile childdoubletap event not fire BUT it takes out UnimDBListGridDblClick event if coded !

Posted
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.

×
×
  • Create New...