Hi,
your feature is on our feature list - we will discuss this.
Meanwhile, I have a workaround on that - you can do it within the code.
[*] Convert the validate action to user code (Right Click on the valiate action -> Convert to User Code and define a name for the method).
[*] View the user code (Right Click on the valiate action -> View User code)
The validate method should look something like this
- Code: Select all
Validate.Attribute(repo.WebDocumentMarketsPlus_Evolve_Tradi.FormSilverlight_Control1.TextUsernameInfo, "Text", (string)null);
Regards,
Martin
Ranorex Support Team