Page 1 of 1

Hidden Control Methods

Posted: Mon Aug 13, 2012 3:01 pm
by zator
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ł

Re: Hidden Control Methods

Posted: Tue Aug 14, 2012 1:01 pm
by Support Team
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

Re: Hidden Control Methods

Posted: Tue Aug 14, 2012 1:47 pm
by zator
Ok, now i see the logic. Thanks very much for solving my issue.

Paweł