Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Flashing label
Message
General information
Forum:
Visual FoxPro
Category:
Classes - VCX
Title:
Miscellaneous
Thread ID:
00421038
Message ID:
00421084
Views:
19
Hi George,

I want one particular label to be flashing in some condition, not the whole form. Could you please send me a sample of this behavior to my work e-mail? (click on white envelope). Currently I've just put a label with big blue letters and I think, I'm satisfied for now, but perhaps I will decide to switch to something more fancy...

Thanks in advance.

>Hi Nadya,
>I just started using this control the other day. It works great and is really simple. The FLICK() method is just like a switch. The first time it is called the light turns on. The second time it is called it is turned off. There are a couple of properties to set the blink interval and another to set the color. If I can provide you with any other info just let me know.
>
>George
>

>>>>Hi Ko,
>>>>
>>>>>>Hi everybody,
>>>>>>
>>>>>>I've just added a new function for one of my application, called clone. The code is simple:
>>>>>>
>>>>>>local oTemp
>>>>>>scatter name oTemp memo
>>>>>>append blank && default ID assigned on APPEND
>>>>>>oTemp.FunctionID = FunctionID
>>>>>>gather name oTemp memo
>>>>>>
>>>>>>I think, I have to add a label, which would indicate, that this is a new cloned record and would be visible untill save or revert buttons would be pressed. Threfore my question: how can I create a flashing effect for this label by simplest way? I'm not sure, that I want to use timer for this...
>>>>>>
>>>>>>Thanks in advance.
>>>>>

>>>>>Why not simply set the labels visible to .t. when adding the record and set it to invisible when clicking on revert or save buttons.
>>>>
>>>>Yes, this is what I have in mind. But in order to get user's attention, I want for this label to be 'flashing' label, IOW, letters should blink. The best instance of this behavior: 'Running...' It's not hard to design the class for this label (container: label+timer with few lines of code), but may be somebody already designed this class, so I don't have to reinvent the wheel (I'm quite a lazy person :)).
>>>>
>>>>Thanks again.
>>>
Why not put that flashing LED light from the files section there too? <bg>
>>
>>Yep, I've just downloaded this class, but not sure, it's that I want. Pity, it doesn't have a demo form...
If it's not broken, fix it until it is.


My Blog
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform