BTW,
On a project at work, the graphics guy gives me a single image file for a screen layout (this is the way they do it!). I have to extract the elements and create individual files for each of them. At runtime, I draw the background gradient then compose the screen programactically, element by element. (I do it the other way!)
gotta go, later
...later
Of course the design goals are different.
My point is that I do understand what you are promoting, I use it myself, I'm not against it. It simply isn't the best approach considering our goals.
When I know the difference, whenever possible, I prefer to use the better approach.
Since we are developing a tool for general use, I think it appropriate that it enforces the best approach.
I think you guys ought to make a real effort to learn the single static image technique before deciding you will not use it. In short, you don't know the difference.
On a project at work, the graphics guy gives me a single image file for a screen layout (this is the way they do it!). I have to extract the elements and create individual files for each of them. At runtime, I draw the background gradient then compose the screen programactically, element by element. (I do it the other way!)
gotta go, later
...later
Of course the design goals are different.
My point is that I do understand what you are promoting, I use it myself, I'm not against it. It simply isn't the best approach considering our goals.
When I know the difference, whenever possible, I prefer to use the better approach.
Since we are developing a tool for general use, I think it appropriate that it enforces the best approach.
I think you guys ought to make a real effort to learn the single static image technique before deciding you will not use it. In short, you don't know the difference.