Search Results

2
votes
6answers
1k views

Using SVG in GWT

I was wondering if it is possible to include SVG content inside a panel (or whatever would work in GWT), be able to add more to the SVG (like add a circle or a curve) programmatically , and handle …
1
vote

Using SVG in GWT

After playing around a bit, I've been most successful with using RaphaĆ«l (which handles cross-browser compatibility) though I suspect anything alo …
1
vote

Is there a way to read the clients machine/computer name from the browser?

Browser, Operating System, Screen Colors, Screen Resolution, Flash version, and Java Support should all be detectable from JavaScript (and maybe a few more). However, computer name is not possible …