RE: [flexcoders] Re: Daylight Savings Time issues from Flex to ColdFusion 8.01

2009-10-26 Thread Gregor Kiddie
http://bugs.adobe.com/jira/browse/FP-1760 Gk. Gregor Kiddie Senior Developer INPS Tel: 01382 564343 Registered address: The Bread Factory, 1a Broughton Street, London SW8 3QJ Registered Number: 1788577 Registered in the UK Visit our Internet Web site at www.inps.co.uk

[flexcoders] About Frame definition

2009-10-26 Thread thelordsince1984
Hi, Could I have a definition about frames? I've read about frame life cycle. As I've understood, a Flex application has two frames: the first one (FRAME 1) contains the Preloader, the other one (FRAME 2) contains the Application? So, what's a frame? What function do FRAME 1 and FRAME 2 play

Re: [flexcoders] About Frame definition

2009-10-26 Thread primo411
Hi, maybe this article will help you understand: http://www.craftymind.com/2008/04/18/updated-elastic-racetrack-for-flash-9-and-avm2/ 2009/10/26 thelordsince1984 lore...@katamail.com Hi, Could I have a definition about frames? I've read about frame life cycle. As I've understood, a Flex

[flexcoders] Re: About Frame definition

2009-10-26 Thread thelordsince1984
Hi primo411, thank you for your reply! I've just read that article...ok I understand the frametime concept...but it doesn't explain what a frame is..I would know about frame understood as unit logic into swf files... So, could you explain me what a frame is? In particular: Are there any

[flexcoders] printing to a word doc

2009-10-26 Thread Darrin Kay
Good Day, I have a flex 3 app that uses ColdFusion8 as the middle-ware, and all is fine. Where I am having issues is with printing, I call a cfc that has a cfcontent, but the save file dialog never shows up. So if someone can point me in the right direction that would be great. Thanks,,

[flexcoders] to set icon daymamically on tree node

2009-10-26 Thread Krunal Panchal
Hi All, I want to set icon daymamically on tree node. But icons stored in database. so i want to genereate tree with database icon. I tried lots of time but unsuccessful. If anybody have hint that how to successed in this. Thanks in advance. Regards,

[flexcoders] Accessing a child component,, specifically a checkbox, from an mxml component

2009-10-26 Thread steveb805
First of all, thanks for the responses concerning the List Items-detecting. Hopefully those responses made it. I'm on the Probation list where it takes a while to get approved. -- This next particular issue is really disturbing me, but it's

Re: [flexcoders] to set icon daymamically on tree node

2009-10-26 Thread primo411
Hi, may be you can use Ben Stucki's IconUtility class, or something similar : http://blog.benstucki.net/?p=42 I made a little improvement to this class, you can find it here: http://www.aixo.fr/flex/update-iconutility Here is an article describing how to use it with a Tree:

[flexcoders] undo a matrix transformation

2009-10-26 Thread flexaustin
So in my app I am using the senocular transformtool so that a user can rotate, scale, skew a sprite object by applying a matrix transformation to it. I need to allow the user to undo this. How would I go about undoing this? I tried to just invert() the altered matrix that gets applied to the

[flexcoders] Re: Flex Datagrid bottom row cutoff

2009-10-26 Thread flexaustin
thx again Alex! --- In flexcoders@yahoogroups.com, Alex Harui aha...@... wrote: Fix the height to rowCount * rowHeight + viewMetrics.top + viewMetrics.bottom Alex Harui Flex SDK Developer Adobe Systems Inc.http://www.adobe.com/ Blog: http://blogs.adobe.com/aharui From:

[flexcoders] AIR Performance

2009-10-26 Thread jwc_wensan
Good morning all, I have read that AIR 1.5 apps have some memory and CPU issues. This may or may not be fixed/improved in AIR 2.0. I am considering a large scale app that will have a hundred plus screens. It is AIR because of the requirement for local database. While I know it can be

RE: [flexcoders] AIR Performance

2009-10-26 Thread Gregor Kiddie
AIR apps have exactly the same memory and CPU issues as every application written in every language ever. If you write it well, you will not have any CPU or memory issues. If you write it badly, you will have CPU and memory issues. This is true regardless of the technology involved.

[flexcoders] Highlighting a Chart Collumn?

2009-10-26 Thread jmerrill_2001
Is there a way to highlight either an entire y axis in a line chart collumn based on a value, or at least, a single data point in the line chart? For example, I have a line chart and a datagrid below it. I'd like to highlight a collumn in the line chart based on a matching value in what the

Re: [flexcoders] Highlighting a Chart Collumn?

2009-10-26 Thread Jake Churchill
You can create a custom line renderer and change the color of the line for the section selected. Check out this sampler for ideas: http://demo.quietlyscheming.com/ChartSampler/app.html On Mon, Oct 26, 2009 at 10:29 AM, jmerrill_2001 jason.merr...@bankofamerica.com wrote: Is there a way to

[flexcoders] Re: Highlighting a Chart Collumn?

2009-10-26 Thread jmerrill_2001
--- In flexcoders@yahoogroups.com, Jake Churchill reyna...@... wrote: You can create a custom line renderer and change the color of the line for the section selected. Check out this sampler for ideas: http://demo.quietlyscheming.com/ChartSampler/app.html Great thanks - that gets me

Re: [flexcoders] Re: Highlighting a Chart Collumn?

2009-10-26 Thread Jake Churchill
The files are generally named based on the example that you click on, ie styles would be in the styles package, etc. On Mon, Oct 26, 2009 at 10:57 AM, jmerrill_2001 jason.merr...@bankofamerica.com wrote: --- In flexcoders@yahoogroups.com flexcoders%40yahoogroups.com, Jake Churchill

[flexcoders] Re: Highlighting a Chart Collumn?

2009-10-26 Thread jmerrill_2001
The files are generally named based on the example that you click on, ie styles would be in the styles package, etc. Yeah, I figured that much out, thanks. What I mean is, it still does not show how to target a particular collumn based on data and draw in just that collumn. Finding what I

[flexcoders] Re: Highlighting a Chart Collumn?

2009-10-26 Thread droponrcll
--- In flexcoders@yahoogroups.com, jmerrill_2001 jason.merr...@... wrote: The files are generally named based on the example that you click on, ie styles would be in the styles package, etc. Yeah, I figured that much out, thanks. What I mean is, it still does not show how to target a

RE: [flexcoders] Re: PHP service classes in a different directory besides Weborb's Services dir

2009-10-26 Thread Keith Sutton
valdhor, Thanks, that looks like a good place to start. I will experiment with the setting. K To: flexcoders@yahoogroups.com From: valdhorli...@embarqmail.com Date: Tue, 20 Oct 2009 12:37:42 + Subject: [flexcoders] Re: PHP service classes in a different directory besides

[flexcoders] Button and custom FocusSkins not raising Click events

2009-10-26 Thread taude1
Hi All, I have a button with a custom skin and a custom focusSkin. when tabbing into the button and the focus skin is showing, it doesn't raise click events. I know that I'm supposed to have a HOLE in my focus skin. Not just transparent pixels and what not. However, I'm not really sure

[flexcoders] add a url/link to the datagrid datatip?

2009-10-26 Thread coder3
Hi All, I need to show a list of information for the items in the datagrid/advancedDatagrid. the output text is ok but it contains a url that needs to be displayed as a htmlLink so that when user clicks on it, the browser can goto that url. for example it's like this: URL: www.nabble.com

[flexcoders] Re: AIR Performance

2009-10-26 Thread jwc_wensan
Gregor: Regarding memory and CPU, I was only going on the following article: http://www.adobe.com/devnet/air/flex/articles/framerate_throttling.html?devcon=f12 Regarding modules . . . I understand the value of using modules in web-based flex app, but was not sure of its value in an AIR app. So

[flexcoders] Binding Model Objects

2009-10-26 Thread Battershall, Jeff
I happened across the slides from a presentation that Sean Chirstmann did at Max 2008 about memory optimization in AIR (http://www.craftymind.com/wp-content/uploads/2008/11/sean_christmann_optimizing_air_final.pdf). One of his points was NOT to make DTOs or AMF objects bindable. I've been

Re: [flexcoders] Binding Model Objects

2009-10-26 Thread Richard Rodseth
Jeff I hope we see some responses to this. I like the idea of non-bindable and immutable DTOs, but isn't it true that if you have a very large list, you've got substantial memory overhead in the conversion of those DTOs to the bindable objects. Or are people tackling that with virtualized

[flexcoders] ImageSnapshot and PopUpManager

2009-10-26 Thread shafram
Hi, I have an application that has several windows that were created using the PopUpManager. I would like the user to be able to take a screenshot of the the app so I am using the ImageSnapshot class. The application is being captured but none of the pop up windows are showing up. Is there any

[flexcoders] Re: AIR Performance

2009-10-26 Thread reflexactions
If you write it well, you will not have any CPU or memory issues I am sorry but that is just so far from reality it is ridiculous. AIR does not just have 'the same memory and CPU issue as every other app'. The issues are well known and accepted so I don't where you come up with that notion,

RE: [flexcoders] ImageSnapshot and PopUpManager

2009-10-26 Thread Alex Harui
Use systemManager instead of application. Alex Harui Flex SDK Developer Adobe Systems Inc.http://www.adobe.com/ Blog: http://blogs.adobe.com/aharui From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On Behalf Of shafram Sent: Monday, October 26, 2009 1:31 PM To:

[flexcoders] Dealing with large object to print.

2009-10-26 Thread Joshua
I'm having a problem with an object (vector image that I have created) that I'm printing exceeding the maximum height and width of a printable object. Are there any strategies that I should look for with respect to this issue. Capturing the display object as a jpeg with snapshot and then

[flexcoders] How to access accordion to datagrid...

2009-10-26 Thread siva
Hai all, In data grid component, i create various xml files...In accrodion component i click particular label ,at that time onely one xml file willbe loaded on datagrid component..so,plz reply on how to intract on accordion to datagrid

[flexcoders] Pivot Table Charts Component

2009-10-26 Thread flexmonster
flexmonster.com released a new version of pivot table charts component: List of features: * Connecting via XMLA, basic XML, generated CSV or custom web service. MS OLAP and Mondrian support. * Extremely fast for huge amounts of data * Pivot charts with drill up/down * XMLA and MDX support for

[flexcoders] creationPolicy and createComponentsFromDecsriptors

2009-10-26 Thread asea19
Hi, I'm working on an app that works with a lot of search results and item renderers to display the search results. The renderer is usually a VBox with a lot of HBoxes or GridRows within it. The developer who put these together just used includeInLayout=false for the HBoxes or GridRows that

Re: [flexcoders] Search Suggestion

2009-10-26 Thread Wiznu Prabowo
thanks a lot, this so helpful --- On Fri, 10/23/09, Angelo Anolin angelo_ano...@yahoo.com wrote: From: Angelo Anolin angelo_ano...@yahoo.com Subject: Re: [flexcoders] Search Suggestion To: flexcoders@yahoogroups.com Date: Friday, October 23, 2009, 12:29 PM  

[SPAM] Re: [flexcoders] Can't bind XMLListCollection to Datagrid

2009-10-26 Thread jc_bad28
After googling for another couple of days and trying to find a namespace workaround.. which I never could get anything to work. Moreover, there's a chance the pre-fix could change depending on the server status (ie datas6 could be datas1 or datas2, etc.) I just took the route of stripping the

RE: [flexcoders] creationPolicy and createComponentsFromDecsriptors

2009-10-26 Thread Alex Harui
There won't be any issues with accessing the results of createComponentsFromDescriptors unless there are sub-containers with their own creation policies that don't create something you'd expect to be there. I can't picture any renderer needing 15 layout containers at the same time. Using

RE: [SPAM] [flexcoders] Accessing a child component,, specifically a checkbox, from an mxml component

2009-10-26 Thread Tracy Spratt
If you cast the return as EditTaskBox, you should be able to reference the public members. You could also do this by setting a public property on EditTaskBox and then binding the checkbox to that property. Tracy Spratt, Lariat Services, development services available _ From: