Hi Andreas,

Can you give me a scenario of how to use it?
My aim is that:

When i press a rect, with a label "Enter Class Name", i want a new 
window to appear with the textbox in order to fill in the class name.
Closing the new window the value from the textbox should appear in 
the top of the Class rectange

Do i have to use document referrer to pass the value back to the 
main window?

Am i at the right way?
Do you have an alternative scenario?

Thnaks in advance 
Chris

--- In [email protected], "Andreas Neumann" 
<[EMAIL PROTECTED]> wrote:
>
> hi Chris,
> 
> as Barend said if you like prompt windows I would use the browsers 
prompt window.
> 
> An alternative would be to use svg text boxes. There is one 
available at http://
> www.carto.net/papers/svg/gui/textbox/
> 
> Due to SVG DOM limitations in FF1.5 it has limitations in Firefox 
(one can only position the 
> cursor at the beginning or end of the text) but it works.
> 
> In ASV and Opera9 it works fine. Opera 9 still has a backspace bug 
with evt.preventDefault
> (), but according to Opera this will soon be fixed.
> 
> Andreas
> 
> --- In [email protected], "chmavrog" <chmavrog@> 
wrote:
> >
> > Hi everyone,
> > 
> > I have written JavaScript Code using SVG elements to create the 
shape 
> > of a UML class.The shape is empty(not names for the class or 
methods 
> > and attributes).
> > 
> > I can use prompt function in order to get the properties of the 
class 
> > and then update the shape with text Elements.
> > 
> > I wonder if is somewhere out there an SVG Prompt Window in order 
to 
> > use it or
> >  can anyone give me another idea how to get the user input
> > from the user,for methods and attributes?
> > 
> > Thanks,
> >  Chris
> >
>







------------------------ Yahoo! Groups Sponsor --------------------~--> 
You can search right from your browser? It's easy and it's free.  See how.
http://us.click.yahoo.com/_7bhrC/NGxNAA/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