Re:should i create forms programaticly?
In article <45dg3t$...@er5.rutgers.edu>,
khem...@er5.rutgers.edu (Maverick) wrote:
Quote
}
}hi,
}
}i was wondering if someone knows if you should let your app create all of
}the forms by default when then app is started (this is the default) - then
}all you have to do is "show" them. or should you create other forms as
}necessary (e.g. when a certain event occurs, like a button click)?
Depends on how much space you're taking up. If you find yourself
getting stack overflow, might be a good idea to only create them when you need
them. But the improved user response from just having to show them isn't
something I would give up without a fight.
Basically, the more likely they are to regularly use a form, the more
you want it loaded up. A configuration form they only use once every couple
months doesn't need to be there all the time, though.
TG
--
Government is like a baby. An alimentary c{*word*7}with a big appetite at
one end and no sense of responsibility at the other
-Ronald Reagan