RE: [flexcoders] ANN: FlexUS (US Flex group on LinkedIn)

2008-06-24 Thread Giorgio Natili
Hi Rich, I also run one group of Flex / Air Developers in the EMEA, this is the link http://www.linkedin.com/e/gis/36795/75EBC32B9A47 -- Giorgio Natili Administrator ActionScript.it - AUG

[flexcoders] Re: Debugging problems with Firefox 3 Final

2008-06-24 Thread mydarkspoon
I found some workaround - set the wmode to opaque. it seems to work on xp, more about it here: http://mostlyflex.com/2008/06/23/firefox3-vs-flex-builder/ Cheers, Almog Kurtser --- In flexcoders@yahoogroups.com, João Fernandes [EMAIL PROTECTED] wrote: Hi there, did anyone had problems with

Re: [flexcoders] Re: How to get the reference to an item renderer given item index in dataProvide

2008-06-24 Thread Andrew D. Goodfellow
Hi Gordon, I actually found a use-case where I think this is needed. If you are interested I'd be happy to discuss it with you off-list. -Andy On Mon, Apr 28, 2008 at 8:12 PM, Gordon Smith [EMAIL PROTECTED] wrote: Can you please explain your use case for needing a reference to an item

[flexcoders] Unit Testing for Flex

2008-06-24 Thread Vinoth Babu
Hi All, I had developed an Actionscript project using Flex IDE. Here most of the components are embedded using Flash and Sprite Do you have any idea of how to do unit testing? No luck with the following component usage FlexUnit – I could not find examples using Actionscript project asunit -

[flexcoders] Re: Here's a great idea for flex 4 - simple color pallette utility

2008-06-24 Thread Amy
--- In flexcoders@yahoogroups.com, Doug McCune [EMAIL PROTECTED] wrote: I'd vote for this too, especially if it was something that came up in the IDE as part of the code hinting for color style tags. I'd like to see a color picker with swatches like you see in other tools. The continuous

[flexcoders] Re: htmlText - CDATA without the whitespace mangling?

2008-06-24 Thread Amy
--- In flexcoders@yahoogroups.com, Josh McDonald [EMAIL PROTECTED] wrote: Hey guys, Is it possible to do use htmlText![CDATA![ Without all your spaces being converted to nbsp; and your newlines being converted to br/? Can I pass in an mx:XML tree or something? It's really no

Re: [flexcoders] Unit Testing for Flex

2008-06-24 Thread Marvin Froeder
Well, There is several ways of using FlexUnit. What I do, and I recommend is launching it with maven (using flex-mojos) Take a look: http://blog.flex-mojos.info/2008/04/08/how-flexunit-works/ VELO On Tue, Jun 24, 2008 at 6:12 AM, Vinoth Babu [EMAIL PROTECTED] wrote: Hi All, I had

Re: [flexcoders] Re: htmlText - CDATA without the whitespace mangling?

2008-06-24 Thread Josh McDonald
OK I'll check it out, cheers. -Josh On Tue, Jun 24, 2008 at 10:00 PM, Amy [EMAIL PROTECTED] wrote: --- In flexcoders@yahoogroups.com, Josh McDonald [EMAIL PROTECTED] wrote: Hey guys, Is it possible to do use htmlText![CDATA![ Without all your spaces being converted to nbsp; and

Re: [flexcoders] Re: htmlText - CDATA without the whitespace mangling?

2008-06-24 Thread Josh McDonald
Ah, what I was looking for was condenseWhite=true :) Cheers! -Jos On Tue, Jun 24, 2008 at 10:58 PM, Josh McDonald [EMAIL PROTECTED] wrote: OK I'll check it out, cheers. -Josh On Tue, Jun 24, 2008 at 10:00 PM, Amy [EMAIL PROTECTED] wrote: --- In flexcoders@yahoogroups.com, Josh

[flexcoders] AdvancedDataGrid GroupingCollection

2008-06-24 Thread Andreas Santoro
Hi, I have a component with an AdvancedDataGrid inside witch have a GroupingCollection. I Add this with PopupManager to the Screen. The first time i add it, everything is working, but if i remove the popup and ad id again with the PopupManager to the Screen, i can see the Data, but the

[flexcoders] Constantly need to update generated web service code

2008-06-24 Thread Marcela
Hello, Quick question, I have a local web service I created. Every time I start ECLIPSE (I'm unsing the Flex 3 plugin) I need to update the generated web service code done with the Import Wizard. Otherwise my application keeps conneting to the webservice and never finds it. Anyone knows why?

Fwd: [flexcoders] Re: AdvancedDataGrid preserve openItems after data update

2008-06-24 Thread berenger_kc
Hi, I did not fully understand how did how built objects or matched items. Could you be more explicit or could you show part of your code ? Thanks. --- In flexcoders@yahoogroups.com, jonese [EMAIL PROTECTED] wrote: OK here's what i did to keep my nodes open. un my update function i call

[flexcoders] How to insert dynamic data(from DAtabase) in Rich text editor

2008-06-24 Thread AJAY
HI, I need to insert data from database in between Rich text editor text. Regards, Ajay

[flexcoders] calling and re-calling with httpservice

2008-06-24 Thread cscrum
Here is a strange thing I ran into today. I have a program which queries a DB through an aspx script called with httpservice. A user clicks on a name, the query runs, and populates a form with data from the database. The user can then edit the information and submit the form to another script

[flexcoders] Re: Managed Collections with null objects

2008-06-24 Thread richcianci
--- In flexcoders@yahoogroups.com, Seth Hodgson [EMAIL PROTECTED] wrote: Hi guys, What version of things are you running, and would you mind sharing your destination configuration? Thanks, Seth From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of richcianci Sent:

[flexcoders] Re: Family Tree / Flow chart

2008-06-24 Thread rspljk
Hi all, Please give any open source reference except SpringGrpah, flexvizgraphlib and iLog :) Thanks in advance Jigar Kapadia --- In flexcoders@yahoogroups.com, Pat Buchanan [EMAIL PROTECTED] wrote: Murali, Make sure you read the licensing on iLog before you buy it. Using

[flexcoders] Flex TextInput componet 's problem

2008-06-24 Thread Ray Zhang
I don't know TextInput 's text andtextField.text property 's difference anybody know ,tell me plz Ray

[flexcoders] Question about drawSelectionIndicator

2008-06-24 Thread markgoldin_2000
Here is mmy code: override protected function drawSelectionIndicator(indicator:Sprite, x:Number, y:Number, width:Number, height:Number, color:uint, itemRenderer:IListItemRenderer):void { super.drawSelectionIndicator(indicator, x, y, width, height, color, itemRenderer); }

Re: [flexcoders] Re: Here's a great idea for flex 4 - simple color pallette utility

2008-06-24 Thread Tom Chiverton
On Tuesday 24 Jun 2008, Amy wrote: I'd like to see a color picker with swatches like you see in other tools. The continuous tone color picker Flex has means you wind up with colors like #ACF2C1. I just use the Style Explorer web site. -- Tom Chiverton

[flexcoders] triggering a function (when an argument is a bindable value)?

2008-06-24 Thread nwebb
Hi, I was looking at how you can trigger a function when an argument is a bindable value e.g. //userLevel is a bindable value formatMessage is a function will be called when userLevel changes mx:Label text={formatMessage(userLevel)} / This is cool if you're just displaying a value in a

[flexcoders] Re: Here's a great idea for flex 4 - simple color pallette utility

2008-06-24 Thread Amy
--- In flexcoders@yahoogroups.com, Tom Chiverton [EMAIL PROTECTED] wrote: On Tuesday 24 Jun 2008, Amy wrote: I'd like to see a color picker with swatches like you see in other tools. The continuous tone color picker Flex has means you wind up with colors like #ACF2C1. I just use the

[flexcoders] Re: htmlText - CDATA without the whitespace mangling?

2008-06-24 Thread Amy
--- In flexcoders@yahoogroups.com, Josh McDonald [EMAIL PROTECTED] wrote: Ah, what I was looking for was condenseWhite=true :) Cheers! Glad you found it :-)

Re: [flexcoders] Re: Here's a great idea for flex 4 - simple color pallette utility

2008-06-24 Thread Tom Chiverton
On Tuesday 24 Jun 2008, Amy wrote: You're right, Tom. How could I not see how user friendly it is to need to go out to other tools for basic functionality? smacks head I'm on Linux, so when doing GUI work normally have it open anyway :-) -- Tom Chiverton

[flexcoders] Re: calling and re-calling with httpservice

2008-06-24 Thread valdhor
Have you tried using Charles (Or another HTTP Proxy) to make sure another HTTPService call is actually being made? I must recommend using Charles for any server data exchange debugging - it is indispensable. Also, it appears that Flex packages up requests and sends them to the server together.

[flexcoders] Problem with click event and Image component

2008-06-24 Thread Guillermo Villasana
Hello guys, I am having problems adding a click event to an image, I don't know why it just doesn't work. I have an app something like this mx:Application ... mycomponent:myCanvas/ /mx:Application in myCanvas component I have mx:Canvas ... mx:Script ![CDATA[ ... import flash.events.MouseEvent;

[flexcoders] Looking for the right loop

2008-06-24 Thread fumeng5
Hi, I'm confused on how to best create a loop to do the following: discover if each element's selected property is set to false. Basically, I just want to detect when all elements of my array have a selected property set to false. Here's my code: var numThings:int = things.length; for (var

Re: [flexcoders] Looking for the right loop

2008-06-24 Thread Doug McCune
There's nothing wrong with your code. You can also use a for each loop instead, which might be a bit faster, but doesn't give you elements in any kind of order. But you could try this for each loop: for each(var thing:Object in things) { if(thing.selected == false) { //whatever } } Just note

[flexcoders] How to make BlazeDS working?

2008-06-24 Thread markflex2007
Hi, I know BlazeDS is a open souce and I like its features. I do not have a lot java experience,do you think it is hard for me to make it working. Do you have a good tutorial to make BlazeDS work with coldfusion application? Please give me advice. Thanks Mark

RE: [flexcoders] Re: calling and re-calling with httpservice

2008-06-24 Thread Tracy Spratt
This sounds to me like the caching issue. Are you using POST or GET method? POST is not supposed to cache. If you must use GET, append a unique string to each url. Folks often use Date.getTime() Tracy From: flexcoders@yahoogroups.com

RE: [flexcoders] Looking for the right loop

2008-06-24 Thread Tracy Spratt
I think this line: if(!numThings[i].selected){ // should be: if(!things[i].selected){ // Tracy From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Doug McCune Sent: Tuesday, June 24, 2008 12:11 PM To: flexcoders@yahoogroups.com Subject:

[flexcoders] Re: Looking for the right loop

2008-06-24 Thread fumeng5
--- In flexcoders@yahoogroups.com, Tracy Spratt [EMAIL PROTECTED] wrote: I think this line: if(!numThings[i].selected){ // should be: if(!things[i].selected){ // Tracy From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of

RE: [flexcoders] Problem with click event and Image component

2008-06-24 Thread Alex Harui
Check the archives. I think you have to set some mouseEnabled/mouseChildren flag. From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Guillermo Villasana Sent: Tuesday, June 24, 2008 8:35 AM To: flexcoders@yahoogroups.com Subject:

RE: [flexcoders] triggering a function (when an argument is a bindable value)?

2008-06-24 Thread Tracy Spratt
ChangeWatcher. Is there some reason you do not want to use this? Tracy From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of nwebb Sent: Tuesday, June 24, 2008 10:55 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] triggering a

RE: [flexcoders] Question about drawSelectionIndicator

2008-06-24 Thread Alex Harui
Because the super class ignores width. From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of markgoldin_2000 Sent: Tuesday, June 24, 2008 7:26 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] Question about drawSelectionIndicator

RE: [flexcoders] Flex TextInput componet 's problem

2008-06-24 Thread Alex Harui
They are the same after validation From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Ray Zhang Sent: Tuesday, June 24, 2008 2:13 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] Flex TextInput componet 's problem I don't know

Re: [flexcoders] How to make BlazeDS working?

2008-06-24 Thread James Ward
This article might be helpful: http://www.infoq.com/articles/blazeds-intro -James - Original Message - From: flexcoders@yahoogroups.com flexcoders@yahoogroups.com To: flexcoders@yahoogroups.com flexcoders@yahoogroups.com Sent: Tue Jun 24 09:13:34 2008 Subject: [flexcoders] How to make

RE: [flexcoders] Re: Looking for the right loop

2008-06-24 Thread Tracy Spratt
You fixed: if(!numThings[i].selected){ // correct? numThings is an int, you need the array there. Tracy From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of fumeng5 Sent: Tuesday, June 24, 2008 12:39 PM To: flexcoders@yahoogroups.com

[flexcoders] Re: Question about drawSelectionIndicator

2008-06-24 Thread markgoldin_2000
Can I make it not to? So the width will effect selection spot too? --- In flexcoders@yahoogroups.com, Alex Harui [EMAIL PROTECTED] wrote: Because the super class ignores width. From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of

Re: [flexcoders] Re: Here's a great idea for flex 4 - simple color pallette utility

2008-06-24 Thread Richard Rodseth
What would be *really* nice would be an adapter to write Flexbuilder plug-in panels in Flex, or package Flex/AIR apps to run within Eclipse/FB with special integration APIs (just as AIR apps can re-use code from Flex apps, and have additional APIs to access the file system). Imagine what the

[flexcoders] httpservice and repetitive calls

2008-06-24 Thread Cameron
I'm using the httpservice to make a call to an aspx page which runs a query and returns the results. This is fine, but if I try to run the same call again, the service is not actually going out to make the call, but rather just returning the results from the previous call. I know this because

RE: [flexcoders] httpservice and repetitive calls

2008-06-24 Thread Tracy Spratt
See my response to your first post. Use the POST method instead of get. Tracy From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Cameron Sent: Tuesday, June 24, 2008 1:18 PM To: flexcoders@yahoogroups.com Subject: [flexcoders]

Re: [flexcoders] Problem with click event and Image component

2008-06-24 Thread Guillermo Villasana
Thanks Alex, I had checked the archives, but I just didn't know how to look it for, now with this clue I have been able to make it work, but now, I have the following problem. I am setting a flash as a button, this flash has an action when the mouse is over it, but with the

[flexcoders] passing data from PHP to Flex

2008-06-24 Thread ghus32
Hello everyone, I have an upload script that I am using in Flex with PHP. The upload function is working fine, but I want to pass data from the serverside script back to the app. I want to communicate the message part in the php back to Flex. HOw would I go about doing this.. My PHP

[flexcoders] Re: Looking for the right loop

2008-06-24 Thread fumeng5
--- In flexcoders@yahoogroups.com, Tracy Spratt [EMAIL PROTECTED] wrote: You fixed: if(!numThings[i].selected){ // correct? numThings is an int, you need the array there. Tracy From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On

RE: [flexcoders] passing data from PHP to Flex

2008-06-24 Thread Tracy Spratt
We answered this one a day or two ago, check the archives. Tracy From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of ghus32 Sent: Tuesday, June 24, 2008 1:57 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] passing data from PHP to

[flexcoders] WSDL Introspection Tool: Why generate to related classes for just one class?

2008-06-24 Thread gnu wolf
Hi, I'm just wondering... In java when I generated the proxy classes, I only got Record.java, while in WSDL introspection tool of FlexBuilder 3, I got Record.as and Record0.as. Any ideas? Thanks in advance. Clem

[flexcoders] Small problem with database delete function

2008-06-24 Thread bredwards358
I am nearly done implementing database interactivity with the piece of the application I'm working on. One problem remains before the minor stuff which will wait until after all crucial functionality is finished. What's supposed to happen and what actually does happen except for the issue is that

[flexcoders] ViewStack sizing problem

2008-06-24 Thread Amy
I have a ViewStack that contains a TileList and some other components that have a variable number of children and thus a variable height. It seems that the ViewStack decides how big it will be before all the children are finished sizing. I've tried adding logic in my override to

[flexcoders] A very simple resize effects doesn't work property!

2008-06-24 Thread flexawesome
Hi there, I was working on the resize effects in ActionScript, it was unable to play the effects. Any suggestion? http://www.privatepaste.com/eb0WyDTgtG

[flexcoders] User loads CSV file

2008-06-24 Thread cox.blair
Hello everyone, I'm new here, so go easy on me. I'm essentially just beginning with Flex, needless to say, I'm ready to learn. Using Flex Builder 3. I've spent a few hours looking through many of the flex sites I've come across and the mail archive for this list and can't seem to find the

[flexcoders] Requesing source code for Remote Sorting using ICollectionView

2008-06-24 Thread bavva
Hi, I am looking for the source code for remote sorting with paging using IcollectionView to use with DataGrid. I see a thread titled Flex 2.0 Remote database sorting happened between Dion Mendel and Matt Chotin. I am just wondering if Dion has posted his source code somewhere. Thanks

[flexcoders] Re: Problems passing value objects between Flex and CF

2008-06-24 Thread holmgren.eric
I guess I may be a little confused about how the aliases are supposed to work then. Take the following example: In flex builder I have a project named Test with the following hierarchy that's set to run from wwwroot/Test-debug/ on the local CF server ... + Test + bin-debug +

[flexcoders] Right click context menus

2008-06-24 Thread sbx33
Hello! Per the Flex documentation: Flash Player has three types of context menus: the standard menu (which appears when you right-click in Flash Player), the edit menu (which appears when you right-click a selectable or editable text field), and an error menu (which appears when a SWF file has

Re: [flexcoders] Looking for the right loop

2008-06-24 Thread Toby Ashley
There are fancier ways of doing it I'm sure, but changing your code to the following will make it work. var numThings:int = things.length; var nothingSelected:Boolean = true; for (var i:int=0;inumThings;i++){ // note that it should be things[i] below, not numThings[i] , as numThings is just

[flexcoders] Re: ViewStack sizing problem

2008-06-24 Thread Tim Hoff
Hi Amy, Try setting resizeToContent=true on the ViewStack tag. -TH --- In flexcoders@yahoogroups.com, Amy [EMAIL PROTECTED] wrote: I have a ViewStack that contains a TileList and some other components that have a variable number of children and thus a variable height. It seems that the

[flexcoders] Re: Can no longer quit my AIR app

2008-06-24 Thread Daniel Gold
is anyone else seeing this? If I click the close button on my main window the application will exit, but choosing Quit from menu bar or dock icon seems to do absolutely nothing? On Mon, Jun 23, 2008 at 3:49 PM, Daniel Gold [EMAIL PROTECTED] wrote: AIR updated itself this morning, and now it

[flexcoders] Runtime exception handling, what's your method?

2008-06-24 Thread dave_defusion
I'm about to embark on my third real Flex app and something I'm still not happy with is my handling (or lack of) of run time exceptions. Previously I've setup a logging target to log to the backend any strange/very rare exceptions that I can think of within my code. However the lack of a

[flexcoders] line break in Actionscript variable

2008-06-24 Thread jovialrandor
I want to be able to display line breaks in an email template that i am seding out from flex. I want to be able to assign a line break in a variable assignment. for example: public var text:String = How are you? I am fine. [display] How are you? I am fine

[flexcoders] using mailto: in getURL

2008-06-24 Thread jovialrandor
How do I add CC and BCC information in the following getURL Actionscript code? private function openEmail(email:String, role:String):void{ var url:String = mailto:; + email; var urlRequest : URLRequest = new URLRequest( url + ? subject=subjectHerebody=Hello, I am interested in using the

[flexcoders] Re: User loads CSV file

2008-06-24 Thread valdhor
Would this be for an AIR app or a web page? --- In flexcoders@yahoogroups.com, cox.blair [EMAIL PROTECTED] wrote: Hello everyone, I'm new here, so go easy on me. I'm essentially just beginning with Flex, needless to say, I'm ready to learn. Using Flex Builder 3. I've spent a few hours

Re: [flexcoders] Runtime exception handling, what's your method?

2008-06-24 Thread Richard Rodseth
Not a direct answer, but I did recently learn about this approach to debug vs release builds, which at least allows one to put liberal asserts etc. in a debug build: http://www.pixelate.de/blog/categories/actionscript On Tue, Jun 24, 2008 at 1:09 PM, dave_defusion [EMAIL PROTECTED] wrote: I'm

[flexcoders] Re: line break in Actionscript variable

2008-06-24 Thread valdhor
public var text:String = How are you?\nI am fine. --- In flexcoders@yahoogroups.com, jovialrandor [EMAIL PROTECTED] wrote: I want to be able to display line breaks in an email template that i am seding out from flex. I want to be able to assign a line break in a variable assignment.

[flexcoders] Re: using mailto: in getURL

2008-06-24 Thread valdhor
http://www.ianr.unl.edu/internet/mailto.html --- In flexcoders@yahoogroups.com, jovialrandor [EMAIL PROTECTED] wrote: How do I add CC and BCC information in the following getURL Actionscript code? private function openEmail(email:String, role:String):void{ var url:String = mailto:; +

[flexcoders] Re: Managed Collections with null objects

2008-06-24 Thread richcianci
LCDS 2.51. Collection managed by an application scoped custom assembler with auto-sync-enabled and cache-items both set to true. Paging enabled with a page size of 500. --- In flexcoders@yahoogroups.com, richcianci [EMAIL PROTECTED] wrote: --- In flexcoders@yahoogroups.com, Seth Hodgson

[flexcoders] Re: line break in Actionscript variable

2008-06-24 Thread jovialrandor
does not work. here is my code: public var text1:String = How are you?\nI am fine. private function openEmail(email:String, role:String):void{ var url:String = mailto:; + email; var urlRequest : URLRequest = new URLRequest( url + ?subject=Role Use Requestbody=+text1);

Re: [flexcoders] Re: Problems passing value objects between Flex and CF

2008-06-24 Thread Jeffry Houser
Was there a problem you were having with setting the aliases that you'd like to share? In the CFC your alias will be vo.VO In the AS file the alias will be components.VO Keep the paths case sensitive. holmgren.eric wrote: I guess I may be a little confused about how the aliases are

[flexcoders] Does Flex 2/3 support left to right languages?

2008-06-24 Thread twcrone70

RE: [flexcoders] Does Flex 2/3 support left to right languages?

2008-06-24 Thread Gordon Smith
If you meant to say right-to-left language (like Arabic and Hebrew), the answer is Not properly. Gordon Smith Adobe Flex SDK Team From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of twcrone70 Sent: Tuesday, June 24, 2008 1:52 PM To:

Re: [flexcoders] Does Flex 2/3 support left to right languages?

2008-06-24 Thread Paul Andrews
Err.. like english? - Original Message - From: twcrone70 [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent: Tuesday, June 24, 2008 9:51 PM Subject: [flexcoders] Does Flex 2/3 support left to right languages? -- Flexcoders Mailing List

Re: [flexcoders] Automatic programatically controls binding (i18n)

2008-06-24 Thread Matias Nicolas Sommi
Thanks, but there is no way to do it without extend the flex component? -- Matías Nicolás Sommi 2008/6/23 Gordon Smith [EMAIL PROTECTED]: In MXML components you can simply use databinding expressions like Button label={resourceManager.getString(...)}/ but in AS3 components you need

Re: [flexcoders] Does Flex 2/3 support left to right languages?

2008-06-24 Thread Jeffry Houser
Did you mean right to left languages, or am I mixing up my right and left again? I interviewed the folks from Digital Primates on The Flex Show at the last 360Flex conference; and they said they had to extend every component in the Flex Framework except 3 to get right to left support.

Re: [flexcoders] Re: Problems passing value objects between Flex and CF

2008-06-24 Thread Douglas Knudsen
The AS file's remoteobject metadata should have alias point to the CFC using full dot-path notation. The alias attribute on the CFC is not required, but would be this same path. You don't specify the path to your AS object anywhere, would kind of defeat a few things that. would, eh?

Re: [flexcoders] Re: Here's a great idea for flex 4 - simple color pallette utility

2008-06-24 Thread Josh McDonald
I agree with Richard, the ability to do Builder plugins in Actionscript with access to the parsed source tree would open the platform for all *sorts* of cool stuff, not just little visual doodads like this. I'm an experienced Java dev, but not everybody here is. And I don't want to be doing native

Re: [flexcoders] httpservice and repetitive calls

2008-06-24 Thread Cameron
I never saw my first post come through...hence the second post. That worked by the way, but I'm curious as to why? Cameron Tracy Spratt wrote: See my response to your first post. Use the POST method instead of get. Tracy

Re: [flexcoders] Re: Problems passing value objects between Flex and CF

2008-06-24 Thread Jeffry Houser
Server problems that I can't track down unfortunately. This is the second Failure today. : grumbles: I'll spare the list from all the gory details. But, thanks for the link anyway. ;) Douglas Knudsen wrote: The AS file's remoteobject metadata should have alias point to the CFC using

[flexcoders] Re: Flex Application will not refresh properly

2008-06-24 Thread Brian Raymes
I have had similar problems when using I.E. 7/8. Firefox has been more consistent, but Safari (my least favorite browser) seems to be working the best. It appears to me that swfs are cached inconsistently. If I update a swf, I expect my browser to load the new version. I have had to delete my

Re: [flexcoders] Re: line break in Actionscript variable

2008-06-24 Thread Josh McDonald
http://livedocs.adobe.com/flex/3/langref/package.html#encodeURIComponent() On Wed, Jun 25, 2008 at 6:33 AM, jovialrandor [EMAIL PROTECTED] wrote: does not work. here is my code: public var text1:String = How are you?\nI am fine. private function openEmail(email:String, role:String):void{

[flexcoders] iFrame WebSite IE and FireFox

2008-06-24 Thread essuark
I have pulled in a website info Flex using an iFrame. It is a simple webpage that has a login screen. When using FireFox I am able to log in but under IE I am not. As a test, I lowered my setting to the lowest possible setting and still nothing. Anyone heard of this OR any way to trace that out...

[flexcoders] Re: line break in Actionscript variable

2008-06-24 Thread jovialrandor
Josh, can you highlight how I can use this for line break? Thanks --- In flexcoders@yahoogroups.com, Josh McDonald [EMAIL PROTECTED] wrote: http://livedocs.adobe.com/flex/3/langref/package.html#encodeURICompone nt() On Wed, Jun 25, 2008 at 6:33 AM, jovialrandor [EMAIL PROTECTED] wrote:

[flexcoders] Re: ViewStack sizing problem

2008-06-24 Thread Amy
--- In flexcoders@yahoogroups.com, Tim Hoff [EMAIL PROTECTED] wrote: Hi Amy, Try setting resizeToContent=true on the ViewStack tag. ever have one of those duh moments?

[flexcoders] Inheritance : Calling super.function with var args

2008-06-24 Thread dev.bits
Hi If I extend a class and in the subclass override a function of the base class I can call the original base class function using super.functionname But what do I do if this function excepts variable number of arguments ? How do I pass all the arguments present in the arguments array to the

RE: [flexcoders] httpservice and repetitive calls

2008-06-24 Thread Tracy Spratt
As I understand from my reading, the W3C specs state that POST methods do not cache. There are posts on this list about it, and I am sure you could look into the specs themselves. I have just always used POST, and never had any problems. Aspx is nice because Request(myParm) handles both post

[flexcoders] No of Lines of Code

2008-06-24 Thread Paramjit Jolly
Hi all, Anyone have any idea, In any flex project we need to know no of lines of code.. Any prebuild component or technique for this ? I need to publish some statics on basis of this . Thanks Regards Jolly

Re: [flexcoders] Re: line break in Actionscript variable

2008-06-24 Thread Josh McDonald
You need to run it on all your strings that are going into the URI. It should encode the \n for you, if it's possible to do so in a mailto: style URI -Josh On Wed, Jun 25, 2008 at 11:06 AM, jovialrandor [EMAIL PROTECTED] wrote: Josh, can you highlight how I can use this for line break?

[flexcoders] Re: A very simple resize effects doesn't work property!

2008-06-24 Thread flexawesome
do I miss something? --- In flexcoders@yahoogroups.com, flexawesome [EMAIL PROTECTED] wrote: Hi there, I was working on the resize effects in ActionScript, it was unable to play the effects. Any suggestion? http://www.privatepaste.com/eb0WyDTgtG

Re: [flexcoders] Inheritance : Calling super.function with var args

2008-06-24 Thread Josh McDonald
Try: super.functionName.call(this, argsArray); -Josh On Wed, Jun 25, 2008 at 11:14 AM, dev.bits [EMAIL PROTECTED] wrote: Hi If I extend a class and in the subclass override a function of the base class I can call the original base class function using super.functionname But what do I do

[flexcoders] Can I tell builder to ignore [ExcludeClass]?

2008-06-24 Thread Josh McDonald
Hey guys, [ExcludeClass] is *incredibly* annoying when trying to locate and fix bugs in the SDK; is there a way to make Builder ignore it without cloning the entire SDK and regexing the source? -Josh -- Therefore, send not to know For whom the bell tolls. It tolls for thee. :: Josh 'G-Funk'

[flexcoders] Re: Inheritance : Calling super.function with var args

2008-06-24 Thread dev.bits
Doesn't work for me .. says this not accessible ... See this code for e.g : class package1.subpackage.newExternalInterface extends flash.external.ExternalInterface{ public static function call(methodName:String):Object{ trace(called newExternalInterface.called);

[flexcoders] Re: ViewStack sizing problem

2008-06-24 Thread Tim Hoff
No worries, had to learn that one myself as well. If you don't set that property, the container will remain the size of the first child; regardless. Cheers, -TH --- In flexcoders@yahoogroups.com, Amy [EMAIL PROTECTED] wrote: --- In flexcoders@yahoogroups.com, Tim Hoff TimHoff@ wrote:

Re: [flexcoders] Re: Inheritance : Calling super.function with var args

2008-06-24 Thread Josh McDonald
Ah, you didn't say it was a static function :) Just put null instead of this and it should work. -Josh On Wed, Jun 25, 2008 at 12:36 PM, dev.bits [EMAIL PROTECTED] wrote: Doesn't work for me .. says this not accessible ... See this code for e.g : class

[flexcoders] Re: Inheritance : Calling super.function with var args

2008-06-24 Thread dev.bits
yeah I had tried that ! :) But it doesn't work ... I thought it was the problem this but clearly this doesn't work : flash.external.ExternalInterface.call.call(null,arguments); doesn't work . but flash.external.ExternalInterface.call.call(null,alert,whoa); works. So I guess we come back

Re: [flexcoders] Re: Inheritance : Calling super.function with var args

2008-06-24 Thread Josh McDonald
Sorry mate, that's my bad! you want .apply, not .call! My fault, I should've double-checked before I posted! http://livedocs.adobe.com/flex/3/langref/Function.html#apply() -Josh On Wed, Jun 25, 2008 at 12:57 PM, dev.bits [EMAIL PROTECTED] wrote: yeah I had tried that ! :) But it doesn't

[flexcoders] Re: Inheritance : Calling super.function with var args

2008-06-24 Thread dev.bits
dude, you are awesome! it worked I was looking for invoke (thats what javascript has for doing this) and couldn't find it. I had seen that page (not apply but that page) and had ignored it considering the huge differences between AS3 and AS2 (I wanted something for AS2, which I now realise I

[flexcoders] Re: Problems passing value objects between Flex and CF

2008-06-24 Thread holmgren.eric
I have my VO's coming back fine from CF to Flex, but when I try and send them from Flex to CF, I only get a VO with methods and no properties.

[flexcoders] Flex Web Sites Using Windows Authentication

2008-06-24 Thread Owen West
Hi all, Hoping somebody can provide some assistance... In our organisation we are starting to deploy web-based applications built using Flex to our corporate intranet. We are a Microsoft shop and use Windows Server 2003 and IIS for all web site hosting. Currently our applications use Forms

[flexcoders] TitleWindow (Popup) Resize Problem

2008-06-24 Thread wwwpl
I have a dialog box with a text field in it. The text field can be set with text that wraps. So the size of the text field is unknown. Well when the text field has text that is 2 lines, it causes children to be pushed down. The bottom children are cut off because the dialog box

[flexcoders] Re: Setting width doesn't resize component immediately

2008-06-24 Thread wwwpl
That worked. Great, thank you. --- In flexcoders@yahoogroups.com, Gordon Smith [EMAIL PROTECTED] wrote: Try calling validateNow() on the parent after changing the width of the left child. - Gordon From: flexcoders@yahoogroups.com

RE: [flexcoders] Re: Inheritance : Calling super.function with var args

2008-06-24 Thread Gordon Smith
If I extend a class and in the subclass override a function of the base class I can call the original base class function using super.functionname. How do I pass all the arguments present in the arguments array to the super function? If a superclass has the method with a variable number of

Re: [flexcoders] Displaying icons loaded at runtime, in Buttons, Trees etc

2008-06-24 Thread Mark Carter
Anyone had a chance to look at this? - I think it could be very useful for some people... -- View this message in context: http://www.nabble.com/Displaying-icons-loaded-at-runtime%2C-in-Buttons%2C-Trees-etc-tp17179354p18104998.html Sent from the FlexCoders mailing list archive at Nabble.com.

[flexcoders] Weird compiler error has me stumped! - and what are the includes caused by -keep-generated-actionscript?

2008-06-24 Thread Josh McDonald
Hey guys, I'm getting this: Implicit coercion of a value of type Boolean to an unrelated type Number. [Generated code (use -keep to save): Path: /Users/josh/Desktop/Work/Builder workspace/Allocations/src/generated/allocations/components/DailyPaymentsView-interface.as, Line: 50, Column: 48] So I

  1   2   >