[flexcoders] Re: Problem with line chart - (show data tips)

2008-09-22 Thread mubasherhaneef
I just thought to update this post. Just in case, if someone else is looking for the same thing then he can get the answer on message # 65440 Best! --- In flexcoders@yahoogroups.com, "mubasherhaneef" <[EMAIL PROTECTED]> wrote: > > Hi, > > I am having problem with

[flexcoders] Problem with line chart - (show data tips)

2008-09-16 Thread mubasherhaneef
Hi, I am having problem with lineSeries. I am working on lineChart which contains data over time. There is a requirment of show data tips as-well and for that I used chart.showDattips = true; which was working fine but problem started when I started getting data which is outside the range of my

[flexcoders] Re: internet Explorer 7 cache problem

2007-11-13 Thread mubasherhaneef
But the same code works fine over firefox and opera without configuring/setting anything. --- In flexcoders@yahoogroups.com, Stephen Allison <[EMAIL PROTECTED]> wrote: > > Hello, > It's the cache-control headers on the response from the server that > determine whether or not the browser cach

[flexcoders] Re: How to expand TREE Node children by clicking folder icon instead of triangle

2007-09-10 Thread mubasherhaneef
, true, true); myTree.selectedIndex =-1; } } Regards, Mubasher --- In flexcoders@yahoogroups.com, "mubasherhaneef" <[EMAIL PROTECTED]> wrote: > > Hi Hardaur, > > Your code just start working but now I am in the same problem that > y

[flexcoders] Re: How to expand TREE Node children by clicking folder icon instead of triangle

2007-09-10 Thread mubasherhaneef
Hi Hardaur, Your code just start working but now I am in the same problem that you were in; Have you sorted out the problem (http://tech.groups.yahoo.com/group/flexcoders/message/86441 )? Thanks for the earlier help; Regards, Mubasher --- In flexcoders@yahoogroups.com, "mubasherh

[flexcoders] Re: How to expand TREE Node children by clicking folder icon instead of triangle

2007-09-10 Thread mubasherhaneef
same problem I am : ( > > H > > > --- In flexcoders@yahoogroups.com, "mubasherhaneef" > wrote: > > > > I have a question regarding opening of tree branch node; > > > > In a tree, a branch node can contain multiple child nodes, and, by > > defa

[flexcoders] Re: How to expand TREE Node children by clicking folder icon instead of triangle

2007-09-09 Thread mubasherhaneef
or > mouseDown handling on disclosureIcon and apply it to the icon as well. > > > > > > From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On > Behalf Of mubasherhaneef > Sent: Friday, September 07, 2007 1:52 PM > To: f

[flexcoders] How to expand TREE Node children by clicking folder icon instead of triangle

2007-09-07 Thread mubasherhaneef
I have a question regarding opening of tree branch node; In a tree, a branch node can contain multiple child nodes, and, by default, appears as a folder icon with a disclosure triangle that lets users open and close the folder but I was trying to open child node/folder, when user will click eit