|
|
| Daniel 2005-06-20, 3:24 am |
| How can I make a textbox blinking in the form?
--
Daniel Kim
compumate99@yahoo.com
| |
| Eric den Doop 2005-06-20, 3:24 am |
| Use a timer, and set the Interval to for example 500. In the timer event,
you issue:
yourtextbox.visible = NOT yourtextbox.visible
--
Eric den Doop
www.foxite.com - The Home Of The Visual FoxPro Experts - Powered By VFP8
"Daniel" <compumate99@yahoo.com> wrote in message
news:JVpte.133$5w3.29@newssvr11.news.prodigy.com...
> How can I make a textbox blinking in the form?
>
> --
> Daniel Kim
> compumate99@yahoo.com
>
>
| |
| Craig Berntson 2005-06-23, 11:24 am |
| You should be aware that blinking objects run contrary to Windows UI
guidelines.
--
Craig Berntson
MCSD, Visual FoxPro MVP
www.craigberntson.com
Salt Lake City Fox User Group
www.slcfox.org
www.foxcentral.net
"Daniel" <compumate99@yahoo.com> wrote in message
news:JVpte.133$5w3.29@newssvr11.news.prodigy.com...
> How can I make a textbox blinking in the form?
>
> --
> Daniel Kim
> compumate99@yahoo.com
>
>
| |
| Paul Pedersen 2005-06-23, 1:24 pm |
| Oh, but it's so much fun trying to induce epileptic fits in users!
"Craig Berntson" < iamcraig@iamcraigber
ntson.com> wrote in message
news:eT6mCDBeFHA.3808@TK2MSFTNGP14.phx.gbl...
> You should be aware that blinking objects run contrary to Windows UI
> guidelines.
>
> --
> Craig Berntson
> MCSD, Visual FoxPro MVP
> www.craigberntson.com
> Salt Lake City Fox User Group
> www.slcfox.org
> www.foxcentral.net
>
>
> "Daniel" <compumate99@yahoo.com> wrote in message
> news:JVpte.133$5w3.29@newssvr11.news.prodigy.com...
>
>
| |
| Andrew R 2005-06-24, 9:24 am |
| You should be aware that Windows UI guidelines often run contrary to User
Specifications. : )
Andrew R.
"Craig Berntson" < iamcraig@iamcraigber
ntson.com> wrote in message
news:eT6mCDBeFHA.3808@TK2MSFTNGP14.phx.gbl...
: You should be aware that blinking objects run contrary to Windows UI
: guidelines.
:
: --
: Craig Berntson
: MCSD, Visual FoxPro MVP
: www.craigberntson.com
: Salt Lake City Fox User Group
: www.slcfox.org
: www.foxcentral.net
:
:
: "Daniel" <compumate99@yahoo.com> wrote in message
: news:JVpte.133$5w3.29@newssvr11.news.prodigy.com...
: > How can I make a textbox blinking in the form?
: >
: > --
: > Daniel Kim
: > compumate99@yahoo.com
: >
: >
:
:
| |
| Fred Taylor 2005-06-24, 8:24 pm |
| I think the only reason that "it's against Windows guidelines" is that the
blinking has to be handled by software (timers, etc.). Back in the old DOS
days, blink was a hardware attribute, so no overhead involved.
--
Fred
Microsoft Visual FoxPro MVP
"Andrew R" <adr @ rossers. net> wrote in message
news:3i2l4qFjk73dU1@
individual.net...
> You should be aware that Windows UI guidelines often run contrary to User
> Specifications. : )
>
> Andrew R.
>
> "Craig Berntson" < iamcraig@iamcraigber
ntson.com> wrote in message
> news:eT6mCDBeFHA.3808@TK2MSFTNGP14.phx.gbl...
> : You should be aware that blinking objects run contrary to Windows UI
> : guidelines.
> :
> : --
> : Craig Berntson
> : MCSD, Visual FoxPro MVP
> : www.craigberntson.com
> : Salt Lake City Fox User Group
> : www.slcfox.org
> : www.foxcentral.net
> :
> :
> : "Daniel" <compumate99@yahoo.com> wrote in message
> : news:JVpte.133$5w3.29@newssvr11.news.prodigy.com...
> : > How can I make a textbox blinking in the form?
> : >
> : > --
> : > Daniel Kim
> : > compumate99@yahoo.com
> : >
> : >
> :
> :
>
>
|
|
|
|