Matt, The CalculateWidths method doesn't seem to be available on a ComboBox. ComboBox inherits from ComboBase, which inherits from UIComponent. No mention of...
Are there any sites with flex code examples at this stage. Similar to codeproject, and gotdotnet for the .net world. Any other sites anyone has come across...
How do you create a calculated column in a datagrid? For example if I have a grid bound to a model "emps" and emps has fields "fname" and "lname", how can I...
labelFunction is your friend in this case! the row is passed in, so you get all fields , and return whatever label you want. Cameron ... From: Samuel R. Neff...
2432
Alberto Albericio
alberto@...
Aug 2, 2004 12:29 pm
Hi, How can I set a timeout for a WebService? Something like : <mx:WebService id="myWS" timeOut="200" ...../> And how can I capture that "fault" and know it is...
I apologize for the OT, but I am looking to find a new position doing Flex development. First off, is anyone hiring flex developers and two, where would Flex...
Hi, I'm interested in the performance issue in regard to using ColdFusion cfc's. Given that cfc's can be accessed through RemoteObject/AMF, is performance...
Clint Tredway "When you turn to God you discover He has been facing you all the time."--Zig Ziglar __________________________________________________ Do You...
Hi Alberto, Unfortunaltey there is no such setting currently but I can see the value in it. I encourage you to add an enhancement request for it here: ...
Does this get you where you need to go?: http://livedocs.macromedia.com/flex/1/flex_docs/wwhelp/wwhimpl/common/html/w whelp.htm?context=Flex_Documentation ...
What you can do for the time being is to call setInterval() when you call the webservice. For example: <?xml version="1.0"?> <mx:Application...
2439
David Mendels
dmendels@...
Aug 2, 2004 4:59 pm
Hi, Have you seen Christophe's site: http://www.coenraets.com/index.jsp -David ... From: sjen5 [mailto:sjen5@...] Sent: Sunday, August 01, 2004 8:55 PM...
... Duh, my bad ... I was thinking in terms of accessing CFC by exposing them as WebServices. Of course, if you're doing RemoteObject access, you get the same...
Ok, I have an application and I am using a Viewstack with 2 forms inside the viewstack. My issue is that once I did this, I cannot hide/disable the form...
The dropdown of a ComboBox is a List which inherits from ScrollSelectList. In other words, a ComboBox is not a ScrollSelectList, but it has one. - Gordon ... ...
2445
Rich Tretola
rtretola@...
Aug 2, 2004 7:53 pm
Anyone know when additional sample code will be available for the iterationTwo book?...
This is probably due to the deferred instantiation of the controls on a ViewStack's views. When are you disabling the button? I suspect it doesn't exist yet....
Ok, I now understand why it behaves the way it does. I have a hide() function that hides/disables certain UI pieces and I was disabling it in that function. ...
- object properties are always upper-cased I am using CF as my middle tier using remoting with the RemoteObject tag and my David Gassner <dgassner@...>...
I hit the wrong button.. what I was going to say is that I am using CFC's(flash remoting) and my properties are the case that I determine. If I use the CFC as...
2450
Uday Moorjani
umoorjani@...
Aug 2, 2004 8:33 pm
What do you think of J2SE 1.4.2 JDBC 3.0 using JSP as a middle tier ? ... From: Clint Tredway To: flexcoders@yahoogroups.com Sent: Monday, August 02, 2004 4:23...
2451
Rich Tretola
rtretola@...
Aug 2, 2004 8:51 pm
Actually as it turns out the problem was that I had my java instance variables set to private and I didn't have getters defined which returned empty records to...
Hey Rich, ... Truth be told, Alistair and I have been up to our eyes with consultancy work right now, and finding it hard to find the extra time necessary to...
Hi, this is more of a JRun question. Even though I have the Reload option selected for my Flex web application, recompiled Java classes serving as my data...
This would seem to be a simple thing to do so I am almost embarassed to ask... except I can't figure it out from the docs. I have a DataGrid as in the example...
No i hadnt seen that site before, thanks for the tip it has some good blogs and samples from my brief look. I meant more of site that allows people to join and...