winJade: Flip Calendar - winJade

Jump to content

  • (4 Pages)
  • +
  • 1
  • 2
  • 3
  • Last »
  • You cannot start a new topic
  • You cannot reply to this topic

Flip Calendar Rate Topic: ***** 2 Votes

#1 User is offline   Jon Abbott Icon

  • Forum Guru
  • PipPipPipPipPip
  • Group: Expert
  • Posts: 772
  • Joined: 06-July 06
  • I'm running:Vista Ultimate 64-bit SP2

Posted 07 August 2007 - 10:02 AM

Gadget Name: Flip Calendar
Version: v0.6.0.2
Date of release: 1st October 2007
Screenshots: Attached File  icon.png (9.54K)
Number of downloads: 63 Attached File  settingsSmall.png (25.95K)
Number of downloads: 38

Download: Attached File  FlipCalendarv0.6.0.2.gadget (50.51K)
Number of downloads: 526
As per this request.

Description
Shows the current date and month, plus a mini calendar of the current and next months.

Resize the Gadget by dragging the bottom right corner.

Revision history
v0.6.0.2
- Added addition debugging info
- Bugfix: Fixed gadgetPath issue

v0.6.0.1
- FSO object wasn't initialized, which causes an error if debugging is enabled

v0.6.0.0
- Added setting page, with settings for the fonts and header colour

v0.5.0.0
- The Gadget can now be resized by dragging the bottom right corner

v0.4.0.0
- Mini calendars are now generated as VML text, and update as the month changes

v0.3.0.0
- Month text is now VML to address poor aliasing with g:text

v0.2.0.0
- Adds colour to the top section. I haven't coded a way to modify it yet though.

Planned updates
- User selectable fonts colours
- Zoom feature for the mini month calendar, as you move over them
0

#2 User is offline   Prince Icon

  • is Everything that we see is a dream within a dream ??
  • PipPipPipPipPip
  • Group: Forum Guru
  • Posts: 2,080
  • Joined: 15-July 05
  • Gender:Male
  • Location:India
  • Interests:beta testing, chatting, making stuffs, flying paper planes, listenin to music, thinkin random and abstract things

Posted 07 August 2007 - 01:12 PM

nice work :)
XBOX 360 Evangelist [ India ]

Law Student | Gamer | Techgeek | Full Time slave

PS3 40GB | Macbook Pro | Apple iPhone
0

#3 User is offline   FusionChamber Icon

  • Advanced Member
  • PipPipPipPip
  • Group: Loyal Member
  • Posts: 264
  • Joined: 29-December 06
  • Gender:Male
  • Location:Daly City, CA
  • I'm running:Windows NT 5.1.2600 (no need to upgrade) ;)

Posted 07 August 2007 - 03:18 PM

Cool!
Happy AeroXP day to me!
Join the Windows 7 Yahoo! Group!
0

#4 User is offline   mr.louie Icon

  • Member
  • PipPip
  • Group: Member
  • Posts: 21
  • Joined: 14-April 07
  • I'm running:Ultimate

Posted 07 August 2007 - 06:01 PM

Love it!
Maybe nice if you could actually flip the pages... like the title states... :P
0

#5 User is offline   Jon Abbott Icon

  • Forum Guru
  • PipPipPipPipPip
  • Group: Expert
  • Posts: 772
  • Joined: 06-July 06
  • I'm running:Vista Ultimate 64-bit SP2

Posted 07 August 2007 - 08:34 PM

v0.2.0.0 available. Added colour to the top section. Had to botch it with scaled fonts (Wingdings 3), so let me know if it doesn't work.
0

#6 User is offline   cihan Icon

  • Advanced Member
  • PipPipPipPip
  • Group: Loyal Member
  • Posts: 144
  • Joined: 03-April 07
  • Location:Turkey - Izmir
  • I'm running:Windows XP SP3

Posted 07 August 2007 - 10:54 PM

Very Cool B)
0

#7 User is offline   Chris123NT Icon

  • Forum Guru
  • PipPipPipPipPip
  • Group: Expert
  • Posts: 721
  • Joined: 22-October 04
  • Location:New York
  • I'm running:7000.amd64fre

Posted 08 August 2007 - 04:26 AM

Is there any way to apply some kind of anti-aliasing to the text on the gadget? The text (the month and the number) seem rather jaggy.
Posted Image
0

#8 User is offline   Jon Abbott Icon

  • Forum Guru
  • PipPipPipPipPip
  • Group: Expert
  • Posts: 772
  • Joined: 06-July 06
  • I'm running:Vista Ultimate 64-bit SP2

Posted 08 August 2007 - 07:16 AM

View PostChris123NT, on Aug 8 2007, 05:26 AM, said:

Is there any way to apply some kind of anti-aliasing to the text on the gadget? The text (the month and the number) seem rather jaggy.

Not as it currently stands, it's a bug/feature in Sidebar. I'll switch it to VML if it's possible, it may end up looking messy though with a pink border, so it's going to take some time and a lot of fiddling to fix.
0

#9 User is offline   Jon Abbott Icon

  • Forum Guru
  • PipPipPipPipPip
  • Group: Expert
  • Posts: 772
  • Joined: 06-July 06
  • I'm running:Vista Ultimate 64-bit SP2

Posted 08 August 2007 - 08:49 AM

v0.3.0.0 available.

Month text is now VML to sort out the aliasing issues with g:text, when the fontsize is below 18pt.
0

#10 User is offline   Jon Abbott Icon

  • Forum Guru
  • PipPipPipPipPip
  • Group: Expert
  • Posts: 772
  • Joined: 06-July 06
  • I'm running:Vista Ultimate 64-bit SP2

Posted 09 August 2007 - 12:10 PM

v0.4.0.0 available. The mini calendars are now generated as VML text, and update as the month changes
0

#11 User is offline   KoalaCarlo Icon

  • Member
  • PipPip
  • Group: Member
  • Posts: 22
  • Joined: 23-March 07
  • I'm running:vista

Posted 09 August 2007 - 12:49 PM

Can you make it bigger?
However good job!!!
0

#12 User is offline   KoalaCarlo Icon

  • Member
  • PipPip
  • Group: Member
  • Posts: 22
  • Joined: 23-March 07
  • I'm running:vista

Posted 09 August 2007 - 01:22 PM

I make these changes:

// change the Gadget size based on it's docked state
function dockedState() {
try{
var gWidth, gHeight;

if (System.Gadget.docked) {
gWidth = 135;
gHeight = 135;
zoom = 135/300;

i think it looks better!!!

I think also that the text have to be larger
0

#13 User is offline   Jon Abbott Icon

  • Forum Guru
  • PipPipPipPipPip
  • Group: Expert
  • Posts: 772
  • Joined: 06-July 06
  • I'm running:Vista Ultimate 64-bit SP2

Posted 09 August 2007 - 02:38 PM

View PostKoalaCarlo, on Aug 9 2007, 02:22 PM, said:

I make these changes:

// change the Gadget size based on it's docked state
function dockedState() {
try{
var gWidth, gHeight;

if (System.Gadget.docked) {
gWidth = 135;
gHeight = 135;
zoom = 135/300;

i think it looks better!!!

I think also that the text have to be larger

Not got around to sorting the size out yet, I'll probably make it user resizeable.

Which text needs to be larger? There's not a lot of room to increase it. Play around my all means.
0

#14 User is offline   KoalaCarlo Icon

  • Member
  • PipPip
  • Group: Member
  • Posts: 22
  • Joined: 23-March 07
  • I'm running:vista

Posted 09 August 2007 - 07:43 PM

ok, i'll wait for resizeable version...
i prefer a larger "day" text... maybe using a different font.
I tried arial but i didn't like it...
however i like the konfabulator calendar... take a look for inspiration!
0

#15 User is offline   KoalaCarlo Icon

  • Member
  • PipPip
  • Group: Member
  • Posts: 22
  • Joined: 23-March 07
  • I'm running:vista

Posted 09 August 2007 - 08:32 PM

i tried "Arial rounded mt bold"... it looks nice!
Posted Image
Try it!
0

  • (4 Pages)
  • +
  • 1
  • 2
  • 3
  • Last »
  • You cannot start a new topic
  • You cannot reply to this topic

1 User(s) are reading this topic
0 members, 1 guests, 0 anonymous users