[flexcoders] Problem loading signed RSL

2009-06-04 Thread Denis
, the Flash player does not want to load the framework.swf or framework.swz. I have checked that all machines have the Flash player of a version higher than what I am running. This app is running under SSL. Would that matter? Thanks, Denis

[flexcoders] Bug in Flex scrolling?

2009-05-05 Thread Denis
configuration of controls? How can this be fixed? Your help is greatly appreciated! Many thanks Denis

[flexcoders] Advanced DataGrid sorting

2009-01-27 Thread Denis
. What is the easiest way to do this? Is it possible to do this while still utilizing the sort column header renderers that indicate the current sort settings? Thanks in advance!!! Denis

[flexcoders] Re: Advanced DataGrid sorting

2009-01-27 Thread Denis
--- In flexcoders@yahoogroups.com, Amy amyblankens...@... wrote: --- In flexcoders@yahoogroups.com, Denis morentsov_d@ wrote: Hi there, I need to sort the advanced grid but I want the sort apply only certain nodes of data. For example Group 0 contains 10 items which it makes

[flexcoders] Automating Flex Modules

2008-12-09 Thread Denis
be greatly appreciated. Regard, Denis

[flexcoders] HTTPService returns error over HTTPS

2008-10-28 Thread Denis
a valid dataset but the Flssh Player did not like it. There is very little I can find on this on the net but perhaps some of the pundits here have seen it??? Or anybody from Adobe Flex team can weigh in??? Thanks for your help with this! Denis

[flexcoders] Tooltips on disabled combobox rows

2008-07-02 Thread Denis
why it is disabled. Can someone share some insight how this can be accomplished. Any examples would be appreciated as well. Regards, Denis

[flexcoders] Measuring the width of text without rendering a control

2008-04-23 Thread Denis
for awkward wording but I am not very experienced in Flex yet. Thanks in advance, Denis

[flexcoders] Rollover rollout on child components

2008-04-22 Thread Denis
Hello everybody, I have a parent component that expands/shrinks in size on its own rollOver / rollOut events. Within this component there is a number of other components. Among them are many comboboxes. When I open any combobox and try to change the item from the dropdown list, the rollOut event

[flexcoders] Re: Rollover rollout on child components

2008-04-22 Thread Denis
? Anyway, the event.relatedTarget will have a .owner (instead of .parent) chain pointing back to your component From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Denis Sent: Tuesday, April 22, 2008 12:12 PM To: flexcoders

[flexcoders] Catching keyDown event globally

2008-04-17 Thread Denis
Hi, Is it possible to catch a keyDown event in an Application globally? In other words, if I need a certain functionality be attached to pressing a Pg Dn button regardless where you are in the application which control should be capturing the keyDown event. I have tried to attach it to the

[flexcoders] Re: Catching keyDown event globally

2008-04-17 Thread Denis
Thanks Manish! This puts me in the right direction! Let me do necessary research now... Thanks again --- In flexcoders@yahoogroups.com, Manish Jethani [EMAIL PROTECTED] wrote: On 4/17/08, Denis [EMAIL PROTECTED] wrote: Is it possible to catch a keyDown event in an Application globally

[flexcoders] How to force LinearAxis to recalculate min/max

2007-12-20 Thread Denis
Hi, I got Ely Greenfield's DataDrawingCanvas component and it works great but I have one problem which I cannot solve: In a plot chart, I create labels next to plot points that are draggable through custom itemrenderer. Since the linear axis does not clear the labels in min/max by default, I

[flexcoders] Adding Labels to the PlotSeries

2006-12-04 Thread Denis
The project I am working on need to be able to show a label next to each plotseries item on the chart. From what I can see, there is no interface supported by PlotSeries class to accomodate this. Can someone help me how to do this? I am not very experienced so examples are appreciated a lot!!!