Moveable Modal and a different kind of 'Modal' form
secretGeek .:dot Nuts about dot Net:.
home .: about .: sign up .: sitemap .: secretGeek RSS

Moveable Modal and a different kind of 'Modal' form

When one form in an application is modal: you can't *move* the underlying forms around.

This is a shame -- because often you need to see something in an underlying form, to help you decide what to enter into the current form.

It's okay that you can't interact with the client area of the underlying forms... but it would be good if you could move the underlying forms around.

It's a tricky problem though: it would be hard to let you move one of those non-modal forms around without giving them focus...

The top-most modal form would need to be 'always on top' for the application, so that while moving underlying forms around, you can't "lose" the form you are supposed to be working on. Anyway. That is my feature request for today.

And here's another idea that i had about modal forms...

There is such a thing as 'modal for the application' -- meaning that 'of all the forms in this application, the modal one will have focus'.

And there is the rather brutal concept of 'modal for the system' meaning that nothing else can be done on that machine until this form is taken care of.

What about: "Modal for the organisation" meaning that every machine in a company is locked until that one form has been taken care of. The form might appear on everyone's machine, or just on one person's machine. I haven't figured out the specifics. I is just ideas rat.

And of course there should be "Modal for the internet" meaning that nothing can occur on the entire internet until a particular question has been answered.

And finally, "universal modal" -- meaning that the entire universe is frozen at absolute zero with not a single molecule so much as jiggling, until a particular form has been taken care of.

(Note this shouldn't be the default behaviour for many application)

(Also, this reminds me of a quote from (Leo Tolstoy? Henry Miller?) -- "We have not yet decided the question of the existence of god, and you wish to eat!?")





'SimonH' on Fri, 13 Oct 2006 13:10:07 GMT, sez:

'And finally, "universal modal" -- meaning that the entire universe is frozen at absolute zero with not a single molecule so much as jiggling, until a particular form has been taken care of.'

Can you imagine the chaos (um, stasis, maybe) caused by one of these in an infinite loop? Think of the children!

This is thinly veiled cyber-terrorism; you should be ashamed.



'Wesley Shephard' on Fri, 13 Oct 2006 13:52:12 GMT, sez:

Modal dialogs are *so easy* to write, but really don't serve the user. In addition to the problem you cite, there is the "grab the focus and take your touch typing as input" aspect that drives me insane.

I don't know how many dialogs I have "confirmed" (well, maybe confirmed, maybe it was declined... there is no way to know) by accident because of a modal dialog jumping up and deciding it was more important than the sentence I was typing.

In my applications I always try to open new windows *only* in direct response to a click event (or a keyboard event specifically equivalent, such as an ALT-keystroke).

To do the notifications needed, I created a notification area in the status bar which blinks and contains relevant information about any notices. Clicking it brings up the notifications that have queued.

This means that instead of "Do you really want the commitment of saving this data?" messages, I provide a history that allows records to be rolled back to prior states. Instead of "OMG, Ponies" popups when something happens, they go to the notification bar. Just a bit more effort, and modal dialogs can become a thing of the past. Like text mode applications.



'Martin Marconcini' on Fri, 13 Oct 2006 15:47:48 GMT, sez:

Mac OS X has a different approach, if you Command-Click a form that is behind another, you can move it around, without losing the current focus; this is very handy. I have seen Windows OS application stealing focus more often than OS X counterparts, however under Apple's operating system, *sometimes* that annoying focus steal will happen. Guess no one is perfect tho. ;)

There could be a "Modal for the Modal", where both modal forms fight in some kind of "Arena of the Modal Forms" or a dirty fight. Winner form gets the focus.



'chk' on Mon, 16 Oct 2006 05:35:27 GMT, sez:

Have you ever thought of moving the modal form around to see the underlying data? ;-)

Often that helps.

Ch,



'lb' on Mon, 16 Oct 2006 06:19:02 GMT, sez:

>moving the modal form around to see the underlying data

yeh, i should probably clarify that there are situations where the underlying forms obscure each other -- and moving the modal form around isn't good enough.



'Carl' on Mon, 16 Oct 2006 11:45:20 GMT, sez:

"And finally, "universal modal" -- meaning that the entire universe is frozen at absolute zero with not a single molecule so much as jiggling, until a particular form has been taken care of."

I hate to inform you that this idea is severely flawed...

If not a single molecule is allowed to jiggle, how is the intended recipient of said modal dialog intended to deal with it?

I think that what you probably intended is that every molecule except for those making up this 'intended recipient' and his/her 'Sphere of Influence'.

Unfortunately, as is generally the case in these universal modal dialog situations, this user could possibly have just nipped to the toilet, or even worse, died...

Lol, I have images of sitting on the loo the lights dimming and a large, Trapdoor-esque voice booming out to inform me that I must attend to a universal modal dialog box..

;o)



'lb' on Wed, 18 Oct 2006 23:55:33 GMT, sez:

>I think that what you probably intended is
>that every molecule except for those
>making up this 'intended recipient' and
>his/her 'Sphere of Influence'.

yep that's what i meant. I've investigated the physics behind this thoroughly and it turns out that yeh -- what you said. that's it.




name


website (optional)


enter the word:
 

comment (HTML not allowed)


All viewpoints welcome. But the right to delete any post for any reason is reserved. Don't make me do it. Aim for constructiveness. Comments may be republished, emailed to your loved ones or printed and used as toilet paper. Also, I get particularly nasty on comment spam. It's not worth even trying to post comment spam here -- your html is escaped, and your links are given a rel='nofollow'. By attempting to post a comment, you understand that if the comment is considered spam, at my absolute discretion, your IP address may be used as the target of a prolonged distributed denial of service attack. Your electricity might suddenly stop working. Your car tyres will go mysteriously flat. You will suffer permanent hairloss. Your dreams will be filled with terrifying monsters. And in any case I reserve the right to record and publish your IP address.

 

TimeSnapper is a life analysis system that stores and plays-back your computer use. It makes timesheet recording a breeze, helps you recover lost work and shows you how to sharpen your act.

 

NimbleText - FREE text manipulation and data extraction

NimbleText is a Powerful FREE Tool

Use it for:

  • extracting data from text
  • manipulating text
  • generating code

It makes you look awesome. Use it right now! Go on! Hurry! Don't walk, run!

 

Articles

Mind-boggling Demo of New Gaming Genre, aka Folder-Based Hangman, aka Fun with Recursion Mind-boggling Demo of New Gaming Genre, aka Folder-Based Hangman, aka Fun with Recursion
Got CSV in your javascript? Use agnes. Got CSV in your javascript? Use agnes.
I went to write down a book name and founded an internet empire instead. I went to write down a book name and founded an internet empire instead.
NimbleText: Origins NimbleText: Origins
The Windows 8 Mullet The Windows 8 Mullet
Cosby: spontaneous striped background generator Cosby: spontaneous striped background generator
Slides from WDCNZ: Live Coding Asp.net MVC3 Slides from WDCNZ: Live Coding Asp.net MVC3
MVC 3, MVC 3, "Third Times a Charm" references
Custom Errors in ASP.Net MVC: It couldn't be simpler, right? Custom Errors in ASP.Net MVC: It couldn't be simpler, right?
Anatomy of a Domain Hijacking, part 2: The Website Who Came In From The Cold Anatomy of a Domain Hijacking, part 2: The Website Who Came In From The Cold
Anatomy of a Domain Hijacking, part 1 Anatomy of a Domain Hijacking, part 1
secretGeek.net domain has been stolen. The site may go down. secretGeek.net domain has been stolen. The site may go down.
Boring article: 'untrusted domain' issue with SQL Server. Boring article: 'untrusted domain' issue with SQL Server.
Coding While You Commute Coding While You Commute
Test Driven Dentistry Is A Good Thing Test Driven Dentistry Is A Good Thing
The 'less crashy' release of NimbleText The 'less crashy' release of NimbleText
Rethinking Toolbars in Visual Studio (or any IDE) Rethinking Toolbars in Visual Studio (or any IDE)
Where shall we have lunch? Where shall we have lunch?
Setting up email for your microIsv Setting up email for your microIsv
The NO Visual Studio movement: Compiling .net projects in Notepad++ The NO Visual Studio movement: Compiling .net projects in Notepad++
ZeroOne: the editor for programmers who think in binary ZeroOne: the editor for programmers who think in binary
Mercurial workflow for personal projects (with a .net bias) Mercurial workflow for personal projects (with a .net bias)
I see you're using vim. Let me fix that for you. I see you're using vim. Let me fix that for you.
The worst recruitment spam I've ever read The worst recruitment spam I've ever read
A thank you I forgot to say A thank you I forgot to say
My new product, NimbleText, is live My new product, NimbleText, is live
Grabbing the free songs of Jonathan Coulton (with Powershell) Grabbing the free songs of Jonathan Coulton (with Powershell)
Using NimbleSet to compare lists Using NimbleSet to compare lists
Wanted: Wiki Lists (dot org) Wanted: Wiki Lists (dot org)
DOS on Dope: The last MVC web framework you'll ever need DOS on Dope: The last MVC web framework you'll ever need
JSON Query Languages: 5 special purpose editors JSON Query Languages: 5 special purpose editors
What then, is b? What then, is b?
SQLike: A simple editor SQLike: A simple editor
Yet Another BizPlan Generator. Yet Another BizPlan Generator.
HOT GUIDS: A hot or not site for guids HOT GUIDS: A hot or not site for guids
How does life get better? One tiny hack at a time. How does life get better? One tiny hack at a time.
24 things to do, and 100 things *not* to do (yet) for building a MicroISV 24 things to do, and 100 things *not* to do (yet) for building a MicroISV
Venture capital won't kill Jeff Atwood, it will only make him Jeffer. Venture capital won't kill Jeff Atwood, it will only make him Jeffer.
A handy workflow image for newbie mercurial users A handy workflow image for newbie mercurial users
Fractal Feedback, a diversion into recreational programming Fractal Feedback, a diversion into recreational programming
Hump-Jumping: How the Education of Computer Science can be Saved, err, maybe. Hump-Jumping: How the Education of Computer Science can be Saved, err, maybe.
Suggested User Experience Improvements for DiffMerge Suggested User Experience Improvements for DiffMerge
SQL Style Extensions for C# SQL Style Extensions for C#
The Movie Hollywood (And My Wife) Doesn't Want You To See: Weekend at Jacko's The Movie Hollywood (And My Wife) Doesn't Want You To See: Weekend at Jacko's
Sysi: the ultimate administrators toolkit Sysi: the ultimate administrators toolkit

Archives .: secretGeek :: Complete Archives
TimeSnapper -- Automated Screenshot Journal TimeSnapper.com    
Version 3.3: true productivity boost

Next Action NextAction
Managing the top of your mind

NimbleText -- World's Simplest Code GeneratorNimbleText -- World's Simplest Code Generator, Text Manipulator, Data Extractor

25 steps for building a Micro-ISV 25 steps for building a Micro-ISV
3 minute guides -- babysteps in new technologies: powershell, JSON, watir, F# 3 Minute Guide Series
Universal Troubleshooting checklist Universal Troubleshooting Checklist
Top 10 SecretGeek articles Top 10 SecretGeek articles
ShinyPower (help with Powershell) ShinyPower
Now at CodePlex

Realtime CSS Editor, in a browser RealTime Online CSS Editor
Gradient Maker -- a tool for making background images that blend from one colour to another. Forget photoshop, this is the bomb. Gradient Maker


[powered by Google] 


How to be depressed How to be depressed
You are not inadequate.



Recommended Reading


the little schemer


The Best Software Writing I
The Business Of Software (Eric Sink)

Recommended blogs

Jeff Atwood
Joseph Cooney
Phil Haack
Scott Hanselman
Julia Lerman
Rhys Parry
Joel Pobar
Thomas White
OJ Reeves
Eric Sink

Aggregated Links

proggit
dzone
hacker news
dot net kicks

Human Link Machines

interesting finds
a continuous learner's weblog
arjan's world
weekly link post

LinkedIn profile
LogEnvy - event logs made sexy
Computer, Unlocked. A rapid computer customization resource
PC Smart Buys - Computer Hardware in Australia
 
home .: about .: sign up .: sitemap .: secretGeek RSS .: © Leon Bambrick 2006 .: privacy

home .: about .: sign up .: sitemap .: RSS .: © Leon Bambrick 2006 .: privacy