vote up 25 vote down star
4

Curious what "Toast" means?

Saw this and am curious...

http://stackoverflow.com/questions/1344855/why-does-my-text-keep-highlighting

Similar Posts

flag
2  
Could've asked me lol >.> – Cyclone Aug 28 at 19:11
Want the complete source of my project? – Cyclone Aug 28 at 19:11
6  
I would have named this thing "whack-a-mole" myself. – MusiGenesis Aug 28 at 20:14
wow I've never actually heard this term before somehow... how odd :) – Zeus Sep 9 at 13:14
What an informational thread. I didn't even know those things had a name. – Corin Sep 14 at 20:54

5 Answers

vote up 56 vote down check

A small informational message that pops up like toast.

alt text

http://en.wikipedia.org/wiki/Toast_(computing)

link|flag
Learn something new every day...that's indeed the official name? Must be when it's referenced in the Wikipedia ;) – Frank Sep 2 at 16:29
vote up 18 vote down

It's a type of Window that "pops up" like toast:

http://msdn.microsoft.com/en-us/library/ms632289%28VS.85%29.aspx

An example of a Messenger toast is the message that appears on a user's desktop when one of the user's contacts signs in. Another example of Messenger toasts is the messages displayed when a user receives an alert from the .NET Alerts service. The following are examples of typical toasts:

alt text alt text

link|flag
vote up 8 vote down

"Toast" refers to a UI feature where an event causes a small text box to appear at the bottom of the screen. The behavior seems like a piece of bread emerging from a toaster.

link|flag
vote up 6 vote down

It is a popup alert that generally appears on the right hand side of the screen, and is usually for notifications with great importance. There is generally a cool effect with it, such as fading or stretching.

In my question, the toast pops up and fades in.

link|flag
vote up 0 vote down

In the Mac context, toast is a very popular multimedia application. Often devs will "toast" a disk.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.