[Junk E-Mail - LOW] Re: [Junk E-Mail - LOW] [flexcoders] DataChange event in Dat

2006-07-03 Thread polestar11
--- In flexcoders@yahoogroups.com, "Shannon Hicks" <[EMAIL PROTECTED]> wrote: > > Looks like now you want to use the arrayCollection.collectionChange event to > trap it. The thing is that I need the dataChange event to fire as soon as data has been updated in that particular view. In my actual cod

RE: [flexcoders] result & fault event errors:

2006-07-03 Thread Carson Hager
Sorry. In the GA release, this has become an array of IResponder objects called responders.     Carson  Carson HagerCynergy Systems, Inc.http://www.cynergysystems.com Email:  [EMAIL PROTECTED]Office:  866-CYNERGYMobile: 1.703.489.6466   From:

RE: [flexcoders] result & fault event errors:

2006-07-03 Thread Carson Hager
I don't believe AsyncToken has the resultHandler() method. It does however have a property called responder (mx.rpc.IResponder) which has result(Object) and fault(Object) methods.  The responder property must be set prior to invoking it.     Carson _

[flexcoders] Re: Question on HTTPS proxy access issues on Websphere

2006-07-03 Thread ehogberg
Loaded using the JSP MXML tag. Transmitted to the browser client via HTTPS, as the entire portal is accessed over SSL. https-url configured to the URI of the originating portlet (which was quite a trick to figure out, if you know anything about how WPS formats URLS... {grin}. I have not set the

[flexcoders] Re: Update Flash Player from 8.5 to 9, TypeError: Error #1009 happened

2006-07-03 Thread junhufr
Still, the flex 2 is not stable. Many changes found between FB2Beta3 and production version Flex 2. Could anyone list some changes ? --- In flexcoders@yahoogroups.com, "junhufr" <[EMAIL PROTECTED]> wrote: > > I'm working on Flex Builder 2 Beta 3 currently. Today, I just update to > production vers

Re: [flexcoders] result & fault event errors:

2006-07-03 Thread Joshua Garnett
I believe you need to change the references to event.call to event.token.--JoshOn 7/3/06, lownlazy000 < [EMAIL PROTECTED]> wrote:After upgrading to Flex 2 full-version I keep recieving this error: 1119: Access of possibly undefined property call through a referencewith static type mx.rpc.events:

RE: [flexcoders] Flash player support for printer resolutions > 300DPI?

2006-07-03 Thread Jack W. Caldwell
Is this Flash in a native mode or a Flex app running in Flash Player 9?   If you are telling me that a Flex 2 app running in Flash Player 9 can not print to a typically configured laser printer, then we have problems.   What printers out there . . . print at 300 DPI?   No user is going to

[flexcoders] Re: result & fault event errors:

2006-07-03 Thread Tim Hoff
I think that call was changed to token. -TH --- In flexcoders@yahoogroups.com, "lownlazy000" <[EMAIL PROTECTED]> wrote: > > After upgrading to Flex 2 full-version I keep recieving this error: > > 1119: Access of possibly undefined property call through a reference > with static type mx.rpc.ev

RE: [flexcoders] Re: Beta 3 WebService Result

2006-07-03 Thread Kelly Birr
If you set makeObjectsBindable="false" and resultFormat="object" in the webservice tag you should get arrays of objects. - Kelly -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of someguy7_7 Sent: Monday, July 03, 2006 2:37 PM To: flexcoders@yaho

[flexcoders] Re: Cairngorm2: ViewLocator - ViewHelper

2006-07-03 Thread Tim Hoff
Yes, I agree. If you look at the post that I sent to Ralf, you'll see that there is a lot of AS in the ViewHelper. I started with a script tag inside the view and moved it to a ViewHelper for readability. That way if I needed to change the way the view looked, I would edit the view. If I wa

[flexcoders] Re: Cairngorm Responder interface changes

2006-07-03 Thread der_kotty
I agree. These justifications do not convince me either. Thanks for your response, JesterXL. Very helpful :) --- In flexcoders@yahoogroups.com, "JesterXL" <[EMAIL PROTECTED]> wrote: > > The justifications listed here are pretty weak. > http://weblogs.macromedia.com/auhlmann/archives/2006/07/cair

[flexcoders] Re: Beta 3 WebService Result

2006-07-03 Thread someguy7_7
I am finally getting back to this issue. I have since moved to Flex 2.0 released version. Is there no way for me to use resultFormat="object" if the resulting data contains Object Arrays? Or in flex 2.0 are we required to use e4x? --- In flexcoders@yahoogroups.com, "Tim Hoff" <[EMAIL PROTECTED]>

RE: [flexcoders] Re: How to integrate Flash and Flex well done ?

2006-07-03 Thread Tom Versweyveld | VERSO
Just don’t expect everything to run smoothly, if you load flash 8 content (with code) into a 9player swf, you can get all kinds of weird memory issues… http://www.adobe.com/cfusion/knowledgebase/index.cfm?id=54e2eda3   Grtz, tom     From: flexcoders@yahoogroups.com [mailto:f

[flexcoders] Update Flash Player from 8.5 to 9, TypeError: Error #1009 happened

2006-07-03 Thread junhufr
I'm working on Flex Builder 2 Beta 3 currently. Today, I just update to production version Flex Builder 2, then when I run my code: TypeError: Error #1009: Cannot access a property or method of a null object reference. at mx.containers::Panel/mx.containers:Panel::layoutChrome() at

[flexcoders] Re: Cairngorm Responder interface changes

2006-07-03 Thread lownlazy000
I got arround this issue by changing the interface to read: public function onResult(event:ResultEvent = null):void (dont forget the ResultEvent Import) This is much like cairngorm 2beta3 as far as I am aware (fyi: this strange change is an issue already raised in flexcoders.) -- Flexcoders

[flexcoders] result & fault event errors:

2006-07-03 Thread lownlazy000
After upgrading to Flex 2 full-version I keep recieving this error: 1119: Access of possibly undefined property call through a reference with static type mx.rpc.events:FaultEvent. for both these lines: result="event.call.resultHandler(event)" fault="event.call.faultHandler(event)" The above lin

[flexcoders] E4X (PLEASE READ ANY CLUE WILL HELP)

2006-07-03 Thread tonyx_788
HIIL'TRY TO EXPLAIN THIS AND I HOPE I HAVE ANY ANSWER, TO KNOW WHAT TODO THE CODE AT THE END OF THE MESSAGE IS FROM AN OPENOFFICE DOCUMENT (SOMETHING LIKE MS WORD) I'M TRYING TO DEVELOP AN APPLICATION THAT CAN READ ITI ALREADY HAVE ONE APP WICH HAS 2 XML FILES AS DATAPROVIDERSTHIS IS IT (FLEX2 B

RE: [flexcoders] Re: Cairngorm2: ViewLocator - ViewHelper

2006-07-03 Thread Dimitrios Gianninas
Hey Tim, You wrote "like setFocus(), filtering a DataGrid, updating a search parameter VO with view component values prior to executing a search command" Those kinds of things I do in an AS script block for the particuliar component. Like Jesse mentioned, I too used to created ViewHelpers t

[flexcoders] Flash player support for printer resolutions > 300DPI?

2006-07-03 Thread alex_aka_joe
>From tests I have done, it appears that flash player 9 is not capable of sending data to the printer with a resolution greater than 300 DPI. Scaling an image to a size such that pixels are smaller than this results in printing artifacts. http://www.adobe.com/support/documentation/en/flashplayer/8

[flexcoders] How to config Data Management Services use JDBC connect with MS SQL 2005?

2006-07-03 Thread stevenxiu
Folks, Microsoft released JDBC driver for SQL 2005 http://www.microsoft.com/sql/technologies/jdbc/default.mspx I want to intergrade this JDBC driver with FDS builded in Jrun4 server and config it as an adapeter for Data Management Services to communicate with SQL2005 server. My Flex applicatio

[flexcoders] Re: Cairngorm2: ViewLocator - ViewHelper

2006-07-03 Thread Tim Hoff
Hi Ralf, Here is a paired-down version of one of my ViewHelpers.  Sorry about the formatting, it didn't copy over well.  The searchView has a search text field, a RadioButtonGroup to select the search type, and two DateFields that can be used alone or in conjunction with the search field (depend

[flexcoders] Server push from ColdFusion without FDS?

2006-07-03 Thread Greg Fuller
I know that if you have ColdFusion, you get the remoting without having to install FDS. I'm wondering if there is a way to do server-to-client-push without FDS. This may be wishful thinking, but here's the source of my speculation: In one article (http://www.adobe.com/devnet/flex/articles/cf_fle

[flexcoders] Re: Cairngorm2: ViewLocator - ViewHelper

2006-07-03 Thread Tim Hoff
No apologies necessary Steven. I appreciate you taking the time to respond at all. Safe travels, -TH --- In flexcoders@yahoogroups.com, "Steven Webster" <[EMAIL PROTECTED]> wrote: > > Tim, > > I've been in Ireland all of last week, and will be in France until the > end of this coming week .

RE: [flexcoders] (without Cairngorm) Data binding will not be able to detect assignments...

2006-07-03 Thread Tracy Spratt
Try: [Bindable] var currClient:Client;   Tracy   From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Derek Stottlemyer Sent: Monday, July 03, 2006 1:34 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] (without Cairngorm) Data binding will not be

Re: [flexcoders] Re: Cairngorm2: ViewLocator - ViewHelper

2006-07-03 Thread Ralf Bokelberg
Also, whenever you are able to isolate a cohesive set of properties and methods from your view, you can extract it into a separate class which represents something real (what a pity that flexbuilder isn't capable to do this automatically). Tim, can you provide a code example, which necessarily nee

[flexcoders] (without Cairngorm) Data binding will not be able to detect assignments...

2006-07-03 Thread Derek Stottlemyer
Hello all, I have the same problem without Cairngorm. I'm trying to bind a Class property to a Label as well... extending the Class as an ObjectProxy or not doesn't make a difference. I've also tried moving [Binding] above public var fullname to no avail. Can anyone offer a suggestion? Thanks, D

Re: [flexcoders] Re: Cairngorm 2 - Data binding will not be able to detect assignments...

2006-07-03 Thread JesterXL
You don't use static's in Cairngorm 2's ModelLocator. Use instance level vars. So: public static var name:String; should be: public var name:String; - Original Message - From: "ben.clinkinbeard" <[EMAIL PROTECTED]> To: Sent: Monday, July 03, 2006 12:00 PM Subject: [flexcoders] Re:

Re: [flexcoders] F2.0 final - Possbile bug with PopUpButton and PopUpMenuButton

2006-07-03 Thread sinatosk
thanks that worked ;)ok thats the PopUpButton partially fixed... now for PopUpMenuButtonI'm gonna rephrase the PopUpMenuButton problem I mentioned above...When I first open the menu... I'm accessing the root menu... When I hover over one of those items for the time then move my mouse over anothe

RE: [flexcoders] Re: Cairngorm2: ViewLocator - ViewHelper

2006-07-03 Thread Steven Webster
Tim,   I've been in Ireland all of last week, and will be in France until the end of this coming week ... so my apologies that I've not been responding to your posts as you might otherwise hope; picked a great time to be out of office so much !  However, looks like the community as well as

[flexcoders] Re: FLV can't load in to videoDisplay component from remote machine

2006-07-03 Thread Jason
I am having this same problem, but I am just playing videos off my local computer. I have a listBox with several items in it. When you selct on of the items it loads a new video into my VideoDisplay component. Some times it has an error, other times it does not. I think it is a sync issue, but

[flexcoders] AS3 :: SoundChannel for NetStream?

2006-07-03 Thread Hasan Otuome
In AS2 we had... someMovieClip.attachAudio(someNetStream); var sound:Sound = new Sound(someMovieClip); but that's not an option anymore because attachAudio() was removed. The docs mention using DisplayList via addChild() but weren't explicit about it. Searching has turned up similiar ques

Re: [flexcoders] Re: Cairngorm Responder interface changes

2006-07-03 Thread JesterXL
Don't have Flex 2 open in front of me ( client hearts 1.5 ), but you can I think do: public function onResult(event:* = null):void { ResultEvent(event).result // or... var yourEvent:ResultEvent = event as ResultEvent; } I can't remember if you can cast in the function signature as:

Re: [flexcoders] Re: Cairngorm2: ViewLocator - ViewHelper

2006-07-03 Thread JesterXL
Speaking for Steven, but the reason they espoused using ModelLocator over ViewHelpers was a few reasons. First off, many people felt the need to create ViewHelpers for every View. This was ridicolous; no View could ever do anything useful but instantiate GUI components, and register for events

[flexcoders] FlexUnit, Web Service

2006-07-03 Thread bchirgwin
I have a web service I am trying to write and test a web service using FlexUnit. I write the test that FlexUnit I add the a testsuite, but I can't test (assert) the results, because the web service doesn't immediately return a response. I have dispatched an event and tried asserting results i

[flexcoders] Get A nodes from html-xml

2006-07-03 Thread Jesús Iglesias
Hi,   I have a htmltext wich I cast to XML. Now I need to read all of the  A tags of the html,something like myxml.*.A, but nothing seems to work.   Do you know how to read all links?   Thanks __._,_.___ -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/fle

[flexcoders] Re: Cairngorm2: ViewLocator - ViewHelper

2006-07-03 Thread Tim Hoff
Thanks for the responses guys, Dimitrios: Yes, the majority of my views are updated through binding to the ModelLocator. However, there are certain functions that are soley view-related (like setFocus(), filtering a DataGrid, updating a search parameter VO with view component values prior to

[flexcoders] Re: Anybody knows how SQLAdmin sample make connection with MS-SQL server?

2006-07-03 Thread stevenxiu
Hi Tim, Thanks for showing me the direction and it is great for my starting. Steve --- In flexcoders@yahoogroups.com, "Tim Hoff" <[EMAIL PROTECTED]> wrote: > > > Sorry Steve, > > Part 2 of the .Net WebService article is a better example, related to > your question. > > http://weblogs.asp.net

RE: [flexcoders] Re: coloring an entire cell in a DataGrid?

2006-07-03 Thread Joan Tan
Yes, we found that the containers like HBox and Canvas are too heavyweight for just changing a backgroundColor, so when you have hundreds of cells in a dataGrid, you’ll start to see a serious performance issue. Subclassing Label is a lot more lightweight, but I believe the lightest weig

RE: [flexcoders] Question on HTTPS proxy access issues on Websphere

2006-07-03 Thread Peter Farland
How was the SWF loaded? Did you configure the http-url and https-url in flex-config.xml?   From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of ehogberg Sent: Monday, July 03, 2006 2:08 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Questi

[flexcoders] ServiceLocator - does it have to be MXML?

2006-07-03 Thread ben.clinkinbeard
Is it possible to implement your app's ServiceLocator in ActionScript? I strongly prefer making WebService calls in AS so I would rather do it this way. If this is not possible, I am hoping someone can explain how a complex call would be made. I am not currently using a Delegate (isn't Delegate.cre

RE: [flexcoders] app startup / load times

2006-07-03 Thread Ted Patrick
Hank,   Can you email or post source? [EMAIL PROTECTED]   I want to see what is going on first hand and post specific optimizations. With source code the issue should be crystal clear.   Happy to help…   Ted Patrick Flex Evangelist Adobe Systems Incorporated      

[flexcoders] Re: Cairngorm Responder interface changes

2006-07-03 Thread ben.clinkinbeard
Ah ha. Actually, I had to change them to public function onResult(event:* = null):void public function onFault(event:* = null):void so that they matched the signature exactly. I guess my confusion was in that I was viewing the :* as meaning the developer could specify whatever type they wanted.

Re: [flexcoders] Re: Cairngorm Responder interface changes

2006-07-03 Thread Clint Modien
you need to change these lines public function onResult(event:ResultEvent):void public function onFault(event:FaultEvent):voidto this... public function onResult(event:*):void public function onFault(event:*)voidOn 7/3/06, ben.clinkinbeard <[EMAIL PROTECTED]> wrote:

Re: [flexcoders] Offline / OCC in 2.0?

2006-07-03 Thread Paul Ihrig
i would be very interested in this as well.trying to come up with an outline to collect data in the field for our  social workers.so they can update the db when they get internet access, after they have collected the data __._,_.___ -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/

Re: [flexcoders] Flex2 release version - PopUp mangager ..sizing popups

2006-07-03 Thread Rich Tretola
I have always set the width and height properties of the TitleWindows, I don;t believe this has changed. On 7/3/06, bhaq1972 <[EMAIL PROTECTED]> wrote: > Hi > can someone confirm this. i'm now having to set the widths and heights > of the popups i create using PopUpManager. > i never had to do t

[flexcoders] Re: Cairngorm Responder interface changes

2006-07-03 Thread ben.clinkinbeard
Can someone explain why it is telling me I've implemented the Responder methods with an incompatible signature? public function onResult(event:ResultEvent):void public function onFault(event:FaultEvent):void The signatures shown in the docs are public function onResult(event:* = null):void publi

Re: [flexcoders] Re: coloring an entire cell in a DataGrid?

2006-07-03 Thread Jeremy Lu
Ah, right, I always use HBox or Canvas as the base class for item renderer, so setting style on it is never a problemsorry for the confusion. On 7/4/06, Joan Tan <[EMAIL PROTECTED]> wrote: I'm not sure what the issue is for your specific case.

[flexcoders] Question on HTTPS proxy access issues on Websphere

2006-07-03 Thread ehogberg
Hi all: Running into some strangeness with Flex 1.5 HTTP services. Any help is appreciated. We are hosting a Flex application within a Websphere Portal Server portlet. The Flex application is attempting to call a series of HTTP-based services (REST, not SOAP) on a separate Websphere server. Th

Re: [flexcoders] app startup / load times

2006-07-03 Thread hank williams
Actually, I have to take it back. This answer doesnt quite get to the issue, and I realize I probably didnt fully make the question clear.The alternatives are not two flex apps or one. The choices are1. one flex app or 2. one flex app and a flash website. The issue is that I am not very good wit

Re: [flexcoders] FTP client in AS3?

2006-07-03 Thread Weyert de Boer
Michael Hansen wrote: > > I know you can allow XMLSocket access to ports below 1024 using a > policy file. > No idea, I always take my year of birth as the port number ;-) > > Yahoo! Groups Sponsor ~--> Yahoo! Groups gets a make over. See the new

Re: [flexcoders] app startup / load times

2006-07-03 Thread hank williams
Thanks Ted.But one problem. I dont have *anything* embedded in my app at this point. As I said my app is 477k. Is there anything else that could explain it? Could I really have enough code (written in a week) to explain the size? What is a more "normal" small flex app size? Regards,HankOn 7/3/06

Re: [flexcoders] app startup / load times

2006-07-03 Thread hank williams
Ok, so it sounds like I have one vote for keeping it together and one vote for separateOn 7/3/06, Richard Kroll < [EMAIL PROTECTED]> wrote:Hank,Think of what you are trying to accomplish, and how each fits into your overall business.  It seems to me as though you are trying to merge yourapplicat

Re: [flexcoders] FTP client in AS3?

2006-07-03 Thread Weyert de Boer
Hi David, You need to place this policy file in the root of the domain you want to access right? For example, if the ftp server on the other side is also running a webserver I can just ask for the crossdomain xml file through their webserver to access that server on a different port i.e. 21? Y

Re: [flexcoders] FTP client in AS3?

2006-07-03 Thread Michael Hansen
I know you can allow XMLSocket access to ports below 1024 using a policy file.Is the same true for binary sockets? cheers -mOn 7/3/06, David Clark <[EMAIL PROTECTED]> wrote: The only proviso that I can think of is the security sandbox. You can only connect to

Re: [flexcoders] Cairngorm: Calling webservice operation with parameters

2006-07-03 Thread slangeberg
Make sure you have the operation defined in your Service (here, updateStatus):      wsdl="http://path/to/service?wsdl"     id="attendanceDelegate" result="event.token.resultHandler(event)" useProxy="false">      In your Delegate, call your WS such as (where

Re: [flexcoders] FTP client in AS3?

2006-07-03 Thread David Clark
The only proviso that I can think of is the security sandbox. You can only connect to network resources in the same domain or with a crossdomain policy file allowing the originating domain access.Getting the crossdomain file from an FTP server could be tricky. I am not certain, but I imagine tha

[flexcoders] Re: Cairngorm 2 - Data binding will not be able to detect assignments...

2006-07-03 Thread ben.clinkinbeard
Duh, its right there in the example code. Thanks, my brain seems to be running a bit slowly today :) Much appreciated, Ben --- In flexcoders@yahoogroups.com, João Fernandes <[EMAIL PROTECTED]> wrote: > > Ben, > > > > Your variables inside your TestModel souldn't be static except for your mode

[flexcoders] FTP client in AS3?

2006-07-03 Thread Weyert de Boer
Does anyone know if it's possible ot make FTP client using the binary sockets of Flash 9? I would suppose this is possible, because you only to send bytes in binary mode for the FTP protocol, if I recall correctly. Yahoo! Groups Sponsor ~--> Somethi

RE: [flexcoders] Re: coloring an entire cell in a DataGrid?

2006-07-03 Thread Joan Tan
I’m not sure what the issue is for your specific case. What does the rest of your itemRenderer look like? To use the backgroundColor style, the component that you are extending needs to have this style. The default DataGrid itemRenderer doesn’t, nor does Label or Text. This is why we we

[flexcoders] Cairngorm: Calling webservice operation with parameters

2006-07-03 Thread Uwe Raddatz
Hi, may someone tell me what's the right way to pass some parameters to a SOAP webservice call in Cairngorm (version 0.99)? What I need is similar to switching the login method call in the Login sample application from RemoteObject to SOAP webservice. Thanks. ur -- Uwe Raddatz [EMAIL PROTEC

RE: [flexcoders] Re: Cairngorm 2 - Data binding will not be able to detect assignments...

2006-07-03 Thread João Fernandes
Ben,   Your variables inside your TestModel souldn’t be static except for your modelLocator holder. When you do myModelLocator.getInstance() this function returns an unique instance  of your modelLocator.   João Fernandes Dep. Informática - Área de Desenvolvimento Cofina media A

RE: [flexcoders] app startup / load times

2006-07-03 Thread Richard Kroll
Hank, Think of what you are trying to accomplish, and how each fits into your overall business. It seems to me as though you are trying to merge your application with the more marketing related website that sells it. If you look at these two things as distinct entities, it makes much more sense

[flexcoders] Re: Cairngorm 2 - Data binding will not be able to detect assignments...

2006-07-03 Thread ben.clinkinbeard
Whoops. Updated code, which now produces an error concerning "Access of a possibly undefined property 'name' through a reference with static type TestModel. My label tag now looks like this: And the TestModel class is updated to look like the sample in the documentation: package { impor

RE: [flexcoders] app startup / load times

2006-07-03 Thread Ted Patrick
Hank, First off the size of your app seems rather large. Here are a few things to check... 1. @Embed with Images - Embedding images directly adds to file size. Optimize images before embedding them. 2. Font usage - Fonts embed all glyths into the SWF resulting in a larger files in jumps of 30K

[flexcoders] Re: coloring an entire cell in a DataGrid?

2006-07-03 Thread djbrown_rotonews
doing so causes my datagrid to be empty. any ideas why? override public function set data(value:Object):void { if (!value) return; super.data=value; //this.setStyle("backgroundColor","red"); // that line causes my grid t

Re: [flexcoders] Offline / OCC in 2.0?

2006-07-03 Thread Jeremy Lu
With all the new Collections (ie: ArrayCollection) and carefully designed structure, you can always start building offline/OCC application without any help from 3rd party.On 7/3/06, Timothy L. Colson < [EMAIL PROTECTED]> wrote: There was an offline / occassion

Re: [flexcoders] Cairngorm2: ViewLocator - ViewHelper

2006-07-03 Thread JesterXL
ViewHelpers == spawn of satan. Nothing here but bloated code. "Seperation of concerns" doesn't count here; it's just something they say to make themselves feel better by using them. ViewLocators, to me are only justified in extreme use cases. Having other View's, or even Commands specificall

[flexcoders] Cairngorm 2 - Data binding will not be able to detect assignments...

2006-07-03 Thread ben.clinkinbeard
That is the warning I get when trying to bind a label's text to a static var on my ModelLocator. Isn't this the most basic concept of ModelLocator? What am I doing wrong here? My MXML: http://www.adobe.com/2006/mxml"; layout="absolute" creationComplete="onCreationComplete()">

Re: [flexcoders] Re: Flash player is not a debugger?

2006-07-03 Thread Tom Chiverton
On Sunday 02 July 2006 18:25, Matt Chotin wrote: > security fix was kicking in to prevent the debug player from being > installed. Can't really share how that fix works :-) Lets hope you've also closed whatever security hole allowed you to do it :-) -- Tom Chiverton ***

[flexcoders] Offline / OCC in 2.0?

2006-07-03 Thread Timothy L. Colson
There was an offline / occassionally connected example for Flex 1.0... but not in the 2.0 eval. My searches for offline and OCC are only pulling up marketing hype saying that "Flex 2.0 enables offline/occ!". So is there a current Flex 2.0 example of an offline/OCC client? Thanks! Tim -- Fle

RE: [Junk E-Mail - LOW] Re: [Junk E-Mail - LOW] [flexcoders] DataChange event in DataGrid

2006-07-03 Thread Shannon Hicks
Looks like now you want to use the arrayCollection.collectionChange event to trap it.   Shan From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of polestar11Sent: Monday, July 03, 2006 9:54 AMTo: flexcoders@yahoogroups.comSubject: [Junk E-Mail - LOW] Re: [Junk E-Mail -

Re: [Junk E-Mail - LOW] [flexcoders] DataChange event in DataGrid

2006-07-03 Thread polestar11
--- In flexcoders@yahoogroups.com, "Shannon Hicks" <[EMAIL PROTECTED]> wrote: > You need to cast your dataprovider as an arrayCollection, not an array. I updated the my array to an ArrayCollection type, but still no luck. The function doDataChange() is still not being called. public function upda

[flexcoders] Flex2 release version - PopUp mangager ..sizing popups

2006-07-03 Thread bhaq1972
Hi can someone confirm this. i'm now having to set the widths and heights of the popups i create using PopUpManager. i never had to do this before. flex/flashplayer would do it for me. is this correct? Yahoo! Groups Sponsor ~--> Yahoo! Groups

RE: [flexcoders] Re: DestinationLocator (Cairngorm 2)

2006-07-03 Thread João Fernandes
Thanks,   I look forward to see SecureRemoteDestinationLocator then.   Btw, what is the Delegate approach you’re using with messaging and DataServices ?   Are you setting result & fault handlers for each method (fill,getItem,createItem,deleteItem)?   Thanks,   João Fernandes De

RE: [flexcoders] Re: ACcess SOAP fault code

2006-07-03 Thread Carson Hager
If you swap the status code, the fault handler will still be triggered and this time you will get the full fault.  That being said, I haven't tried this in the GA version of Flex 2. I'll be trying it this week.     Carson  Carson HagerCynergy Sy

RE: [Junk E-Mail - LOW] [flexcoders] DataChange event in DataGrid

2006-07-03 Thread Shannon Hicks
My bad... I was blind.   You need to cast your dataprovider as an arrayCollection, not an array.   Shan From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of polestar11Sent: Monday, July 03, 2006 9:23 AMTo: flexcoders@yahoogroups.comSubject: [Junk E-Mail - LOW] [flexcod

Re: [Junk E-Mail - LOW] [flexcoders] DataChange event in DataGrid

2006-07-03 Thread polestar11
--- In flexcoders@yahoogroups.com, "Shannon Hicks" <[EMAIL PROTECTED]> wrote: > > Exactly how are you changing the data? Hi Shannon The datagrid references a bindable variable, tempArray, as its dataProvider. There is a button that updates the tempArray value when clicked, which updates the data

RE: [flexcoders] Re: Flex 2 Final : Error #1034, in ChartBase dataTip functions

2006-07-03 Thread Benoit Hediard
Indeed, I'm missed this one in the Flex 2 final changes from beta3... Thanks! Benoit Hediard -Message d'origine- De : flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] De la part de pasflex Envoyé : lundi 3 juillet 2006 16:03 À : flexcoders@yahoogroups.com Objet : [flexcoders] Re: Fl

[flexcoders] Re: DestinationLocator (Cairngorm 2)

2006-07-03 Thread Peter Martin
You are correct it should have a constructor and a getInstance() method. At the time of writing it I only wrote it to work with SecureDestinationLocator so there was no need - or that's my excuse and I am sticking with it ;). I will update the code on my blog so DestinationLocator can be used on i

RE: [flexcoders] Error that is killing me.

2006-07-03 Thread Benoit Hediard
Try to put a breakpoint on VendorManager_Vendor_Display_Result() and launch a debugging session : - check that result returned by the cfc is correct on the client side, - check that parentApplication.mainDisplay.vven.firstName exists. Benoit Hediard -Message d'origine- De : flexcoders@yah

RE: [Junk E-Mail - LOW] [flexcoders] DataChange event in DataGrid

2006-07-03 Thread Shannon Hicks
Exactly how are you changing the data? Perhaps I'm blind. I don't see the grid as editable, nor do I see any function changing the data.   Shan From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of polestar11Sent: Monday, July 03, 2006 9:23 AMTo: flexcoders@yahoogroups

[flexcoders] DataChange event in DataGrid

2006-07-03 Thread polestar11
Hi there I am trying to capture the dataChange event in a datagrid, but my associated method is not being called when I change data in the grid. Here is the code: Any help much appreciated Cheers Tracy -

[flexcoders] DestinationLocator (Cairngorm 2)

2006-07-03 Thread João Fernandes
After downloading this 2 files from Peter Martin’s blog (http://weblogs.macromedia.com/pmartin/archives/2006/06/cairngorm_2_sec.cfm) I converted my service to DestinationLocator. I got a lot of getInstance() not found.   Shouldn’t the DestinationLocator provided in the zip file have a

[flexcoders] Error that is killing me.

2006-07-03 Thread Jeremy Rottman
I am working on my transaction app, and I have run into an error that I cant figure out. In my cfc I am returning a struct that holds all my data that I am trying to populate my flex form inputs with. The cfc is working correctly, I know this because I can get a proper out put when I test the funct

RE: [flexcoders] Flex 2 Final : Error #1009, in RadioButton/get labelPlacement()

2006-07-03 Thread Benoit Hediard
I've investigated this issue a little bit more. It looks like there some problems with RadioButton when they are used in groups. First display is generally correct, but when the display list is refreshed, it generates some bugs.   In our case, the RadioButton group is used in a popup, and

[flexcoders] Re: Flex 2 Final : Error #1034, in ChartBase dataTip functions

2006-07-03 Thread pasflex
The method signature for a datatip function changed in from beta3 to release, it used to take ChartItemEvent as an argument now it takes HitData. --- In flexcoders@yahoogroups.com, "Benoit Hediard" <[EMAIL PROTECTED]> wrote: > > Error #1034: Echec de la contrainte de type: conversion de > mx.cha

RE: [flexcoders] QTP 9 to test Flex 2.0

2006-07-03 Thread Shannon Hicks
From the QTP product page:   New Environment Support: Supports Web services, .NET 2.0, Firefox 1.5, Netscape 8, Macromedia Flex 2, Win XP 64 bit, Internet Explorer 7, and the latest ERP/CRM applications.   I attended a Load/Functionality testing session at CF United, and the speaker did sa

Re: [flexcoders] change to mm.cfg setup in FP9?

2006-07-03 Thread Paul BH
yep  - tried using the standalone player:C:\Program Files\Adobe\Flex Builder 2 Plug-in\Player\debug\saflashplayer.exeand both IE and FF plugins (debug)also tried removing the outputfilename parameter (at your suggestion) so that any trace output would go to the default location /me/flashlog.txt

Re[2]: [flexcoders] Re: Flash player is not a debugger?

2006-07-03 Thread Andriy Panas
Hello Matt, > We have a security fix that doesn’t allow you to downgrade your > player to a minor version.   Sorry for ongoing continuation of this story, may be I am not in sync, but I wonder then how Plugin Switcher tool does its job (http://www.pluginswitcher.de/). By the help of Plugin

Re: [flexcoders] app startup / load times

2006-07-03 Thread Tom Chiverton
On Monday 03 July 2006 14:01, hank williams wrote: > world experience will be for most people and 8-10 seconds was just a > guess based on file size and guesses about the low end of average It's not like it's sat there appearing to be locked up or something for 10 seconds - there's a progress bar

[flexcoders] Can Flash 8 use FDS messages (JMS)?

2006-07-03 Thread Luís Gustavo Sanabio
Hi,       I want to build a chat (one a one) application but I would like to comunicate with FLASH 8 too.     Can I use the Flash Remoting to comunicate with FDS 2  JMS?   thanks, Gustavo   __._,_.___ -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcoders

Re: [flexcoders] app startup / load times

2006-07-03 Thread hank williams
On 7/3/06, Richard Kroll <[EMAIL PROTECTED]> wrote: > Hank, > One thing you have to keep in mind is that Flex 2.0 is tailored to web > *applications* instead of to web sites. This is the rub. I am doing an application, but I am debating as to whether to put the intro stuff into a separate flash ap

[flexcoders] Re: Connection Debugging

2006-07-03 Thread bjorn.schultheiss
I dont know how this appeared. This post was 2 months old. Please disregard. --- In flexcoders@yahoogroups.com, "Bjorn Schultheiss" <[EMAIL PROTECTED]> wrote: > > Hi Abdul, > > > > I think I may have asked a similar question before that you also answered. > > I just upgraded from 1.2.11 to la

RE: [flexcoders] Re: Flash player is not a debugger?

2006-07-03 Thread Matt Chotin
We have a security fix that doesn’t allow you to downgrade your player to a minor version.  Since the web player was r16 and debug player r15 that security fix was kicking in to prevent the debug player from being installed.  Can’t really share how that fix works J   Matt  

RE: [flexcoders] F2.0 final - Possbile bug with PopUpButton and PopUpMenuButton

2006-07-03 Thread Benoit Hediard
I've also encountered this issue (event dispatched twice).   Here is a workaround : private function itemClickHandler(event:MenuEvent):void {     if (event.index != -1) { // Workaround to ignore the second event     ...     } }   Benoit Hediard De : flexcoders@yahoogroups.com [mailt

RE: [flexcoders] What is the difference between versions of Flex Data Services

2006-07-03 Thread Matt Chotin
1   From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Jack W. Caldwell Sent: Thursday, June 29, 2006 1:06 AM To: flexcoders@yahoogroups.com Subject: RE: [flexcoders] What is the difference between versions of Flex Data Services   Matt:

RE: [flexcoders] Connection Debugging

2006-07-03 Thread Bjorn Schultheiss
Hi Abdul,   I think I may have asked a similar question before that you also answered. I just upgraded from 1.2.11 to latest 1.2.13 In my app successfully pulling data from coldfusion but I’m not seeing any traffic in ServiceCapture I’m running coldfusion on localhost:8500   My rem

RE: [flexcoders] Please Adobe. Unanswered questions, and building the community

2006-07-03 Thread Jason Hawryluk
Thanks for responding, My initial worry was not that all my questions are not getting answered. It was more like if Adobe wants to get into the dev realm and be active in convincing existing MS dev people to make a switch to Flex from the upcoming WPF/e and WPF platforms, their community

Re: [flexcoders] Re: [Flex2Beta3] CF/Flex integration - 500 NULL

2006-07-03 Thread Thomas Rühl -akitogo-
Hi, the link out of the cfide was and is... http://127.0.0.1:8500/cfide/administrator/eventgateway/gateways.cfm?gwid=Flex2CF&action=start so this addresses the same cfm as the start/stop buttons for the other gateway instances, nothing inappropriate. This was in the cf exception log: "Error","

[flexcoders] Re: app startup / load times

2006-07-03 Thread bjorn.schultheiss
Hi Hank I think people will wait. Once it's loaded it can be cached. Ted once wrote a blog about RSL that achieved this. While people are thinking about do i wait for it to load or not, by the time it does you got em. That's my opinion. regards, Bjorn Schultheiss --- In flexcoders@yahoogroups.

  1   2   >