[flexcoders] Flash/Flex support of Windows Vista (64bits)

2008-08-26 Thread Claude Hussenet
to download the FlashPlayer ,I am getting a tech note from Adobe explaining that the Flash Player does not support 64 bits Browser so the solution proposed is to install 32 bit version of IE on the 64bit OS. When can we expect the support of 64 bits browser on FlashPlayer 9 and then 10 ? Claude Hussenet

[flexcoders] How to force the chart axis to recompute min/max after changing visibilities

2008-03-28 Thread Claude Hussenet
Looking for a method to force to recompute the min/max of a chart axis after switching the visibility of a serie from true to false or vice-versa. Thank you for any pointer.

[flexcoders] Multiple chartelements as annotationElements [CHART]

2008-01-19 Thread Claude Hussenet
add them separately in my chart Thank you for your help. Claude Hussenet

[flexcoders] Re: Multiple chartelements as annotationElements [CHART] [SOLVED]

2008-01-19 Thread Claude Hussenet
Instead of creating a transparent square to insure that events are triggered within a chartelement as implemented in this sample (http://demo.quietlyscheming.com/ChartSampler/srcview/index.html) ,I registered the events on this.chart . Claude Hussenet --- In flexcoders@yahoogroups.com, Claude

[flexcoders] Flex Logging ~ log4j [2]

2007-11-19 Thread Claude Hussenet
--- In flexcoders@yahoogroups.com, Claude Hussenet [EMAIL PROTECTED] wrote: What are the options to log information in a flex components without pushing any information to the server ? I am looking for something similar to what can done with an Applet sending logs into the java console

[flexcoders] Flex Logging ~ log4j

2007-11-13 Thread Claude Hussenet
the recomended option with Flex 3 ? Thank you for your help. Rgds Claude Hussenet

[flexcoders] Rotate vertical axis title in Chart

2007-09-27 Thread Claude Hussenet
Is there a way to rotate the title of the vertical axis ? By default the title is reading down for the left axis . Should not it be reading up ? Can I rotate it ? Thx for your help .

[flexcoders] Re: Rotate vertical axis title in Chart

2007-09-27 Thread Claude Hussenet
it's possible in Flex 3. There is a new style added for AxisRenderer, verticalAxisTitleAlignment, the values could be flippedVertical or vertical. Thanks -Sunil From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Claude

[flexcoders] Re: Setting the crossdomain.xml file for WebService in a diffferent path than ro

2007-09-23 Thread Claude Hussenet
FYI. I created a JIRA(SDK-12799) with a sample illustrating the issue . Thx-Claude Hussenet --- In flexcoders@yahoogroups.com, Claude Hussenet [EMAIL PROTECTED] wrote: Yes,I did specify a WSDL. As noticed in my previous email the crossdomain.xml is loaded from the web ROOT domain

[flexcoders] Setting the crossdomain.xml file for WebService in a diffferent path than root

2007-09-22 Thread Claude Hussenet
without any success : flash.system.Security.loadPolicyFile(http://samedomainasmyws:sameportasmyws/onefolder/onsubfolder/crossdomain.xml;); Do I miss something ? Thx for your help. Claude Hussenet

[flexcoders] Re: Setting the crossdomain.xml file for WebService in a diffferent path than root

2007-09-22 Thread Claude Hussenet
@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Claude Hussenet Sent: Saturday, September 22, 2007 7:34 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] Setting the crossdomain.xml file for WebService in a diffferent path than root I would like to be able to deploy the crossdomain

[flexcoders] Re: Setting the crossdomain.xml file for WebService in a diffferent path than ro

2007-09-22 Thread Claude Hussenet
it is getting loaded before you hit send. When do you try to get the policy file? From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Claude Hussenet Sent: Saturday, September 22, 2007 12:34 PM To: flexcoders@yahoogroups.com Subject

[flexcoders] Re: BUG with HTTPSERVICE [GZIP Support]?

2007-09-10 Thread Claude Hussenet
. Also, can you use POST instead of GET? Tracy From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Claude Hussenet Sent: Friday, September 07, 2007 4:36 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] BUG with HTTPSERVICE

[flexcoders] Source code of Moxie 3 .

2007-09-10 Thread Claude Hussenet
It seems that the nightly build of Moxie 3 does not include all source code.For example,I could not find the content of the rpc package. (HTTPService) Is Adobe planning to bundle all the source code of Moxie 3 ? Thx-Claude

[flexcoders] Re: Source code of Moxie 3 .

2007-09-10 Thread Claude Hussenet
there? From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Claude Hussenet Sent: Monday, September 10, 2007 6:41 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] Source code of Moxie 3 . It seems that the nightly build of Moxie 3 does not include all

[flexcoders] Click instead of mouseover to display sub-menu

2007-09-10 Thread Claude Hussenet
By default submenu from a Menu control are displayed by mouving over a menutem. Is it possible to change the behavior so a click on the menu item triggers the display of the submenu. I have looked the code of the Menu class and it does not seem easy to overload the mouseOverHandler method.The

[flexcoders] How to create dynamically Icon for a Tree

2007-09-07 Thread Claude Hussenet
I would like to be able to create the icon for folders or leefs at runtime based on some information that I am getting from the server. I can not figure out a way to use the iconFunction available on the Tree class for this purpose. Please let me know if it's possible. Thx-Claude public

[flexcoders] BUG with HTTPSERVICE ?

2007-09-07 Thread Claude Hussenet
I am getting the following stacktrace when I am using the HTTPService for the following URL : http://myserver/mycontext/mypage?value=/ I don't have a problem if I copy the URL in IE.I do get an XML response from the server. If I use a different URL with the same domain name,the HTTPService

[flexcoders] Re: [CHARTING COMPONENT] Issue in combining Interpolate effect and Chart type sw

2007-06-15 Thread Claude Hussenet
of the workarounds is to specify an hideDataEffect as well for each series. Thanks -Sunli From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Claude Hussenet Sent: Friday, June 15, 2007 7:50 AM To: flexcoders@yahoogroups.com

[flexcoders] [CHARTING COMPONENT] Issue in combining Interpolate effect and Chart type switch

2007-06-14 Thread Claude Hussenet
I am getting an actionscript error when I switch from clustered type to stacked type when an interpolate effect is defined as a showdataeffect. If I don't have any effect defined,the chart type switch works as a charm. See below the stack-trace and the source code. Any pointer or workaround is

[flexcoders] Can FLASH/FLEX Components scale for a PORTAL page ?

2007-06-04 Thread Claude Hussenet
Is there any trick to improve the performance of an HTML page which includes numerous FLASH/FLEX components ? Use-case is the typical PORTAL page. See the following page with 8 FLEX components . In the following example,the 8 components are identical ! http://claudehussenet.com/flex/portal.html

RE: [flexcoders] Can FLASH/FLEX Components scale for a PORTAL page ?

2007-06-04 Thread Claude Hussenet
framework that u use ,it won't help ! I am hoping that I am mistaken ! Regards-Claude Hussenet. Paramjit Jolly [EMAIL PROTECTED] wrote: Hi , I am making a similar application using liferay portal flex. I am planning to make a Base portlet

Re: [flexcoders] DataGrid: Can we set non-scrolling column and non-scolling rows?

2007-05-14 Thread Claude Hussenet
OK Found the answers. lockedColumnCount and lockedRowCount Regards Claude Hussenet - Original Message From: Claude Hussenet [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent: Monday, May 14, 2007 9:16:59 PM Subject: [flexcoders] DataGrid: Can we set non-scrolling column and non

[flexcoders] DataGrid: Can we set non-scrolling column and non-scolling rows?

2007-05-14 Thread Claude Hussenet
Is it possible to set a non-scrolling column when the others remain scrollable ? Same thing for rows.For example,the header of a grid could be set as non-scrollable so it's always visible. Thank you for your help

RE: [flexcoders] How to display Chart datatip at a specific data point ?

2007-05-03 Thread Claude Hussenet
@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Claude Hussenet Sent: Tuesday, May 01, 2007 9:09 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] How to display Chart datatip at a specific data point ? Problem: I would like to display chart datatip from a set of datapoint

[flexcoders] Convert FlexChart in WMF/EMF

2007-05-02 Thread Claude Hussenet
We currently use extensively JAVA Applet for creating charts. We support different output such as WMF/EMF. For example,it allows the user to cut and paste an image of the chart into a Windows Application(Outlook) through the clipboard .So,the image is visible into the body of the email without

[flexcoders] dataToLocal Parameters for cartesianchart with datetimeaxis

2007-05-02 Thread Claude Hussenet
If the horizontal axis is a dattimeaxis what does dataToLocal expect as a first parameter ? Thx Claude Hussenet

[flexcoders] Re: dataToLocal Parameters for cartesianchart with datetimeaxis

2007-05-02 Thread Claude Hussenet
--- In flexcoders@yahoogroups.com, Claude Hussenet [EMAIL PROTECTED] wrote: If the horizontal axis is a dattimeaxis what does dataToLocal expect as a first parameter ? Thx Claude Hussenet It works in passing getTime() .I am using also a datetimeaxis without a parsefunction Thx-Claude

[flexcoders] How to display Chart datatip at a specific data point ?

2007-05-01 Thread Claude Hussenet
regardless of the position of the mouse. Maybe a new method such as showDataTip on chartBase taking as parameter an array of indexes defining the datapoint from the dataprovider object could be helpfull. Thx for any hints. Claude Hussenet

[flexcoders] How can I turn off the message ::running gc to clean up refs in debug mode ?

2007-04-27 Thread Claude Hussenet
In debug mode ,I am getting the message ::running gc to clean up refs almost every second which makes the messages in the console almost useless .I believe I did not have this problem before installing the patch. Thx u for your help. Rgds Claude Hussenet

[flexcoders] How to change the transparency of the container from a combobox ?

2007-04-21 Thread Claude Hussenet
Is there a way to modify the transparency of the container displaying the list of option in a combobox so the controls behind the option list can be seen ? Thank you for your help. Claude Hussenet

[flexcoders] Repeater and Chart Legend issue

2007-04-09 Thread Claude Hussenet
I would to use the repeater class to create multiple instances of a tab.Each tab displays the same chart with a different data provider.Everything is working when I don't include a legend. See source code below.However ,if I uncommented out the legend I am getting the following example :

RE: [flexcoders] Repeater and Chart Legend issue

2007-04-09 Thread Claude Hussenet
, and failing. It should be something like: dataProvider=”{lineChart[tabRepeater. currentIndex]}” Ely. From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Claude Hussenet Sent: Monday, April 09, 2007 9:48 AM To: flexcoders@yahoogroups.com Subject

[flexcoders] How to create and apply an easing funtion to a chart using ActionScript

2007-03-25 Thread Claude Hussenet
; serieEffect.easingFunction=mx.effects.easing.Bounce.easeOut; Which ActionScript API should I use to get the same functionalities as showDataEffect or hideDataEffect in MXML ? Thank you for your help. Claude Hussenet. Regards Claude Hussenet - Get your own web address. Have

[flexcoders] Issue Drag and drop of Flex 2 Chart with Javascript in IE (See demo) Post 2

2007-03-19 Thread Claude Hussenet
of the chart are lost.(New Instance of the chart ? The problem is not specific to the jQuery Flash Plugin that I use in the demo. I was getting the same issue using the HTML code generated by Flex builder. Thank you very much for your help. Claude Hussenet

[flexcoders] Issue with Drag and drop of Flex 2 Chart with Javascript in IE (See demo)

2007-03-17 Thread Claude Hussenet
for your help. Claude Hussenet

[flexcoders] How to highlight a bar serie from a bar chart when the mouse is over the chart ?

2007-03-05 Thread Claude Hussenet
What is the easiest way to highlight a bar serie from a bart chart when the mouse is over the chart ? Thx Regards Claude Hussenet - Bored stiff? Loosen up... Download and play hundreds of games for free on Yahoo! Games.

[flexcoders] How to display the datatip for a bar chart accross all series at the same time ?

2007-03-05 Thread Claude Hussenet
How to display the datatip for a bar chart accross all series at the same time ? Thx-Claude Regards Claude Hussenet - Have a burning question? Go to Yahoo! Answers and get answers from real people who know.

[flexcoders] Re: Chart: Filter point after transformation from global to local

2006-12-01 Thread Claude Hussenet
extends LineSeriesRenderData { public var prePxielFilteredCache:Array=null; } \ --- In flexcoders@yahoogroups.com, Claude Hussenet [EMAIL PROTECTED] wrote: What is the way to filter

[flexcoders] Chart: Filter point after transformation from global to local

2006-11-30 Thread Claude Hussenet
What is the way to filter points in a line serie after the point is transformed from the data space to the screen/mouse space ? Is is by adding a filter function in a lineserie through the method filters from a serie ? Is there an example available ? I am interested in filtering a point in the

[flexcoders] Chart :Clipping segment from a line serie

2006-11-29 Thread Claude Hussenet
I have noticed that if one of the point of a segment is not within the min/max of the chart area,the whole segment is not displayed.I would have expect to see a segment between the point within the min/max and the intersection between the segment and the axis. Is there an option to make it

RE: [flexcoders] Chart :Clipping segment from a line serie

2006-11-29 Thread Claude Hussenet
. - From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Claude Hussenet Sent: Wednesday, November 29, 2006 12:20 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Chart :Clipping segment from a line serie I have noticed that if one

[flexcoders] Chart annotation and panning

2006-11-28 Thread Claude Hussenet
of the flash.display.shape class. Thank you. Regards Claude Hussenet - Everyone is raving about the all-new Yahoo! Mail beta.

Re: [flexcoders] Flex JavaScript

2006-11-28 Thread Claude Hussenet
in avdance :) -- krib Regards Claude Hussenet - Cheap Talk? Check out Yahoo! Messenger's low PC-to-Phone call rates.

[flexcoders] Right mouse button with Flex 2

2006-11-28 Thread Claude Hussenet
Is there a way to add an event listener with Flex 2 on the right mouse button as it's possible for the left button ? Thank you Regards Claude Hussenet - Cheap Talk? Check out Yahoo! Messenger's low PC-to-Phone call rates.

[flexcoders] Chart annotation and panning

2006-11-28 Thread Claude Hussenet
of the flash.display.shape class. Thank you. Regards Claude Hussenet - Everyone is raving about the all-new Yahoo! Mail beta. Regards Claude Hussenet - Everyone is raving about the all-new Yahoo! Mail beta.

Re: [flexcoders] Min/Max Axis Autoupdate after updating series in Chart

2006-11-27 Thread Claude Hussenet
. Then each time you remove a series, you just have to set the min/max indeces to the previous value. Cheers! --- Claude Hussenet [EMAIL PROTECTED] wrote: When a set of series are added into a chart by using mychart.series= ,automatically the min,max indices of the axes