[svg-developers] New on this, trying to do something new...

2005-06-29 Thread jucabapa79
Hello, I am Travsam, I am new on this matters of SVG and I wanted to try to do something different using SVG Code for my midterm project, a simulation of the board game Monopoly. The trouble I want to ask about is about the dices, I tried some ways to animate the dices, but even that i now how

[svg-developers] Re: New on this, trying to do something new...

2005-06-30 Thread jucabapa79
M/Scripting tutorial at > http://www.carto.net/papers/svg/manipulating_svg_with_dom_ecmascript/ > > Andreas > > --- In svg-developers@yahoogroups.com, "jucabapa79" > <[EMAIL PROTECTED]> wrote: > > Hello, I am Travsam, I am new on this matters of S

[svg-developers] Re: New on this, trying to do something new...

2005-07-02 Thread jucabapa79
> dice, by scripting visibilty="visible" and "hidden". This is simple > and so the rest of the monopoly game animation. > Cheers, Samy > > --- In svg-developers@yahoogroups.com, "jucabapa79" <[EMAIL PROTECTED]> > wrote: > > Hello

[svg-developers] Re: New on this, trying to do something new...

2005-07-03 Thread jucabapa79
Well, for begin this, I could first refer for the code i made for show the dice results. This is not running properly when i test it in the computer, it don't shows anything. What's wrong? Greetings Travsam -This is the code-- http://www.w3.or

[svg-developers] Re: New on this, trying to do something new...

2005-07-04 Thread jucabapa79
luck with YOUR project, Samy > > --- In svg-developers@yahoogroups.com, "jucabapa79" <[EMAIL PROTECTED]> > wrote: > > Well, for begin this, I could first refer for the code i made for > > show the dice results. This is not running properly

[svg-developers] Re: New on this, trying to do something new...

2005-07-04 Thread jucabapa79
Oh yes, I am sorry, thank you for aclaring this, in fact I found by myself some of the mistakes, but even that i corrected the syntax mistakes, I can not find the correct SVG code for make the correct animation..., this is the new code, and even that i can see some of the code i want, it still

[svg-developers] Re: New on this, trying to do something new...

2005-07-05 Thread jucabapa79
Hello Mr. Holger I thank you very much for helping me, I forgot to put the reference of the svg page and i will put it in my next codes. Also I am reviewing the JavaScript code, I will learn of it and I will try to apply this code to other function I want to assign to the DiceValue code. Than

[svg-developers] Re: What am I doing wrong?

2005-07-05 Thread jucabapa79
I am very new on it, but, would be the trouble the way how you upload the javascript? Greetings --- In svg-developers@yahoogroups.com, "annoyingmouse2001" <[EMAIL PROTECTED]> wrote: > Hi there. > Worked on an interactive image and it works a treat on my local > machine but when I uploaded it i

[svg-developers] Re: New on this, trying to do something new...

2005-07-05 Thread jucabapa79
Me again... As I told in some of the messages my dice will have two functions, the first one it was solved, but I still have troubles with the second one. The objective is to move a piece in the sides of a square board of 700*700 and I tried using the script down below. But any moment I try t

[svg-developers] Re: New on this, trying to do something new...

2005-07-07 Thread jucabapa79
AIL PROTECTED]> wrote: > jucabapa79 schrieb: > > > Me again... > > > > As I told in some of the messages my dice will have two functions, > > the first one it was solved, but I still have troubles with the > > second one. > > > > The objective

[svg-developers] Re: New on this, trying to do something new...

2005-07-07 Thread jucabapa79
-developers@yahoogroups.com, "jucabapa79" <[EMAIL PROTECTED]> wrote: > Mr. Holger, I will check the code made by you and study all the > properties, so I can adapt it to my game board, and also to learn > more about scripting because for me it this the most difficult thing

[svg-developers] Re: New on this, trying to do something new...

2005-07-07 Thread jucabapa79
I repaired the board table and the pieces go straight to the left as I plan but it still don't turn and go out of the game board... I will follow searching what is wrong... Greetings. --- In svg-developers@yahoogroups.com, "jucabapa79" <[EMAIL PROTECTED]> wrote: >

[svg-developers] Re: New on this, trying to do something new...

2005-07-21 Thread jucabapa79
} Well, this is the trouble. By other side I am interested to modify text data on SVG using a SQL database... is posible to do it? Greetings and sorry for the inconveniences. --- In svg-developers@yahoogroups.com, "jucabapa79" <[EMAIL PROTECTED]> wrote: > I repaired

[svg-developers] Loading SVG in a JSP

2005-07-27 Thread jucabapa79
Hello there. I am developing a Java Server Page using SVG, loading the SVG was not much difficult but I want to modify some aspects of the SVG in these caracteristics. I want that the JSP page "read" the position of an object in particular and can compare the data of the position with a MySQL

[svg-developers] Re: Loading SVG in a JSP

2005-08-16 Thread jucabapa79
Hello!!, Sorry for the late reply, well, as Mr. Thompson said the SVG is dynamically on the server using JSP, I generate a field in the MySQL database so the server must read this field (called "field") to get more information from database. The first problem I have is about to load the informa

[svg-developers] Re: Loading SVG in a JSP

2005-08-18 Thread jucabapa79
Hello again!!!, I am revising my code and I found some mistakes, but even that i corrected them there are some mistakes. Checking the code I made an important change. > <% Statement abc = conn.createStatement(); String Name=" "; String Address=" "; String abc="SELECT * from tabl

[svg-developers] Re: Loading SVG in a JSP

2005-08-18 Thread jucabapa79
I found in my developing code that there are no specific text in the name and address textboxes, so I only put some text on them and the data from MySQL replaces them. It works. Thanks anyway. Travsam --- In svg-developers@yahoogroups.com, "jucabapa79" <[EMAIL PROTECTED]>

[svg-developers] Changing the URL dinamically....

2005-08-21 Thread jucabapa79
I am making a button that can load a homepage using a URL the code is like that: Click here to see a photo The data of the href have to be an internet url and PhotoURL is the initial value. I could load the data from a MySQL database like this <% String PhotoURL=" "

[svg-developers] Doubts using JavaScript

2005-08-23 Thread jucabapa79
Hello Everyone!!! I have two doubts. 1) Is possible to change the href of an command using other command? If is so, What is the best way to do it? 2) Is possible to "read" the attribute of an svg object and import the data as text. By example I have an SVG Object that have as "fill" attribut

[svg-developers] Linking images with

2005-10-04 Thread jucabapa79
Hello everyone!!! I am trying to link some images to internet pages using but i found some troubles trying to do it, I am intending to put the image rotated because of the esthetic of my interphase but is not working... Here is the code... E- mail

[svg-developers] Re: SVG Open 2006 San Diego?

2005-10-04 Thread jucabapa79
San Diego?? Sounds interesting!!! I am also a newbie in SVG Development but here in Kanazawa, Japan I learned a lot about it. I am ending my project using this technology and is great. I am coming back to Mexico to the end of this year, but I hope to quickly get a job and have enough money to

[svg-developers] Re: Linking images with

2005-10-05 Thread jucabapa79
ke it work? Thanks anyway. Travsam --- In svg-developers@yahoogroups.com, "jucabapa79" <[EMAIL PROTECTED]> wrote: > Hello everyone!!! > > I am trying to link some images to internet pages using > but i found some troubles trying to do it, I am intending to put th

[svg-developers] Re: Linking images with

2005-10-05 Thread jucabapa79
ed figure. Maybe I am insisting to much on that question but is important for me to know if there are any solution. Is a little detail but this detail is resting points to the functionability of my graphic. Greetings --- In svg-developers@yahoogroups.com, "jucabapa79" <[EMAIL PROTE

[svg-developers] Re: Linking images with

2005-10-05 Thread jucabapa79
your code, or a snippet of the offending code? We'll > be better able to help you that way. > > Regards- > Doug > > [EMAIL PROTECTED] > www.vectoreal.com ...for scalable solutions. > > > jucabapa79 wrote: > | > | Insisting with my trouble i experimente

[svg-developers] Re: Linking images with

2005-10-05 Thread jucabapa79
uot;0", or fill="none" in combination with pointer- events="all", > but not display="none", for example) can catch events, which includes link > activation. There is no "background" bounding box in SVG like there can be > in HTML.

[svg-developers] Re: Linking images with

2005-10-06 Thread jucabapa79
x27;t send the complete code because it was in a .jsp page and maybe would not work properly if I put it in my geocities page). Don't worry if you don't find other parts of the board working I am only taking care about the green button. http://es.geocities.com/jucabapa79/monopolypr

[svg-developers] Doubt with a file...

2005-10-19 Thread jucabapa79
Hello everyone. I am ending a SVG document that allows the user to throw in a Javascript programmed dice four svg pieces around a 40 piece board (like Monopoly game)... The doubt is about the final position of the piece, I want to catch using javascript that position so I can use this position

[svg-developers] Thank you very much!!!

2005-11-08 Thread jucabapa79
Hello, I am Travsam, finally I presented my project to the teachers of Kanazawa Institute of Technology and finally they aproved that, they are also surprised for the development of an interactive game using SVG as a way to put raster images such as the game board. I want to thank Will Holger f