eVB Masters - Slow Load with Control Intensive Form 
Author Message
 eVB Masters - Slow Load with Control Intensive Form

Well...no code to post but more of a theory question....

I'm about midway thru an application desigend to assist Paramedics in the
field collect and store data. The specifications mandate a GUI design
similar to its destop counterpart. The result of that is a very control
intensive form (upwards of 200-220 objects per form) a little more than half
being checkboxes. I know from designing and testing other similar forms that
the load time will be 30-40 seconds without rendering any data. I also know
my end-users pretty well and I KNOW that will not use the application if its
that slow

Has anyone faced a similar issue and if so how did you solve or work around
the slow load time. Even if I were at liberty to deviate signifcantly from
the specifications, I'm not sure how else I'd collect the data other than
this massive collection of checkboxes & associate labels

Any thoughts would be appreciated

Respectfully,

John D Kostenbader
Med-Media, Inc.

I hate to say it but designing these forms in the Palm environment was much
easier.... :(



Sat, 23 Oct 2004 04:38:18 GMT  
 eVB Masters - Slow Load with Control Intensive Form
Have you alredy try using frames instead of forms? or reusing checkbox and
label control..



Quote:
> Well...no code to post but more of a theory question....

> I'm about midway thru an application desigend to assist Paramedics in the
> field collect and store data. The specifications mandate a GUI design
> similar to its destop counterpart. The result of that is a very control
> intensive form (upwards of 200-220 objects per form) a little more than
half
> being checkboxes. I know from designing and testing other similar forms
that
> the load time will be 30-40 seconds without rendering any data. I also
know
> my end-users pretty well and I KNOW that will not use the application if
its
> that slow

> Has anyone faced a similar issue and if so how did you solve or work
around
> the slow load time. Even if I were at liberty to deviate signifcantly from
> the specifications, I'm not sure how else I'd collect the data other than
> this massive collection of checkboxes & associate labels

> Any thoughts would be appreciated

> Respectfully,

> John D Kostenbader
> Med-Media, Inc.

> I hate to say it but designing these forms in the Palm environment was
much
> easier.... :(



Sat, 23 Oct 2004 06:08:56 GMT  
 eVB Masters - Slow Load with Control Intensive Form
I am already using frames instead of forms but can you elaborate on reusing
checkboxes and labels...?

John


Quote:
> Have you alredy try using frames instead of forms? or reusing checkbox and
> label control..



> > Well...no code to post but more of a theory question....

> > I'm about midway thru an application desigend to assist Paramedics in
the
> > field collect and store data. The specifications mandate a GUI design
> > similar to its destop counterpart. The result of that is a very control
> > intensive form (upwards of 200-220 objects per form) a little more than
> half
> > being checkboxes. I know from designing and testing other similar forms
> that
> > the load time will be 30-40 seconds without rendering any data. I also
> know
> > my end-users pretty well and I KNOW that will not use the application if
> its
> > that slow

> > Has anyone faced a similar issue and if so how did you solve or work
> around
> > the slow load time. Even if I were at liberty to deviate signifcantly
from
> > the specifications, I'm not sure how else I'd collect the data other
than
> > this massive collection of checkboxes & associate labels

> > Any thoughts would be appreciated

> > Respectfully,

> > John D Kostenbader
> > Med-Media, Inc.

> > I hate to say it but designing these forms in the Palm environment was
> much
> > easier.... :(



Sat, 23 Oct 2004 21:00:35 GMT  
 eVB Masters - Slow Load with Control Intensive Form
If you're using a huge collection of checks and labels, consider using a
ListView with Checkboxes enabled.  It'll give you the same functionality,
but loading will be WAY faster (and you can make the lists dynamic at run
time).

www.innovativedss.com/resource/lvtutorial1.asp

-Chris



Quote:
> Well...no code to post but more of a theory question....

> I'm about midway thru an application desigend to assist Paramedics in the
> field collect and store data. The specifications mandate a GUI design
> similar to its destop counterpart. The result of that is a very control
> intensive form (upwards of 200-220 objects per form) a little more than
half
> being checkboxes. I know from designing and testing other similar forms
that
> the load time will be 30-40 seconds without rendering any data. I also
know
> my end-users pretty well and I KNOW that will not use the application if
its
> that slow

> Has anyone faced a similar issue and if so how did you solve or work
around
> the slow load time. Even if I were at liberty to deviate signifcantly from
> the specifications, I'm not sure how else I'd collect the data other than
> this massive collection of checkboxes & associate labels

> Any thoughts would be appreciated

> Respectfully,

> John D Kostenbader
> Med-Media, Inc.

> I hate to say it but designing these forms in the Palm environment was
much
> easier.... :(



Sat, 23 Oct 2004 21:31:59 GMT  
 eVB Masters - Slow Load with Control Intensive Form
Hi John,
Beeing midway of a project this might not be of any, help but in future
project consider using the PropListThingo
(http://www.thingo.co.nz/products/PropListThingo/). With just one control
(and a lot of code) you can build almost an entire application.
Take care,
Pedro



Quote:
> Well...no code to post but more of a theory question....

> I'm about midway thru an application desigend to assist Paramedics in the
> field collect and store data. The specifications mandate a GUI design
> similar to its destop counterpart. The result of that is a very control
> intensive form (upwards of 200-220 objects per form) a little more than
half
> being checkboxes. I know from designing and testing other similar forms
that
> the load time will be 30-40 seconds without rendering any data. I also
know
> my end-users pretty well and I KNOW that will not use the application if
its
> that slow

> Has anyone faced a similar issue and if so how did you solve or work
around
> the slow load time. Even if I were at liberty to deviate signifcantly from
> the specifications, I'm not sure how else I'd collect the data other than
> this massive collection of checkboxes & associate labels

> Any thoughts would be appreciated

> Respectfully,

> John D Kostenbader
> Med-Media, Inc.

> I hate to say it but designing these forms in the Palm environment was
much
> easier.... :(



Sun, 24 Oct 2004 16:39:55 GMT  
 
 [ 5 post ] 

 Relevant Pages 

1. Refreshing a process intensive form and updating after lost focus

2. Loading forms in eVB

3. Slow Outlook Custom Form Loading & Executing

4. Form loading is slow

5. Slow loading form

6. Slow Form Load !

7. Form load is slow

8. VB6 Data Form loading too slow?

9. VB6 Data Form loading too slow?

10. Facing Problems in DBGrid Control in Master Detail Forms

11. Loading a control from another Form onto current Form

12. EVB Much Slower ???? Panic button

 

 
Powered by phpBB® Forum Software