Search the web
Sign In
New User? Sign Up
flexcoders · RIA Development with Adobe Flex
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Want to share photos of your group with the world? Add a group photo to Flickr.

Best of Y! Groups

   Check them out and nominate your group.

Messages

  Messages Help
Advanced
Messages 2428 - 2457 of 124518   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
2428
Matt, The CalculateWidths method doesn't seem to be available on a ComboBox. ComboBox inherits from ComboBase, which inherits from UIComponent. No mention of...
Fiona Malikoff
fethorne
Offline Send Email
Aug 2, 2004
12:51 am
2429
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...
sjen5
Offline Send Email
Aug 2, 2004
1:11 am
2430
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...
Samuel R. Neff
samblinex
Offline Send Email
Aug 2, 2004
3:26 am
2431
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...
Cameron Gregory
blokecom
Offline Send Email
Aug 2, 2004
3:30 am
2432
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...
Alberto Albericio
alberto@...
Send Email
Aug 2, 2004
12:29 pm
2433
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...
Clint Tredway
clinttredway
Offline Send Email
Aug 2, 2004
3:50 pm
2434
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...
David Gassner
dbg583
Offline Send Email
Aug 2, 2004
4:08 pm
2435
Clint Tredway "When you turn to God you discover He has been facing you all the time."--Zig Ziglar __________________________________________________ Do You...
Clint Tredway
clinttredway
Offline Send Email
Aug 2, 2004
4:13 pm
2436
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: ...
Thomas Ruggles
t0mruggles
Offline Send Email
Aug 2, 2004
4:30 pm
2437
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 ...
Ted Casey
tcasey000893
Offline Send Email
Aug 2, 2004
4:35 pm
2438
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...
Ted Casey
tcasey000893
Offline Send Email
Aug 2, 2004
4:52 pm
2439
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...
David Mendels
dmendels@...
Send Email
Aug 2, 2004
4:59 pm
2440
... 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...
Steven Webster
swebsteratit...
Offline Send Email
Aug 2, 2004
5:27 pm
2441
Is there any way to dynamically retrieve the hosting domain name from within a Flex application? I'm thinking an equivalent of ColdFusion's...
David Gassner
dbg583
Offline Send Email
Aug 2, 2004
5:44 pm
2442
You can use the _url property of any MovieClip instance, which includes and component (control, container, etc.). Thanks, Joey...
Joey Lott
fredfredfredf13
Offline Send Email
Aug 2, 2004
5:57 pm
2443
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...
Clint Tredway
clinttredway
Offline Send Email
Aug 2, 2004
7:12 pm
2444
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 ... ...
Gordon Smith
gsmithsf
Offline Send Email
Aug 2, 2004
7:50 pm
2445
Anyone know when additional sample code will be available for the iterationTwo book?...
Rich Tretola
rtretola@...
Send Email
Aug 2, 2004
7:53 pm
2446
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....
Gordon Smith
gsmithsf
Offline Send Email
Aug 2, 2004
7:55 pm
2447
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. ...
Clint Tredway
clinttredway
Offline Send Email
Aug 2, 2004
8:08 pm
2448
- 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@...>...
Clint Tredway
clinttredway
Offline Send Email
Aug 2, 2004
8:21 pm
2449
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...
Clint Tredway
clinttredway
Offline Send Email
Aug 2, 2004
8:24 pm
2450
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...
Uday Moorjani
umoorjani@...
Send Email
Aug 2, 2004
8:33 pm
2451
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...
Rich Tretola
rtretola@...
Send Email
Aug 2, 2004
8:51 pm
2452
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...
Steven Webster
swebsteratit...
Offline Send Email
Aug 2, 2004
9:01 pm
2453
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...
David Gassner
dbg583
Offline Send Email
Aug 2, 2004
9:50 pm
2454
http://livedocs.macromedia.com/flex/1/flex_docs/wwhelp/wwhimpl/common/html/w whelp.htm?context=Flex_Documentation ...
Ted Casey
tcasey000893
Offline Send Email
Aug 2, 2004
9:56 pm
2455
Found a solution; if anyone needs it's explained at: http://www.macromedia.com/support/jrun/ts/documents/cfmx_helper_reloa d.htm Touching the Flex...
David Gassner
dbg583
Offline Send Email
Aug 2, 2004
10:36 pm
2456
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...
tckuntz
Offline Send Email
Aug 2, 2004
10:50 pm
2457
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...
sjen5
Offline Send Email
Aug 2, 2004
11:57 pm
Messages 2428 - 2457 of 124518   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2007 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help