RE: [flexcoders] Flex Calendar

2008-01-09 Thread Tracy Spratt
I found it easier to create my own Calendar from scratch.  Wasn't too
difficult.  I used mx:Tile and Repeater.

 

Tracy

 



From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of Aaron Miller
Sent: Thursday, January 10, 2008 12:11 AM
To: flexcoders@yahoogroups.com
Subject: Re: [flexcoders] Flex Calendar

 

Have you messed around with the official framework at all? I played with
it while it awhile back in it's early stages of development. Maybe you
can get some use out of it.

http://labs.adobe.com/wiki/index.php/Flex_Scheduling_Framework
<http://labs.adobe.com/wiki/index.php/Flex_Scheduling_Framework> 

Best Regards,
...aaron

On 1/8/08, vivek < [EMAIL PROTECTED]
<mailto:[EMAIL PROTECTED]> > wrote:

Hey Guys,

Thanks for looking into my message. I need some urgent help regarding
creating a calendar in flex. I want to create a calendar as shown in the
image in this link:
http://www.nabble.com/Customizing-DateChooser-in-Flex-to13983948.html
<http://www.nabble.com/Customizing-DateChooser-in-Flex-to13983948.html>
. I have treid almost everything on the datechooser component to get the
desired functionality but i have given it up.  I cant find a solution.
Pls help..:( 

Thanks
Vivek




-- 
Aaron Miller
Chief Technology Officer
Splash Labs, LLC.
[EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]>   |  360-255-1145
http://www.splashlabs.com <http://www.splashlabs.com>  

 



Re: [flexcoders] Flex Calendar

2008-01-09 Thread Aaron Miller
Have you messed around with the official framework at all? I played with it
while it awhile back in it's early stages of development. Maybe you can get
some use out of it.

http://labs.adobe.com/wiki/index.php/Flex_Scheduling_Framework

Best Regards,
...aaron

On 1/8/08, vivek <[EMAIL PROTECTED]> wrote:
>
>   Hey Guys,
>
> Thanks for looking into my message. I need some urgent help regarding
> creating a calendar in flex. I want to create a calendar as shown in the
> image in this link:
> http://www.nabble.com/Customizing-DateChooser-in-Flex-to13983948.html . I
> have treid almost everything on the datechooser component to get the desired
> functionality but i have given it up.  I cant find a solution. Pls
> help..:(
>
> Thanks
> Vivek
>  
>



-- 
Aaron Miller
Chief Technology Officer
Splash Labs, LLC.
[EMAIL PROTECTED]  |  360-255-1145
http://www.splashlabs.com


Re: [flexcoders] Flex Calendar

2008-01-08 Thread Jeffry Houser
Hi Vivek,

   I'm sure it's possible to do this.  Did you have any specific 
challenges trying to implement this?  Were you looking to outsource the 
creation of this component?

vivek wrote:
> 
> 
> Hey Guys,
> 
> Thanks for looking into my message. I need some urgent help regarding 
> creating a calendar in flex. I want to create a calendar as shown in the 
> image in this link:  
> http://www.nabble.com/Customizing-DateChooser-in-Flex-to13983948.html 
>  
> . I have treid almost everything on the datechooser component to get the 
> desired functionality but i have given it up.  I cant find a solution. 
> Pls help..:(
> 
> Thanks
> Vivek

-- 
Jeffry Houser, Technical Entrepreneur, Software Developer, Author, 
Recording Engineer
AIM: Reboog711  | Phone: 1-203-379-0773
--
My Company: 
My Podcast: 
My Blog: 



Re: [flexcoders] Flex Calendar

2008-01-08 Thread Scott Melby

Vivek -

I had similar issues last year and ended up using a modified version of 
the Calendar app I found on the Quietly Scheming blog.  This calendar is 
very nice and works very well.  You can read my full post about it, plus 
try a sample app out and view source code here 
.


hth
Scott

Scott Melby
Founder, Fast Lane Software LLC
http://www.fastlanesw.com



vivek wrote:


Hey Guys,

Thanks for looking into my message. I need some urgent help regarding 
creating a calendar in flex. I want to create a calendar as shown in 
the image in this link:  
http://www.nabble.com/Customizing-DateChooser-in-Flex-to13983948.html 
 
. I have treid almost everything on the datechooser component to get 
the desired functionality but i have given it up.  I cant find a 
solution. Pls help..:(


Thanks
Vivek

 


[flexcoders] Flex Calendar

2008-01-08 Thread vivek
Hey Guys,

Thanks for looking into my message. I need some urgent help regarding
creating a calendar in flex. I want to create a calendar as shown in the
image in this link: 
http://www.nabble.com/Customizing-DateChooser-in-Flex-to13983948.html
 
. I have treid almost everything on the datechooser component to get the
desired functionality but i have given it up.  I cant find a solution.
Pls help..:(

Thanks
Vivek



[flexcoders] Flex Calendar...

2007-11-29 Thread vivek
Hi Guys,
I am new in developing flex applications. I was just wondering whether
is it possible to customize the datechooser component. Basically i
would like the datechooser to be exactly same as the image i have
attached i.e. no toggle forward and backward button instead of it when
we click on month all the months get displayed where the dates are
shown and when the year is clicked, years would be displayed (where
the dates are displayed) with a back and forward to toggle between years.

Thanks in Advance.




RE: [flexcoders] flex calendar component

2005-05-04 Thread Dirk Eismann
Hi,

I've built an extended version of the DateChosser some time ago which might 
help you

Flex 1.5 version:
http://www.richinternet.de/blog/index.cfm?entry=4DA93A40-FEB8-2E53-6D6DA35A0E7B46D2

General description:
http://www.richinternet.de/blog/index.cfm?entry=E548AD79-A510-F85D-D03B40EBFC71EFDE

Dirk.


> -Original Message-
> From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED]
> Behalf Of Andrew Spaulding
> Sent: Tuesday, May 03, 2005 5:05 AM
> To: flexcoders@yahoogroups.com
> Subject: [flexcoders] flex calendar component
> 
> 
> Hi all,
> 
> I was wondering if anyone had a sample of a flex calendar component?
> Or possibly have given any thought to extending the date chooser so
> that we can highlight specific days by a given data provider?
> 
> I have a zip file of a calendar, but god only knows where I got it
> from, I can't remember. It returns a hash map of objects and draws
> canvas 'day' objects in a grid. I rekcon there might be a better way
> to attack such a problem.
> 
> Does anyone have a sample or suggestions? A sample would be great :p
> 
> Andrew Spaulding
> www.flexdaddy.com
> 
> 
> 
> 
> 
>  
> Yahoo! Groups Links
> 
> 
> 
>  
> 
> 
> 
> 


 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/flexcoders/

<*> To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
 




Re: [flexcoders] flex calendar component

2005-05-02 Thread JesterXL
The way I'm tackling the immense challenge of extending the 
not-made-to-be-extended DateChooser in Flash 
(mx.controls.fateworsethandeathtoextend.DateChooser) is by replacing the 
CalendarLayout's drawing mechnism to create custom class objects instead of 
simple TextFields.  Then, in the DateChooser, when she does a redraw of the 
month, you do a run through of a dataProvider, and highlight the days 
accordingly, by comparing dates.

Looking through the docs, it doesn't look like CalendarLayout is a public 
API, so you can either A> hack it anyway (you can find the methods chilling 
on prototype), or B> file a wish request, or C> extend the Flash one, then 
bring over the SWC.  I can tell you, though, C is, at minimum, a 2 day job.


- Original Message - 
From: "Andrew Spaulding" <[EMAIL PROTECTED]>
To: 
Sent: Monday, May 02, 2005 11:05 PM
Subject: [flexcoders] flex calendar component


Hi all,

I was wondering if anyone had a sample of a flex calendar component?
Or possibly have given any thought to extending the date chooser so
that we can highlight specific days by a given data provider?

I have a zip file of a calendar, but god only knows where I got it
from, I can't remember. It returns a hash map of objects and draws
canvas 'day' objects in a grid. I rekcon there might be a better way
to attack such a problem.

Does anyone have a sample or suggestions? A sample would be great :p

Andrew Spaulding
www.flexdaddy.com






Yahoo! Groups Links








 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/flexcoders/

<*> To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
 





[flexcoders] flex calendar component

2005-05-02 Thread Andrew Spaulding
Hi all,

I was wondering if anyone had a sample of a flex calendar component?
Or possibly have given any thought to extending the date chooser so
that we can highlight specific days by a given data provider?

I have a zip file of a calendar, but god only knows where I got it
from, I can't remember. It returns a hash map of objects and draws
canvas 'day' objects in a grid. I rekcon there might be a better way
to attack such a problem.

Does anyone have a sample or suggestions? A sample would be great :p

Andrew Spaulding
www.flexdaddy.com





 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/flexcoders/

<*> To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/