Soldier Bob
07-08-2002, 09:14 PM
Can't move focus to the control because it is invisible, not enabled, or of a type that does not accept the focus.
Um... does IE just not allow you to change anything to do with form controls when they are invisible?
And would anyone have a suggestion how I can load up a new list of items in a <select> dynamically, but doing so by not loading one item at a time? When one item at a time is added to a select box it makes the list flash. And on incredibly deficient machines (the ones I am stuck programming for) you actually get a strobe effect that is rather distracting as the list populates.
S. Bob.
-maybe I should just go with moving the control off the screen to 1000,1000 and edit it there?
Um... does IE just not allow you to change anything to do with form controls when they are invisible?
And would anyone have a suggestion how I can load up a new list of items in a <select> dynamically, but doing so by not loading one item at a time? When one item at a time is added to a select box it makes the list flash. And on incredibly deficient machines (the ones I am stuck programming for) you actually get a strobe effect that is rather distracting as the list populates.
S. Bob.
-maybe I should just go with moving the control off the screen to 1000,1000 and edit it there?