[flexcoders] Google Scheduling Framework question

2007-12-13 Thread Corey Smaller
Hi y'all, I am new here but been coding flex for a while
My question to the group:
I am using the Google Scheduling Framework to build a channel selector
not unlike the guide you see on your cable lineup, Tivo, etc.
basically the X axis (timeline) is the time starting on the current
time rounded off to either the 00 or the 30 and the Y axis is the
channel listings.  The problem I am having is the Y axis is dependent
on the scheduling timeline- ie- if the entry being created is for
tomorrow it puts it on the next row, 2 days out on the third row etc.

  What I want is each row to be based on the channel (channel ID
probably) and NOT the timeline. so, if I create a program that starts
at 7PM for channel 5 (id=5) I want it to be on the 5th row. I cannot
find the controller in the AS files that I can change to make the row
dependent on channel ID and NOT the scheduled time. I hope this is
clear. Does anyone know where to find this or can offer some help? any
would be appreciated!
thanks so much!!

Corey Smaller 



Re: [flexcoders] Google Scheduling Framework question

2007-12-13 Thread hank williams
what is the Google Scheduling Framework?

Hank


Re: [flexcoders] Google Scheduling Framework question

2007-12-13 Thread Michael Wills

Are you using the FlexLib package?

http://code.google.com/p/flexlib/wiki/ComponentList

Michael

hank williams wrote:


what is the Google Scheduling Framework?

Hank

 


Re: [flexcoders] Google Scheduling Framework question

2007-12-13 Thread Michael Wills
It looks like it is possible, if you are using FlexLib. Take a look at 
the examples, specifically example 6.


http://flexlib.googlecode.com/svn/trunk/examples/SchedulingFramework/ScheduleViewer6_Sample.swf

Source at:

http://flexlib.googlecode.com/svn/trunk/examples/SchedulingFramework/ScheduleViewer6_Sample.mxml

Is that what you are looking for?

Corey Smaller wrote:


Hi y'all, I am new here but been coding flex for a while
My question to the group:
I am using the Google Scheduling Framework to build a channel selector
not unlike the guide you see on your cable lineup, Tivo, etc.
basically the X axis (timeline) is the time starting on the current
time rounded off to either the 00 or the 30 and the Y axis is the
channel listings. The problem I am having is the Y axis is dependent
on the scheduling timeline- ie- if the entry being created is for
tomorrow it puts it on the next row, 2 days out on the third row etc.

What I want is each row to be based on the channel (channel ID
probably) and NOT the timeline. so, if I create a program that starts
at 7PM for channel 5 (id=5) I want it to be on the 5th row. I cannot
find the controller in the AS files that I can change to make the row
dependent on channel ID and NOT the scheduled time. I hope this is
clear. Does anyone know where to find this or can offer some help? any
would be appreciated!
thanks so much!!

Corey Smaller