To create a web application that fills a renderer with your Google Calendar, we would do the following:
var oRenderer = new Renderer;
oRenderer.Create(
{
Type : "xhtml",
Width : 850,
Height : 700,
Edge : "right",
Position : "top",
AutoHide : true,
Style : 0x20001D40
}
);
oRenderer.Load("http://calendar.google.com");
oRenderer.Show();
This application would open a large window, docked to the top of your display, and that automatically hides when the mouse is moved away. The window will contain your Google Calendar login page, and once you have logged in your calendar will be available by moving the mouse to the top edge of the display.
| Attachment | Size |
|---|---|
| google-calendar.js | 364 bytes |


Recent comments
7 weeks 3 days ago
9 weeks 2 days ago
16 weeks 2 days ago
40 weeks 4 hours ago
49 weeks 4 days ago
1 year 48 weeks ago
1 year 48 weeks ago
2 years 1 day ago
2 years 1 week ago
2 years 1 week ago