Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Changing status bar message text color
Message
 
 
To
09/07/2001 20:45:02
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00528373
Message ID:
00528448
Views:
28
>>The first question is of course, why would anyone want or care to see a different color of the status bar message text ??? The answer is the client requested it and really wants it.
>>
>>This is in VFP 6.0 and I have tried everything and have done nothing but killed a lot of time.
>>
>>Any ideas on this strange request would be greatly appreciated.
>
>Maybe someone will have a brilliant way to poke the window, but until then...:)
>
>The easy answer would be: Does he really want to spend the budget?
>
>The customer-friendly answer is:
>
>Use a toplevel form as your foxpro desktop instead of _screen.
>Set statusbar off
>Create your own status bar text by using a textbox on the toplevel form.
>Put a box shape on the form to mimic the status bar.
>
>Then, in the gotfocus of your subclassed controls (combos, textboxes, etc), set the text value of the MyStatusBarText to the control's statusbartext (which would be set in specific subclasses).
>
>It's a fairly sustantive bit of work and if you bid it for him, he might decide resources could be better spent elsewhere.
>
>In the meantime, post this wish to foxwish@microsoft.com.


Oops, was going to suggest the same approach :)
If it's not broken, fix it until it is.


My Blog
Previous
Reply
Map
View

Click here to load this message in the networking platform