This commit is contained in:
Fred Beckhusen
2015-08-07 15:34:30 -05:00
parent ce47ec2f3e
commit fde850293c
8080 changed files with 0 additions and 2443112 deletions

View File

@@ -1,3 +0,0 @@
<Solution name="Google_Chart_demo">
<Project name="Google_Chart_demo" path="Google_Chart_demo\Google_Chart_demo.prj" active="true"/>
</Solution>

View File

@@ -1,6 +0,0 @@
<Project name="Google_Chart_demo" guid="D864DD41-6C00-1014-B904-200204C60A89">
<Object name="Object" guid="D864DE20-6C00-1014-B904-200204C60A89">
<Script name="Google_Chart_demo_1.lsl" guid="D864FAAC-6C00-1014-B904-200204C60A89">
</Script>
</Object>
</Project>

View File

@@ -1,63 +0,0 @@
// :CATEGORY:Viewer 2
// :NAME:Google_Chart_demo
// :AUTHOR:Pavcules Superior
// :CREATED:2010-09-02 12:02:52.270
// :EDITED:2013-09-18 15:38:54
// :ID:362
// :NUM:495
// :REV:1.0
// :WORLD:Second Life
// :DESCRIPTION:
// Google_Chart_demo
// :CODE:
show(string html)
{
llOwnerSay(html);
llSetPrimMediaParams(0, // Side to display the media on.
[PRIM_MEDIA_AUTO_PLAY,TRUE, // Show this page immediately
PRIM_MEDIA_CURRENT_URL,html, // The url if they hit 'home'
PRIM_MEDIA_HOME_URL,html, // The url currently showing
PRIM_MEDIA_HEIGHT_PIXELS,512, // Height/width of media texture will be
PRIM_MEDIA_WIDTH_PIXELS,512]); // rounded up to nearest power of 2.
}
// This creates a data: url that will render the output of the http-in url
// given.
string build_url()
{
return "data:text/html,
<html>
<head>
<script type=\"text/javascript\">
function makeRequest()
{
var oChart = document.getElementById('chart');
var v2 = 100 - document.getElementById('d1').value;