P
Paul
I've got a page that is fairly complex with a bunch of DDLs and a RTE
and buttons/labels. I noticed that it loads exquisitely slowly and it's
not due to the size of the recordset. It to be very slow to draw the
controls and I'm wondering if I've shot myself in the proverbial foot by
laying it all out with nested panels. This is my first page with nested
panels and while they seem to give me a lot of neat control over flow
layout, they are bothering me if they cause speed problems.
One thing I do is center everything, and the other thing is that all
widths are relative percentages. So I can see that when you put a
container insided another container and they are both based upon
percentages, and they both contain a lot of controls to place properly
that it might be a processor nightmare. Yes/no?
In such a case would you just do a grid layout and give everything
absolute positioning? I'm willing to bite that bullet if it means
speeding things up.
~Paul
and buttons/labels. I noticed that it loads exquisitely slowly and it's
not due to the size of the recordset. It to be very slow to draw the
controls and I'm wondering if I've shot myself in the proverbial foot by
laying it all out with nested panels. This is my first page with nested
panels and while they seem to give me a lot of neat control over flow
layout, they are bothering me if they cause speed problems.
One thing I do is center everything, and the other thing is that all
widths are relative percentages. So I can see that when you put a
container insided another container and they are both based upon
percentages, and they both contain a lot of controls to place properly
that it might be a processor nightmare. Yes/no?
In such a case would you just do a grid layout and give everything
absolute positioning? I'm willing to bite that bullet if it means
speeding things up.
~Paul