by Derek Gerrard >> Mon, 27 Nov 2000 6:48:42 GMT
I am loading data into a list box which covers 3 item levels in its hierarchy. I am using an iterative process through MKD's to set this up but it takes about 50 secs to load.
I have tried introducing a scroll bar and only loading items that are visible in the window but this causes 2 problem: 1. When the hierarchy is expanded the list box generates its automatic scroll bar meaning I have 2 scroll bars next to the list box. 2. My understanding is that scroll bars in Jade cannot be used on web pages anyway as this application will need to be.
Any ideas??