[svg-developers] keypress issue.

2005-11-09 Thread arthycharm
Hai , I really face a problem with the keypress events.the function gets executed when button is clicked,but not when the enter key is pressed. I refered to many of the previous request at the site and i found one similar problem, Message no :50384. holger has replied to that and asked to refer,

[svg-developers] regarding cursor blink

2005-11-07 Thread arthycharm
Hai , I have created a textbox ,and added a animation tag for a blink to the textbox.what the problem is the animation applies to both the value entered as well as to the cursor '|'.i have attached the code herewith .can anyone please help me in solving the issue. Click to Enter | any sugges

[svg-developers] key press event

2005-11-04 Thread arthycharm
Hai , I have one problem to be clarrified.is there a possibility to call a function on enter key press in svg (key press) the function should be executed on pressing the enter key in keypad.please can any give me a suggestion . regards, arthy Yahoo! Groups Sponsor

[svg-developers] key press event

2005-11-04 Thread arthycharm
Hai , I have one problem to be clarrified.is there a possibility to call a function on enter key press in svg (key press) the function should be executed on pressing the enter key in keypad.please can any give me a suggestion . regards, arthy Yahoo! Groups Sponsor

[svg-developers] a help needed

2005-10-30 Thread arthycharm
Hai, I am in need of some help.The problem is i have a backend code that fetch the information from the database.the code is written in c++.all the backend information are displayed via SVG in the frontend.I have embedded all the svg syntax at the backend along with the html that will call the sv

[svg-developers] circle color change

2005-10-06 Thread arthycharm
hai , I have some 10 circles each circle is given the group id .Is there a possibility of giving the circle id in a textbox .once the name is specified in the box the color of the circle has to change ,or anyother indication that makes the circle different from the rest of the circles. how can i a

[svg-developers] a doubt requires clarrification

2005-10-06 Thread arthycharm
Hai , Thanx for your reply.But actually I have some circles in my program and the lines connecting these circles.what the problem is i am going to generate the circles first and connect these circles dynamically.in order to connect the circles dynamically i have created the line element itself in

[svg-developers] Re:very urgent -toot tip display

2005-10-05 Thread arthycharm
Hai , Thanx for your reply.But actually I have some circles in my program and the lines connecting these circles.what the problem is i am going to generate the circles first and connect these circles dynamically.in order to connect the circles dynamically i have created the line element itself

[svg-developers] very urgent-tool tip display

2005-10-05 Thread arthycharm
Hai, I am using tooltip to display some information.if i create elements seperately then i can give and tag to display the information.but currently i have generated the element(line) in the java script function. i have given the function below. function drawline() { line.setAttribute("id"

[svg-developers] very urgent-tool tip display

2005-10-05 Thread arthycharm
Hai, I am using tooltip to display some information.if i create elements seperately then i can give and tag to display the information.but currently i have generated the element(line) in the java script function. i have given the function below. function drawline() { line.setAttribute("id"

[svg-developers] very urgent

2005-10-04 Thread arthycharm
Hai, I am in need of creating circles within circles.to be more specific i have to create a circle and place inside that circle some n number of circles .(imagine pictorially).please give me some suggestions .the circles should appear inside the original circle when viewed in svg . can anyone s

[svg-developers] clarrification in dynamic line move

2005-10-04 Thread arthycharm
Hai Alastair, I have a small doubt regarding the code you have sent.the lines connected between the circles are drawn dynamically and the color of the line is black.suppose i have to change the color of the line or the circle based on some value(ie true or false) .how will i pass the value (ie s

[svg-developers] clarrification in dynamic line move

2005-10-04 Thread arthycharm
Hai Alastair, I have a small doubt regarding the code you have sent.the lines connected between the circles are drawn dynamically and the color of the line is black.suppose i have to change the color of the line or the circle based on some value(ie true or false) .how will i pass the value (ie s

[svg-developers] regarding larger display

2005-10-02 Thread arthycharm
Hai, The output display needs a scrollbar .i have implemented the coding using javascript+svg .i have a sample code that is also implemented in javascript +svg .but including the code (scrollbar) dosent work good.is there anyother way to use the code give some suggestions regards, arthy. --

[svg-developers] Re: very urgent

2005-09-23 Thread arthycharm
hai , thanks a lot for your reply.being a beginner to svg i find some information are not understoodable by me.i hope you can help me. 1.is the linkmaxnumber means the number of links to a particular circle. 2.what do you mean exactly by navigating the link myLink.childNodes.item(j) 3.the two

[svg-developers] very urgent

2005-09-22 Thread arthycharm
hai garry, first i would like to thank you for your immediate response. the following is the sample set of code created. 34 circle 35 circle simlarly i have created 15 circles .suppose if there is linkage connection as follows circle 1 to circle 10,15. circle 3 to circle 2,6,7. circ

[svg-developers] re:very urgent

2005-09-22 Thread arthycharm
hai garry, first i would like to thank you for your immediate response. the following is the sample set of code created. ="34"> r="10" fill="green"> circle < /circle> r="10" fill="green"> circle < /circle> simlarly i have created 15 circles .suppose if there is linkage connection as foll

[svg-developers] Re: very urgent

2005-09-22 Thread arthycharm
hai Garry, thanx for your reply.that was what i expected.but a small note you have helped in the area where in a single groupid you have circles with specific id .but what i have used is every circle will be in induvidual group id .there would be one circle in one groupid.and i have to connect cir

[svg-developers] very urgent

2005-09-21 Thread arthycharm
hi , i have a program done in svg. it looks like this, you have four circles,each designed by means of a group id as similarly all the circles suppose i have to connect circle with id="2" to circle with id="3,4,5" i am in need to get the values of all the the other circles ie.,cx and cy

[svg-developers] scroll bar

2005-09-19 Thread arthycharm
hai, i have taken some sample scroll bar code,including the one available at the developers site,but none of them provide me a scroll bar. Being a svg developer at the beginers stage i am unable to solve the problem.is it possible for any one to help me in fixing the bug. i used the code: http:/