Hidden Control Methods

Technology specific object identification, supported applications, web technologies, and 3rd party controls.
zator
Posts: 53
Joined: Wed Jul 04, 2012 1:44 pm
Location: Kraków, POLAND

Hidden Control Methods

Post by zator » Mon Aug 13, 2012 3:01 pm

Hello,

Recently i am working with some Infrgistics grids and i have a problem with them. I read about the Ranorex feature 'Invoking User-Defined Actions' ( here: http://www.ranorex.com/support/user-gui ... tions.html ) and i wanted to try how it will work with that grids. Unfortunately some of the methods are hiden even if they are public.
Could such thing happens because some methods take unknown variable types( like 'UltraGridRow' )??

Paweł

User avatar
Support Team
Site Admin
Site Admin
Posts: 12145
Joined: Fri Jul 07, 2006 4:30 pm
Location: Houston, Texas, USA
Contact:

Re: Hidden Control Methods

Post by Support Team » Tue Aug 14, 2012 1:01 pm

Hello Pavel,

Only those methods can be invoked which have serializable argument and return types, i.e. all primitive types and classes marked with the Serializable attribute. In other words, only those methods will be listed which do not have custom types as arguments, unless those types are serializable.

Regards,
Bernhard
Ranorex Support Team

zator
Posts: 53
Joined: Wed Jul 04, 2012 1:44 pm
Location: Kraków, POLAND

Re: Hidden Control Methods

Post by zator » Tue Aug 14, 2012 1:47 pm

Ok, now i see the logic. Thanks very much for solving my issue.

Paweł