RE: [flexcoders] Security error accessing url

2006-07-13 Thread Sathish K
Dear Carson, Is it possible to place the crossdomain.xml file at server level, to access the all webservices that are availbale in the server. This is our IBM websphere server folder structure. d:\was6.0\AppServer\profiles\default\installedApps\ramcobl104Node01Cell\application.ear Reg,

[flexcoders] WebORB for .net beta5: feedback

2006-07-13 Thread Jonas Windey
Hi, I just installed the WebORB beta5, but cant get the sample running at http://localhost/weborb/examples/flex/contact/client-side/ContactManager.html I set the permissions correct for the .mdb, I set the ASP.NET version to 2.0, but I keep getting Send failed, at initialization of

Re: [flexcoders] Cairngorm 2.0 What does it look like after logging in?

2006-07-13 Thread Tom Chiverton
On Thursday 13 July 2006 00:37, dprasad830 wrote: be more things displayed on this screen? The status area of the browser keeps saying Read Localhost like it's trying to load That's normal. -- Tom Chiverton This email is sent for and on

Re: [flexcoders] Flex 2.0 DataService Question

2006-07-13 Thread Tom Chiverton
On Wednesday 12 July 2006 09:12, sinacapho wrote: I am now try to Use HttpService or WebService to access some data. But all of them return Security error Access Url in faultstring. Can you request the URL in your browser ? Do you need to set a username/password ? -- Tom Chiverton

Re: [flexcoders] [Flex2] Cairngorm question

2006-07-13 Thread Tom Chiverton
On Wednesday 12 July 2006 14:05, Thomas Rühl -akitogo- wrote: Hi, I'm just walking through Steven's article about Cairngorm on the Adobe site Unless something has changed, the DevNet article is for Cairngorm 0.something, and their are a few subtle differences (like this) compaired to Flex 2.

RE: [flexcoders] WebORB for .net beta5: feedback

2006-07-13 Thread Jonas Windey
Ok, I forgot to read my mails last night. Apparantly Mark Piler from themidnightcoders.com sent me a mail after noticing that I had downloaded the beta 5 (which had just been released), writing the following: A quick workaround is to open web.config from /Inetpub/wwwroot/weborb and

Re: [flexcoders] Re: FileReference and mimetypes

2006-07-13 Thread Tom Chiverton
On Wednesday 12 July 2006 14:29, Phil Marston wrote: Well - it's a thought (that I hadn't had ;-) ) seems a wasteful exercise to have to go through The only other way is to, as others have suggested, perform your own (or O/Ss) MIME sniff, and then send the matching headers. -- Tom Chiverton

Re: [flexcoders] Re: FileReference and mimetypes

2006-07-13 Thread Phil Marston
Tom Chiverton wrote: On Wednesday 12 July 2006 14:29, Phil Marston wrote: Well - it's a thought (that I hadn't had ;-) ) seems a wasteful exercise to have to go through The only other way is to, as others have suggested, perform your own (or O/Ss) MIME sniff, and

Re: [flexcoders] Re: FDS question

2006-07-13 Thread Tom Chiverton
On Wednesday 12 July 2006 15:55, Steven Webster wrote: I'd seriously recommend that you (the general you here) spend some time understanding in it's entierity, the value proposition that we're making with Flex Data Services; there is a great deal of misconception that FDS is a solution for

[flexcoders] Re: WebORB for .net beta5: feedback

2006-07-13 Thread Tim Hoff
Hey Jonas, Please let us know what your impressions of WebORB are after you have had a chance to work with it a little. I'll be switching from .NET WebServices to RemoteObject soon, so I would love to hear about your experience. Thanks, Tim Hoff --- In flexcoders@yahoogroups.com, Jonas

Re: [flexcoders] [Flex2] Cairngorm question

2006-07-13 Thread Thomas Rühl -akitogo-
Yeah - about that, Tom... if you took a look at the Cairngorm part of the labs site, you'd see the the only thing referenced under the Resources bit is in fact Steven's article. There are no demos for Cairngorm. Cheers, Thomas Thomas Rühl Design,

[flexcoders] Re: [Flex2] Cairngorm question

2006-07-13 Thread Tim Hoff
Yes Tom, But, the core is covered in the article. cheers, Tim --- In flexcoders@yahoogroups.com, Tom Chiverton [EMAIL PROTECTED] wrote: On Wednesday 12 July 2006 14:05, Thomas Rühl -akitogo- wrote: Hi, I'm just walking through Steven's article about Cairngorm on the Adobe site

Re: [flexcoders] Re: [Flex2] Cairngorm question

2006-07-13 Thread Thomas Rühl -akitogo-
Thanks, Tim! Looks like, that'll help me out here. I'm as well watching the »WebServices Cairngorm« thread, and I think this is one heck of a solution for the matters Darron draws in his article. Cheers, Thomas Thomas Rühl Design, Programming

RE: [flexcoders] Re: WebORB for .net beta5: feedback

2006-07-13 Thread Jonas Windey
Hi Tim, Well, my first impression is that its pretty complex, at least a lot more complex than just creating ASP.NET Web services and calling them from flex. Apparently you need to place all your remote methods in xml config files. Etc. The tutorials from

Re: [flexcoders] Re: [Flex2] Cairngorm question

2006-07-13 Thread Ralf Bokelberg
Hi Thomas, Cairngorm works quite well as is. Also there is a simple example coming with the distribution ( the famous loginExample). I would try to get used to the framework before applying patches. Cheers, Ralf. On 7/13/06, Thomas Rühl -akitogo- [EMAIL PROTECTED] wrote: Thanks, Tim! Looks

Re: [flexcoders] Re: [Flex2] Cairngorm question

2006-07-13 Thread Thomas Rühl -akitogo-
Been there, done that... ;-) I already spent a few weeks understanding Cairngorm and as of now, I think it's a great approach and exactly what I've been looking for. It's was just the backend integration, which made me fail the last two days, but now it works and Darron's way is simple and easy

[flexcoders] Re: Flex2 final - Another 'security error accessing url'

2006-07-13 Thread bhaq1972
Hi Carson Your right, my wsdl is refrencing a local machine. thanks. i'll get that changed. loughborough is fine, we're getting good weather here for a change. regards Bod --- In flexcoders@yahoogroups.com, Carson Hager [EMAIL PROTECTED] wrote: Hey Bod, Check your WSDL for the SOAP

[flexcoders] Re: WebORB for .net beta5: feedback

2006-07-13 Thread Tim Hoff
Thanks Jonas, I appreciate your thoughts. When I contacted Joe Orbman concerning WebORB, he was very helpful and eager to help .NET people utilize a service similar to FDS. Understandably, if you don't use Cold Fusion or J2EE, you're not going to get a full-blown solution from Adobe. But

Re: [flexcoders] Re: FileReference and mimetypes

2006-07-13 Thread Tom Chiverton
On Thursday 13 July 2006 10:02, Phil Marston wrote: Well that's what I'm going to have to do by the looks of it - though less of a sniff and more of an assumption/guess based on convention - You could always do: tom-linux:/opt/coldfusionmx7 # file ~chivertont/Desktop/1.jpe

Re: [flexcoders] [Flex2] Cairngorm question

2006-07-13 Thread Tom Chiverton
On Thursday 13 July 2006 10:13, Thomas Rühl -akitogo- wrote: the only thing referenced under the Resources bit is in fact Steven's article. There are no demos for Cairngorm. Erk ! You're stuck with the one that comes with it then :-) -- Tom Chiverton

Re: [flexcoders] Re: FileReference and mimetypes

2006-07-13 Thread Phil Marston
Could I? I don't know . . . I'm not running a *nix and I don't know cli well enough to know what exactly you did there!  ;-) Is this thread dead now . . . ?   ;-) Tom Chiverton wrote: On Thursday 13 July 2006 10:02, Phil Marston wrote: Well that's what I'm going to have

Re: [flexcoders] [Flex2] Cairngorm question

2006-07-13 Thread Thomas Rühl -akitogo-
lol, thanks anyway. i got it to work with the help of darren's article about responder versus iresponder... cheers, thomas Thomas Rühl Design, Programming Concepts akitogo OHG Hanauer Landstrasse 188 60314 Frankfurt Telefon +49 (0) 69

RE: [flexcoders] Re: WebORB for .net beta5: feedback

2006-07-13 Thread Jason Hawryluk
I'm about to start tryingit out. So Ill post me experiences as well. Jason -Message d'origine-De: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED]De la part de Jonas WindeyEnvoy: jeudi 13 juillet 2006 12:02: flexcoders@yahoogroups.comObjet: RE: [flexcoders] Re:

[flexcoders] Paging using FLEX DATA SERVICES

2006-07-13 Thread tinywhistles
Hi I am trying to enable paging using Flex Data Services. In messaging-config.xml by specifying the paging enabled="true", I have been able to get the first set of data(in chunks of 5 out of a total of 100) and display them on the DataGrid. But how do I proceed to see the remaining records? Do

[flexcoders] Re: WebORB for .net beta5: feedback

2006-07-13 Thread Tim Hoff
Very cool, keep the experiences coming! It helps us all. -TH --- In flexcoders@yahoogroups.com, Jason Hawryluk [EMAIL PROTECTED] wrote: I'm about to start trying it out. So I'll post me experiences as well. Jason -Message d'origine- De : flexcoders@yahoogroups.com

RE: [flexcoders] ActionScript 3: Has anyone been using the new Tween Class

2006-07-13 Thread Stephen Gilson
There are a few examples using Tween in the doc starting here: http://livedocs.macromedia.com/flex/2/docs/1781.html Stephen From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of efeminellaSent: Tuesday, July 11, 2006 3:33 PMTo: flexcoders@yahoogroups.comSubject:

Re: [flexcoders] How to organize projects in Flex Builder?

2006-07-13 Thread Beck Novaes
That way, how do you deploy your application? I mean, do you wrap everything in a WAR file? Do you use ANT? Thanks! On 7/12/06, Clint Modien [EMAIL PROTECTED] wrote: I would split it up into two projects for the sake of compiling it / versioning it. That way you can build them

Re: [flexcoders] Re: FileReference and mimetypes

2006-07-13 Thread Tom Chiverton
On Thursday 13 July 2006 12:20, Phil Marston wrote: Could I? I'm sure CygWin do a version of GNU file for Win32 (for free), for instance. -- Tom Chiverton This email is sent for and on behalf of Halliwells LLP. Halliwells LLP is a limited

RE: [flexcoders] Security error accessing url

2006-07-13 Thread Andrew Trice
The crossdomain.xml file should be placed in the root of the server that is hosting the web services. So, if you reference it via url, it should be at: http://{your domain}/crossdomain.xml _ Andrew Trice Cynergy Systems, Inc.

[flexcoders] Re: WebORB for .net beta5: feedback

2006-07-13 Thread mpiller
Hi Jonas, I just want to clarify a few things to help avoid possible confusion. If you're doing Flex remoting (ie invoke .NET objects from Flex using RemoteObject), you do not need to do anything special at all - no need for special method attributes, no need to register methods in xml files -

Re: [flexcoders] How to organize projects in Flex Builder?

2006-07-13 Thread Douglas Knudsen
this may help http://weblogs.macromedia.com/dharfleet/archives/2006/07/java_developmen.cfm in Flex 1.5, we kept both mxml and java code together and used ant to compile and build a war. I suppose you can do the same in 2. DK On 7/13/06, Beck Novaes [EMAIL PROTECTED] wrote: That way, how do

[flexcoders] Re: FDS question

2006-07-13 Thread shottonmark
Hi Steven Christophe Coenraets articulated very clearly during MAX last year, the concept of a data-oriented versus a service-oriented architecture Is there by any chance a powerpoint presentation or similar available from this talk (the links to MAX 2005 on the Adobe web site appear to be

Re: [flexcoders] Dynamic ItemRenderer

2006-07-13 Thread ROUSSELIE David ROSI/SIFAC
Thank you for your help, I finally use this solution : (In my ItemRenderer) public override function set data(_data: Object): void { removeAllChildren(); var child: DisplayObject; if (_data is A) child = addChild(new AItemRenderer()); else if (_data

[flexcoders] Pass value Using getURL() in MXML 2

2006-07-13 Thread k_abdul_jabbar
I have pasted a piece of code to pass value using query string,I am sure there wouldn't be any problem with code.But I get error calling getURL() method. The error I am getting on compilation is, Call to a possibly undefined method getURL. 4: { 5: getURL(QueryStringSample.mxml); 6: } I also

[flexcoders] Killing Socket connection when browser is closed?

2006-07-13 Thread rr_gruchalski
Hello, I have a little promblem with flash.net.Socket. I'm doing this: import flash.net.Socket; private function doInit():void { var s:Socket = new Socket(); s.connect(localhost, 4321); } This code is connecting me to application written in .NET. This works fine. I can accept connection in

[flexcoders] Duplicating/Copying a UI components

2006-07-13 Thread lownlazy000
I simply was to make a copy of a Sprite variable but I cant seem to find a way to do it? Can any one tell me how? Thanks in Advance :) Russell Munro Yahoo! Groups Sponsor ~-- Great things are happening at Yahoo! Groups. See the new email

[flexcoders] Webservice resultFormat object?

2006-07-13 Thread wayne_badu_johnson
Hi Just wondering if anyone knows how Flex deserializes ws calls results with a resultFormat of 'object'. for example. does the wsdl typing get returned in some way? What happens to the wsdl resulting attributes of elements? (e4x/xml resultFormats return attributes). Thanks in advance Wayne

Re: [flexcoders] Re: Array/ArrayCollection problem when migrating from Beta 3 to Flex 2 Final

2006-07-13 Thread sreedhar reddy
Hi Tim, Thank you so much for your reply. Tim Hoff [EMAIL PROTECTED] wrote: Hi Sreedhar,One of the changes from B3 to final was the use of the makeObjectsBindable property in the HTTPService tag. If you set this property to false, you should get the same result as in B3.-TH--- In

[flexcoders] Re: Pass value Using getURL() in MXML 2

2006-07-13 Thread Geoffrey Williams
getURL is gone in AS3. navigateToURL (new URLRequest (QueryStringSample.mxml)); --- In flexcoders@yahoogroups.com, k_abdul_jabbar [EMAIL PROTECTED] wrote: I have pasted a piece of code to pass value using query string,I am sure there wouldn't be any problem with code.But I get error calling

Re: [flexcoders] How to organize projects in Flex Builder?

2006-07-13 Thread Beck Novaes
Thanks for the link, Douglas! I suppose that for the sake of integration, maybe it's a good idea to have only one project. That way, I make some changes in Java code and run my Flex app to see the results. But, only one project doesn't sounds good for me, *mainly* if it is not a Flex project (a

RE: [flexcoders] Setting fill value of a pie chart programmatically

2006-07-13 Thread Ely Greenfield
you need to set it on the pie series, not the pie chart. Ely. From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Dimitrios GianninasSent: Wednesday, July 12, 2006 2:23 PMTo: flexcoders@yahoogroups.comSubject: [flexcoders] Setting fill value of a pie chart

Re: [flexcoders] HTTPS and Remote passwords

2006-07-13 Thread Tom Chiverton
On Wednesday 12 July 2006 15:00, Tom Chiverton wrote: All right, fixed that, my bad :-) I take it all back :-( If I have the end point URL (http://somehost/flex2gateway) protected at the web server level, how can I make Flex send along a particular username/password in the HTTP 'Authorization'

Re: [flexcoders] [Ann] Flex 2 Training in Sydney - Registration of Interest

2006-07-13 Thread Paul Arch
Chris Velevitch wrote: I'm happy to announce the Sydney Flash Platform Developers Group is planning to run a once off 3 day training course on Flex 2. The initial details is the course will be held towards the end of August, you must bring your own laptop with Flex 2 trial version

RE: [flexcoders] Setting fill value of a pie chart programmatically

2006-07-13 Thread Dimitrios Gianninas
yes noticed that too, thx Ely. Dimitrios Gianninas RIADeveloper Optimal Payments Inc. From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Ely GreenfieldSent: Thursday, July 13, 2006 10:19 AMTo: flexcoders@yahoogroups.comSubject: RE: [flexcoders] Setting fill

RE: [flexcoders] java enum does not serialize

2006-07-13 Thread Peter Farland
This feature was deferred until a later release of Flex. From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of busitech Sent: Wednesday, July 12, 2006 6:53 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] java enum does not serialize

Re: [flexcoders] Pass a parameter in the event function of an addEventListener?

2006-07-13 Thread Tom Chiverton
On Wednesday 12 July 2006 22:13, meathead wrote: So I'm setting up buttons on the fly via actionscript and I want to pass an ID number based on which button was selected. I was going to use an addEventListener for the click event of the newly created button, but then I saw this on the live

Re: [flexcoders] Trapping back button and refresh

2006-07-13 Thread Tom Chiverton
On Wednesday 12 July 2006 16:49, quasimotoca wrote: Is there a way in AS3 to catch the backbutton and refresh buttons when Only via javascript. You could use an onUnload() event in the HTML wrapper to call into the ActionScript. -- Tom Chiverton

Re: [flexcoders] Duplicating/Copying a UI components

2006-07-13 Thread Tom Chiverton
On Thursday 13 July 2006 04:08, lownlazy000 wrote: I simply was to make a copy of a Sprite variable but I cant seem to find a way to do it? Can any one tell me how? You mean var myCopy:Sprite=theOtherSprite; doesn't work ? -- Tom Chiverton

Re: [flexcoders] shadow lighting

2006-07-13 Thread Peter Baird
Title: Re: [flexcoders] shadow lighting Also, it appears youre trying to apply these styles to a canvas. Note that to do so, youll also need to set the borderStyle of the canvas to solid (you can set the thickness to zero, if you dont actually want to see a border). If thats not enough for

Re: [flexcoders] Is it Possible to call a function that's inside of a Tree ItemRenderer?

2006-07-13 Thread Tom Chiverton
On Wednesday 12 July 2006 18:36, sufibaba wrote: I would like to be able to fire this function programatically at the Tree's level. Is there a getRenderer method/property on tree cells ? -- Tom Chiverton This email is sent for and on

[flexcoders] turkish character encoding with webservices

2006-07-13 Thread oktay nba
hi everyone;i am working on a program on Flex 2. some webservices, made with nusoap, mysql, and php, are run at the background. but i have somehow encoding problems. some character in turkish like ş, ı, ğ and their uppercases cant displayed. in the charles web debugging proxy, the request, as

RE: [flexcoders] HTTPS and Remote passwords

2006-07-13 Thread Peter Farland
Flex is restricted by the functionality of the Flash Player. The underlying API flash.net.URLLoader will not let Flex set any of the headers required to mimic what you're asking for, i.e. pre-authentication. If you're using Basic Authentication from the J2EE web application container, then the

RE: [flexcoders] Unknown FDS error

2006-07-13 Thread Peter Farland
Hey Hank, Can you send me a test case, or can you try turning on sufficient debugging to watch what is going on at the endpoint? In services-config.xml, in the logging section turn on Debug level logging, and then ensure the Endpoint.* pattern is enabled. Restart the server and

Re: [flexcoders] shadow lighting

2006-07-13 Thread hank williams
Thanks guys. Those are great examples. With filters you can *really* make apps look unflexlike -lol.The great power of flex is how easy it is to do this stuff. The one downfall for people that are not careful is that all of their apps will look like aero. Although I guess thats ok, Mac users

[flexcoders] Re: SWF Loader

2006-07-13 Thread flexnewbie06
Okay, please don't laugh at this question! Does my Flex App need to be compiled before the LocalConnection will work I will post my Flash Action Code and my Flex 2 Code...I get no errors and the button label does change...the SWF just doesn't stop...it does nothing...Can anyone see what

Re: [flexcoders] Unknown FDS error

2006-07-13 Thread hank williams
Hey Peter,Just checking, did you see my last message on this?It appears that if you try to send to big an object or the wrong type of object you will get this. I was capturing a user input and sending it in my remoting call. so I was doing this:remoteobject.foo(someTextInput)when I should have

[flexcoders] Flex 1.5 : initializing a ComboBox Heeelp!!

2006-07-13 Thread Ghislain Simard
Hi, This is a very strange behavior and I don't know if someone can help me to resolve this. On the first load of the application, I select an item in a mx:Tree which is triggering a function which is populating a combobox from a RemoteObject call. The result of the call give me back the

[flexcoders] Spring Enable Flex

2006-07-13 Thread Allen Riddle
Does anybody (Adobe developers???) know if Adobe has any plans to Spring enable Flex? I think it would really help out with configuration. Allen Riddle Sofware Development x3217 __._,_.___ -- Flexcoders Mailing List FAQ:

RE: [flexcoders] Security error accessing url

2006-07-13 Thread Carson Hager
Sathish, You place this file at the root directory of the web server that hosts your web services. If you can't place it at the root, you can use flash.system.Security.loadPolicyFile() to load it from another location. Carson Carson

Re: [flexcoders] HTTPS and Remote passwords

2006-07-13 Thread Tom Chiverton
On Thursday 13 July 2006 15:48, Peter Farland wrote: setCredentials is only for custom authentication (i.e. the destination is constrained and credentials are checked against the login-command registered for the FDS Message Broker). setRemoteCredentials is only for communication with 3rd

RE: [flexcoders] Security error accessing url

2006-07-13 Thread Carson Hager
These files act on the server level. There is no more granularity than that. Take a look at my last message. You should be in good shape. Carson Carson HagerCynergy Systems, Inc.http://www.cynergysystems.comEmail: [EMAIL PROTECTED]Office:

RE: [flexcoders] HTTPS and Remote passwords

2006-07-13 Thread Cathy Reilly
One thing I noticed, class=flex.messaging.endpoints.AMFEndpoint - class=flex.messaging.endpoints.SecureAMFEndpoint - Cathy -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Tom Chiverton Sent: Thursday, July 13, 2006 10:11 AM To:

RE: [flexcoders] Data Services Question

2006-07-13 Thread Allen Riddle
Yes, thank you. I figured thats what wed have to do. From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Matt Chotin Sent: Wednesday, July 12, 2006 6:21 PM To: flexcoders@yahoogroups.com Subject: RE: [flexcoders] Data Services Question

Re: [flexcoders] Sending ISO-8859-1 from a Flex application

2006-07-13 Thread oktay nba
is there a way to change it? or why the Adobe team do it only for utf-8? are there any issue?On 4/14/06, Matt Chotin [EMAIL PROTECTED] wrote:Flex is going to try to send using utf-8, you may need to do some string parsing back from utf-8 on the server-side before inserting into the database.

[flexcoders] Re: Is it Possible to call a function that's inside of a Tree ItemRenderer?

2006-07-13 Thread sufibaba
This is indeed what we need. Does anyone know how to do this? Tim --- In flexcoders@yahoogroups.com, Tom Chiverton [EMAIL PROTECTED] wrote: On Wednesday 12 July 2006 18:36, sufibaba wrote: I would like to be able to fire this function programatically at the Tree's level. Is there a

Re: [flexcoders] HTTPS and Remote passwords

2006-07-13 Thread Tom Chiverton
On Thursday 13 July 2006 15:38, Cathy Reilly wrote: class=flex.messaging.endpoints.AMFEndpoint - class=flex.messaging.endpoints.SecureAMFEndpoint Ah ha, good catch, I'd only changed the definition class. Nothing changes after I recompile though. Oddly, if I load the SWF not over https, it

[flexcoders] Tree Drag Drop Blues ... Bug Report

2006-07-13 Thread sufibaba
Hi Adobe Engineers, I am working quite a lot with the tree control. The problem I am having is that when a node is draged from a tree to another tree, the dropped on tree doesn't allow dropping on its first node (all other nodes after the first node works fine). Another bug is that dragging

[flexcoders] best general purpose way to keep textarea scrolled to bottom

2006-07-13 Thread Pan Troglodytes
I wish TextArea had a property that would set it to scroll to the bottom on adding text. In the absence of such, I'm struggling to make it do that. I have a log function that looks like this: private function log(s:Object):void { debug.text += \n + s.toString(); debug.verticalScrollPosition =

Re: [flexcoders] Re: Is it Possible to call a function that's inside of a Tree ItemRenderer?

2006-07-13 Thread Tom Chiverton
On Thursday 13 July 2006 17:18, sufibaba wrote: This is indeed what we need. Does anyone know how to do this? What do the reference docs say ? -- Tom Chiverton This email is sent for and on behalf of Halliwells LLP. Halliwells LLP is a

Re: [flexcoders] Re: SWF Loader

2006-07-13 Thread Derek Vadneau
Crap, forgot the link to the ExternalInterface example: http://tracethis.com/archives/2006/07/13/swf9-to-swf8-communication-ei-not-lc-part-1/ On 7/13/06, Derek Vadneau [EMAIL PROTECTED] wrote: Yes, your Flex App needs to be compiled. Not sure how you are running your SWF without an SWF ...

[flexcoders] Extending ComboBox loses part of the skin?

2006-07-13 Thread tddclare
I'm still using Beta 3 (stupid slow procurement department)... I'm working on extending framework components, and am playing with the combobox. When I run my version, it functions as expected, but the arrow on the combo box (what you click to deop it down) does not display. I put a generic

[flexcoders] Our company is looking for a Flex 2.0 Developer

2006-07-13 Thread Dmitry Miller
I normally don't do this but, our company is looking for Flex Developer in SF Bay Area. We need a person proficient in Flex 2.0. Ideally, we would like to have someone full-time, but we would definately consider part-time candidates as well. If you are interested you can either reply to this

Re: [flexcoders] Re: SWF Loader

2006-07-13 Thread Derek Vadneau
Yes, your Flex App needs to be compiled. Not sure how you are running your SWF without an SWF ... Make sure your Flash SWF is in your Flex project folder. I've also found that you occasionally need to run twice in order for the Flash SWF to be copied to the test location (typically the bin

[flexcoders] crossdomain.xml on Weblogic

2006-07-13 Thread Steve Pruitt
All, Does anyone know specifically where to place the crossdomain.xml file for Weblogic. Drilling down through the Weblogic directories, I found a folder containing the installed application folders. The path for the folder is:

[flexcoders] ARP PizzaService on .NET

2006-07-13 Thread mpiller
Hi guys, I just wanted to let you know we ported the ARP PizzaService example for Flex2 to run on .NET with WebORB. Since WebORB supports AMF3, we modified the MXML/AS code to use a mx:RemoteObject element instead of AMF0 connection. The ported example with all the code is available in the

[flexcoders] Re: Is it Possible to call a function that's inside of a Tree ItemRenderer?

2006-07-13 Thread Michael Montagna
--- In flexcoders@yahoogroups.com, sufibaba [EMAIL PROTECTED] wrote: Hi All, I have a function inside of a custom Tree ItemRenderer. I would like to be able to fire this function programatically at the Tree's level. Any light on this is greatly appreciated. Cheers, Tim For

[flexcoders] Shopping Cart Trouble

2006-07-13 Thread s_hernandez01
Hi Flexers!!! I was wondering if anyone can help me with my code. I'm trying to create a shopping cart, but I'm having trouble on the addToCart() and addItem() functions on my actionscript. I'm new to flex and not the best actionscriptist so any advice would be greatly appreciated! I want to

RE: [flexcoders] HTTPS and Remote passwords

2006-07-13 Thread Peter Farland
Load your SWF from HTTPS. Ensure your channel-definition is correct (i.e. using SecureAMFEndpoint and SecureAMFChannel classes in the config and ensure https is in the endpoint url). Ensure the id of this channel is in the list of channels for your destination. Ensure you're compiling against the

[flexcoders] File Upload problem?

2006-07-13 Thread Shannon Hicks
Ok... I've been playing with the file upload stuff all morning, and am 80% of the way there. Here's a quick sample of what my Browse button fires: private function fileBrowse():void {var imagesFilter:FileFilter = new FileFilter("Images",

[flexcoders] Re: setting selectedIndices does not affect selectedItems on datagrid?

2006-07-13 Thread Brendan Meutzner
Bumping this... I'm surprised nobody else has come across this issue... In order to get the selectedItems after setting selectedIndices, I have to perform the following? var mySelectedIndices:Array = [0, 5];var tmpArray:Array = new Array(); for(var i:Number = 0; i mySelectedIndices.length;

[flexcoders] iframe portal external web page

2006-07-13 Thread Engkee Kwang
is there a way to create the equivalent of an iframe in a flex application that I can use to display external web pages? eg. creating a portal/window in my application to display www.yahoo.com I assume I can reverse the containment structure and use HTML to provide the overall containment...

RE: [flexcoders] Re: WebORB for .net beta5: feedback

2006-07-13 Thread Jonas Windey
Hi Mark, Thanks for your explanations. We (our team) are still not 100% sure what method is the best to follow. Ive been following Flex2 since the alpha version, and due to our experience with .NET (just regular websites with some Ajax), we have chosen to go with a Web Services

Re: [flexcoders] File Upload problem?

2006-07-13 Thread Oscar . Cortes
I have something similar working. Try something like this . private function fileBrowse():void { var imagesFilter:FileFilter = new FileFilter(Images, *.jpg;*.jpeg); configureListeners(imageFileRef); imageName.text = ; imageFileRef.browse([imagesFilter]); } private

[flexcoders] How to parse web services response doc containing namespace

2006-07-13 Thread kevntrace
I am a complete newbie to Flex, ActionScript et al, so please forgive me if my questions appear simplistic. I've implemented, and got working, the sample app which invokes a web service and displays the Top 5 popular posts from a blog service. I now want to modify this app so it calls my own

RE: [flexcoders] crossdomain.xml on Weblogic

2006-07-13 Thread Dimitrios Gianninas
It needs to go at the root folder of your web applications. So if your app is in c:/samples ... then put the crossdomain.xml there and then point WL to that folder to deploy your app. Dimitrios Gianninas RIADeveloper Optimal Payments Inc. From: flexcoders@yahoogroups.com

[flexcoders] Loading WSDL using Flex 2.0 Data Services

2006-07-13 Thread efeminella
I am running a Flex 2.0 Application on JRUN and I continue to recieve the following error when attempting to load a wsdl: Error loading WSDL: [RPC Fault faultString=Send failed faultCode=Client.Error.MessageSend faultDetail=Unable to load WSDL. If currently online, please verify the URI and/or

RE: [flexcoders] Spring Enable Flex

2006-07-13 Thread Dimitrios Gianninas
Probably not can u describe the problem/issue you are having? Dimitrios Gianninas RIADeveloper Optimal Payments Inc. From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Allen RiddleSent: Thursday, July 13, 2006 10:41 AMTo: flexcoders@yahoogroups.comSubject:

[flexcoders] how to disconnect a Flex client from FDS?

2006-07-13 Thread Tom Bray
With Flash Media Server, our clients connect, we see if they're authorized, and if they're not we disconnect their client object. How can I do something similar in FDS?With FMS, we'd make a netConnection, the server would call a method on the client to tell it that it's authorized, then we'd

RE: [Junk E-Mail - LOW] Re: [flexcoders] File Upload problem?

2006-07-13 Thread Shannon Hicks
Tried it, still nothing. Is there a bug (or undocumented feature)with the event dispatching when you're uploading multiple files? Shan From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of [EMAIL PROTECTED]Sent: Thursday, July 13, 2006 2:02 PMTo:

[flexcoders] SelectedItem of DataGrid going to null when sorted

2006-07-13 Thread Chris Waguespack
Please see the code below for a working example. When you double click on dgOne, it does what it is supposed to, but if you first click to sort dgTwo and then double click dgOne it messes up and sets the selected item to null. Any idea what's happening? ?xml version=1.0 encoding=utf-8?

RE: [Junk E-Mail - LOW] [flexcoders] Shopping Cart Trouble

2006-07-13 Thread Shannon Hicks
I sent the reply to the group, but it's taking too long to go through... http://flex.work.iotashan.com/salShoppingCart/flexcodersHelp.html Shan From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of s_hernandez01Sent: Thursday, July 13, 2006 10:40 AMTo:

RE: [Junk E-Mail - LOW] [flexcoders] Shopping Cart Trouble

2006-07-13 Thread Shannon Hicks
I got the code working The event chain was broken. Here's the fixed code: http://flex.work.iotashan.com/salShoppingCart/flexcodersHelp.html (as always, right-click to view the source and download as a zip) The one change you might not easily notice was in the thumbnail component...

RE: [Junk E-Mail - LOW] Re: [flexcoders] File Upload problem?

2006-07-13 Thread Oscar . Cortes
It seems that you need to add listeners for each file individually. Take a look at the example in here http://livedocs.macromedia.com/flex/2/langref/flash/net/FileReferenceList.html |-+- | | | | | Shannon

Re: [flexcoders] best general purpose way to keep textarea scrolled to bottom

2006-07-13 Thread JesterXL
Use a callLater. I've used a doLater in the past and she worked pretty well. So like: function log ( s ) { debug.text += s + "\n"; callLater ( scrollIt ); } function scrollIt() { debug.verticalScrollPosition = debug.maxVerticalScrollPosition; } If that doesn't work, make scrollIt

Re: [flexcoders] best general purpose way to keep textarea scrolled to bottom

2006-07-13 Thread Pan Troglodytes
I would have used callLater(), having only been hampered by not having ever heard of it.Thanks!On 7/13/06, JesterXL [EMAIL PROTECTED] wrote: Use a callLater. I've used a doLater in the past and she worked pretty well. So like: function log ( s ) {

[flexcoders] Remote JNDI server

2006-07-13 Thread Allen Riddle
Has anybody been able to set up the Messaging Services to send messages to a remote machine using the initial-context-environment configurations? Im unable to connect to my remote server. Allen Riddle Sofware Development x3217 __._,_.___ -- Flexcoders Mailing List FAQ:

RE: [Junk E-Mail - LOW] Re: [flexcoders] File Upload problem?

2006-07-13 Thread Shannon Hicks
My last question lead me to RTFM again looks like FileReferenceList doesn't have any events other than "select" and "cancel" So, my next question is how do I know when the upload is complete? Shan From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of [EMAIL

RE: [Junk E-Mail - LOW] Re: [flexcoders] File Upload problem?

2006-07-13 Thread Shannon Hicks
That's exactly what I needed. I shoehorned their code into something my app could use :) Thanks! Shan From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of [EMAIL PROTECTED]Sent: Thursday, July 13, 2006 3:15 PMTo: flexcoders@yahoogroups.comSubject: RE: [Junk E-Mail

RE: [flexcoders] Is anyone having trouble contacting Adobe and/or purchasing Flex?

2006-07-13 Thread Matt Chotin
Feel free to mail me if this isnt getting resolved and I can get someone to look into it. Matt From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Douglas Knudsen Sent: Monday, July 10, 2006 6:34 AM To: flexcoders@yahoogroups.com Subject: Re:

Re: [flexcoders] best general purpose way to keep textarea scrolled to bottom

2006-07-13 Thread Darron J. Schall
I've done this in the past through code like the following: textArea.addEventListener( FlexEvent.VALUE_COMMIT, autoScrollToBottom ); private function autoScrollToBottom( event:FlexEvent ):void { // Auto-scroll to the bottom anytime the text changes event.target.validateNow();

  1   2   >