[flexcoders] Re: how to set button colors - flex 1.5

2006-08-23 Thread shemeshkale
allready did. it does NOT work. it seems waht i need are : selectedFillColors highlightColor but they both do NOT do a thing, they have no affection. what i found is that the only way to change highlightColor is by themeColor. but this will also change the selectedFillColors to be the same

RE: [flexcoders] Re: Downloadable Flexcoders List Archive ??

2006-08-23 Thread Matt Chotin
Flexcoders is archives at the mail-archive which does say that you can download the archive to your own harddrive: http://www.mail-archive.com/faq.html#download. I dont follow what website mirroring tools are out there but if youre willing to play by their rules its one option. Matt

[flexcoders] event error

2006-08-23 Thread moni_singhal
Hi All, I am tryign to migrate an application from flex 1.5 to flex 2 : In flex 1.5 my code was somewat lk this: service\RemoteService.mxml(328): Warning: variable 'event' and 'args' has no type declaration. private function __applyErrors(event):void { var errorHash : Object =

Re: [flexcoders] Re: Webservice Destination with Basic Authentication

2006-08-23 Thread Tom Chiverton
On Tuesday 22 August 2006 15:34, someguy7_7 wrote: I don't understand what you mean. Are you saying that the webservice I am trying to connect to has to have a services-config.xml? What information needs to be in the services-config.xml. I am connecting to a j2ee webservice. Maybe you should

[flexcoders] Re: AMFPHP: Mapping date objects between PHP and Flex

2006-08-23 Thread Stefan Schmalhaus
--- In flexcoders@yahoogroups.com, Nate Hardt [EMAIL PROTECTED] wrote: Probably whoever designed the date class wanted to represent a date down to milliseconds, whereas the unix timestamp only represents a date down to the second. I finally decided to use two date properties on my value

[flexcoders] Re: Help with adding datagrid to non-visible Sprite

2006-08-23 Thread wayneposner
i've tried setting the height/width on the datagrid, the sprite the datagrid is being added to and the class level sprite, but nothing seems to work. When I check the properties in the debugger the values for height/width are 0 regardless of what I tried to set them to. var

[flexcoders] validating editable columns in the datagrid

2006-08-23 Thread bharg.flex
Hi, I have a datagrid, which has some 2 columns editable. In order to validate those two columns, I am using the cellrenderer property of the grid. The validators are working fine, but my problem is,if I enter a wrong data in the editable field, I get the red boundary of the validator giving

RE: [Junk E-Mail - LOW] [flexcoders] Re: Choice of backend systems - which provides

2006-08-23 Thread Jack Caldwell
Dave: I agree that a 1/3 of a second is not going to be noticed by the end-user. However, when you add 100s or 1,000s of users . . . . does that make a difference? I don't know . . . . that's why I am asking. You guys have the experience. Can you share info on how large is the largest

RE: [flexcoders] Flex/Flash Remoting for Ruby on Rails

2006-08-23 Thread Daniel Thompson
Congratulations. I have one question on your use of the GPL: Does this mean that any commercial applications (say, an RoR web application) would be required to open the source if they utilized WebORB. Thanks, -DT P.S. You may want to add the obligatory, Can I use it for commercial work FAQ.

RE: [flexcoders] Re: FDS Data Management quesion

2006-08-23 Thread Jeff Vroom
Yes, using a separate destination and DataService instance for each object would give you individual control over objects managed by those destinations. Because of how we implemented the client side library, if you create more than one DataService for the same destination in the same

[flexcoders] Re: Choice of backend systems - which provides best functionality

2006-08-23 Thread Steven Toth
I think one thing not given enough consideration in this discussion is cost. We've been developing an enterprise-type application in Flex 2 and initially chose to use AMF Remoting. At the time, the licensing costs were not available. However, now that we know it will cost us $20K per CPU

[flexcoders] Request to post messages - Approval needed

2006-08-23 Thread richinternetapps
Request to post messages - Approval needed -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com Yahoo! Groups Links * To visit your group on the web, go to:

[flexcoders] Re: AreaChart DataRenderer

2006-08-23 Thread Mark
Okay, I figured it out. I should not have been setting the itemRenderer style...I should have been setting the areaRenderer style. So now I've successfully subclassed AreaRenderer, but I'm now struggling with how I can change the fill color based on the data. I see where the superclass uses

[flexcoders] e4x data question

2006-08-23 Thread Richard Hughes
With the code below, how come I can not use a datagrid like below without an error? Why is data.name working in TileList but not for a DataGrid? HELP :) { mx:DataGrid dataProvider={xlc} mx:columns mx:DataGridColumn

[flexcoders] Collection View changes order on update

2006-08-23 Thread ssundke
Hi, I have bound a Collectionlist of a datagrid which renders the item as a checkbox. Im using the default bindling of the datagrid (for select and update) to update the selected value back to the Collection. This all works fine, and the checked value is reflected back into the collection and

[flexcoders] Re: Webservice Destination with Basic Authentication

2006-08-23 Thread someguy7_7
I have figured out the destination issue and my request is making it to the webservice but the Authorization header is not being sent. I am calling setRemoteCredentials before setting any params and calling send. Here is my webservice definition. mx:WebService id=myService

[flexcoders] focus new row?

2006-08-23 Thread tonyx_788
hi all i have this code to delete rows in my grid but if there is no selected row it gives an error what i would like is to set focus on the new row so it won't give any errorto add Rows[Bindable]private var _xlcdatagrid:XMLListCollection;[Bindable]private var _xlcdatagrid2:XMLListCollection =

RE: [Junk E-Mail - LOW] [flexcoders] Re: Choice of backend systems - which provides

2006-08-23 Thread Tom Lee
In my world, 300 milliseconds does matter. 10 sequential calls and you have 3 seconds of latency, which is definitely in the realm of something the end user would notice. Sometimes the end user is a key decision maker comparing two apps side-by-side and making a judgment call as to which one

[flexcoders] Change HorizontalList column width based on content

2006-08-23 Thread ssundke
Hi Is there anyway I can change the columns width based on the content. Im using a HorizontalList to display some checkbox items. I would like the width of the column to be based on the content so its small and large as needed. How do I get this done? This what my code looks like.

[flexcoders] Adobe, Help Memory Leaking !!

2006-08-23 Thread Rich Tretola
I have an application that uses many repeaters where the repeater's dataproviders are constantly updated which redraws the view. All look fine visually, however the flash player continues to use more and more memory. I created a demo version of this at

[flexcoders] Re: Cairngorm eLearning Course and Quiz - who's in?

2006-08-23 Thread quinnwong74
Hi guys, I'm on the Breeze Training team and I'm currently learning Flex2 and Cairngorm to potentially use in a future version of Breeze. I would love to help out with this effort. I'm not sure if people are familiar with Breeze Presenter or Captivate, but we could potentially use this as a

[flexcoders] How to bring a combo box component inside the dataGrid Component

2006-08-23 Thread richinternetapps
Hi Folks, Is there a way to bring the combox box component inside the Grid where i can populate values for the combo box from XML File. -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives:

[flexcoders] Rich Text Editor Error

2006-08-23 Thread envidobi
Hi all, I'm getting this error Application uses a value of the wrong type for the current operation when ever i try to put in more than one break return in a rich text editor. It says its an error executing the database query but i know for sure that the datbase field is a memo field and can

[flexcoders] Bug in Using the XMLListCollection class Example and the Fix

2006-08-23 Thread Arul
Any one tried this example? Flex 2 Developer's Guide Building User Interfaces forFlex Applications Using Data Providers and Collections Using hierarchical data providers Using an XML data provider

[flexcoders] Re: Send Tree data to CF

2006-08-23 Thread qnotemedia
Answered my own question after browsing through cflex.net - what a great resource! For anyone interested, check out the Beginner Tutorials section of cflex.net, and then the Intro to Flex 2 with Coldfusion Remoting tutorial. This gives a very nice layout of both sending and receiving between

[flexcoders] Extending the List Component: Sticky Selection

2006-08-23 Thread lostinrecursion
Ok, I have a client of mine who is stuck (no pun intended) on the idea of having a List component to which he does not have to hold CTRL down to do multiple selections. Essentially, he wants to be able to click on items and have them be selected and if they have already been selected, then

Re: [flexcoders] Why my compiled swf is loading too slowly?

2006-08-23 Thread Satish
From: Satish To: flexcoders@yahoogroups.com Sent: Saturday, August 19, 2006 10:55 AM Subject: Re: [flexcoders] Why my compiled swf is loading too slowly? I think my application is initalizing and taking long time to load. Because i am seeing preloader with

[flexcoders] Run SWF file in Flash Player

2006-08-23 Thread Kumar
Hi All, I am new to flex. I want to run a swf file on a button click in flash player. Currently I am using navigatetoURL() function and it opening that swf file in Browser can we use some thing else and open file in flash player itself. Thanks Kumar __._,_.___ --

Re: [flexcoders] How to bring a combo box component inside the dataGrid Component

2006-08-23 Thread Douglas Knudsen
check outhttp://livedocs.macromedia.com/flex/2/langref/mx/controls/DataGrid.htmlthere should be some examples on renderers there DKOn 8/23/06, richinternetapps [EMAIL PROTECTED] wrote: Hi Folks,Is there a way to bring the combox box component inside the Grid wherei can populate values for the

[flexcoders] AWT-EventQueue-0 java.lang.NullPointerException

2006-08-23 Thread Valy Sivec
I have a FLEX application that runs on a Tomcat 5 server. I leave the application open over night and I see this error in the log. Have you guys seen anything like this?I use Flex 2.0/Tomcat 5 on development env. Any suggestions?Best regards, Valy Sivec Exception in thread

[flexcoders] Using ControlBar Panel child in states or in ActionScript?

2006-08-23 Thread Sergey Kovalyov
Hi All! Is there any way to show and hide ControlBar dynamically in Panel? I want to make two states for Panel: one with ControlBar and another one - without. But as I see, ControlBar is more like compile-time feature. :( Sergey. -- Flexcoders Mailing List FAQ:

[flexcoders] Custom containers in Flex 2

2006-08-23 Thread jgraham_us
Any tips, tutorials or examples on creating custom containers anyone can point me to? Looks like the main methods to override are updateDisplayList() and measure(). Anything else? Basically I am looking at doing some sort of canvas then implementing an autolayout feature for it. --

[flexcoders] Re: Cairngorm and MVC: Quickie

2006-08-23 Thread Wally Randall
How are people organizing truly large applications? 50-70 Commands is nothing! I have a legacy system with 300 form which we are looking at doing with Flex and Cairngorm. I have yet to see an example of how Cairngorm can scale with that type of system size. Steven: We need some

[flexcoders] Re: Resizable, Collapsible, Draggable Panel??

2006-08-23 Thread Megan
Thank you for your help, I'm making progress!! I got SizeableTitleWindow to work! Yay! It starts off really tiny, is there a way to make the initial size a bit bigger? I'll look through the code and see if I can tell what I need to change. Also, is there some way I could get the two graphics you

[flexcoders] Re: Extending the List Component: Sticky Selection

2006-08-23 Thread jgraham_us
Sound to me like you will need to handle the mouse click events on the List and manage the selection yourself. Not positive though there might be an easier way to get around this, I haven't actually looked at the List source to tell. --- In flexcoders@yahoogroups.com, lostinrecursion [EMAIL

Re: [Junk E-Mail - LOW] [flexcoders] Re: Choice of backend systems - which provides

2006-08-23 Thread Martin Wood
Jack Caldwell wrote: Dave: I agree that a 1/3 of a second is not going to be noticed by the end-user. However, when you add 100s or 1,000s of users . . . . does that make a difference? I don't know . . . . that's why I am asking. You guys have the experience. It doesn't make any

RE: [flexcoders] How to cast a WebService lastResult when CFC returnType=xml

2006-08-23 Thread Peter Watson
Darren, If your XML nodes have attributes (ie. node label=foo/node) you can use the labelField attribute to control the labels. mx:Tree id=myTree labelField=@label/ If they dont (ie. foobar/foo) or if you want to do any sort of custom label logic, you need to use the

[flexcoders] CairngormEvent Antipattern

2006-08-23 Thread e_baggg
Hello group- I hadn't seen a previous post regarding this explicity so I wrote a small blog about it. It helps reduce the #of classes that get created when using Cairngorm (a big issue with me since the client is VERY picky with their swf file sizes). This blog shows the code for usuing a

[flexcoders] e4x data question

2006-08-23 Thread richardhughes260
With the code below, how come I can not use a datagrid like below without an error? Why is data.name working in TileList but not for a DataGrid? HELP :) { mx:DataGrid dataProvider={xlc} mx:columns mx:DataGridColumn dataField={data.name} headerText=Name/ mx:DataGridColumn

RE: [flexcoders] How to cast a WebService lastResult when CFC returnType=xml

2006-08-23 Thread Peter Watson
Darren, If your XML nodes have attributes (ie. node label=foo/node) you can use the labelField attribute to control the labels. mx:Tree id=myTree labelField=@label/ If they dont (ie. foobar/foo) or if you want to do any sort of custom label logic, you need to use the

Re: [flexcoders] Re: Help with adding datagrid to non-visible Sprite

2006-08-23 Thread Tom Chiverton
On Wednesday 23 August 2006 13:12, wayneposner wrote: i've tried setting the height/width on the datagrid, the sprite the datagrid is being added to and the class level sprite, but nothing seems to work. When I check the properties in the debugger the values for height/width are 0 regardless

Re: [flexcoders] Re: Webservice Destination with Basic Authentication

2006-08-23 Thread Tom Chiverton
On Wednesday 23 August 2006 04:22, someguy7_7 wrote: I have figured out the destination issue and my request is making it to the webservice but the Authorization header is not being sent. I am calling setRemoteCredentials before setting any params and calling send. Hmm. You've dumped out the

RE: [Junk E-Mail - LOW] [flexcoders] Re: Choice of backend systems - which provides

2006-08-23 Thread Jack Caldwell
Martin: OK . . . . so the lag time is when the data gets back to the end-user? Bottom line . . . . with all things being equal . . . . Does a web service request take longer to process on the server than aAMF request? If the answer is . . . . in general yes, then that can be an issue

[flexcoders] Adobe? Choice of backend systems

2006-08-23 Thread Shannon Hicks
I'm a little nervous on how quiet the Adobe guys are on this issue. They should be jumping all over this, explaining why the Adobe solutions are faster better. Shan From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Jack CaldwellSent: Wednesday, August 23, 2006

Re: [flexcoders] How to bring a combo box component inside the dataGrid Component

2006-08-23 Thread Hasan Otuome
Here's another link that might also shed some light on the subject. HTH... http://thesourcecode.org/?p=15 P E A C E Hasan Marx Media www.marxmedia.net hasan.otuome.com thesourcecode.org Adobe Certified Professional (Flash MX2004 Developer) __._,_.___ -- Flexcoders Mailing List

[Junk E-Mail - LOW] [flexcoders] Re: Choice of backend systems - which provides

2006-08-23 Thread Dave Wolf
One quite important thing to keep in mind is that in many cases (say Java) the exact same servant class can be used for either RemoteObject or WebService, which means the server-side processing actually is basically identical. It also means that switching from RemoteObject to a web service is

[flexcoders] Re: Webservice Destination with Basic Authentication

2006-08-23 Thread someguy7_7
I cannot see the authorization header anywhere in the http dump. Here is some more information on how I am testing. I deployed the fds samples.war and placed my test mxml in the samples application. I added the following definition to samples/WEB-INF/flex/proxy-config.xml. destination

[flexcoders] Re: xml data http services

2006-08-23 Thread dooms
hi tracy your xml about it the xml data file is downloaded in cache. which i dont want coz it can expose the confidential data. is there any other way to use xml data file or http services -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt

[Junk E-Mail - LOW] [flexcoders] Re: Choice of backend systems - which provides

2006-08-23 Thread Dave Wolf
--- In flexcoders@yahoogroups.com, Tom Lee [EMAIL PROTECTED] wrote: Do I think I should have to be making 10 sequential web service calls? No. But then again, I don't develop web services. Which is an interesting loop back to my initial reply to this thread where I discussed developing

RE: [Junk E-Mail - LOW] [flexcoders] Re: Choice of backend systems - which provides

2006-08-23 Thread Andrew Trice
OK, so Ive watching this thread going back and forth over and over Now its time for my two cents. It looks like this thread began by someone saying that you cannot use web services in a real world flex application. Ive got to agree with Dave on this. You definitely can, and we have

[flexcoders] Re: How to bring a combo box component inside the dataGrid Component

2006-08-23 Thread Michael Ritchie
I just finished a sample application because I needed to do the same exact thing for a recent project. I posted my sample files and source on my blog, hope it helps: http://thanksmister.com/?p=24 - mr --- In flexcoders@yahoogroups.com, richinternetapps [EMAIL PROTECTED] wrote: Hi Folks,

[flexcoders] What is the best invalidation technique for non-UI classes?

2006-08-23 Thread Sergey Kovalyov
Hi All! I have a class inherited from EventDispatcher and want to make some routine in the next frame, exactly as UIComponent does. But EventDispatcher does not dispatch Event.ENTER_FRAME event. What should I do instead? Whether Timer is ok or not? Any other ideas? Regards, Sergey. --

Re: [Junk E-Mail - LOW] [flexcoders] Re: Choice of backend systems - which provides

2006-08-23 Thread Martin Wood
Jack Caldwell wrote: Martin: OK . . . . so the lag time is when the data gets back to the end-user? exactly, its the time it takes for the flash player or actionscript code to convert the incoming data into a format usable by the application. Before in the flash world that was a big deal

Re: [flexcoders] Flex 2 and document encryption

2006-08-23 Thread Tom Chiverton
On Tuesday 22 August 2006 21:32, Evert | Collab wrote: Using https would be a good way.. that way everything will happen on a much lower level.. That works to mostly prevent the files while in transit, but if the poster meant that the server never sees the plain text it wont. -- Tom

Re: [flexcoders] Cairngorm and MVC: Quickie

2006-08-23 Thread Tom Chiverton
On Wednesday 23 August 2006 02:03, Darren Houle wrote: Very true. Alternatively you could create these three data structure within the one ModelLocator and refer to them like... model.biz.userRole = ... model.core.adminViewStackState = ... model.icon.deleteButton = ... I would tend to go

[flexcoders] OT: Flex Developer Required in London area

2006-08-23 Thread Niklas Richardson
Hi everyone, Sorry for the OT post. I'm looking for a Flex Developer that has solid Flex 1.5 experience. If you have Flex 2 experience it will be of benefit. This will be for a contract position for 3 months initially. Please drop me an email off list at niklas [at] prismix [dot] com Thanks!

RE: [Junk E-Mail - LOW] [flexcoders] Re: Choice of backend systems - which provides

2006-08-23 Thread Tom Lee
I'm sure someone already pointed this out, but network latency is also a factor. AMF is a compressed format, so it can load faster and in that sense make your app more responsive. With XML web services, the tags themselves add a degree of overhead. There are schemes for compressing web services

[Junk E-Mail - LOW] [flexcoders] Re: Choice of backend systems - which provides

2006-08-23 Thread Mark Piller
In the cases where you cannot use remote objects, web services still work great Andrew, do you have any examples when one would not be able to use remote objects? I am interested to know if you have any technical reasons, rather than just economical. Cheers, Mark --- In

RE: [Junk E-Mail - LOW] [flexcoders] Re: Choice of backend systems - which provides

2006-08-23 Thread Tom Lee
Exactly so. My experience has been that some folks expect the Flash platform to be a means of improving the user experience for legacy systems. The data services themselves can't change: they're in use already by partners, or by other front ends. So, you end up going through a lot of client-side

[flexcoders] mic.setLoopback latency

2006-08-23 Thread FineLine
I wonder if someone could try the following application, and see if they get a short delay between speaking into their microphone and hearing the loopback. Thats what Im getting here. Cheers, Tim ?xml version=1.0 encoding=utf-8? mx:Application

RE: [Junk E-Mail - LOW] [flexcoders] Re: Choice of backend systems - which provides

2006-08-23 Thread Ted Patrick
AMF is faster in 3 fundamental ways: Bandwidth Size Smaller, lighter, faster!!! Parsing Speed Less work on both client and server!!! Developer Productivity Less work for developers!!! Web Services are dependent on XML Parsing on both the client

[flexcoders] Re: Adobe, Help Memory Leaking !!

2006-08-23 Thread Rich Tretola
Anyone have any ideas on this issue? Rich On 8/23/06, Rich Tretola [EMAIL PROTECTED] wrote: I have an application that uses many repeaters where the repeater's dataproviders are constantly updated which redraws the view. All look fine visually, however the flash player continues to use more

RE: [Junk E-Mail - LOW] [flexcoders] Re: Choice of backend systems - which provides

2006-08-23 Thread Carson Hager
Simply turing on gzip compression has an amazing effect here dramatically reducing the total payload size of web service calls. Carson Carson HagerCynergy Systems, Inc.http://www.cynergysystems.comEmail: [EMAIL PROTECTED]Office:

[flexcoders] Benoit Hediard: iTunes MP3 in flash player issue

2006-08-23 Thread Amir
Hi This email is for Benoit Hediard: You submitted an issue saying that an MP3 that has ID encoded with iTunes doesn't play in flash player. I tried reproducing with itunes 6.0.5.20 , but it played just fine. We also knew about an iTunes bug where the ID3 is encoded incorrectly,

[Junk E-Mail - LOW] [flexcoders] Re: Choice of backend systems - which provides

2006-08-23 Thread Dave Wolf
Basically every webcontainer these days supports GZIP compression. We use Tomcat in many circumstances which is hyper configurable. We can actually tell it to only compress the SOAP traffic and to do so when it exceeds N bytes etc. So in effect we turn SOAP into a compressed binary format. That

RE: [Junk E-Mail - LOW] [flexcoders] Re: Choice of backend systems - which provides

2006-08-23 Thread Ted Patrick
Dave, That is not true. Swaping RemoteObject and WebService is not as easy as you make it out to be. Web Services typing errors are highly dependent on the server side implementation. Your team knows how to configure the server side with WebServices but most developers cannot do

RE: [flexcoders] Adobe, Help Memory Leaking !!

2006-08-23 Thread Ted Patrick
Rich, The app takes memory up 7MB then drops back to 5Mb on a GC run. There is no way to force the GC to run. Can you also send me your browser, os, player version. Also are you on a dual-core machine? Ted From: flexcoders@yahoogroups.com

[flexcoders] edit Date within DataGrid

2006-08-23 Thread ldyhwke24
I have a question in regards to editing a date in a DataGrid. I have this code: mx:DataGrid id=memberGrid width=480 height=140 editable=true mx:columns mx:DataGridColumn textAlign=left dataField=fullName headerText=Name/ mx:DataGridColumn labelFunction=formatDate headerText=Start Date

[Junk E-Mail - LOW] [flexcoders] Re: Choice of backend systems - which provides

2006-08-23 Thread Dave Wolf
That is *exactly* what I am suggesting. Although not quite letting my UI drive the API, but using it to drive my API yes. -- Dave Wolf Cynergy Systems, Inc. Adobe Flex Alliance Partner http://www.cynergysystems.com http://www.cynergysystems.com/blogs Email: [EMAIL PROTECTED] Office:

RE: [flexcoders] Custom containers in Flex 2

2006-08-23 Thread Stephen Gilson
There is an example in the Creating Components book of creating a subclass of VBox that might be useful: http://livedocs.macromedia.com/flex/2/docs/1737.html Stephen From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of jgraham_usSent: Wednesday, August 23, 2006

[flexcoders] Re: Custom containers in Flex 2

2006-08-23 Thread thunderstumpgesatwork
The documentation has most of this covered... See this topic on creating Advanced Visual components, and all the sub-topics. Read several times. Example is in there too. http://livedocs.macromedia.com/flex/2/docs/1721.html This page specifically has an example on overriding the layout

RE: [flexcoders] How to cast a WebService lastResult when CFC returnType=xml

2006-08-23 Thread Darren Houle
Peter, Thanks! But I'm not using the results in a Tree or Grid, which seem to have some magical parsing happening inside for you. I just want to do something as simple as pulling a node value out of the incoming SOAP wrapped XML and using it in, say, a TextArea. But... the following doesn't

[flexcoders] Similar Node Access Question

2006-08-23 Thread Darren Houle
Don't know if this is the same problem as my recent, previous post, or if it's different, but I basically have the same question... Now I'm calling a CF WebService that returns a Query object... it just contains one row, one column, called FULLNAME. Using the WebService lastResult in a

RE: [flexcoders] Benoit Hediard: iTunes MP3 in flash player issue

2006-08-23 Thread Benoit Hediard
Indeed, I just made a test with a recently encoded file with iTunes and it worked. So I'm going to send you one the files that was causing a problem. Thank you for looking at this issue. Benoit Hediard -Message d'origine- De : flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] De la

Re: [flexcoders] Populating a tree with E4X notation

2006-08-23 Thread Arul
Here is the working version :) Regards, Arul ?xml version="1.0" encoding="utf-8"?mx:Application xmlns:mx="http://www.adobe.com/2006/mxml" layout="absolute"mx:Script![CDATA[mx.collections.XMLListCollection;mx.collections.ArrayCollection; [Bindable] public var myData:XML =catalogcategory

[flexcoders] Remote object help again..

2006-08-23 Thread Jeremy Rottman
I am working on a simple application that uses remote objects to pass data to and from my db. But I keep running into the same problem. In my services-config.xml file, I have setup the destination ROTEST. It looks like this destination id=ROTEST channels

Re: [flexcoders] Re: Custom containers in Flex 2

2006-08-23 Thread Michael Schmalle
Heh,On that note :: I reread what I wrote and noticed something that some might not see right off the bat.this part ;override protected function updateDisplayList({ super.updateDisplayList (... mySlider.move(... mySlider.setActualSize(...}Should be (since you are doing this at runtime not

[flexcoders] Flex 2 History Manager Oddities

2006-08-23 Thread Battershall, Jeff
I set up a virutal server in Apache (on my laptop) for my FB project using the address dev.djindexes.com, and set up that as a local address in my hosts file, and as a local address in IE. When I run my project - it runs in the address - great. However, when I try implementing HistoryManager, I

Re: [flexcoders] FDS, VOs, and ignoring client-side properties

2006-08-23 Thread Jim Laing
Again, thanks for the suggestions. I've tried manually implementing the IManaged interface and using a custom event name (per your suggestions), and I can't seem to get bindings to work on my unmanaged property. I've posted a simple test app at:

[flexcoders] Functionality Between Components and the Main Application

2006-08-23 Thread Megan
Hi! I've been trying to figure out how to do this sort of thing, and thought I'd ask before messing with it anymore. I have a toolbar that's in its own component, and it has some buttons on it that will open new windows/popups. What I need to have happen is, when one of the buttons gets clicked,

[flexcoders] Re: AMFPHP: Mapping date objects between PHP and Flex

2006-08-23 Thread Stefan Schmalhaus
--- In flexcoders@yahoogroups.com, Oriol Gual [EMAIL PROTECTED] wrote: I had already posted a solution some posts ago, but this will be the solution to you: LOL... Sorry, I read your post but I didn't realize that I could apply your solution to my Cairngorm VOs. Yes, it works. Thank you!

Re: [flexcoders] Adobe, Help Memory Leaking !!

2006-08-23 Thread Rich Tretola
I am testing locally on a pentium m 1.6 2 gigs ram FP 9.16I have tried firefox, and ie on winxpOn my sample, if you change the number to like 500 and create 500 buttons and then change it back to 3 buttons, why can I not recover the memory from the 497 buttons that are no longer being used?

RE: [flexcoders] Functionality Between Components and the Main Application

2006-08-23 Thread Battershall, Jeff
Your custom component should dispatch its events. The parent application which should be listening for them. Something like this might work: comp:MyComp itemClicked=popUpWindow(event)/ Jeff -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of

[flexcoders] Re: Flex 2 and document encryption

2006-08-23 Thread Wally Randall
Does anyone have a method of encrypting a file on the Client prior to an upload to the server? I need to build a Flex based frontend to replace a PureEdge system which is capable of doing this. SSL only encrypts the message, NOT a document uploaded.Are there any action script libraries

Re: [flexcoders] mx:Button but without the border

2006-08-23 Thread Impudent1
Just to note something that got me with skinning a button was that I was using a toggle button. When using one you have to define additional skins for the selected state ala: .MuteButton { upSkin: Embed(source=/skin_assets/AudioOn.png); downSkin:

[flexcoders] Cairngorm 2 - Web Service event handlers

2006-08-23 Thread jakana1566
I have a cairngorm 2 app that uses multiple delegates to call different methods of a single web service. The problem is, each delegate adds it's own onResult and onFault events, so that when the web service operation is called, *ALL* of the onResult functions are called instead of just the

[flexcoders] Re: Remote object help again..

2006-08-23 Thread Mark Piller
Did you add your destination after your Flex Builder project was created? We hear about this problem quite often. It appears Flex Builder caches remoting-config.xml and does not fetch the file every time you build the project. As a result, if a destination is added after the project is created, it

[flexcoders] Embedded SWF as backgroundImage causing mouseOut event to dispatch

2006-08-23 Thread Brendan Meutzner
Hi All,I've created a container which contains a couple of sub-containers that have SWF symbols set to the backgroundImage. Problem is occurring when I set a mouseOver/mouseOut on the parent container, having the backgroundImages causes the mouseOut to get fired on the parent container. Any

RE: [flexcoders] Re: Choice of backend systems - which provides best functionality

2006-08-23 Thread Darren Houle
Franck, I agree with you, but... how do you handle security in a stateless back-end? I mean... how do you maintain logged-in / user session information? Or unauthorized access of the web services by others? If Flex is *completely* agnostic of the back-end technology then how do you

RE: [flexcoders] FDS, VOs, and ignoring client-side properties

2006-08-23 Thread Seth Hodgson
Hi Jim, Try tagging the properties that you don't want managed in your [Managed] AS class as [Transient]. This should prevent changes to them from being logged/committed. Best, Seth From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf

[flexcoders] recurse tree and set selectedNode

2006-08-23 Thread kengaree
Hello, I am trying to reset the selectedNode property on the tree control after I have changed a value in the dataProvider with this retrieveNode() function... private function retrieveNode(theNode):TreeNode{ for(var index in theNode.getChildNodes()){ var node:TreeNode =

Re: [flexcoders] mx:Button but without the border

2006-08-23 Thread Michael Schmalle
Just another note;You can kill the button skins by setting their style to nullPeace, MikeOn 8/23/06, Impudent1 [EMAIL PROTECTED] wrote: Just to note something that got me with skinning a button was that I was using a toggle button. When using one you have to

Re: [flexcoders] Adobe, Help Memory Leaking !!

2006-08-23 Thread Rich Tretola
I first noticed this issue while looking at the task manager and seeing firefox and IE memory usage going up and up to well over 300 megs of ram. If I am running the app on a machine with less ram will the browser use less memory? Is that what you are saying? RichOn 8/23/06, Ted Patrick [EMAIL

RE: [flexcoders] Re: Webservice Destination with Basic Authentication

2006-08-23 Thread Seth Hodgson
Hi, Have you verified that the server hosting your web service has basic auth configured correctly? Your code looks correct so perhaps when the FDS proxy makes the call against the remote server it isn't being challenged for basic auth credentials? Try requesting your WSDL in a browser and

RE: [flexcoders] Re: Disabling a nested menu item in a menu bar?

2006-08-23 Thread Deepa Subramaniam
Hi Jeff MenuBar.getMenuAt() returns a reference to a Menu. getMenuAt() is a method on MenuBar and menuItems is a property on MenuBar, which is why you encounter the errors below when you try to use those APIs on a Menu. Since Menus are dynamically created as needed, there is a

[flexcoders] Flex / Coldfusion / Combobox / Retrieve selected data value

2006-08-23 Thread michrx7
Ok, so I've created a combo box with id cvcompanyValue, then I call my coldfusion cfc and return a query with two fields data and label. Data holding a list of company IDs and label holding the corresponding company names. Then I set the combobox provider to the result and everything populates

Re: [flexcoders] Flex / Coldfusion / Combobox / Retrieve selected data value

2006-08-23 Thread Douglas Knudsen
Alert.show(cvcompanyValue.selectedItem.data);selectedItem 'holds' the complete object in the dataprovider that is selected. This is a really neat uber kewl treat, eh?Ironically a coworker asked me the same question minutes ago. DKOn 8/23/06, michrx7 [EMAIL PROTECTED] wrote: Ok, so I've created

RE: [flexcoders] AWT-EventQueue-0 java.lang.NullPointerException

2006-08-23 Thread Seth Hodgson
Hi Valy, This is a Java2D bug: http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=6358034 I believe it can be safely ignored. Best, Seth From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Valy Sivec Sent: Wednesday, August 23, 2006

[flexcoders] Re: Choice of backend systems - which provides best functionality

2006-08-23 Thread Dave Wolf
Darren, Flex inherits the HTTP session that the page which contained the EMBED tag acquired. Dont forget that HTTP/HTML is entirely stateless and yet we can easily secure those. The theory is identical with Flex. -- Dave Wolf Cynergy Systems, Inc. Adobe Flex Alliance Partner

[flexcoders] Flash Data Services - help needed

2006-08-23 Thread Benjamin Dobler
Hi everyone, finally i found the time to try out the data services. I`m using tomcat 5.5 and Java Open Transaction Manager form my basic setup. I was able to run the samples that ship with fds but now when i try to set up my own projects i get stuck with some errors. I get the

  1   2   >