I request some GUI advice ;-)
I need some advice for the dScribe project (I promise soon I will publish here the tool).
It's a web application and in many pages, I have to display or hide different part of the page regarding what the user choose to do.
The issue there is that I don't want to display a 'child' datagrid if an element in the 'parent' datagrid is not selected.
This looks simple to solve, but the grids are not nested !
They are disposed in different fieldsets.
What I have actually is what I call a GUI crisis or for a writer the blank page nightmare ;-)
Playing with hidden/visible panels is not good at all because it's look really bad to have some forms elements appearing/disappearing like the rabbit in the magician hat.
The other idea I have is to let the fieldset borders always visible, and a fake grey or blur image of a grid in the middle.
The pros for this option is to keep a constant GUI but the cons is that I have to prepare many images regarding the different sizes I need.
Some ideas ?