> Thanks for the info and references. It looks like I will have to try to > combine some Swing widgets with the SVG canvas if possible as suggested.
Yes, a previous thread [1] seems to point towards that direction. I'd take this opportunity to challenge you to consider contributing this feature into the Batik framework, instead of implementing it for your particular case. :-) I'm sure there is demand for this very useful feature, specially now that other implementations (such as Opera) implement it. (Andreas Neumann) > As far as I know Opera >9.5 is the only browser implementing editable text. ASV 6 developers release also supports editable text, but according to an outdated draft version of the specification [2]. This means that, for ASV6 *only*, one may use editable="true", which is pretty bad considering the need for implementation sniffing. Also, the text editor is a bit broken: for example, if it is initially blank, it's hard (impossible?) to focus on the text field (i.e., activating it so the caret is displayed). Hope this helps, Helder Magalhães [1] http://www.nabble.com/Editable-Text-Fields-td7433284.html [2] http://www.w3.org/TR/2005/WD-SVGMobile12-20050413/text.html#editable-attribute --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
