[flexcoders] Calendar Object Question

2013-01-31 Thread Davidson, Jerry
If you create a calendar object and only populate the month and year what happens? We seem to get non-consistent results with Jan 12 becoming Feb 12. I'm assuming the day (or lack of it) is the problem. Thoughts? Jerry Davidson

[flexcoders] Calendar component for Flex mobile application

2012-03-21 Thread sony antony
Hello all.. Is there any calendar component available to use it in mobile applications. Regards, Sony

Re: [flexcoders] Calendar Component Needed

2010-09-03 Thread Tom McNeer
Actually ... On Fri, Sep 3, 2010 at 2:02 PM, Dan Pride danielpr...@yahoo.com wrote: Can respond off list if preferred to danielpr...@yahoo.comdanielpride%40yahoo.com There are probably others of us who'd be interested in hearing an on-list reply, even if it's a sales pitch. I'm evaluating

Re: [flexcoders] Calendar Component Needed

2010-09-03 Thread Jeffry Houser
Dan, Have you checked out our Flextras Calendar? Free developer editions are available so you can prove it'll work for your application. ( http://www.flextras.com/?event=ProductHomeproductID=15 ). The component has no ties to a backend, but you could easily populate it with data from a

Re: [flexcoders] Calendar Component Needed

2010-09-03 Thread Jeffry Houser
Tom, I can re-iterate my plug for the Flextras Calendar. ( http://www.flextras.com/?event=ProductHomeproductID=15 ). It is completely customizable. And I will respond to any requests. If it works for you, great tell us why! IF it doesn't; well I want to know that too! On 9/3/2010

Re: [flexcoders] Calendar Component Needed

2010-09-03 Thread Tom McNeer
Hi Jeffry, On Fri, Sep 3, 2010 at 2:49 PM, Jeffry Houser jef...@dot-com-it.com wrote: I can re-iterate my plug for the Flextras Calendar. You certainly may. I'm evaluating it along with others. -- Thanks, Tom Tom McNeer MediumCool http://www.mediumcool.com 1735 Johnson Road NE

Re: [flexcoders] Calendar Component Needed

2010-09-03 Thread Dan Pride
Seems odd that a basic modifiable calendar isn't a standard adobe supplied component. Its probably almost as common as a datagrid in applications.Dan --- On Fri, 9/3/10, Tom McNeer tmcn...@gmail.com wrote: From: Tom McNeer tmcn...@gmail.com Subject: Re: [flexcoders] Calendar Component Needed

Re: [flexcoders] Calendar Component Needed

2010-09-03 Thread Jeffry Houser
Tom, I appreciate you taking a look at ours. I would welcome any feedback you have, the good and the bad. The Calendar can be a bit of a monolith at first glance, so I'm here to help as best I can. Feel free to stop by one of our Flextras Friday Lunch live QA sessions and put me on the

[flexcoders] Calendar control

2008-11-09 Thread kotha poornima
Hi all, In my project i need to use a calendar control. But i am unable to search the content in the google, none of them fits to my application. With respect to my project i have a Date textbox and a button aside. When we click on the button a calendar should generate with previous and next

Re: [flexcoders] Calendar control

2008-11-09 Thread Josh McDonald
mx:DateField On Mon, Nov 10, 2008 at 3:12 PM, kotha poornima [EMAIL PROTECTED]wrote: Hi all, In my project i need to use a calendar control. But i am unable to search the content in the google, none of them fits to my application. With respect to my project i have a Date textbox and a

[flexcoders] Calendar Help

2008-07-25 Thread emobilecat
Hi all I'm trying to create a calendar using the dateChooser component. I am able to show which dates are selectable, but I can't figure out how to when I click on the date it will show the event information for that day from the xml file I provided. Help please! Here's a snippet of what I

RE: [flexcoders] Calendar Help

2008-07-25 Thread Tracy Spratt
How about doing that in a DateChooser.change event handler function? Tracy From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of emobilecat Sent: Friday, July 25, 2008 11:41 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] Calendar

Re: [flexcoders] Calendar View Control / Samples

2008-04-03 Thread Scott Melby
Tom - Have you had a look at Ely Greenfield's calendar on quietly scheming? I had similar needs for a project last year and found that calendar very easy to use and quite nicely put together. I was able to very quickly get it production ready and posted a version of that calendar on my

[flexcoders] Calendar / Scheduling Component

2008-04-02 Thread Tom Armstrong
Hi All, I'm looking for a component to help with a scheduling application that I'm building in flex. I need the ability to drag-drop dates / tasks, etc. I read somewhere that Adobe was working on such a component but can't find it. Any links to help with existing components would help.

Re: [flexcoders] Calendar / Scheduling Component

2008-04-02 Thread matt wicks
Have you looked at the ganttSheet that Ilog have created? http://www.ilog.com/products/elixir/ matt On 2 Apr 2008, at 20:19, Tom Armstrong wrote: Hi All, I'm looking for a component to help with a scheduling application that I'm building in flex. I need the ability to drag-drop dates /

Re: [flexcoders] Calendar / Scheduling Component

2008-04-02 Thread Jeffry Houser
You can take a look at the SCheduling Framework which is now a part of FlexLib. Tom Armstrong wrote: Hi All, I'm looking for a component to help with a scheduling application that I'm building in flex. I need the ability to drag-drop dates / tasks, etc. I read somewhere that Adobe

[flexcoders] Calendar View Control / Samples

2008-04-02 Thread Tom Armstrong
All, Thanks for the replies on Clendar / Schedule controls. I've looked at them and so far they are overkill for what I'm trying to do. I'm basically prototyping a simple scheduling app that needs to display a monthly view of zero-to-four items in each day. This is basically my first flex app

[flexcoders] Calendar Component

2007-03-20 Thread Ajay K
Hi I am new for flex Can anyone guide me to build a custom calendar where in i need all the existing functionalities of DateChooser and i want to give the current week a different color Regards Ajay K - Finding fabulous fares is fun. Let

Re: [flexcoders] Calendar component

2006-12-11 Thread Lachlan Cotter
Hi, Flex can't access your database directly; you will need some intervening service code on the server written in something like PHP, Java, Ruby, ASP etc. Your service code needs to query the database and output an XML document representing the result. For example: calendar

[flexcoders] Calendar...visually show selection for related data?

2006-11-07 Thread qnotemedia
I have a calendar component and an ArrayCollection of data that is filtered depending on the selected date of the calendar. Selecting a date brings up a list of items in the array. Is there any way that I can visually extend the calendar component to show markers where dates not selected have

RE: [flexcoders] calendar component

2006-09-14 Thread Matt Chotin
: Tuesday, September 12, 2006 8:20 AM To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] calendar component Alistair, your blog http://weblogs.macromedia.com/amcleod/ appears to be down or empty. Hank On 9/11/06, Alistair McLeod [EMAIL PROTECTED]com wrote: Hi, We're still

Re: [flexcoders] calendar component

2006-09-14 Thread hank williams
: [flexcoders] calendar component Alistair, your blog http://weblogs.macromedia.com/amcleod/ appears to be down or empty. Hank On 9/11/06, Alistair McLeod [EMAIL PROTECTED] wrote: Hi, We're still working on the calendar component. I will post to my blog (and here) when it is ready

RE: [flexcoders] calendar component

2006-09-14 Thread Alistair McLeod
@yahoogroups.comSubject: Re: [flexcoders] calendar component Alistair,your blog http://weblogs.macromedia.com/amcleod/ appears to be down or empty.HankOn 9/11/06, Alistair McLeod [EMAIL PROTECTED] wrote: Hi, We're still working on the calendar component. I will post to my blog

[flexcoders] calendar component

2006-09-11 Thread bghoward3
i recently read that an open sourced calendar componet was close to being released http://weblogs.macromedia.com/amcleod/archives/2006/08/fade_to_gray_ef. cfm i can not find any other info on this topic, has anyone seen or heard anything about it and if it is available yet? thanks --

RE: [flexcoders] calendar component

2006-09-11 Thread Alistair McLeod
: +44 (0) 131 338 6108 [EMAIL PROTECTED], http://weblogs.macromedia.com/amcleod -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of bghoward3 Sent: 11 September 2006 19:59 To: flexcoders@yahoogroups.com Subject: [flexcoders] calendar component i

Re: [flexcoders] Calendar component

2006-08-31 Thread greg h
Update: Following is the post by Alistair (that Steven referred to in his Aug 11 post) regarding the forthcoming Open Source Flex 2 Calendar Component http://weblogs.macromedia.com/amcleod/archives/2006/08/open_source_fle.cfm And while you are at Alistair's blog, you might enjoy checking out

RE: [flexcoders] Calendar component

2006-08-11 Thread Matt Chotin
Not Elys. From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Anatole Tartakovsky Sent: Wednesday, August 09, 2006 1:20 PM To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] Calendar component Matt, Is it Ely's one

Re: [flexcoders] Calendar component

2006-08-11 Thread Jeremy Lu
Of Anatole Tartakovsky Sent: Wednesday, August 09, 2006 1:20 PM To: [EMAIL PROTECTED]ups.com Subject: Re: [flexcoders] Calendar component Matt, Is it Ely's one ? - did not see updates in the last 3 weeks - can't wait to see it in action Thank you, Anatole

RE: [flexcoders] Calendar component

2006-08-11 Thread Steven Webster
) 131 338 6108 m: +44 (0)7917 428 947[EMAIL PROTECTED] From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Jeremy LuSent: 11 August 2006 11:31To: flexcoders@yahoogroups.comSubject: Re: [flexcoders] Calendar component

Re: [flexcoders] Calendar component

2006-08-11 Thread Jeremy Lu
[mailto:flexcoders@yahoogroups.com] On Behalf Of Jeremy LuSent: 11 August 2006 11:31To: [EMAIL PROTECTED]ups.comSubject: Re: [flexcoders] Calendar component ah, I'm about to implement one, any spec available ? if they dupe in many ways I would give up mine. On 8/11/06, Matt

Re: [flexcoders] Calendar component

2006-08-08 Thread Clint Tredway
] ups.com [mailto:[EMAIL PROTECTED] ups.com] On Behalf Of Clint Tredway Sent: Monday, August 07, 2006 6:00 AM To: [EMAIL PROTECTED]ups.com Subject: [flexcoders] Calendar component Has anyone built a calendar component (not the date picker) that looks like an acutal calendar? -- diabetic

[flexcoders] Calendar component

2006-08-07 Thread Clint Tredway
Has anyone built a calendar component (not the date picker) that looks like an acutal calendar? -- diabetic? http://www.diabetesforums.com Albert Einstein - It's not that I'm so smart, it's just that I stay with problems longer. -- Flexcoders Mailing List FAQ:

RE: [flexcoders] Calendar component

2006-08-07 Thread Joost Nuijten
yeah, but that was back in the days Flash 5 came out... Van: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] Namens Clint TredwayVerzonden: maandag 7 augustus 2006 15:00Aan: flexcoders@yahoogroups.comOnderwerp: [flexcoders] Calendar component Has anyone built a calendar

Re: [flexcoders] Calendar component

2006-08-07 Thread Clint Tredway
: maandag 7 augustus 2006 15:00Aan: [EMAIL PROTECTED]ups.comOnderwerp: [flexcoders] Calendar component Has anyone built a calendar component (not the date picker) that lookslike an acutal calendar?-- diabetic? http://www.diabetesforums.comAlbert Einstein - It's not that I'm so smart, it's just

Re: [flexcoders] Calendar pop-up window out of the bound

2006-05-08 Thread jeremy lu
I ran into this problem (along with PopUpMenuButton and several other comonents), digging into it now, guess I will have to override showSubMenu() or similar method to get the pop-up back in bound.will report back if I found the solution. On 5/8/06, dodenoros [EMAIL PROTECTED] wrote:

Re: [flexcoders] Calendar pop-up window out of the bound

2006-05-08 Thread Anant Gilra
Hi David,Looks like a bug. Where exactly is the DateField placed, when it goes out of the bounds. Could you share the code/log a bug for this.Thanks,Anant.On 5/8/06, dodenoros [EMAIL PROTECTED] wrote: HiDateField component is used in application for display and choose thedate. Pressing on

[flexcoders] Calendar Drop Down (Flex 1.5)

2006-02-07 Thread Jaime Hemmett
I'd like to put a datechooser in a drop down or popup at the top of my application in the control bar for people to pick the date. I saw an example in the archives of someone using a datechooser in a javascript popup window that uses a LocalConnection to send the information between them.

Re: [flexcoders] Calendar Drop Down (Flex 1.5)

2006-02-07 Thread Manish Jethani
On 2/7/06, Jaime Hemmett [EMAIL PROTECTED] wrote: I'd like to put a datechooser in a drop down or popup at the top of my application in the control bar for people to pick the date. [snip] You can pretty much use it as a pop-up with PopUpManager. var popUp =

[flexcoders] calendar/schedule tool one day view

2005-07-29 Thread Douglas Knudsen
have to build one of these outlook looking calendar things for a scheduling tool. The one day view needs 15 min intervals in time and ability to drag items to be scheduled onto it. I'm looking for suggestions on what component to build this off of as a base. Datagrid seems to be the path to

Re: [flexcoders] calendar/schedule tool one day view

2005-07-29 Thread Clint Modien
CanvasOn 7/29/05, Douglas Knudsen [EMAIL PROTECTED] wrote: have to build one of these outlook looking calendar things for ascheduling tool.The one day view needs 15 min intervals in time andability to drag items to be scheduled onto it. I'm looking forsuggestions on what component to build this

Re: [flexcoders] calendar/schedule tool one day view

2005-07-29 Thread Tariq Ahmed
Hi Doug! We've spent done some thinking about this as well. If you ever get it done, I'll buy it off you. :) A datagrid is the closest out of the box component I think. But if you look at what Outlook can do it's beyond grid in that you can have multiple adjacent items in a cell, and items can

Re: [flexcoders] calendar/schedule tool one day view

2005-07-29 Thread Laurent Bois
Has someone already wanted to do the same, a calendar, starting from the iCal (Mac) ? Laurent begin:vcard fn:Laurent Bois n:Bois;Laurent email;internet:[EMAIL PROTECTED] version:2.1 end:vcard

Re: [flexcoders] calendar/schedule tool one day view

2005-07-29 Thread Douglas Knudsen
yeah, a popular topic I have found this to be. A custom calendar component is around already, Matt Chotin's blog has one. As soon as I master Flex and find the time, I'll code one up to sell, eh? LOL! Our client just informed us of some changes that may hane us discard htis for now anyhoo.

RE: [flexcoders] calendar/schedule tool one day view

2005-07-29 Thread Matt Chotin
Knudsen Sent: Friday, July 29, 2005 12:43 PM To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] calendar/schedule tool one day view yeah, a popular topic I have found this to be. A custom calendar component is around already, Matt Chotin's blog has one. As soon as I master Flex and find

Re: [flexcoders] calendar/schedule tool one day view

2005-07-29 Thread Douglas Knudsen
From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Douglas Knudsen Sent: Friday, July 29, 2005 12:43 PM To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] calendar/schedule tool one day view yeah, a popular topic I have found this to be. A custom calendar

Re: [flexcoders] Calendar

2005-06-09 Thread Craig Newroth
use the caledar that is built in to flex Joel Parish [EMAIL PROTECTED] wrote: Is there any way to impliment a calendar in flex? I am looking intousing a TileList but I really don't want to reinvent the wheel(granted it's allready invented). Any insights into how i may do this,or how others have

[flexcoders] Calendar

2005-06-08 Thread Joel Parish
Is there any way to impliment a calendar in flex? I am looking into using a TileList but I really don't want to reinvent the wheel (granted it's allready invented). Any insights into how i may do this, or how others have allready done it are welcome! Thank you, Joel Yahoo! Groups Links *

RE: [flexcoders] Calendar

2005-06-08 Thread Abdul Qabiz
Hi Joel, Did you look at existing DateChooser component? You can skin and style it. -abdul -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Joel Parish Sent: Thursday, June 09, 2005 6:49 AM To: flexcoders@yahoogroups.com Subject: [flexcoders

Re: [flexcoders] Calendar component

2005-02-24 Thread Jeff Tapper
I just blogged out a quick example of a custom component to do this here: http://jeff.mxdj.com/ At 06:08 PM 2/23/2005, you wrote: I did a workaround for this. just do a search in the message archive. Hope it solvs your problem. -Art Quoting wcucsd [EMAIL PROTECTED]: I'm looking for a calendar

RE: [flexcoders] Calendar component

2005-02-24 Thread Jeff Tapper
to get his insurance policy for driving license, lets put the person happens to be in his mid 50s. Srikanth -Original Message- From: Jeff Tapper [mailto:[EMAIL PROTECTED] Sent: Thursday, February 24, 2005 6:39 AM To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] Calendar component I just

RE: [flexcoders] Calendar component

2005-02-24 Thread Srikanth Duvvuri
has come to get his insurance policy for driving license, lets put the person happens to be in his mid 50s. Srikanth -Original Message- From: Jeff Tapper [mailto:[EMAIL PROTECTED] Sent: Thursday, February 24, 2005 6:39 AM To: flexcoders@yahoogroups.com Subject: Re: [flexcoders