Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
BalloonTip class beta
Message
 
To
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:
01157456
Views:
21
That worked like a charm! :)

I still have the setfocus because I want the cursor to position on the control once the message is displayed. Now I'm thinking in using your class together with my "errorprovider" class.

>>>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
I'm a mixture of Albert Einstein and Arnold Schwarzenegger. The only trouble is that I got Einstein's body and Schwarzenegger's brain
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform