Re: [flexcoders] Re: Flex - Create Application From Database

2009-05-19 Thread Angelo Anolin
Hi, Thanks for the link.  But I think the courses there requires that you need to enroll and pay up for their courses. I am still having trouble making this Create Application from Database thing to work. Although I managed to get the web service running (for another separate application). I

Re: [flexcoders] PDF and XL

2009-05-19 Thread Vikram Singh
Go through this link for printing flex component: http://examples.adobe.com/flex3/componentexplorer/explorer.html http://livedocs.adobe.com/flex/3/html/help.html?content=Part2_DevApps_1.html I hope you will get your solution from here. Regards, Vikram From:

[flexcoders] Adobe Flash Help Urgent

2009-05-19 Thread saritha
I have a web page with external swf file(.swf)in it. The external swf file loads images dynamically. The files are put up in web server. If the web server is not clustered (say it runs in single instance mode) the external swf loads properly in Internet Explorer 6.0,Internet Explorer 7.0 ,

[flexcoders] Adobe Flash Help Urgent

2009-05-19 Thread saritha
I have a web page with external swf file(.swf)in it. The external swf file loads images dynamically. The files are put up in web server. If the web server is not clustered (say it runs in single instance mode) the external swf loads properly in Internet Explorer 6.0,Internet Explorer 7.0 ,

Re: [flexcoders] Adobe Flash Help Urgent

2009-05-19 Thread David Kramer
crossdomain file? just off the cuff. - Original Message - From: saritha To: flexcoders@yahoogroups.com Subject: [flexcoders] Adobe Flash Help Urgent Date: Tue, 19 May 2009 07:49:27 - I have a web page with external swf file(.swf)in it. The external swf file loads

[flexcoders] Call a Flex Function by Name

2009-05-19 Thread edlueze
I'm using a Menu control. Normally I'd catch the Menu's control event and then act on whatever selection the user made with something like a switch block. But I wanted to see if I could be more clever and embed the function name and parameters in the XML Menu data provider itself, like this:

Re: [flexcoders] Re: modify item before binding to datagrid

2009-05-19 Thread Angelo Anolin
My apologies but I forgot to mention that I am getting the data from a .NET web service which is a dataset and then returned via string (XML) using the .NET function String strConn = ConfigurationManager.ConnectionStrings[conString].ConnectionString; SqlConnection

Re: [flexcoders] Adobe Flash Help Urgent

2009-05-19 Thread Tom Chiverton
P.S. It's urgent to you, not to anyone else. If it's really urgent and important, get a support contract. -- Helping to collaboratively establish back-end customized dynamic 24/7 customers as part of the IT team of the year, '09 and '08 Tom Chiverton Developer Tel: +44 0161 618 5032 Fax: +44

Re: [flexcoders] HTML Formatting lost in TextArea

2009-05-19 Thread Dave Glasser
**bump** I'm encountering a strange problem which I can't reliably replicate. I have a TextArea. During its lifetime, I set the htmlText property one time with a string of HTML that includes an IMG tag. The text property never gets set. Sometimes, when the TextArea is first displayed, I'll

[flexcoders] Re: Doing math with Date()

2009-05-19 Thread Amy
--- In flexcoders@yahoogroups.com, Laurence MacNeill lmacne...@... wrote: At 10:10 PM 5/18/2009, you wrote: I have a list of events in a table, and I need to check and see if someone has selected two events that time-conflict with one another. How do I do math with the Date() function in

[flexcoders] Line of error in file

2009-05-19 Thread mordsm
Hi all I am getting I got 1086 : expecting semicolon before target but it doesn't refer to any line or file even when I click it how can I know to which component / mxml it belongs and on which line moshe

[flexcoders] getting only last NumericStepper change event

2009-05-19 Thread ronwagner0001
I am using a NumericStepper and am looking for a way to turn off sending of the change event while the mouse is down on the arrows. I only want the last event with the ending value. I thought there would be a property to control this since it seems like it would be a common thing to want to do

Re: [flexcoders] Adobe Flash Help Urgent

2009-05-19 Thread Ron Wagner
On May 19, 2009, at 3:49 AM, saritha wrote: I have a web page with external swf file(.swf)in it. The external swf file loads images dynamically. The files are put up in web server. If the web server is not clustered (say it runs in single instance mode) the external swf loads properly

[flexcoders] MVC view and model communication

2009-05-19 Thread steve horvath
I have a view that I would like to change state when a field in my model changes values. Up until now I've been using data binding to link my view and model. It seems like my current situation I will have to dispatch an event from the model and have the view watch it. In the model: A

Re: [flexcoders] Adobe Flash Help Urgent

2009-05-19 Thread Guy Morton
Look at your web server compression settings. SSL. caching. All are things IE screws up on a regular basis. Tell your users to download a browser that works. :-) On 19/05/2009, at 5:49 PM, saritha wrote: I have a web page with external swf file(.swf)in it. The external swf file loads

RE: [flexcoders] Call a Flex Function by Name

2009-05-19 Thread Jake Churchill
I would separate the classname out into another argument in your XML, so in your example that's not working, you'd have: menuitem id=OpenAlertsWindowMenuOption label=Open Alerts Window callbackClass=ProjectProperties callback=setValue arguments=ShowAlertsWindow, true / Then you'd have to

[flexcoders] DataGrid drag and drop

2009-05-19 Thread markgoldin_2000
If I have a source DG with dragMoveEnabled=true should dd remove dragged item from the source dataProvider as well or I have to do it manually? Thanks

[flexcoders] FormItem with Datagrid extra white space

2009-05-19 Thread markgoldin_2000
mx:FormItem width=100% direction=horizontal label=Contacts mx:DataGrid id=custcontacts fontSize=10 width=100% height=70% creationComplete=contactList() mx:columns

[flexcoders] Re: filter complex arrayCollection

2009-05-19 Thread Mark
Thanks for the link Ivan... Although that's very cool stuff I don't believe that's what I'm looking for in this case. I'm really just looking to filter an ArrayCollection that goes beyond one level. I'm having a hard time with this so I'm even wondering if I can do it with an ArrayCollection

[flexcoders] Re: Getting an error when using a tree as a component

2009-05-19 Thread valdhor
I did the same as you did and it works fine main.mxml: ?xml version=1.0? mx:Application xmlns:mx=http://www.adobe.com/2006/mxml; width=700 height=250 borderStyle=solid creationComplete=CallMeNow() mx:Script ![CDATA[ import com.CallTree; public function

RE: [flexcoders] getting only last NumericStepper change event

2009-05-19 Thread Alex Harui
Often folks listen to focusOut so the person has to leave the control 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 ronwagner0001 Sent: Monday, May 18,

Re: [flexcoders] MVC view and model communication

2009-05-19 Thread Richard Rodseth
A couple of techniques to be aware of: 1) Binding functions currentState={computeState(model.username)} (computeState is in the Script block of your MXML and will fire when any of the argument expressions change) 2) Computed properties with custom getters/setters:

[flexcoders] Foaming at the mouth for Flex4... or Flashbuilder4

2009-05-19 Thread djhatrick
BTW, I am going to keep calling myself a flex developer (pays better)... When's the beta coming out? June when? thanks, Patrick

[flexcoders] Re: filter complex arrayCollection

2009-05-19 Thread valdhor
Mark Check into the filterFunction property of the ArrayCollection class. This is how I use it in one section of my code... filterText = text I want to filter on; detailsArrColl.filterFunction = processFilter; public function processFilter(item:Object):Boolean { if

[flexcoders] Re: Flex - Create Application From Database

2009-05-19 Thread valdhor
The problem is that there does not seem to be a free tutorial out there (That I could find). At least with the paid for course you get all the rest as well as what you need. It depends on how much your time is worth. I found the video tutorials worth it to me. YMMV. --- In

[flexcoders] LangRef == FAIL

2009-05-19 Thread djhatrick
http://livedocs.adobe.com/flex/3/langref/

RE: [flexcoders] LangRef == FAIL

2009-05-19 Thread Jonathon Stierman
This is why you download it and view locally. ;) Saves everyone bandwidth too. Jonathon From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On Behalf Of djhatrick Sent: Tuesday, May 19, 2009 10:36 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] LangRef == FAIL

RE: [flexcoders] LangRef == FAIL

2009-05-19 Thread Kenneth Sutherland
Use this URL to download the zip file http://livedocs.adobe.com/flex/3/flex3_documentation.zip This still works. From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On Behalf Of djhatrick Sent: 19 May 2009 16:36 To: flexcoders@yahoogroups.com Subject: [flexcoders]

[flexcoders] ListEventReason.CANCELLED problem

2009-05-19 Thread Blue
Hello All, I'm having a problem getting the ListEventReason.CANCELLED to fire. I was under the assumption that the ListEventReason.CANCELLED fires when you click outside of the List area but every time I click outside of the list area the only thing that fires is the ListEventReason.OTHER. How

Re: [flexcoders] Confused about modules using embedded fonts Flex 3.3

2009-05-19 Thread Greg Hess
Hi Alex, Well, continued to add complexity in my test case to mock what our real application does when loading modules however, still no problem loading fonts and no need to set the Module.moduleFactory to the SystemManager of the main application. But can still confirm, without doing so on our

[flexcoders] Re: filter complex arrayCollection

2009-05-19 Thread Mark
Thanks, but I'm looking to filter within children, so I need to dig down deeper then the root level. My understaning is the filterFunction will only filter on the top most level. -M --- In flexcoders@yahoogroups.com, valdhor valdhorli...@... wrote: Mark Check into the filterFunction

[flexcoders] AdvancedDataGrid, calling a sort on a column without a hidden header.

2009-05-19 Thread djhatrick
How do i duplicate the functionality of of sorting an advancedDatagrid without a header release event. I'd like to sort my IHierarchicalCollectionView recursively. Thanks, Patrick

[flexcoders] Prevent Tooltip From Scrolling

2009-05-19 Thread creativepragmatic
I am using a Tooltip to display the number of Inbox messages. I do this by setting the errorString property of a component and then dispatching a mouseOver event on the component to get the number of messages to show for 60 seconds. The problem I have is how to get the Tooltip to stay next to

[flexcoders] Re: filter complex arrayCollection

2009-05-19 Thread jones_a_h
So you have an ArrayCollection of XML objects that you want to filter on? In the filterFunction just case your array item to XML and use E4X to find the node / attribute that you want to filter on and build it in your filter logic, i.e. logical that determines the true/false return value.

[flexcoders] Re: AdvancedDataGrid, calling a sort on a column without a hidden header.

2009-05-19 Thread foobone9
Just sort the collection that the grid is bound to. --- In flexcoders@yahoogroups.com, djhatrick djhatr...@... wrote: How do i duplicate the functionality of of sorting an advancedDatagrid without a header release event. I'd like to sort my IHierarchicalCollectionView recursively.

[flexcoders] Printing PDF417 barcodes in Flex...

2009-05-19 Thread Laurence MacNeill
Has anybody here ever tried to print PDF417 barcodes in Flex? It's far more than a simple embed-the-font kind of thing, as you need a proper encoder to encode the data before printing it in the PDF417 font. I can buy the font, no problem. But the encoder is what's getting me -- closest

Re: [flexcoders] Printing PDF417 barcodes in Flex...

2009-05-19 Thread Howard Fore
Why couldn't you just call the servlet from mx:httpService? What's the output from the servlet? If it's a bitmap graphic file (jpeg, gif, png) you won't need a font. -- Howard Fore, howard.f...@hofo.com The universe tends toward maximum irony. Don't push it. - Jeff Atwood On Tue, May 19, 2009

Re: [flexcoders] Printing PDF417 barcodes in Flex...

2009-05-19 Thread Laurence MacNeill
At 03:17 PM 5/19/2009, you wrote: Why couldn't you just call the servlet from mx:httpService? What's the output from the servlet? If it's a bitmap graphic file (jpeg, gif, png) you won't need a font. I didn't know if/how it was possible to call a Java Servlet from a Flex App. Figured it

[flexcoders] How do I do a sort on IHierarchicalCollectionView

2009-05-19 Thread djhatrick
By the way, why is the sort different from ICollectionView? This makes this confusing because all my items duplicate... etc. private function sortDataField(value:String):void { //var

[flexcoders] htmlLoader - saving document HTML - using HTML.htmlText

2009-05-19 Thread arieljake
Hi all, I recently tried to save the html of a webpage I downloaded with my HTMLLoader. When I tried to set the htmlText of an HTML control, the page was not rendered correctly. I presume this is because the links to stylesheets and images and such don't resolve. ColdFusion addresses this

[flexcoders] Re: How do I do a sort on IHierarchicalCollectionView

2009-05-19 Thread foobone9
I don't think that it is different. IHierarchicalCollectionView extends ICollectionView which is where the sort is defined. --- In flexcoders@yahoogroups.com, djhatrick djhatr...@... wrote: By the way, why is the sort different from ICollectionView? This makes this confusing because all my

[flexcoders] Query String Parameters in Flex Builder

2009-05-19 Thread creativepragmatic
Is there any way to get Flex Builder to add query string parameters in debug mode? For example, F:\MyProject\bin-debug\myproject.html#param=1. Orville

[flexcoders]

2009-05-19 Thread Jake Churchill
I have a simple datagrid with double clicking enabled. Double clicking runs a long process of getting a bunch of data. The datagrid itself is not affected by any of the data changes. After the process is done, it is impossible to select an item in the datagrid. The selectedIndex and

[flexcoders] DataGrid highlight issues

2009-05-19 Thread Jake Churchill
I have a simple datagrid with double clicking enabled. Double clicking runs a long process of getting a bunch of data. The datagrid itself is not affected by any of the data changes. After the process is done, it is impossible to select an item in the datagrid. The selectedIndex and

[flexcoders] getting currency symbol to display when loading locale from resource module

2009-05-19 Thread flexcoder2008
For my application, I load a specific locale resource module based on the logged in user's locale. I am trying to configure the en_GB (British) and fr_CA (French Canadian) locales. In order to build my resource module from the command line, I need a properties file. The content of my

RE: [flexcoders] Query String Parameters in Flex Builder

2009-05-19 Thread Jonathon Stierman
There sure is. Open up your project properties, and go to the Run/Debug Settings menu. Select your driver application, and click the edit button. Uncheck the Use defaults under URL or path to launch, and set it to whatever you want it to be. Jonathon From: flexcoders@yahoogroups.com

[flexcoders] Refreshing issues in Gumbo: Is that the bug or am i doing something wrong?

2009-05-19 Thread anuj181
Hi Guys I am trying to make a simple app in Gumbo(flex 4) but it does not seem to be working, I am just trying to change the color of the a simple rectangle (which is in the form of the path data for the SVG image), I am not sure whats going on here but it does not seem to be working. Am I

[flexcoders] New Flex 3 Component/Application Lifecycle White-paper

2009-05-19 Thread jamesdevelopmentarc
Hi All, We just published a 36 page in-depth analysis of the Flex 3 Lifecycle for both component and application development. We discuss in detail how and what code is executed in the Flex SDK and how you can use this to create better and more performant applications in Flex and AIR.

[flexcoders] Re: Query String Parameters in Flex Builder

2009-05-19 Thread creativepragmatic
Thank you Jonathon. When I tried this, I got a File not found error. Open up your project properties, and go to the Run/Debug Settings menu. Select your driver application, and click the edit button. Uncheck the Use defaults under URL or path to launch, and set it to whatever you want it

[flexcoders] Transition only works once

2009-05-19 Thread jimmy5804
I don't use transitions often, so I may be missing something. The transition works fine the first time, but the resize is applied instantaneously afterwards. This is part of a VBox-based MXML component. Transition is very simple: mx:transitions mx:Transition fromState=

[flexcoders] How to optimise SWC to its minimal size?

2009-05-19 Thread lytvynyuk
I've created SWC consisting from a single class but class contains a bunch of methods and when I built SWc i found that it is 87Kb. In same time report.xml stated that my class is only 3kb, everything else is garbage consisting from many Flex frameworks classes used directly or indirectly in

[flexcoders] Pure MVC vs Cairgorm

2009-05-19 Thread mhbmarcos
Hi!!!, which is the best option?

[flexcoders] Looking for ability to know which item I selected when using Lists

2009-05-19 Thread a.scavarelli
Hey there, I am trying to figure out how to get the data (some text) from a list I have set to editable. It is binded to an array of Strings but I can't figure out how to determine which string I have selected to edit. This so that I can compare it to other strings using editEnd and editBegin

[flexcoders] Dynamic Pod created in a Dashboard

2009-05-19 Thread tdjoiner42
Has anyone had the need to create a dynamic panel/container/pod in a dashboard layout? We have a dashboard where we can minimize/maximize our panels but now we are giving the user the ability to click on something that will then create a new panel that will show up in our dashboard. Has

[flexcoders] BlazeDS RemoteObject Performance

2009-05-19 Thread Aldo Bucchi
( I copy this email from an internal communication I received ) quote Hello, I've found a serious performance problem on an application written on Flex/AIR and using BlazeDS v3.0.0.544. By looking at the logs I can see that the server side method (invoked via RemoteObject on the client side)

Re: [flexcoders] Pure MVC vs Cairgorm

2009-05-19 Thread Nick Collins
Depends on your requirements. Personally between those two, I lean more toward PureMVC, although the ideal would be to simply roll your own framework based on only the design patterns you need. On Tue, May 19, 2009 at 12:44 PM, mhbmarcos mhbmar...@yahoo.com.ar wrote: Hi!!!, which is the best

Re: [flexcoders] Foaming at the mouth for Flex4... or Flashbuilder4

2009-05-19 Thread Nick Collins
Hey if you're using the Flex SDK, you still ARE a Flex developer. On Tue, May 19, 2009 at 10:21 AM, djhatrick djhatr...@yahoo.com wrote: BTW, I am going to keep calling myself a flex developer (pays better)... When's the beta coming out? June when? thanks, Patrick

[flexcoders] Re: BlazeDS RemoteObject Performance

2009-05-19 Thread foobone9
I think you need to invest in Live Cycle Data Servies. --- In flexcoders@yahoogroups.com, Aldo Bucchi aldo.buc...@... wrote: ( I copy this email from an internal communication I received ) quote Hello, I've found a serious performance problem on an application written on Flex/AIR and

Re: [flexcoders] MVC view and model communication

2009-05-19 Thread Steve Horvath
Thanks! At least the first one looks like it should work for me. For the second one, I'm a little confused. Do those properties go into the model? How does the view watch for them and respond? ascii On Tue, May 19, 2009 at 8:10 AM, Richard Rodseth rrods...@gmail.com wrote: A couple of

Re: [flexcoders] Pure MVC vs Cairgorm

2009-05-19 Thread Laurence MacNeill
At 06:55 PM 5/19/2009, you wrote: Depends on your requirements. Personally between those two, I lean more toward PureMVC, although the ideal would be to simply roll your own framework based on only the design patterns you need. So what are these frameworks you speak of, anyway? I keep seeing

Re: [flexcoders] Pure MVC vs Cairgorm

2009-05-19 Thread Paul Andrews
- Original Message - From: mhbmarcos mhbmar...@yahoo.com.ar To: flexcoders@yahoogroups.com Sent: Tuesday, May 19, 2009 6:44 PM Subject: [flexcoders] Pure MVC vs Cairgorm Hi!!!, which is the best option? Would you say a Ferrari is best or a Mini? If you want to impress expensive

Re: [flexcoders] Pure MVC vs Cairgorm

2009-05-19 Thread Paul Andrews
- Original Message - From: Laurence MacNeill lmacne...@comcast.net To: flexcoders@yahoogroups.com Sent: Wednesday, May 20, 2009 12:28 AM Subject: Re: [flexcoders] Pure MVC vs Cairgorm At 06:55 PM 5/19/2009, you wrote: Depends on your requirements. Personally between those two, I lean

Re: [flexcoders] Re: BlazeDS RemoteObject Performance

2009-05-19 Thread Aldo Bucchi
foobone9, Are you saying that this is a known built-in limitation of BlazeDS? Thanks, A On Tue, May 19, 2009 at 6:58 PM, foobone9 foobo...@yahoo.com wrote: I think you need to invest in Live Cycle Data Servies. --- In flexcoders@yahoogroups.com, Aldo Bucchi aldo.buc...@... wrote: ( I

RE: [flexcoders] DataGrid highlight issues

2009-05-19 Thread Alex Harui
Try setting selectedIndex=-1 before you reset it to the correct values. Maybe it thinks certain rows already are drawn? You can set a breakpoint in drawSelectionIndicator to see if it is trying to draw Alex Harui Flex SDK Developer Adobe Systems Inc.http://www.adobe.com/ Blog:

[flexcoders] Re: Call a Flex Function by Name

2009-05-19 Thread edlueze
Ah - yes - this looks pretty cool! I'll start digging into it immediately. Thanks for the reference!! --- In flexcoders@yahoogroups.com, Jake Churchill j...@... wrote: I would separate the classname out into another argument in your XML, so in your example that's not working, you'd have:

Re: [flexcoders] Adobe Flash Help Urgent

2009-05-19 Thread Sam Lai
Instead of stabbing in the dark, try installing Fiddler on the Windows client machine. It shows you all the calls any browser makes, the HTTP headers and responses, everything basically. Then compare the results before and after changing the web server configuration. If it is anything like what

RE: [flexcoders] Re: Query String Parameters in Flex Builder

2009-05-19 Thread Tracy Spratt
Yeah, this used to work for me but it seems to have broken at some point, not sure when. Tracy Spratt, Lariat Services, development services available _ From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On Behalf Of creativepragmatic Sent: Tuesday, May 19, 2009

[flexcoders] Re: Transition only works once

2009-05-19 Thread Tim Hoff
Try resetting the dimensions of bottomBox back to 0 when you change to the base state; or use widthFrom/widthTo, heightFrom/heightTo on the resize tag. -TH --- In flexcoders@yahoogroups.com, jimmy5804 jimmy5...@... wrote: I don't use transitions often, so I may be missing something. The

[flexcoders] Re: Looking for ability to know which item I selected when using Lists

2009-05-19 Thread Tim Hoff
Hi Anthony, Use the itemClick event on the List tag. -TH --- In flexcoders@yahoogroups.com, a.scavarelli a.scavare...@... wrote: Hey there, I am trying to figure out how to get the data (some text) from a list I have set to editable. It is binded to an array of Strings but I can't figure

[flexcoders] Re: Form validation before submitting...

2009-05-19 Thread Tim Hoff
Just one technique: using AS, throw the validators into an ArrayCollection on creationComplete. Before you submit, loop through the validators and execute the validate() function on each. If one fails, bail out. The docs can show you how to work with ValidationResultEvent. Also remember

[flexcoders] Re: Call a Flex Function by Name

2009-05-19 Thread edlueze
I've got this working. It's not as universal a solution as it could have been if I'd adopted all of Jake's blogs, but it satisfies the current need. In case anybody else is interested, these were the key elements: The XML Menu data provider (you can see I added the callbackclass to the

RE: [flexcoders] ListEventReason.CANCELLED problem

2009-05-19 Thread Alex Harui
Cancelled is only for hitting ESC. Every other kind of activity commits the data in the editor. 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 Blue

RE: [flexcoders] Confused about modules using embedded fonts Flex 3.3

2009-05-19 Thread Alex Harui
You're gonna have to debug through the part of UITextField that checks with the EmbeddedFontRegistry. You should see it find the font in the main app in your test app. What does it do for the actual app? Alex Harui Flex SDK Developer Adobe Systems Inc.http://www.adobe.com/ Blog:

Re: [flexcoders] getting currency symbol to display when loading locale from resource module

2009-05-19 Thread Paul Hastings
flexcoder2008 wrote: # locale/en_GB/FormattingValues.properties THEMECOLOR=0xFF DATE_FORMAT=DD/MM/YY TIME_FORMAT=L:NN A CURRENCY_PRECISION=0 CURRENCY_SYMBOL=� THOUSANDS_SEPARATOR=, DECIMAL_SEPARATOR=. As you can see, I have the pound symbol for the CURRENCY_SYMBOL. I typed this with

[flexcoders] Re: Transition only works once

2009-05-19 Thread jimmy5804
Tim, thanks a lot for making the effort to help. Got partial success. Using heightX properties, I was able to get the forward transition to work, but I wasn't able to get the reverse transition (not shown in code below) to work using heightX props, putting it in a sequence w/ add/remove

[flexcoders] DataGridColumn backgroundColor bug?

2009-05-19 Thread Ben Reynolds
Hi guys, This seems like an awfully simple thing for nobody to have picked up before, so hopefully someone can point me in the right direction as to what I'm doing wrong. I have gone way heaps hardcore and simplified the issue to the following using SDK3.2: mx:DataGrid showHeaders=false

Re: [flexcoders] Re: BlazeDS RemoteObject Performance

2009-05-19 Thread Josh McDonald
You should be able to exhaust your tomcat thread pool using BlazeDS, something else is going wrong. -Josh 2009/5/20 Aldo Bucchi aldo.buc...@gmail.com foobone9, Are you saying that this is a known built-in limitation of BlazeDS? Thanks, A On Tue, May 19, 2009 at 6:58 PM, foobone9

Re: [flexcoders] New Flex 3 Component/Application Lifecycle White-paper

2009-05-19 Thread Josh McDonald
Will check it out, cheers. -Josh 2009/5/20 jamesdevelopmentarc ja...@developmentarc.com Hi All, We just published a 36 page in-depth analysis of the Flex 3 Lifecycle for both component and application development. We discuss in detail how and what code is executed in the Flex SDK and how