Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
BalloonTip class beta
Message
From
25/09/2006 17:51:37
 
General information
Forum:
Visual FoxPro
Category:
Classes - VCX
Environment versions
Visual FoxPro:
VFP 9 SP1
Miscellaneous
Thread ID:
01156162
Message ID:
01157115
Views:
35
>>Carlos
>
>Yes, the textbox has SelectOnEntry=.t., I've put a Setfocus on the code because that way the tip display over the textbox.
>
>I'll try the new version and let you know!
>

Try it like this:
With Thisform.ctl32_balloontip1
  .ctlPositionStyle = 4            && align to .ctlControl (balloon tip displays at 2/3 width, 2/3 height of control)
  .ctlControl = This.txtCuenta     && store a control reference here
  .ctlHideDelay = 5000
  .ctlCapsLockStyle = 0
  .ctlIcon = TTI_ERROR
  .ctlTitle = "Error!"
  .ctlText = "Cuenta Del Cliente NO Puede Estar En Blanco."
  .ctlVisible = 1
Endwith
But remember that i have not fully tested this kind of usage.

Carlos
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform