Ask a Question related to Macromedia Dynamic HTML, Design and Development.
-
manju2 #1
Immediate redering of element when created in a loop
Hi,
I am using MSHTML as an edit view in my application and I use IHTML interfaces
to programmatically output text in that view.
For e.g. I use the following functions
IHTMLDocument2::createElement(...)
IHTMLElement::put_innerText(...)
Please observe the following pseudo code
for(i=0 to 100)
create <p> elements with some text
The problem is that the output view (MSHTML edit view) displays the 100 <p>
elements only after the loop completes 100 times and not every time the element
is created. This way the output view will be blank till the loop terminates. Is
there a way to immediately let the browser display (in the output view)
elements immediately after creation?
Thanks,
manju
manju2 Guest
-
Film loop rollovers working with tell sprite, but only if Loop is checked
on mouseWithin me cursor 280 tell sprite 40 --the sprite containing the film loop sprite(60).member = member("networkmapsbuttonroll") --swapping... -
[HTML::Element] how to read element by element
Hello I read the doc about HTML::Element, but I don't find how to read the tree create by parse() element by element. The doc says the tree looks... -
array data matches but array created in loop doesn't work
I have the exact same data in two arrays, but only the array created like so will work: $spaw_imglibs = array( array( 'value' =>... -
Urgent: Repeat loop and Film loop clash!
Hi All, Scenario I have a script running in which the spelling which was typed in by the student is corrected. The alphabets are moved to... -
Help with loop inside loop and mysql queries
Hi List. I cannot see my error: I have relation tables setup. main id entity_name main_type etc etc date_in 1 test type1 x y 2003-06-02...



Reply With Quote

