Re: [flexcoders] Resetting a Flex Form

2006-07-12 Thread Clint Modien
You could make a copy of the model initially using var DataModelCopy:Object = mx.utils.ObjectUtil.copy(DataModel);then in your clear method you could do...this.DataModel = DataModelCopy;havn't tested it ... but it should work On 7/11/06, Erich Cervantez [EMAIL PROTECTED] wrote:

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

2006-07-12 Thread Douglas Knudsen
Our purchasing dept is having problems currently getting new keys and upgrade info for us as a Flex subscription holder. Some confusion over how adobe.com site works and macromedia.com did or something.DKOn 7/10/06, Stephane De Jonckheere [EMAIL PROTECTED] wrote: Here in

RE: [flexcoders] Explorer-like drag drop tree

2006-07-12 Thread Jonas Windey
Cool, cant wait. Ive now gotten so far that I can drag items on every node, but the only thing I need to force now is that if you drag an item on a node on the last level, it needs to be open for flex to allow dropping on it. For now Ill just open every node in my tree in the initial

RE: [flexcoders] Explorer-like drag drop tree

2006-07-12 Thread Jason Hawryluk
I have a little support task to do first then i'll put it up. :° jason -Message d'origine-De: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED]De la part de Jonas WindeyEnvoyé: mercredi 12 juillet 2006 09:45À: flexcoders@yahoogroups.comObjet: RE: [flexcoders]

Re: [flexcoders] Mac equivalent of ActiveX

2006-07-12 Thread Tom Chiverton
On Tuesday 11 July 2006 20:26, ryanm wrote: Open source != open specs. You can get source on the web if you look for it. I can find source for individual controls, but not the framework. Not even close. When was the last update to it ? -- Tom Chiverton

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

2006-07-12 Thread Tom Chiverton
On Monday 10 July 2006 14:34, Douglas Knudsen wrote: Our purchasing dept is having problems currently getting new keys and upgrade info for us as a Flex subscription holder. Do post when you find the answer ! -- Tom Chiverton This email

Re: [flexcoders] Re: Authentication - please help

2006-07-12 Thread Tom Chiverton
On Wednesday 12 July 2006 03:46, Dmitry Miller wrote: The only question that I have about your approach is how do I show the u/p form without leaving the page when my session expires? Also, it You could have the app call a 'ping' method on the server to stop the session timing out. would be

[flexcoders] Flex 2.0 DataService Question

2006-07-12 Thread sinacapho
Dear all, I am a Flex 1.5 developer now switch to Flex 2.0 . I want to ask some question which maybe very easy for all of you. I am now try to Use HttpService or WebService to access some data. But all of them return Security error Access Url in faultstring. i have use the

RE: [flexcoders] Re: ACcess SOAP fault code

2006-07-12 Thread Daniel Tuppeny
Excellent! And thanks for providing code! I didn't realise there was a PreSendRequestHeaders method, and probably would've come up with a crazy OTT solution! :-) From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Kelly BirrSent: 12 July 2006 06:16To:

Re: [flexcoders] Re: FileReference and mimetypes

2006-07-12 Thread Tom Chiverton
On Tuesday 11 July 2006 17:04, Phil Marston wrote: Would you suggest a different way? This was developed in the old days ;-) so Flex and RIA approach probably brings a whole new perspective to this. If you issue a redirect to the content, your web server should provide the correct MIME

RE: [flexcoders] Explorer-like drag drop tree (Delayed Open Example)

2006-07-12 Thread Jason Hawryluk
Here you guy's, gal'sgo don't forget to change the package location. I use this technique in allot of way's. Just let me know what you think ;) Code is below. The delayed class, and the sampleuse. Cheers Jason Begin:DelayedTimer.as /*** This class provides a timer abstraction, and

Re: [flexcoders] Re: FileReference and mimetypes

2006-07-12 Thread Phil Marston
Thanks Derek, That's the conclusion I was arriving at too. I hate having work around something that should be there, it's like working with MS's non-standards compliance :-( Derek Adams wrote: I had the same problem with mime types. My solution was to use the file suffix to figure

RE: [flexcoders] Explorer-like drag drop tree

2006-07-12 Thread Jason Hawryluk
Found the original source (flex 1.5)for it. http://www.richinternet.de/blog/index.cfm?mode=entryentry=71F7DA77-DE13-D55B-91A5E87F8040B02F Thanks dirk,I make great use of it :) -Message d'origine-De: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED]De la part de

[flexcoders] Flexcoders Message delays ?

2006-07-12 Thread sourcecoderia
Anyone else seeing delays in some of their messages ? Or not getting through at all? It's making it hard to follow, some get through faster then others, must be yahoo! or my provider. Perhaps I should just use the editor on the yahoo site instead of outlook. Jason

[flexcoders] Re: Explorer-like drag drop tree

2006-07-12 Thread sourcecoderia
Also one last thing about the Delayedtimer.as The original was flex 1.5. The idea, and credit for it goes to someone else (not sure who) I think it was richinternet blog or something. I just made it work for flex 2.0 in a different context from the original. It is quite different though.

RE: [flexcoders] Explorer-like drag drop tree

2006-07-12 Thread Jason Hawryluk
Also one last thing about the Delayedtimer.as The original was flex 1.5.The idea, and credit for it goes to someone else (not sure who) I think it was richinternet blog or something. I just made it work for flex 2.0 in a different context from the original. It is quite different though.

[flexcoders] TileList's Horizontal Gap

2006-07-12 Thread Jean-Luc ESSER
Sorry for asking this again, but i have been trying for a week or so to add an horizontal gap between renderers in a Tile List. I don't want to use specific columnWidth and/or padding in the renderer. I want real gap. So thatbackgroundColor for the cell for exemple won't fill the gap. Gap

Re: [flexcoders] Re: FileReference and mimetypes

2006-07-12 Thread Phil Marston
but the file doesn't exist (it's reconstructed from a database entry) so the server knows nothing about it. Tom Chiverton wrote: On Tuesday 11 July 2006 17:04, Phil Marston wrote: Would you suggest a different way? This was developed in the old days ;-) so Flex and RIA

Re: [flexcoders] Re: FileReference and mimetypes

2006-07-12 Thread Tom Chiverton
On Wednesday 12 July 2006 11:15, Phil Marston wrote: If you issue a redirect to the content, your web server should provide the correct MIME type. but the file doesn't exist (it's reconstructed from a database entry) so the server knows nothing about it. You could rig things up so that

[flexcoders] Security error accessing url

2006-07-12 Thread sathish_kumar_18
Hi, I have a webservice (EAR file) that is deployed in the IBM Websphere 6.0 server.When we access the webservice from a SWF application(sandbox)built using Flex 2.0 it gives a security error.How to resolve this security issue. The Error Message:

[flexcoders] Re: TileList's Horizontal Gap

2006-07-12 Thread Tim Hoff
Hey Jean-Luc, Set the horizantalGap property on the container that the TileList is in. -TH --- In flexcoders@yahoogroups.com, Jean-Luc ESSER [EMAIL PROTECTED] wrote: Sorry for asking this again, but i have been trying for a week or so to add an horizontal gap between renderers in a Tile

[flexcoders] Security error accessing url

2006-07-12 Thread Sathish K
Hi,I have a webservice (EAR file) that is deployed in the IBM Websphere 6.0 server.When we access the webservice from a SWF application(sandbox)built using Flex 2.0 it gives a security error.How to resolve this security issue.The Error Message:[FaultEvent fault=[Rpc faultfaultstring="Security

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

2006-07-12 Thread bhaq1972
Hi (I didn't want to take over Sathish's post but i have a similar problem.) My problem is as follows. I'm taking my flex app and trying to expose it to the internet. in our LAN environment, everything is okay. My flex swf is hosted on IIS...which also hosts my webservice. my flex app looks

Re: [flexcoders] Re: FileReference and mimetypes

2006-07-12 Thread Phil Marston
you mean like http://host.com/getafile.php?23535 which is what I'm doing at the moment the server still wouldn't know the mimetype to send though - I supply the header and I get it from what I stored in a type field in the table when the file was uploaded (the binary file data is stored in

Re: [flexcoders] Re: TileList's Horizontal Gap

2006-07-12 Thread Jean-Luc ESSER
Tim, Unfortunatly, i saw this hack on a post regarding Flex1.5, maybe it was working then, but i can't get it to work here. Thanx anyway. JL - Original Message - From: Tim Hoff To: flexcoders@yahoogroups.com Sent: Wednesday, July 12, 2006 1:05 PM Subject:

Re: [flexcoders] TileList's Horizontal Gap

2006-07-12 Thread Jean-Luc ESSER
Hey Ralf, Creating the gap in the renderer would'nt do what i want. First because style applied to the cell of the TileList would apply to the gap created, which i do not want, second because it would not be a gap, meaning it would appear on the right edge of the last column, or the

Re: [flexcoders] Change Text Color in FlexBuilder 2 Editors

2006-07-12 Thread Darron J. Schall
You have to tweak an XML file to change the syntax coloring in FlexBuilder 2. It's undocumented / unsupported, but you can find more information about it here: http://www.morearty.com/blog/2006/05/22/undocumented-flex-builder-changing-the-syntax-coloring/ -d jwc_wensan wrote: Under

[flexcoders] Camera.getCamera(name:String) does not work and crashes the player

2006-07-12 Thread m88e24
Player version r15 (installed by the Flex builder install) Flex 2 final Win XP Pro SP2 (up to date) I may have multiple cameras connected to my PC and want to select the camera to use. I show a list of available cameras and uses the name to get a Camera instance. This always returned null. So I

Re: [flexcoders] About Integrating Flex Data service with Flex Builder....

2006-07-12 Thread Mr.Unlimited
Hi Hank Yea mite be big. but m new t this buddy. maybe my installation s wrong or somethin.. i installed Builder and then DS...can u jus telme how to use DS in builder. Thnx for ur response. m sry if my ques s wrong.. pl lemme know if my ques s wrong..regards Krishank williams [EMAIL

[flexcoders] Displaying data from servlet to the flex..

2006-07-12 Thread Mr.Unlimited
Dear People Im new to Flex.Im using Flex Buider 2 Beta 3.and i dont have Data service. Is there a way to send some data to javaServlet and bring back some data from the Servlet to the Flex Page? Please Help me. Some snippets would be really helpful.Thanks And Regards Kris Yahoo!

[flexcoders] Re: Camera.getCamera(name:String) does not work and crashes the player

2006-07-12 Thread Renaun Erickson
If I understand you right, you are having problems with var camera:Camera = Camera.getCamera(); for any camera? or is your issue you are trying to dynamic selected a camera? Ok, first var camera:Camera = Camera.getCamera(); works in Flex 2 for me. You can check by going to my application that

Re: [flexcoders] Re: FileReference and mimetypes

2006-07-12 Thread Tom Chiverton
On Wednesday 12 July 2006 12:27, Phil Marston wrote: you mean like http://host.com/getafile.php?23535 which is what I'm doing at the moment the server still wouldn't know the mimetype to send though - I supply Ahh. Dump it to disk first ? -- Tom Chiverton

Re: [flexcoders] viewstack design pattern issue

2006-07-12 Thread JesterXL
Well, either way, thanks for bringing it to my attention. I dig the low level things, and this is pretty cool to know that it's that common across all UIComponents, in both 1.5 and 2. The TextInput thing I mentioned, I didn't build. I was using TextInputs everywhere, and my team members

[flexcoders] SWF Loader

2006-07-12 Thread flexnewbie06
I am trying to cast swf as MovieClip in Flex 2.0. The SWF was created with Flash 8...I get an coercion error...is this something that can not be done or maybe I am doing it incorrectly. I have posted the error and my code. Any Suggestions? TypeError: Error #1034: Type Coercion failed:

[flexcoders] Regarding Chart problem

2006-07-12 Thread Sachin Dharmapurikar
Hi All, We are facing a strange problem in our application. Reproducing the same problem is very easy with following steps: Open the dashboard sample provided with Flex Builder. Open results.xml file which has data to render. Except for one month remove all data

[flexcoders] Re: Mac equivalent of ActiveX

2006-07-12 Thread palmer2012
This is something that I have been thinking about. Most of the solutions out there are flash online or flash offline but not that supportive of both at the same time. There are many cases where software needs to be an application and net savvy. For example, creating an application using

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

2006-07-12 Thread sreedhar reddy
Hi, This is Sreedhar.I am working with Flex Builder 2, Java Server Pages, and SQL Server 2005. Currently, I am working on "Search based on Keyword". When I execute the search through the JSP, I am able to see theresults. I am having a problem when displaying these results in a FlexDataGrid.

[flexcoders] Displaying data from servlet to the flex..

2006-07-12 Thread Mr.Unlimited
Dear People Im new to Flex.Im using Flex Buider 2 Beta 3.and i dont have Data service. Is there a way to send some data to javaServlet and bring back some data from the Servlet to the Flex Page? Please Help me. Some snippets would be really helpful.Thanks And Regards Kris Do you

[flexcoders] Re: Package with internal class problem

2006-07-12 Thread Bart Wttewaall
I guess I'm not permitted to delegate an internal class' public static variable through the public class' public static variable. Too bad, I had to create a lot of small classes for each cursor for the application to work. Still, I'm wondering if there's a way to package those classes to keep

Re: [flexcoders] About Integrating Flex Data service with Flex Builder....

2006-07-12 Thread hank williams
Oh, I see. You havent done anything but run the FDS installer.Well, are you familiar with running webapps in a servlet container? If not then it will be very difficult to help you because FDS is based on the assumption that you know how to use a container or a J2EE server. If you dont, you need

[flexcoders] SWFLoader Issues

2006-07-12 Thread flexnewbie06
Does anyone have any experience using SWFLoader to load SWF in Flex APP? Specifically, maniputlating the SWF. Thanks. Yahoo! Groups Sponsor ~-- Great things are happening at Yahoo! Groups. See the new email design.

[flexcoders] Re: FDS question

2006-07-12 Thread mthielman11
OK so what everyone is saying then is that FDS is not ideal for our situation and is only used if real time data pushing is needed? So the bigger question is how does sending data back and forth with XML perform? I have consistently heard that XML is inefficient and has a lot of overhead, so

RE: [flexcoders] Cairngorm ServiceLocator and FDS

2006-07-12 Thread Dimitrios Gianninas
Not sure this quite works for FDS. Because the instance of the DataService that we have on the client side has special properties that let us know what is happening with that data service. So we need to use the DataService instance in various places in the application in order to get

[flexcoders] Dynamic ItemRenderer

2006-07-12 Thread ROUSSELIE David ROSI/SIFAC
Hi, I would like to use the List component with different type of data in its dataProvider and adapt each itemRenderer depending on the type of the data item : var dp: Array = [new A(), new B()] ... mx:List dataProvider={dp} ... / How can I use a AItemRenderer to handle A data type elements

Re: [flexcoders] [Flex2] Cairngorm question

2006-07-12 Thread JesterXL
You don't need a Delegate. Before, functions were called in the scope of the calling object, but now they are called in the scope of where they are defined. Thus, this: myButton.addEventListener(click, Delegate.create(this, onClick)); now becomes: myButton.addEventListener(click, onClick);

Re: [flexcoders] Cairngorm ServiceLocator and FDS

2006-07-12 Thread JesterXL
Yeah, sounds like what you have for DataService works. I haven't spent time with DataService. - Original Message - From: Dimitrios Gianninas To: flexcoders@yahoogroups.com Sent: Wednesday, July 12, 2006 9:11 AM Subject: RE: [flexcoders] Cairngorm ServiceLocator and FDS Not

Re: [flexcoders] Re: FileReference and mimetypes

2006-07-12 Thread Phil Marston
Well - it's a thought (that I hadn't had ;-) ) seems a wasteful exercise to have to go through ;-) Tom Chiverton wrote: On Wednesday 12 July 2006 12:27, Phil Marston wrote: you mean like http://host.com/getafile.php?23535 which is what I'm doing at the moment the server still

[flexcoders] HTTPS and Remote passwords

2006-07-12 Thread Tom Chiverton
First question, to get you all started. If my CF server is running SSL over HTTPS port 443, what do I have to change in services-config.xml to make it work ? Changing endpoint uri=http://archiving.localdomain:80/flex2gateway/; class=flex.messaging.endpoints.AMFEndpoint/ to endpoint

Re: [flexcoders] Dynamic ItemRenderer

2006-07-12 Thread Jean-Luc ESSER
I guess the best way of handling this would be to have a generic itemRenderer and load the corresponding components inside it, depending on a data value passed to the List dataProvider. That's how i would do it. You can also do it in the List container via actionScript if you want, by

[flexcoders] Re: Addressing buried children in XML with default namespace- an easier way?

2006-07-12 Thread ben.clinkinbeard
Bumping this up in the hopes that someone (possibly from Adobe?) can offer an alternative, or at least an explanation of why this is the case. As it stands now, I will have to have these lines: namespace foo = http://site.com/BackOffice/DoSearch;; use namespace foo; sprinkled throughout my app,

Re: [flexcoders] Re: FDS question

2006-07-12 Thread JesterXL
Here's a performance comparison: http://blogs.adobe.com/mikepotter/2006/07/php_and_flex_js.html - Original Message - From: mthielman11 [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent: Wednesday, July 12, 2006 6:52 AM Subject: [flexcoders] Re: FDS question OK so what everyone is

Re: [flexcoders] HTTPS and Remote passwords

2006-07-12 Thread Tom Chiverton
On Wednesday 12 July 2006 14:28, Tom Chiverton wrote: Secondly All right, fixed that, my bad :-) And word on HTTPS endpoints ? -- Tom Chiverton This email is sent for and on behalf of Halliwells LLP. Halliwells LLP is a limited liability

Re: [flexcoders] Re: SWF Loader

2006-07-12 Thread JesterXL
Yeah, basically. It's asynchronus communication. It's not as cool as myLoadedSWF.gotoAndPlay(2), but those are the breaks. - Original Message - From: flexnewbie06 [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent: Wednesday, July 12, 2006 9:37 AM Subject: [flexcoders] Re: SWF

RE: [flexcoders] Change Text Color in FlexBuilder 2 Editors

2006-07-12 Thread Jack W. Caldwell
Darron: Thanks, Jack From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Darron J. SchallSent: Wednesday, July 12, 2006 6:37 AMTo: flexcoders@yahoogroups.comSubject: Re: [flexcoders] Change Text Color in FlexBuilder 2 Editors You have to tweak an XML file to

[flexcoders] Re: Mac equivalent of ActiveX

2006-07-12 Thread palmer2012
The idea of bringing the rich internet application out of the browser and onto the computer would extend the possibilities of flex. It would be great to have a framework that you can develop flex applications within that is cross platform. And, it would have the functionality that Java

[flexcoders] My authentication help

2006-07-12 Thread Nick Collins
I saw someone else posting about having custom authentication, but my issue is a bit different. I have an authentication script done in CFMX7 that seems to be working on the coldfusion side. Essentially it checks to see if the user is valid, if yes, it looks up the role they are assigned and

RE: [Junk E-Mail - LOW] [flexcoders] My authentication help

2006-07-12 Thread Shannon Hicks
Can we see the CFC? Shan From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Nick CollinsSent: Wednesday, July 12, 2006 9:18 AMTo: flexcodersSubject: [Junk E-Mail - LOW] [flexcoders] My authentication help I saw someone else posting about having custom

Re: [flexcoders] Re: Mac equivalent of ActiveX

2006-07-12 Thread Nick Collins
Patrick... gee that sounds an awful lot like... Apollo :-)If you're not familar with it, check it outhttp://labs.adobe.com/wiki/index.php/Apollo On 7/11/06, palmer2012 [EMAIL PROTECTED] wrote: This is something that I have been thinking about. Most of the

RE: [flexcoders] Re: Addressing buried children in XML with default namespace- an easier way?

2006-07-12 Thread Brian Deitte
You can reference a namespace object if you put this in a file: package mypackage { public namespace DoSearch = http://site.com/BackOffice/DoSearch;; } import mypackage.DoSearch in each class where you want to use it, and then use namespace DoSearch. -Brian -Original Message-

Re: [Junk E-Mail - LOW] [flexcoders] My authentication help

2006-07-12 Thread Tom Chiverton
On Wednesday 12 July 2006 15:31, Shannon Hicks wrote: Can we see the CFC? Shannon could also turn on the flex gateway debug (bottom of the services xml file) and double-check what is coming back. IIRC, return bools from CF appear as strings in AS. -- Tom Chiverton

Re: [Junk E-Mail - LOW] [flexcoders] My authentication help

2006-07-12 Thread Nick Collins
cffunction name=login access=remote returntype=boolean cfargument name=email required=false/ cfargument name=password required=false/ CFQUERY name=GetUser datasource=#DSN# SELECT tblSFUsers.UserID, tblSFUsers.User_Name, tblSFUsers.Password FROM tblSFUsers WHERE User_Name= cfqueryparam

RE: [flexcoders] SWFLoader Issues

2006-07-12 Thread Stephen Gilson
There are a couple of examples in the doc that might help: http://livedocs.macromedia.com/flex/2/docs/0543.html http://livedocs.macromedia.com/flex/2/docs/0975.html Stephen From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of flexnewbie06Sent: Wednesday,

Re: [flexcoders] [Flex2] Cairngorm question

2006-07-12 Thread Thomas Rühl -akitogo-
Sorry, but I'm still having questions... Following the Cairngorm architecture, I created a LoginDelegate class. It should call the service and the originating LoginCommand got its onFault() and onResult() methods and therefore implementes the Responder interface. However, defining this in the

[flexcoders] Re: Explorer-like drag drop tree (Delayed Open Example)

2006-07-12 Thread flxcoder
awesome - just awesome - thanks. i know i am going to need this soon. --- In flexcoders@yahoogroups.com, Jason Hawryluk [EMAIL PROTECTED] wrote: Here you guy's, gal's go don't forget to change the package location. I use this technique in allot of way's. Just let me know what you think ;)

Re: [flexcoders] Dynamic ItemRenderer

2006-07-12 Thread Jean-Luc ESSER
BTW, David, are you from France ? If so, are you aware of the creation of the French Flex Community ? http://www.flexeurs.org If you are interested, come say hello. Jean-Luc ESSER http://www.flexeurs.org - Original Message - From: ROUSSELIE David ROSI/SIFAC To:

[flexcoders] SecurityErrorEvent thrown on server but not when run locally. Why?????

2006-07-12 Thread Suzy Lawson
I have a Flex (final release) mail client that uploads attachments to an external mailserver (using FileReference). It works fine when I run/debug locally, but it fails with the following error when I drop the swf file on my local webserver. SecurityErrorEvent text=Error #2049

Re: [flexcoders] [Flex2] Cairngorm question

2006-07-12 Thread Ralf Bokelberg
Hi Thomas, in Flex 2 delegates are created automatically, so mx.utils.Delegate is no longer needed. Cheers, Ralf. On 7/12/06, Thomas Rühl -akitogo- [EMAIL PROTECTED] wrote: Hi, I'm just walking through Steven's article about Cairngorm on the Adobe site again and I wonder where the

[flexcoders] bug in List component when it contains a blank item

2006-07-12 Thread Pan Troglodytes
The List component has a bug when you have a blank item. Using the following code, scroll up and down in the list. You will notice blank spaces showing up where they shouldn't be. It appears to be an issue on redraw. ?xml version=1.0 encoding=utf-8?mx:Application

RE: [flexcoders] Re: Package with internal class problem

2006-07-12 Thread Tobias Patton
Should this: // -- CursorDepot.as : package cursors { public class CursorDepot { public static var cross:Cross = Cross; } } Be: // -- CursorDepot.as : package cursors { public class CursorDepot { public static var cross:Cross = new Cross(); } } Id

RE: [flexcoders] Re: FDS question

2006-07-12 Thread Steven Webster
I'm going to step this thread all the way to the beginning again; there was a flawed message in this thread that suggested that FDS was only of interest for real-time data; while it's certainly true that when we're demonstrating the power of FDS, we'll leverage real-time/collaborative

[flexcoders] Re: Addressing buried children in XML with default namespace- an easier way?

2006-07-12 Thread ben.clinkinbeard
That doesn't seem to work for me. I have this file: package com.fmr.tests.PSA_Cairngorm.model { public namespace CLIENT_SEARCH_NAMESPACE = http://site.com/BackOffice/DoSearch;; } and then in my command class, along with all my other import statements I have: import

Re: [Junk E-Mail - LOW] [flexcoders] My authentication help

2006-07-12 Thread Nick Collins
Ok, so CF returns booleans as strings... so how might I go about converting those strings back to booleans in the AS code?On 7/12/06, Tom Chiverton [EMAIL PROTECTED] wrote: On Wednesday 12 July 2006 15:31, Shannon Hicks wrote: Can we see the CFC?Shannon could also turn on the flex gateway

[flexcoders] Trapping back button and refresh

2006-07-12 Thread quasimotoca
Hi: Is there a way in AS3 to catch the backbutton and refresh buttons when they are pressed in the browser? Once caught I need to trigger a popup window for the user to take action. Cheers, Dave Cook -- Flexcoders Mailing List FAQ:

[flexcoders] Pass value into HeaderRenderer

2006-07-12 Thread Torey Maerz
How could I pass a value into a headerrenderer so that I can use that value to perform a specific action in the renderer? For example here is my renderer: mx:HBox xmlns:mx=http://www.adobe.com/2006/mxml; mx:Label text=Hello/ mx:Image height=20 source=info.gif click=Alert.show('Hello

Re: [flexcoders] SWFLoader Issues

2006-07-12 Thread Hilary Bridel
Hi, I have an example on my site with downloadable code. http://www.bridel.org/ Hilary -- On 7/12/06, flexnewbie06 [EMAIL PROTECTED] wrote: Does anyone have any experience using SWFLoader to load SWF in FlexAPP?Specifically, maniputlating the SWF. Thanks. Yahoo! Groups

Re: [flexcoders] SWF Loader

2006-07-12 Thread Hilary Bridel
Hi, There is an example on my site with a Flash 9 SWF. http://www.bridel.org/ Hilary -- On 7/12/06, flexnewbie06 [EMAIL PROTECTED] wrote: I am trying to cast swf as MovieClip in Flex 2.0.The SWF wascreated with Flash 8...I get an coercion error...is this something that can not be done or

[flexcoders] FlexComponents List

2006-07-12 Thread Ted Patrick
As part of the ongoing support for component development in the Flex community, I created the FlexComponents discussion list. The Flex Component Development list is focused on creation and development of Flex components. http://groups.yahoo.com/group/flexcomponents/ mx:WARNING FlexComponents

[flexcoders] ProgressBar not handling events

2006-07-12 Thread Allen Riddle
We have a ProgressBar with its mode set to event, and the source property is bound to an object that dispatches the necessary events. Everything works fine once the application is up and running, but for whatever reason at startup, the ProgressBar does not handle the events raised from

[flexcoders] Re: Authentication - please help

2006-07-12 Thread Dmitry Miller
Thanks a lot, Tom. This is what I will end up doing. --- In flexcoders@yahoogroups.com, Tom Chiverton [EMAIL PROTECTED] wrote: On Wednesday 12 July 2006 03:46, Dmitry Miller wrote: The only question that I have about your approach is how do I show the u/p form without leaving the page

RE: [flexcoders] Passing session variables to webservice

2006-07-12 Thread Bacardi Bryant
Thanks Andy, So if I have a cfc that queries the DB should I code it like so: cffunction name=list access=remote returntype=query cfset EMP_ID = #SESSION.EMP_ID # cfquery name=getRecs datasource=#app.dsn# SELECT * FROM TABLE WHERE EMP_ID = #EMP_ID # /cfquery

Re: [flexcoders] FDS Upgrade from 1.5

2006-07-12 Thread Douglas Knudsen
so we are in this boat too. If I have the new FB 2.0 license key in hand, how to enter it in? I installed the eclipse plugin version a week ago. interestingly it still reads Flex Builder 2.0 will expire in 30 days :) DK On 6/30/06, Tom Chiverton [EMAIL PROTECTED] wrote: On Friday 30 June

[flexcoders] Image Layering

2006-07-12 Thread wonuke
I have a number of Image controls stacked on top of one another to display multiple transparent PNG images at a time. How can I change the order in which they are stacked programatically? Thanks, Colin -- Flexcoders Mailing List FAQ:

[flexcoders] Flex 2 Reactor/ColdSpring

2006-07-12 Thread Doug Arthur
How would you go from an ActionScript class to CS/Reactor? I'm trying to use CS Reactor with Flex. The stumbling block I'm at is that I can't figure out how to get a populated ActionScript class tied in with either CS or Reactor I have an ActionScript class that represents a database

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

2006-07-12 Thread sufibaba
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 Yahoo! Groups Sponsor ~-- See what's

Re: [flexcoders] Re: FDS question

2006-07-12 Thread Jeremy Lu
If in the end FDS and XML/Web Service are not good enough for you, why not give Flash Remoting a try ? no matter you're using RemoteObject or direct NetConnection manipulation would solve your problem. Jeremy.On 7/12/06, Steven Webster [EMAIL PROTECTED] wrote:

Re: [flexcoders] Unknown FDS error

2006-07-12 Thread hank williams
For the record this error:#2099: The loading object is not sufficiently loaded to provide this information. Really means that you have passed a parameter that either flex or FDS doesnt like. I got it when trying to pass a TextInput instead of a TextInput.text.No problem with there being an

Re: [flexcoders] Dynamic ItemRenderer

2006-07-12 Thread Ralf Bokelberg
How about using an itemRenderer with states and setting the state dependent on the type of data? Cheers, Ralf. On 7/12/06, ROUSSELIE David ROSI/SIFAC [EMAIL PROTECTED] wrote: Hi, I would like to use the List component with different type of data in its dataProvider and adapt each

Re: [flexcoders] About Integrating Flex Data service with Flex Builder....

2006-07-12 Thread Mr.Unlimited
hi hank.. thanks dude.. will learn about that... regards krishank williams [EMAIL PROTECTED] wrote: Oh, I see. You havent done anything but run the FDS installer.Well, are you familiar with running webapps in a servlet container? If not then it will be very difficult to help you because

Re: [flexcoders] Re: question about the Feed class in the dashboard sample

2006-07-12 Thread Tom Bray
That's exactly what I needed. Thanks!-TomOn 7/11/06, Matt Chotin [EMAIL PROTECTED] wrote: Do you want it to be a destination or just a class that is around at startup? If it will be a destination you can set the scope to application for it and I

[flexcoders] Flex 2.0 component in Flash 8

2006-07-12 Thread Kelly Birr
I have a client that would like to embed a small Flex 2.0app I've built inside their existing Flash 8 movie. I'm not very familiar withnormal Flash. I know Flex 2can import components built in flash and/or load Flash SWF files via the SWFLoader component. Is there a similar mechanism

RE: [flexcoders] Security error accessing url

2006-07-12 Thread Carson Hager
Sathish, What URL are you using to download the SWF? What is the URL for your web service? Even if the swf and web service are on the same host but the host names do not match perfectly, you will get this kind of failure. If the web service is on a different host, you will need to place

Re: [flexcoders] Flex 2.0 component in Flash 8

2006-07-12 Thread Tim Scollick
I think that the only way to do it would be to put it into a div layer over the Flash 8 movie.On 7/12/06, Kelly Birr [EMAIL PROTECTED] wrote: I have a client that would like to embed a small Flex 2.0app I've built inside their existing Flash 8 movie. I'm

[flexcoders] Re: Mac equivalent of ActiveX

2006-07-12 Thread palmer2012
I didn't know about Apollo. I hope the pricing is reasonable. Still, it would be interesting to see Firefox develop in that direction. It makes a lot of sense. Currently both the browser and web server technology is quite limited. Everything needs to take two evolutionary steps

RE: [flexcoders] SecurityErrorEvent thrown on server but not when run locally. Why?????

2006-07-12 Thread Carson Hager
In debug mode, are you pushing the file locally or out to this external mail server? Carson Carson HagerCynergy Systems, Inc.http://www.cynergysystems.comEmail: [EMAIL PROTECTED]Office: 866-CYNERGYMobile: 1.703.489.6466 From:

[flexcoders] Re: SWF Loader

2006-07-12 Thread flexnewbie06
Hilary, that is EXACTLY what I am trying to do...so basically my V8 SWF just won't work and I'll have to export to V9??... QUOTESo, I imported my V8 SWF into the Flash 9 alpha IDE, and exported it as a V9 SWF.END QUOTE Thanks everyone for your replies...wiping sweat from my brow Jenn --- In

[flexcoders] Setting fill value of a pie chart programmatically

2006-07-12 Thread Dimitrios Gianninas
How in the world do u set the fill style of a pie chart in AS3 ? I tried pie.setStyle( "fills", someArray ); and it does nothing. Dimitrios Gianninas RIADeveloper Optimal Payments Inc. AVIS IMPORTANT WARNING Ce message électronique et ses pièces jointes

[flexcoders] Re: SecurityErrorEvent thrown on server but not when run locally. Why?????

2006-07-12 Thread Suzy Lawson
Carson, thanks. Interesting, but I really doubt that FlexBuilder can persist SWF files to other companies webservers. In my case, I'm accessing a physical server (via socket) that is hosted on another continent. Hopefully one of the Adobe's developers has a free second to respond. --- In

Re: [flexcoders] Re: FDS question

2006-07-12 Thread Rob Rusher
ouch! As I wrote that email, I avoided the buzzword bingo sentence, as I was thinking data-oriented, but put it in more laymen terms. :) Although, I never said it was only of interest for real-time data. (sematics boy - my wife chimes in) FDS does encompass more than just real-time data. Even

RE: [flexcoders] Re: SecurityErrorEvent thrown on server but not when run locally. Why?????

2006-07-12 Thread Carson Hager
I was actually talking about the attachment, not the swf. Sorry if that wasn't clear. Carson Carson HagerCynergy Systems, Inc.http://www.cynergysystems.comEmail: [EMAIL PROTECTED]Office: 866-CYNERGYMobile: 1.703.489.6466 From:

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

2006-07-12 Thread Matt Horn
You want to do it on the series, not on the chart object itself; eg: series1.setStyle(fills,[0x00,0x00FF00]); hth, matt horn flex docs -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Dimitrios Gianninas Sent:

  1   2   >