Hello everyone,..

I have developed a TextArea widget in Adobe v6 beta which supports single and multiple line(s) of text using SVG 'text' element for the single line and 'flow' element (that's equivalent to flowRoot in Batik) in multiple line. Now I am trying to get it to work with Batik 1.6 since it includes text flow. My trouble is, Batik flowPara element (SVGOMFlowParaElement) does not seem to support 'getStartPositionOfChar' which is vital to implement the cursor. Is that because it's not implemented yet or is there any other way to get around this?

Any help will be much appreciated.

Thanks to all.

Musbah.



with its new flow element . Now I me trying
----- Original Message ----- From: "Thomas DeWeese" <[EMAIL PROTECTED]>
To: <[email protected]>
Sent: Wednesday, August 24, 2005 4:47 PM
Subject: Re: Arrow Keys


Hi Musbah,

Musbah Sagar wrote:

Is it possible to disable the arrow keys in Squiggle using JavaScript?

   Well from the XML markup you can say 'zoomAndPan="disable"' which
will disable all the various ways of zooming and paning the document
(fixes the view).

What about Java?

   From Java when you create the canvas you can tell it not to
create any of the interactors.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]




---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to