Re: Delete Key
- From: Brendan Murphy <bmurphy@xxxxxxxxxxxxxxxxxxxxx>
- To: ftcdev@xxxxxxxxxxxxx
- Date: Mon, 24 Mar 2008 12:01:57 -0500
I wrote:
You want to call "update" to request an update to the display. If
you want an immediate update at that specific moment, call
"update(true, true)". For efficiency sake it is better to call
"update" and wait for the internal timer to fire off (every 0.333
seconds). So you have to decide what behavior is appropriate for
your situation.
Oops, the update time is every 0.111 seconds.
FTC Website: www.truenorthsoftware.com/Realbasic/FormattedText.html
Set List Options (digest and vacation modes): www.freelists.org/list/ftcdev
List Archive: www.freelists.org/archives/ftcdev
Unsubscribe: Send email to ftcdev-request@xxxxxxxxxxxxx with "unsubscribe" in
the subject field.
- References:
- Delete Key
- From: Ron Benditt
- Re: Delete Key
- From: Brendan Murphy
- Re: Delete Key
- From: Ron Benditt
- Re: Delete Key
- From: Brendan Murphy
Other related posts:
- » Delete Key
- » Re: Delete Key
- » Re: Delete Key
- » Re: Delete Key
- » Re: Delete Key
- » Re: Delete Key
You want to call "update" to request an update to the display. If you want an immediate update at that specific moment, call "update(true, true)". For efficiency sake it is better to call "update" and wait for the internal timer to fire off (every 0.333 seconds). So you have to decide what behavior is appropriate for your situation.
- Delete Key
- From: Ron Benditt
- Re: Delete Key
- From: Brendan Murphy
- Re: Delete Key
- From: Ron Benditt
- Re: Delete Key
- From: Brendan Murphy