Hello all,

using the following javascript:

    var e = document.getElementById('statusLight');

    e.setTextContent("<p>Sending Data...</p>");

I cannot get

<g id="statusGroup" visibility="visible" pointer-events="none"
transform="translate(0,0)"  >
  <text x="550" y="200" id="statusLight" font-family="Verdana"
font-size="25" fill="blue" >
   Loaded...
  </text>
  </g>

to change the text. When i walk it through the debugger the innerText
property is changed. However, no change appears in the browser (FF).

Please help if you can,

Arian

On 5/31/06, Charles McCathieNevile <[EMAIL PROTECTED]> wrote:
>
> On Wed, 31 May 2006 19:48:01 +0100, ddailey <[EMAIL PROTECTED]>
> wrote:
>
> > One thing that none of them has had any luck with, and I frankly have no
> > suggestions to help, is the <input type="file"> object. Is there anyway
>
> > to
> > allow the user to peruse local drive space and based on the choice of a
> > file, modify the contents of a pure SVG document the way one would in
> > HTML?
>
> Opera allows you to open a directory as a page of HTML, with the ability
> to rewrite that using userJS...
>
> but then wraps it in a security model that means it won't work, because
> giving a page access to a local file system is considered a big-time
> no-no
> for security.
>
>
> > I was about to declare the problem unsolvable, but thought I'd run it
> by
> > you
> > folks to see if someone has a clever workaround.
>
> Err, you could use a monstrous amount of lcal javascript to start from a
> local place and load in eveerything, and make it work like that, but I
> personally wouldn't bother. It's a very obscure bit of work.
>
> The Web API working group is defining a file upload API to deal with
> exactly this issue, so you can hope to have this stuff available more
> generally soon. Maybe your next class will not need to even do the
> exercise...
>
> cheers
>
> Chaals
>
> --
> Charles McCathieNevile                     [EMAIL PROTECTED]
>    hablo español  -  je parle français  -  jeg lærer norsk
>       Peek into the kitchen: http://snapshot.opera.com/
>
>
>
>  -----
> To unsubscribe send a message to:
> [EMAIL PROTECTED]
> -or-
> visit http://groups.yahoo.com/group/svg-developers and click "edit my
> membership"
> ----
>
>
>
>  SPONSORED LINKS
>   Xml 
> format<http://groups.yahoo.com/gads?t=ms&k=Xml+format&w1=Xml+format&w2=Svg&w3=Format&w4=Data&c=4&s=47&.sig=VBa7nBOoFldLj1xsnDMzkQ>
> Svg<http://groups.yahoo.com/gads?t=ms&k=Svg&w1=Xml+format&w2=Svg&w3=Format&w4=Data&c=4&s=47&.sig=a1u0zJydFxGsmrBvlURQ4w>
> Format<http://groups.yahoo.com/gads?t=ms&k=Format&w1=Xml+format&w2=Svg&w3=Format&w4=Data&c=4&s=47&.sig=sfOdgu_KzJjmF4YOGYLFuw>
> Data<http://groups.yahoo.com/gads?t=ms&k=Data&w1=Xml+format&w2=Svg&w3=Format&w4=Data&c=4&s=47&.sig=aV25K06F7rKa6A2bKQrzpA>
>  ------------------------------
> YAHOO! GROUPS LINKS
>
>
>    -  Visit your group 
> "svg-developers<http://groups.yahoo.com/group/svg-developers>"
>    on the web.
>
>    -  To unsubscribe from this group, send an email to:
>     [EMAIL PROTECTED]<[EMAIL PROTECTED]>
>
>    -  Your use of Yahoo! Groups is subject to the Yahoo! Terms of
>    Service <http://docs.yahoo.com/info/terms/>.
>
>
>  ------------------------------
>



-- 
"Art manifests desire in the imagination, but machines are an attempt to
manifest desire in reality"


[Non-text portions of this message have been removed]



------------------------ Yahoo! Groups Sponsor --------------------~--> 
Get to your groups with one click. Know instantly when new email arrives
http://us.click.yahoo.com/.7bhrC/MGxNAA/yQLSAA/1U_rlB/TM
--------------------------------------------------------------------~-> 

-----
To unsubscribe send a message to: [EMAIL PROTECTED]
-or-
visit http://groups.yahoo.com/group/svg-developers and click "edit my 
membership"
---- 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/svg-developers/

<*> To unsubscribe from this group, send an email to:
    [EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/
 


Reply via email to