[flexcoders] Re: Flex Date decoding issue with webservices returned date.

2007-09-28 Thread parinda_b_patel
EvilC, Thanks for your replies. From http://kb.adobe.com/selfservice/viewContent.do?externalId=kb402005 , it is clear that if you have timezone information present it must decode it properly.. Because what they say is If no timezone information is present, local time is assumed. . But in my

[flexcoders] Flex Date decoding issue with webservices returned date.

2007-09-27 Thread parinda_b_patel
Hi, The issue is the XFire webservice method returns array of objects which has a field called samplingDate. This samplingDate in raw form is '2007-07-31T13:06:48-05:00'. However, when my result handler is passed the rpc ResultEvent it is wrong. Basically the decoded date has lost the time zone

[flexcoders] Re: Flex Date decoding issue with webservices returned date.

2007-09-27 Thread parinda_b_patel
That's a big change from Flex 1.5 to Flex 2.0 if it is so. I really doubt it. It must be some kind of bug in Flex 2.0 date decoding function .

[flexcoders] Help on Illegal assignment to function

2006-04-05 Thread parinda_b_patel
I am getting this compiler error:Illegal assignment to function. I read the compiler error docs for Flex 2 which explains this error as error code 1168. But I do not understand how those 2 print statements in the explaination are different. Anyways so here is my code in which I am getting Illegal

[flexcoders] Re: How to create mxml component insdie a package .

2006-04-03 Thread parinda_b_patel
. The error you are getting sounds like you have some mis-matched braces somewhere. Peter On 4/2/06, parinda_b_patel [EMAIL PROTECTED] wrote: I have an mxml file which I want to put under package xx.yy . Is there a way to do this. Physically the file is located inside folder yy

[flexcoders] How to create mxml component insdie a package .

2006-04-02 Thread parinda_b_patel
I have an mxml file which I want to put under package xx.yy . Is there a way to do this. Physically the file is located inside folder yy which is insdie folder xx. I have a function which I want to make public so I wrote like this : public function xyz{ } When I compile this file using

[flexcoders] Is there a way to force a toolTip to show rather than rolling mouse over ?

2005-11-01 Thread parinda_b_patel
Hi, Is there a way to fire an event or something so that the toolTip on a datagrid control shows up ? I know currently the toolTip shows up after you mouse over certain row in a datagrid, provided that you have supplied dataTipFunction . But if you need to programatically show it without mousing

[flexcoders] Adding complex menus to Context menu on right-click

2005-10-12 Thread parinda_b_patel
Hi All, I am developing an application where I need to have menu inside context-menu . So lets say as a custom menu Item I need a menu labeled add and then when you mouse-over that it displays more items. Is this possible with ContextMenu. I am really not sure how to approach this so I thought to

[flexcoders] Re: Adding complex menus to Context menu on right-click

2005-10-12 Thread parinda_b_patel
--- In flexcoders@yahoogroups.com, Manish Jethani [EMAIL PROTECTED] wrote: On 10/12/05, parinda_b_patel [EMAIL PROTECTED] wrote: I am developing an application where I need to have menu inside context-menu . So lets say as a custom menu Item I need a menu labeled add and then when you

[flexcoders] Detecting right mouse click

2005-09-09 Thread parinda_b_patel
Hi All, My application needs a different context menu for different nodes in a tree. Tree has seven different type of nodes and based on the node type property I want a different context menu. Not only that, When you right click normally Flash player only displays the context menu (without

[flexcoders] HeaderRender with sorting ability.

2005-09-01 Thread parinda_b_patel
I need a datagrid column header texts to wrap over different lines for which I have created a headerRenderer. But now the problem is that applying the headerRenderer , I loose the default ability to sort on the datagrid and It does not fire headerRelease event at all.Here is my code :

[flexcoders] Re: Custom Component builder

2005-09-01 Thread parinda_b_patel
You will need to write your own MXML or ActionScript to perform that. There is no ready to use tool in order to do that. --- In flexcoders@yahoogroups.com, Alberto Albericio Salvador [EMAIL PROTECTED] wrote: Hi, I want to create custom components extending original Flex components, is there

[flexcoders] Re: Error running Flex application - It is not a known type or a prop erty..

2005-09-01 Thread parinda_b_patel
It looks like its context-path issue. --- In flexcoders@yahoogroups.com, Parekh, Shweta - BLS CTR [EMAIL PROTECTED] wrote: Hi, I am getting errors (It is not a known type or a property of mx.containers.TabNavigator) when I am trying to run my Flex application on BEA Weblogic 8.1 on a Unix

[flexcoders] getCellIndex not working properly is this a bug in Flex ?

2005-08-12 Thread parinda_b_patel
I have a cellRenderer on a certain column of a dataGrid.When I trace getCellIndex().columnIndex it initially traces fine. Now when I dynamically add and remove Columns(my app needs to swap different columns), It still shows the same value as it was displaying before. For example column 1 has