Author |
Message |
OutlawGene Cya guys, I'm gone Hey guys, I'm still here cat /dev/random
Joined: Jan 04 2004 Posts: 141 Offline
|
Posted: Sat Mar 12, 2005 10:18 pm Post maybe stupid Post subject: Undo button |
 |
|
|
|
The Magical Undo Button
move 10 steps forward click the Undo Button and you go 10 steps backwards.
Same with right and left.
Put in any command throughout continuum Reverse it.
Say Hello. Delete that Hello.
Shoot a weapon (bomb,bullet etc). Reverse that weapon.
THE MAGICAL UNDO BUTTON.
|
|
Back to top |
|
 |
Muskrat Server Help Squatter

Age:38 Joined: Aug 24 2004 Posts: 829 Location: Swamp Offline
|
Posted: Sat Mar 12, 2005 10:22 pm Post maybe stupid Post subject: |
 |
|
|
|
oh crap I died, undo! undo!
edit: this is more of a trash talk joke topic if you ask me I hope you arent being serious
|
|
Back to top |
|
 |
D1st0rt Miss Directed Wannabe

Age:37 Gender: Joined: Aug 31 2003 Posts: 2247 Location: Blacksburg, VA Offline
|
Posted: Sat Mar 12, 2005 11:41 pm Post maybe stupid Post subject: |
 |
|
|
|
undo the creation of this topic _________________
|
|
Back to top |
|
 |
Assassin2684 Server Help Squatter

Age:34 Gender: Joined: Jul 27 2004 Posts: 990 Location: Florida Offline
|
Posted: Sun Mar 13, 2005 12:36 pm Post maybe stupid Post subject: |
 |
|
|
|
Now that was funny.
|
|
Back to top |
|
 |
Guest
Offline
|
Posted: Sun Mar 13, 2005 10:44 pm Post maybe stupid Post subject: |
 |
|
|
|
Undo the transfer of this thread to the trash!
|
|
Back to top |
|
 |
Mr Ekted Movie Geek

Gender: Joined: Feb 09 2004 Posts: 1379 Offline
|
Posted: Sun Mar 13, 2005 11:10 pm Post maybe stupid Post subject: |
 |
|
|
|
If only certain people's parents had an undo... _________________ 4,691 irradiated haggis!
|
|
Back to top |
|
 |
CypherJF I gargle nitroglycerin

Gender: Joined: Aug 14 2003 Posts: 2582 Location: USA Offline
|
Posted: Sun Mar 13, 2005 11:28 pm Post maybe stupid Post subject: |
 |
|
|
|
rotfl : they forgot to use a firewall :X _________________ Performance is often the art of cheating carefully. - James Gosling
|
|
Back to top |
|
 |
Cyan~Fire I'll count you!

Age:37 Gender: Joined: Jul 14 2003 Posts: 4608 Location: A Dream Offline
|
Posted: Sun Mar 13, 2005 11:54 pm Post maybe stupid Post subject: |
 |
|
|
|
His parents? I don't think that's what they call it, Cyph.  _________________ This help is informational only. No representation is made or warranty given as to its content. User assumes all risk of use. Cyan~Fire assumes no responsibility for any loss or delay resulting from such use.
Wise men STILL seek Him.
|
|
Back to top |
|
 |
CypherJF I gargle nitroglycerin

Gender: Joined: Aug 14 2003 Posts: 2582 Location: USA Offline
|
Posted: Mon Mar 14, 2005 12:14 am Post maybe stupid Post subject: |
 |
|
|
|
You never heard of that, joke? ... lol. I don't know where I read it but it was quite funny.
It's slightly stupid but sometimes occasionally funny.. (maybe this was a variation of the original lol)
Quote: | HOW A GEEK TELLS HIS CHILD ABOUT SEX
Son Says: Daddy, how was I born?
Dad Says: Ah, well, my son, one day you will need to find out anyway! Mom and Dad got together in a chat room on MSN. Dad set up a date via e-mail with your mom and we met at a cybercafe.
We sneaked into a secluded room, and then your mother downloaded from dad's memory stick. As soon as dad was ready for an upload, it was discovered that neither one of us had used a firewall. Since it was too late to hit the delete button, nine months later the blessed little virus appeared. And that's the story. |
|
|
Back to top |
|
 |
Mine GO BOOM Hunch Hunch What What

Age:42 Gender: Joined: Aug 01 2002 Posts: 3615 Location: Las Vegas Offline
|
Posted: Mon Mar 14, 2005 1:50 am Post maybe stupid Post subject: |
 |
|
|
|
This came up as what "undo" means to the world of Google.
undo.png - 21.04 KB
File downloaded or viewed 31 time(s)
|
|
Back to top |
|
 |
Cyan~Fire I'll count you!

Age:37 Gender: Joined: Jul 14 2003 Posts: 4608 Location: A Dream Offline
|
Posted: Tue Mar 15, 2005 9:50 am Post maybe stupid Post subject: |
 |
|
|
|
Actually, is there an easy way of creating an undo feature? I'd like to add it in to the program I'm writing, but I'm far too lazy to do so if it means using some complex linked list crap.
|
|
Back to top |
|
 |
EdTheInvincible Bumper? on!

Age:25 Joined: Apr 29 2004 Posts: 119 Location: Over There Offline
|
Posted: Tue Mar 15, 2005 2:53 pm Post maybe stupid Post subject: |
 |
|
|
|
Use a programming language that has a built-in undo/rollback feature.
Like Abundance. _________________ Quidquid latine dictum sit, altum viditur.
|
|
Back to top |
|
 |
myke Seasoned Helper
Gender: Joined: Sep 11 2003 Posts: 142 Offline
|
Posted: Tue Mar 15, 2005 2:58 pm Post maybe stupid Post subject: |
 |
|
|
|
Cyan~Fire wrote: | Actually, is there an easy way of creating an undo feature? I'd like to add it in to the program I'm writing, but I'm far too lazy to do so if it means using some complex linked list crap.  |
if it's a windows GUI program and uses an edit control SendMessage(blah, blah, WM_UNDO, 0);
|
|
Back to top |
|
 |
Cyan~Fire I'll count you!

Age:37 Gender: Joined: Jul 14 2003 Posts: 4608 Location: A Dream Offline
|
Posted: Tue Mar 15, 2005 7:22 pm Post maybe stupid Post subject: |
 |
|
|
|
Oh, I know it's easy enough for edit controls. It's when other controls are added in that things get hairy.
I mean, consider this undo chain thing:
Edit Control #### text deleted.
Tree view #### item #### deleted, along with corresponding struct.
Edit Control #### text changed.
Listbox #### item #### deleted, along with corresponding struct.
And so on.
Doesn't make me very happy.
|
|
Back to top |
|
 |
|