[svg-developers] Re: RENESIS 0.7

2007-07-11 Thread emiasys
hi,

 RENESIS 0.7
 I've just installed renesis 0.7 but no svg was displayed in the IE7. 
 The standalone player was able to open the same file ! Should I 
 uninstall the other SVG players like Asv 3, 6 and Corel to make 
Renesis 
 work ?

Hmm.. did you register it in the Register Application to be used as a 
IE Plugin? (You must deactivate it there, first).

Regards
Alexander Adam
-
Renesis Player - http://www.emiasys.net



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

* Your email settings:
Individual Email | Traditional

* To change settings online go to:
http://groups.yahoo.com/group/svg-developers/join
(Yahoo! ID required)

* To change settings via email:
mailto:[EMAIL PROTECTED] 
mailto:[EMAIL PROTECTED]

* 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: ASV 3.0 migration path?

2007-06-16 Thread emiasys
Hi,

  Efforts on short term goals:
   Just because I am wary of the fact that Adobe may
 stop hosting ASV plugin(although they announced the
 support for indefinite downloadability), I was
 exploring Renesis plugin on IE browser but has lot
 issues (Zoom/pan doesn't even work). I am about to try
 SilverLight using SVG-XAML conversion tools. Do you
 think of other viable alternatives to leverage the
 existing code (with 0 or minimal code change)?

Just as (non neutral :)) statement -- you've posted quite a few times 
into the Renesis board and we've discovered that there's a bug in 
zooming and panning which will be fixed in the next release but 
besides that, v0.6 runs ASV SVG files pretty good so I please you to 
give a statement about the other lot of issues Renesis has and help 
us improving it by posting into our bugtracker.

Thanks and regards
Alexander Adam
Renesis SVG Player Team
http://www.emiasys.net



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

* Your email settings:
Individual Email | Traditional

* To change settings online go to:
http://groups.yahoo.com/group/svg-developers/join
(Yahoo! ID required)

* To change settings via email:
mailto:[EMAIL PROTECTED] 
mailto:[EMAIL PROTECTED]

* 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: getURL/postURL in Renesis

2007-05-03 Thread emiasys
Hi Andreas,

 From what I saw, the method .handleEvent is called on an object 
 specificied in the getURL/postURL method, but the method
  .operationComplete is not called.
 
 I think to be consistent with http://www.w3.org/TR/SVGMobile12/
 svgudom.html#svg__AsyncStatusCallback the method .operationComplete 
 method should be implemented as well. As far as I can tell from my 
 tests, this isn't the case in Renesis so far.

Hmm you're right... if you don't mind filling out a bug report?

Regards
Alexander Adam
--
Renesis SVG Player - http://www.emiasys.net



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

* Your email settings:
Individual Email | Traditional

* To change settings online go to:
http://groups.yahoo.com/group/svg-developers/join
(Yahoo! ID required)

* To change settings via email:
mailto:[EMAIL PROTECTED] 
mailto:[EMAIL PROTECTED]

* 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: Renesis Player 0.6 released!

2007-05-02 Thread emiasys
Hi Andreas,

Thanks for the kind of words. We'd be very pleased if you could fill 
a bugreport for those two issues as they're addressed pretty soon, 
usually.

We've discovered the issues with text you've mentioned, too, and they 
should definitely be adressed with the new text engine which will 
also introduce text selection.

I think your function fails because it is look on the readyState 
property. As we're not supporting the ASV getUrl/postUrl extension 
but instead chose to support the new SVG 1.2 functions, the 
readyState is missing, see the SVG 1.2 Mobile interface declaration 
of the callback properties:

 interface AsyncURLStatus 
{
readonly attribute boolean success;
readonly attribute DOMString contentType;
readonly attribute DOMString content;
};


You might want to check for success here, instead. We could add the 
readyState property if you want too, just fill out a feature request 
on the website.

Regards
Alexander Adam
Renesis Dev Team -- http://www.emiasys.net



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

* Your email settings:
Individual Email | Traditional

* To change settings online go to:
http://groups.yahoo.com/group/svg-developers/join
(Yahoo! ID required)

* To change settings via email:
mailto:[EMAIL PROTECTED] 
mailto:[EMAIL PROTECTED]

* 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] Renesis Player 0.6 released!

2007-05-01 Thread emiasys
Hello Folks,

The new version is out as promised. There're a lot of improvements 
(e.g. CSS support, improved scripting and dom, images, etc.) please 
check out the detailed history at 

http://www.emiasys.net/index.php?
option=com_contenttask=viewid=19Itemid=20

To download the latest version 0.6 simply go to 
http://www.emiasys.net and click on Releases, then click on the 
Download Button for v0.6.

Andreas -- just as a side note, on v0.2 you were saying that the 
player should at least support your samples at carto.net. We're proud 
to say that most of the gui controls and samples there are working 
just fine with this release. The only thing is the text support 
whereas renesis will gain a complete new text engine in v0.7.

As always, comments and bugreports are very welcome!

Regards
Alexander Adam
--
Emia Systems - Renesis SVG Player
http://www.emiasys.net



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

* Your email settings:
Individual Email | Traditional

* To change settings online go to:
http://groups.yahoo.com/group/svg-developers/join
(Yahoo! ID required)

* To change settings via email:
mailto:[EMAIL PROTECTED] 
mailto:[EMAIL PROTECTED]

* 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: Renesis SVG Player 0.5 launches

2007-02-07 Thread emiasys
Guy,

The scripting support in this release has been extended very much. You
might want to send us your files to test with and get those working
with the next release. Please note that we're not supporting the
invalid ASV Extensions like getters and setters, so for example
instead of document.getDocumentElement() you can only use
document.documentElement property in Renesis.

Alexander Adam
Emia Systems
http://www.emiasys.net - Renesis SVG Viewer

 Good  to see progress being made, though this version of the plugin  
 still doesn't run my app... looks like scripting may still be not  
 quite there?
 
 Anyone else tried it out?
 
 Guy
 
 On 06/02/2007, at 1:52 AM, emiasys wrote:
 
  Hello,
 
  Just a short notice that Renesis SVG Player 0.5 has been launched. Go
  to http://www.emiasys.net for more details.
 
  Regards
  Emia Systems Renesis Dev Team
 
 
 
  -
  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
 
 
 





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

* Your email settings:
Individual Email | Traditional

* To change settings online go to:
http://groups.yahoo.com/group/svg-developers/join
(Yahoo! ID required)

* To change settings via email:
mailto:[EMAIL PROTECTED] 
mailto:[EMAIL PROTECTED]

* 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] Renesis SVG Player 0.5 launches

2007-02-05 Thread emiasys
Hello,

Just a short notice that Renesis SVG Player 0.5 has been launched. Go 
to http://www.emiasys.net for more details.

Regards
Emia Systems Renesis Dev Team



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

* Your email settings:
Individual Email | Traditional

* To change settings online go to:
http://groups.yahoo.com/group/svg-developers/join
(Yahoo! ID required)

* To change settings via email:
mailto:[EMAIL PROTECTED] 
mailto:[EMAIL PROTECTED]

* 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: Visualization of huge SVG data

2006-11-14 Thread emiasys
hi,

 
 do someone know a tool to present huge svg-data with 100.000 geometries 
 and more.

Renesis :-)
New version is coming along pretty nice though.

Alexander Adam
Emia Systems
Corporate - http://www.EmiaSys.COM
Renesis - http://www.EmiaSys.NET




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

* Your email settings:
Individual Email | Traditional

* To change settings online go to:
http://groups.yahoo.com/group/svg-developers/join
(Yahoo! ID required)

* To change settings via email:
mailto:[EMAIL PROTECTED] 
mailto:[EMAIL PROTECTED]

* 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] Renesis Comments inquired

2006-10-26 Thread emiasys
Hello Group,

We've published a new topic called What's in there for the Renesis
future? on http://www.emiasys.net. We'd encourage you to comment on
those projects into our Renesis Player forum.

Thanks for sharing your opinions,
Regards
Alexander Adam
Emia Systems - http://www.emiasys.com
EmiaSys.NET, Renesis - http://www.emiasys.net




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

* Your email settings:
Individual Email | Traditional

* To change settings online go to:
http://groups.yahoo.com/group/svg-developers/join
(Yahoo! ID required)

* To change settings via email:
mailto:[EMAIL PROTECTED] 
mailto:[EMAIL PROTECTED]

* 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: Renesis Player 0.2 Release

2006-10-08 Thread emiasys
Andreas,

It might be helpful to us if you could detail us which DOM
functionality you'd need so that we can implement the most important
things first.

Regards,
Alexander Adam
Emia Systems
htpp://www.emiasys.net

 yes, the new functionality (ActiveX, Shell extension, context menue, 
 etc) is definitely useful. Thanks for making it available.
 
 For serious testing it seems a bit too early. Most of my Javascript/
 DOM examples don't yet work due to missing DOM functionality.
 
 Thanks for making the plugin/viewer available and good luck with 
 implementing new features. Please let us know if there is progress 
 with the DOM functions so we can do better testing.
 
 Andreas
 
 --- In svg-developers@yahoogroups.com, 
 revelonshift marek.raida@ wrote:
 
  Seems to be as fast as previously but with a bit more compatible API
  and working as plugin also. Not bad, but still many of my static SVG
  files won't display under renesism so some more work is surely
  necessary. But besides ... is not bad that Renesis is not dead :-)
  
  M.
 







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

* Your email settings:
Individual Email | Traditional

* To change settings online go to:
http://groups.yahoo.com/group/svg-developers/join
(Yahoo! ID required)

* To change settings via email:
mailto:[EMAIL PROTECTED] 
mailto:[EMAIL PROTECTED]

* 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] Renesis Player 0.2 Release

2006-10-02 Thread emiasys
Hello,

Just a short notice that the Renesis Player 0.2 has been released
today as promised. See http://www.EmiaSys.NET for more information.

Regards,
Alexander Adam
Emia Systems - http://www.emiasys.com
Renesis Community - http://www.emiasys.net






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

* Your email settings:
Individual Email | Traditional

* To change settings online go to:
http://groups.yahoo.com/group/svg-developers/join
(Yahoo! ID required)

* To change settings via email:
mailto:[EMAIL PROTECTED] 
mailto:[EMAIL PROTECTED]

* 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] Renesis is up again

2006-08-17 Thread emiasys
Hello all,

I know it has been a while but the movement to the new company has
finished. You can visit the main Renesis  SVG 1.2 Site at
http://www.emiasys.net. The company website is at
http://www.emiasys.com. We're appreciating any support the community
might to give us in case of feedback, improvements or anything.

Hope to see you there,
Regards

Alexander Adam
Emia® Systems - http://www.EmiaSys.com
Renesis® Player - http://www.EmiaSys.NET








-
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: Renesis is up again

2006-08-17 Thread emiasys
Sorry for posting twice but the posting didn't show up so far.

Regards,
Alexander Adam
Emia Systems - http://www.EmiaSys.com
Renesis - http://www.EmiaSys.NET






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