[svg-developers] Re: Workflow using SVG

2006-08-16 Thread achio_84
Hello, I'd also thinking to develop such a tool if possible.
As what I know now, javascript can help you to modify the flow 
diagram (drag and drop, resize and etc like Microsoft Visio). And you 
would also need server side language to store all your diagram in 
database. This can be done either by .Net, PHP and so on
Hope this information can help you to get start with what you want to 
develop.

I also hope that anyone who have done such a tool can share their 
experience here as a reference for all of us. Thanks.
--- In svg-developers@yahoogroups.com, Vinicius Câ­¡ra 
[EMAIL PROTECTED] wrote:

 Hello Fellows,
 I decided to develop a web tool (cross-browser) that creates and 
implements a workflow graph using SVG like Microsoft Visio. 
 
 Does anybody know some API (JavaScript, EcmaScript and similar)  
that can help me do this?
 
 
 
 [Non-text portions of this message have been removed]







-
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/
 





[svg-developers] something maybe out of topic.........

2006-07-31 Thread achio_84
Hi all
I'm facing a problem which is 'less' concern about SVG.
I have a HTML page for user to input data(actually to input x and y 
coordinates) and these data will be stored in 2 arrays for later use to 
draw a SVG polyline. My problem is how to pass these two arrays(using 
javascript) with data to server side(C#.net) so that I can manipulate 
them later. And how can I get these data at server side? Hope to see 
some code sample. 

I know maybe my question is not directly about SVG but I hope that 
anyone of you here can help me solve this problem.
Thanks for that.

Regards,
achio.





-
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/
 





[svg-developers] problem regarding transform

2006-07-26 Thread achio_84
Hi all...
I would like to ask whether it is possible to combine transform (scale) 
and transform (translate) in 1 javascript statement? 
For example:

shape1.setAttributeNS(null,transform,scale(+scaleLevel+));
shape1.setAttributeNS(null,transform,translate
(+positionx+,+positiony+));

Is there a way to combine both statement stated above to become 1 
statement? Coz after I scale the shape, and translate it, the scale 
change to it default value again... I don't know why

Regards,
achio.





-
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/
 





[svg-developers] zoom in/out specific element

2006-07-21 Thread achio_84
Hi all,
I have a question regarding the zoom in and zoom out function of svg.
I want to zoom in a specific element only on user click event. Is there 
any way to do that? I dont wanna zoom in the whole document, but only a 
specific element.
Thanks.

Regards,
achio.






 Yahoo! Groups Sponsor ~-- 
Check out the new improvements in Yahoo! Groups email.
http://us.click.yahoo.com/6pRQfA/fOaOAA/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/
 




[svg-developers] Re: SVG Editor -Browser Base-

2006-07-16 Thread achio_84
Hi... First of all, congratulate for your archievement in developing 
a Web-Base SVG Editor
I have a question to ask about the save/load feature in your 
application cause I'm developing a drawing application which enable 
the user to draw some basic shapes on the web page. 
And I'm facing a problem regarding the save feature
How should I save the user drawing to the database? 
I have defined a group (canvas) where all the user drawing are placed 
in there. Is it I only need to save all the drawing in the canvas to 
1 field/row in the database table? Or I need to seperate the elements 
and insert it to the table in different rows? That is cirle in 1 
row, rectangle in 1 row and so on?

Hope to learn something from you... 
Thanks.

Regards,
achio.

--- In svg-developers@yahoogroups.com, minhducthandan 
[EMAIL PROTECTED] wrote:

 Hi All ! ! !
 
 As soon as Friday or earlier I will upload a 100% Web-Base SVG 
Editor
 with the following features:
 - Load/Save locally or at our server.
 - Support all basic shapes.
 - Support all gradient.
 - Support transformation( Scale, Skew, Rotation . . .).
 - All are: Point, Click and Drag.
 - Except for Server code to log-in, load and save; They all are in
 JavaScript and intentionally let open.
 - 100% WYSIWYG.
 - IE and FF(Windows+Linux)
 
 Limitations:
 - We have not support text -Yet- Will be available soon.
 - We do not support img tag.
 - So many times I have indicate there are the ceiling number of
 elements that a particular browser can handle well (It also caused
 some feel offended). By that as the rule of thumb; it only work on
 SVGs of about 100K or less.
 - Because the editor need to exam the content of  images then
 therefore it only with ZipProtocol.(You may can explore to see if it
 works on other players?- Theoretically it should work with minor
 changes but the ceiling will be to low - I think??).
 
 Cheers
 
 Phi
 
 
 
 
 Phi - Tran
 Hugely increase your speed, saving your band-width with ZipProtocol
 plus crystal clear SVG Rendering image at
 HTTP://oneplusplus.com







 Yahoo! Groups Sponsor ~-- 
Check out the new improvements in Yahoo! Groups email.
http://us.click.yahoo.com/6pRQfA/fOaOAA/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/
 




[svg-developers] Re: Passing values/string between two svg files

2006-07-16 Thread achio_84
Hi...
Actually, what I want to pass between the svg files is the content of 
the svg file, or more specifically, the elements in the svg file. The 
element in the svg files are dynamic and hence, I want any changes in 
1 svg file can also be seen in the other svg file.

I hope what I'd stated is clear and thanks for your reply.

Regards,
achio.


--- In svg-developers@yahoogroups.com, nyem [EMAIL PROTECTED] wrote:

 maybe you should give more details as to what 'content' you want to 
 share between the svgs. are they svg elements or js variables?
 
 
 achio_84 wrote:
  Hi all
  Can anyone please help me with this problem?
  I have 2 svg files and I want to pass the content in 1 svg file 
to 
  another svg file during runtime. How can I do that?
 
  I search the web for the solution and I found that it can be done 
by 
  using nested svg file, which mean to include svg file within 
another 
  svg file. But this is not what I want. I do not want to embed svg 
file 
  inside the other svg file. I wonder if there is another solution 
to 
  pass the content to other svg files?
 
  Hope to receive reply soon
  Thanks.
 
 
 
 
 
 
 
 
  -
  To unsubscribe send a message to: svg-developers-
[EMAIL PROTECTED]
  -or-
  visit http://groups.yahoo.com/group/svg-developers and 
click edit my membership
   
  Yahoo! Groups Links
 
 
 
   
 
 
 
 
 








 Yahoo! Groups Sponsor ~-- 
See what's inside the new Yahoo! Groups email.
http://us.click.yahoo.com/2pRQfA/bOaOAA/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/
 





[svg-developers] Re: Passing values/string between two svg files

2006-07-12 Thread achio_84
Thanks for your reply...
I'd get what you mean.. But, where should I write my javascript to 
get the 2nd svg file's content? Is that in the 2nd file or 1st svg 
file? 
And, if I write my javascript in the 2nd file, how can I pass the 
content to the 1st file? I mean how can my javascript know that my 
destination is the 1st file? Is that using function getURL() and 
postURL()? Can you give me some example of coding?

Thanks...

Regards,
achio.

--- In svg-developers@yahoogroups.com, Darryl Watson [EMAIL PROTECTED] 
wrote:

 Well, you need to write some javascript to retrieve the 2nd SVG 
file and 
 then call parseXML() on that content, which will give you back a 
 document element, which you can then insert into your first SVG 
document 
 wherever you need it
 
 achio_84 wrote:
 
  Hi all
  Can anyone please help me with this problem?
  I have 2 svg files and I want to pass the content in 1 svg file to
  another svg file during runtime. How can I do that?
 
  I search the web for the solution and I found that it can be done 
by
  using nested svg file, which mean to include svg file within 
another
  svg file. But this is not what I want. I do not want to embed svg 
file
  inside the other svg file. I wonder if there is another solution 
to
  pass the content to other svg files?
 
  Hope to receive reply soon
  Thanks.
 
  New Message Search
 
  Find the message you want faster. Visit your group to try out the 
  improved message search.
 
  Share feedback on the new changes to Groups 
  
http://us.lrd.yahoo.com/_ylc=X3oDMTJtZmFsZjZhBF9TAzk3MzU5NzE0BF9wAzIE
Z3JwSWQDMTI5ODQyMQRncnBzcElkAzE2MDEwMzAzODkEc2VjA25jbW9kBHNsawNmZGJjaw
RzdGltZQMxMTUyNjc3MzE2;_ylg=1/SIG=11im36rmb/**http%
3a//surveylink.yahoo.com/wix/p1412899.aspx
 
  Recent Activity
 
 *
 13
New Members
http://groups.yahoo.com/group/svg-
developers/members;_ylc=X3oDMTJma3JlZ2VlBF9TAzk3MzU5NzE0BGdycElkAzEyOT
g0MjEEZ3Jwc3BJZAMxNjAxMDMwMzg5BHNlYwN2dGwEc2xrA3ZtYnJzBHN0aW1lAzExNTI2
NzczMTY-
 
  Visit Your Group 
  http://groups.yahoo.com/group/svg-
developers;_ylc=X3oDMTJlaDQyZDBsBF9TAzk3MzU5NzE0BGdycElkAzEyOTg0MjEEZ3
Jwc3BJZAMxNjAxMDMwMzg5BHNlYwN2dGwEc2xrA3ZnaHAEc3RpbWUDMTE1MjY3NzMxNg--
 
 
  .
 
 







 Yahoo! Groups Sponsor ~-- 
Great things are happening at Yahoo! Groups.  See the new email design.
http://us.click.yahoo.com/TISQkA/hOaOAA/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/
 




[svg-developers] Passing values/string between two svg files

2006-07-11 Thread achio_84
Hi all
Can anyone please help me with this problem?
I have 2 svg files and I want to pass the content in 1 svg file to 
another svg file during runtime. How can I do that?

I search the web for the solution and I found that it can be done by 
using nested svg file, which mean to include svg file within another 
svg file. But this is not what I want. I do not want to embed svg file 
inside the other svg file. I wonder if there is another solution to 
pass the content to other svg files?

Hope to receive reply soon
Thanks.








-
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/
 




[svg-developers] display changes in two panes(svg files)

2006-06-29 Thread achio_84
Hi all

The exact situation that I'm facing is that, now, I have an svg file 
for drawing. And I wish to give the user different view of the drawing 
being drawn in the canvas.
I wish to have two panes in 1 web form. 1 for the design/drawing and 
another 1 for the overview of the drawing drawn in the design/drawing 
pane.
I hope that when the user draws a shape in the design pane, the result 
will also be shown in the overview pane instantly. 
Can svg or any programming language manage to do that?

Thanks...

achio.






 Yahoo! Groups Sponsor ~-- 
Something is new at Yahoo! Groups.  Check out the enhanced email design.
http://us.click.yahoo.com/SISQkA/gOaOAA/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/
 





[svg-developers] problem after loading file from server

2006-06-25 Thread achio_84
I'm developing an drawing application which enable the users to draw 
some basic shapes on the web page. I have defined a group which will 
acts like a drawing canvas to keep all the drawing done by a user.
I also managed to save all the drawing to a xml file using printNode 
and postURL.

The problem is now when I load my xml file using getURL, i successfully 
load the file's content and parsed it, but i fail to replace the 
content of the drawing canvas with the loaded content. I tried to alert
(using javascript) the contents of the loaded xml file and all the 
contents are there. But, when I replace the drawing canvas and alert to 
show the canvas's content, it does not has anything inside it.

Could anyone who know the solution please help me in this situation?
Thanks.

Best regards,
achio.






 Yahoo! Groups Sponsor ~-- 
Great things are happening at Yahoo! Groups.  See the new email design.
http://us.click.yahoo.com/TISQkA/hOaOAA/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/
 




[svg-developers] Re: postURL in asp.net

2006-06-22 Thread achio_84
Thanks Martin for your kindly reply...
Actually, I'm still a newbie in asp.net
In your reply message, u mentioned that i should process the request 
in HTTP body of webForm1.aspx, right?
I don't know where and how to code. :-(

Can I do it in the Page_Load function?
Below is the coding that I done in webForm1.aspx but I get nothing. 

private void Page_Load(object sender, System.EventArgs e)
{
XmlTextReader reader = new XmlTextReader(Request.InputStream);
XmlTextWriter writer = new XmlTextWriter(C:\\testing1.xml,null);
writer.WriteStartDocument();
writer.WriteNode(reader,true);
writer.WriteEndDocument();
}

Actually, what I want is to save the input stream to a new xml file.
Can you tell me what should I do in my coding in order to save the 
input stream to a xml file? Any example of coding will do. Thanks 
again!

Best regards,
Achio.





 Yahoo! Groups Sponsor ~-- 
Yahoo! Groups gets a make over. See the new email design.
http://us.click.yahoo.com/XISQkA/lOaOAA/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/
 




[svg-developers] Re: postURL in asp.net

2006-06-22 Thread achio_84
I have found the solution. I managed to save my drawing in xml file now.
Thanks alot Martin, coz without your tips, I wont figure out how to 
save it. But now, I'm facing another problem. I want to load my drawing 
to client side. I'm using getURL and managed to load the drawing to the 
client side. But, the functions that I have defined earlier can't work.

The error message Object doesn't support this property or method pop 
up.
I don't know what happen. It works fine before I load the drawing from 
xml file. But after I loaded it to the client side, the user unable to 
draw shapes dynamically again and all the functions which work earlier 
now become unable to function at all.

Can anyone please help me with this situation





 Yahoo! Groups Sponsor ~-- 
Something is new at Yahoo! Groups.  Check out the enhanced email design.
http://us.click.yahoo.com/SISQkA/gOaOAA/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/
 




[svg-developers] postURL in asp.net

2006-06-21 Thread achio_84
To all svg developers...
I'm doing an application which enable the user to draw on the webpage 
dynamically using svg and asp.net like web draw.
after the user finish drawing, I want to save all the shapes drawn 
and the user can load the drawing next time he/she log in.
I'm using printNode() to get all the element drawn by the user, and 
postURL() to post it to asp.net webform...
The problem is in asp.net, how can i get the string passed by postURL?

Can anyone who know the solution please give me some code example on 
how to process the string in server side?
Below is the function which I used in svg...

function SaveShape()
{
var allShape=printNode(drawing);//all the drawing done by user
postURL(webForm1.aspx,allShape,null);//post to server to process
}

In ASP.Net, how can I get the value of allShape sent by postURL?

Best regards,

Achio.







 Yahoo! Groups Sponsor ~-- 
See what's inside the new Yahoo! Groups email.
http://us.click.yahoo.com/2pRQfA/bOaOAA/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/