SIPBehavior property in CF

  • Thread starter Thread starter Janez
  • Start date Start date
J

Janez

Hi,

I am porting one of my eVB projects to CF and I am missing SIPBehavior
property in CF which is available for eVB Form object. This property
is set to Automatic in my eVB forms, so the SIP is automatically
visible when user enters control for text input.

I assume I can achieve similar effect with the InputPanel control in
CF, but I want to set this for the form generally as in eVB and not
for each control individually.
Is this possible in CF?

Regards
Janez
 
This is not possible. You can show the sip on the GotFocus event of the control. Every control that needs to show the sip can point to the same method as the event handler.
 
Back
Top