Re: [flexcoders] States within List

2006-06-22 Thread Sreejith Unnikrishnan
Thanks Jason, I think I am looking for a way to set the itemFocusIn and itemFocusOut to make stateChange on the VBox! Sree - Original Message - From: Jason Szeto To: flexcoders@yahoogroups.com Sent: Thursday, June 22, 2006 1:01 AM Subject: RE: [flexcoders]

[flexcoders] ColdFusion/Flex superwizard breaks Eclipse

2006-06-22 Thread Barry Beattie
anyone else have a problem with the ColdFusion/Flex Application wizard for Flex 2b3 plugin? CF_FBExtensions_B3_0515.zip for me, it damages it. all the plug-ins status show up as unable to load. turns out to be a file in with the /plugins and /features folders called site.xml. Eclipse has

Re: [flexcoders] Datagrid column itemrenderer - Flex2B3

2006-06-22 Thread Brendan Meutzner
Just looking at this quickly, I'd suggest:if(colHeaders[i].head == Status){ tempHolder.itemRenderer = full.classpath.to.nameOfRendererClass;}I posted an example of a working ComboBox renderer class earlier today. Make sure you also import the renderer class as well. BrendanOn 6/21/06, Robs

Re: [flexcoders] [Ann] The world's largest Flex application

2006-06-22 Thread Stanislav Zayarsky
Chris, So how all other developers can get this valuable knowledge? Best regards Stanislav On 6/22/06, Chris Velevitch [EMAIL PROTECTED] wrote: FlexDaddy ( http://www.flexdaddy.info/2006/06/19/afr-access-one-of-the-largest-public-flex-apps-to-date/)talks about it and, unfortunately, it won't

Re: [flexcoders] [Ann] The world's largest Flex application

2006-06-22 Thread Chris Velevitch
On 6/22/06, Stanislav Zayarsky [EMAIL PROTECTED] wrote: So how all other developers can get this valuable knowledge? Hopefully, Robin will blog it after the meeting. Chris -- Chris Velevitch Manager - Sydney Flash Platform Developers Group www.flashdev.org.au Yahoo!

[flexcoders] Is the Weblogs site down for anyone else ?

2006-06-22 Thread sourcecoderia
http://weblogs.macromedia.com/ is not working for me now for 2 day's ?? jason Yahoo! Groups Sponsor ~-- Something is new at Yahoo! Groups. Check out the enhanced email design. http://us.click.yahoo.com/SISQkA/gOaOAA/yQLSAA/nhFolB/TM

RE: [flexcoders] array of CFCs and RemoteObject FB2B3

2006-06-22 Thread João Fernandes
Doug, can you share your mxml code? Did you assign your as classes to any variable? João Fernandes -Original Message- From: flexcoders@yahoogroups.com on behalf of Douglas Knudsen Sent: Thu 22-Jun-06 3:05 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] array of CFCs and

RE: [flexcoders] Binding chart to XML

2006-06-22 Thread Daniel Tuppeny
Cheers Ely, that works great! I had to change it slightly, because the reason my XML was in a string, is that it'll be provided externally. I just added: myXml = new XML(sXML); instead of using the XmlUtil stuff. Thanks! From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On

RE: [flexcoders] Is the Weblogs site down for anyone else ?

2006-06-22 Thread Daniel Tuppeny
Seems to be working fine here! -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of sourcecoderia Sent: 22 June 2006 08:11 To: flexcoders@yahoogroups.com Subject: [flexcoders] Is the Weblogs site down for anyone else ? http://weblogs.macromedia.com/

Re: [flexcoders] [Ann] The world's largest Flex application

2006-06-22 Thread Tom Chiverton
On Thursday 22 June 2006 00:38, Chris Velevitch wrote: FlexDaddy (http://www.flexdaddy.info/2006/06/19/afr-access-one-of-the-largest-public- flex-apps-to-date/) talks about it and, unfortunately, it won't be recorded. So it's a cute dashboard app ? Pity the tour is broken really. -- Tom

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

2006-06-22 Thread sourcecoderia
IMHO a community is not at all built this way, any answer is better then no answer. For developers we ask a question if it goes without response we think either they are ignoring the question, can't be bothered, or it's a bug. Since the first thought is that they can't be bothered we continue

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

2006-06-22 Thread Jean-Luc ESSER
Hello Sourcecodia, Just my own 0.02 here: The way i see a community is that it is a community. I mean that Adobe has not the entire responsability of answering one and every question posted in this forum. Myself, i had a few questions which have never been answered, well, then what ? I

Re: [flexcoders] [F2B3] Could Adobe make Flex Framework available trough SVN?

2006-06-22 Thread Tom Chiverton
On Wednesday 21 June 2006 22:24, Matt Chotin wrote: things that we would need to be concerned about from a support perspective if essentially daily builds of the framework were available. That's easy :-) Only offical releases and/or tags are supported. Daily builds/trunk aren't - use at own

Re: [flexcoders] [F2B3] Could Adobe make Flex Framework available trough SVN?

2006-06-22 Thread Carlos Rovira
Sounds good ;), but maybe Matt would consider something moreOn 6/22/06, Tom Chiverton [EMAIL PROTECTED] wrote:On Wednesday 21 June 2006 22:24, Matt Chotin wrote: things that we would need to be concerned about from a support perspective if essentially daily builds of the framework were

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

2006-06-22 Thread Tom Chiverton
On Thursday 22 June 2006 09:16, sourcecoderia wrote: bothered, or it's a bug. Since the first thought is that they can't be bothered we continue to try and find a solution to the problem, until completely frustrated. There is an official (read $$$) support channel, and there are unofficial

Re: [flexcoders] ColdFusion/Flex superwizard breaks Eclipse

2006-06-22 Thread Tom Chiverton
On Thursday 22 June 2006 07:02, Barry Beattie wrote: anyone else have a problem with the ColdFusion/Flex Application wizard for Flex 2b3 plugin? I couldn't get it to work at the same time as CFEclipse and WTP either. Ended up just delating it - only wanted the CF-to-AS value object maker to

Re: [flexcoders] Re: Reusing Cairngorm views

2006-06-22 Thread Tom Chiverton
On Wednesday 21 June 2006 15:57, Scott Langeberg wrote: There is a ViewLocator, to get references to your ViewHelpers... I thought about that, but then you'd have to put all your view helpers in the top-most MXML file so there was only one call to each wouldn't you ? If the MXML file ever

Re: [flexcoders] Re: Reusing Cairngorm views

2006-06-22 Thread Tom Chiverton
On Wednesday 21 June 2006 20:20, Tim Hoff wrote: I think that you would keep your view/viewHelper in the view section and create a Class reference in the ModelLocator. I'm not sure what you mean here by 'Class reference'. What I've done is, in each view that has a named (with id=) view helper

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

2006-06-22 Thread Tom Chiverton
On Wednesday 21 June 2006 12:43, Thomas Rühl -akitogo- wrote: This was in the cf exception log: Error,web-8,06/20/06,17:54:20,cfadmin, The specific sequence of files included or processed is: C:\CFusionMX7\wwwroot\CFIDE\administrator\eventgateway\gateways.cfm, line: 253

Re: [flexcoders] how to handle large menus

2006-06-22 Thread Tom Chiverton
On Wednesday 21 June 2006 15:26, Sam wrote: What is the best way to handle generating a large menu? Large ? What I'm doing currently is looping thru an array and creating a mc Why not use data binding ? What's a 'mc' ? Is there a way to just have 1 textfield with a list of clickable items?

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

2006-06-22 Thread Thomas Rühl -akitogo-
Now, since this is not the first time I did something that requires the application server(s) to restart, I'm very well used to that process and I did exactly so - including to kill the processes if they were still running. The odd thing was, however, the other start-gateway-buttons link to

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

2006-06-22 Thread Tom Chiverton
On Thursday 22 June 2006 10:19, Thomas Rühl -akitogo- wrote: Strange enough, after a complete reboot of the system, also the FlexMessaging gateway finally works. Ahh well. Two Thomas' are better than one :-) -- Tom Chiverton This email is

[flexcoders] Re: htmlText formating destroyed by binding execution

2006-06-22 Thread n51red
Forgive my rudeness in bumping this post but this problem is a persistent nusance I like would like to find out what's going on. ...And should have mentioned that I'm referring to f2b3. --- In flexcoders@yahoogroups.com, n51red [EMAIL PROTECTED] wrote: I've come across some odd behaviour with

[flexcoders] Flex 1.5 Label class, need background

2006-06-22 Thread leo4beer
Is it possible to set a background for a Label class? Is there an alternative to these classes? It seems like the Labels I'm using have a transparent background. thanks. Label class: http://livedocs.macromedia.com/flex/15/asdocs_en/mx/controls/Label.html Yahoo!

Re: [flexcoders] Design Pattern books for AS3 and Flex 2

2006-06-22 Thread milan kosir
I can recommend Head First Design Patterns (by Elisabeth Freeman, Eric Freeman, Bert Bates, and Kathy Sierra) - the same thing, simple examples for java, but it can be used for actionscript with no problem. Book is using very interesting approach (lots of images for better remembrance ...) br,

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

2006-06-22 Thread Thomas Rühl -akitogo-
yeeha, yay thomas'es ;) thanks for your interest! Thomas Rühl Design, Programming Concepts akitogo OHG Hanauer Landstrasse 188 60314 Frankfurt Telefon +49 (0) 69 800 69 445 Fax +49 (0) 69 800 69 449 Mobil +49 (0) 179 750 75

WG: [flexcoders] Garbage collection and removeChild [Flex 2 beta 3]?

2006-06-22 Thread Harald Dehn
Is there any answer tothis thread? I dohavethesameproblems with the garbage collector. Von: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] Im Auftrag von sourcecoderiaGesendet: Dienstag, 20. Juni 2006 18:06An: flexcoders@yahoogroups.comBetreff: [flexcoders] Garbage collection

Re: [flexcoders] array of CFCs and RemoteObject FB2B3

2006-06-22 Thread Douglas Knudsen
That would be a bit of code to share! I'm using Cairngorm. The AS class customer below is stored in the modellocator and in my test cases that are failing, no value is changed in the customer object at all. In fact I only bind one value to a view just to ensure the object is getting retrieved.

[flexcoders] Re: Best practices questions about Flex/CF and the cflogin container

2006-06-22 Thread D. Dean Harmon
I can't answer the other questions right now, but I can answer this one: And one last question, if CFLOGIN is the ColdFusion's answer to a best practice for application security why is it not implemented by the login code that is built by the new CF/Flex wizard? The reason that the wizard

[flexcoders] Re: working with XML data

2006-06-22 Thread arnold_charming
Hi! I've done almost everything. I'm receiving the XML via mx:HTTPService and diplaying it in DataGrid. It works great. But I don't know how to redirect the user to a different screen or even ask my self if he/she is allowed to enter the application. So here are my questions: 1. How to transfer

[flexcoders] Re: ColdFusion/Flex superwizard breaks Eclipse

2006-06-22 Thread D. Dean Harmon
This has been fixed post beta 3 for Flex Builder 2. There are two ways you can install the plugins: 1) install it as a feature zip (this was broken in B3, but it's what the instructions said to do) 2) extract just the plugins in the zip into the plugins directory (this does work in B3)

[flexcoders] flex 1.5 : forcing client to use flash player 8

2006-06-22 Thread Antoine Malpel
My flex application generate flash 7's swfs but I also use some swfs generated in flash 8 (or flash8's flv codec) so I've like to detect if the client is trying to launch the application with a player 7 ... then telling him to download player 8 to use the application... I don't have idea of

[flexcoders] Re: Combobox in a Datagrid

2006-06-22 Thread wi1df1ower
Brendan... would you mind emailing your attachment to me directly...for some readon when I try to look at it, it says attachment not stored I appreciate your fast response everyone. With your help, i should get this thing worked out today...at least that is the plan. V~ --- In

Re: [flexcoders] ColdFusion/Flex superwizard breaks Eclipse

2006-06-22 Thread Angus Johnson
I should mention that I did install straight out of the zip as Dean suggestsOn 22/06/06, Angus Johnson [EMAIL PROTECTED] wrote:You must be the lucky one Barry. I have CFEclipse and F2B3 running on Eclipse 3.21 with no dramas. Well some... I often get complaints that the Flash Debugger isn't

Re: [flexcoders] ColdFusion/Flex superwizard breaks Eclipse

2006-06-22 Thread Angus Johnson
You must be the lucky one Barry. I have CFEclipse and F2B3 running on Eclipse 3.21 with no dramas. Well some... I often get complaints that the Flash Debugger isn't available but other than that it's ok. BTW the only other plugin i am running in Oxygen XML.On 22/06/06, Tom Chiverton [EMAIL

[flexcoders] Flex Beta 3: getDefinitionByName

2006-06-22 Thread tyombria
From docs: public function getDefinitionByName(name:String):Object Returns a reference to the class object of the class specified by the name parameter. It always returns 'class object' - instance of the Class class. Why getDefinitionByName returns Object type? I must always write: var ClassRef

Re: [flexcoders] Re: How to parse a date string with custom syntax?

2006-06-22 Thread Tom Chiverton
On Thursday 22 June 2006 14:19, Tom Chiverton wrote: It'd be better to use a regular expression to get the 3 numbers betwen the dots, start and end for instance. Cut myself off :-) . and then check the month is 1..12 etc. -- Tom Chiverton

RE: [flexcoders] ColdFusion/Flex superwizard breaks Eclipse

2006-06-22 Thread João Fernandes
Tom, Reactor's TO won't work as they are right now since cfproperty tags are allocated in the project generated cfc and not in the custom one. I already asked Doug (check the trac site) to alter this so Reactor can be used with Flex 2. If you generate the AS class based on the current project

[flexcoders] How to have multiple states in same component ?

2006-06-22 Thread Jean-Luc ESSER
How would you deal with multiple states in the same component ? Imagine a panel wich has states like state 1 is opened and state 2 is closed. Now i would imagine a state 3 is blue and state 4 is red. But i cannot mix them because currentState takes only one value ! Only way out is

RE: [flexcoders] Flash Player 8 Upload/Download support -- Failed to implement

2006-06-22 Thread Valy Sivec
Hello,Itried to integrate the solution presented here http://www.adobe.com/devnet/flex/articles/fp8_features.html.and ran into some sort of a problem and for the life of me can't figure it out I can't upload any file even the backend worked before using the HTML upload.The

[flexcoders] Re: Best practices questions about Flex/CF and the cflogin container

2006-06-22 Thread greggohlke
Ah, that makes sense. Thanks for the answer on that. I would still love to see a sample CF/Flex app from the developers that shows their vision for a good login system using CFLOGIN. I know its hard to find the time for stuff like this but security and authentication is so integral to every

[flexcoders] Re: Flex2b3 NetConnection.connect arguments

2006-06-22 Thread Trevor Baker
Hey David. You informed us of this issue via the wish form on 6/20. It was logged as bug 176188 and has been fixed. I'll be fine in the release version of FP9. Thanks for catching it! Trevor --- In flexcoders@yahoogroups.com, David Clark [EMAIL PROTECTED] wrote: Hi, Trying to

Re: [flexcoders] XML CSS (new in FLEX)

2006-06-22 Thread Tom Chiverton
On Wednesday 21 June 2006 22:21, tonyx_788 wrote: MY QUESTION IS HOW DO I MAKE DACS TO BE IN ANOTHER FONT LIKE ARIAL OR ANOTHER COLOR LIKE RED? BY NOT SHOUTING AT IT :-) You need to apply the style to the TextArea. What's you MXML code look like ? Flex2 ? -- Tom Chiverton

Re: [flexcoders] Re: working with XML data

2006-06-22 Thread Tom Chiverton
On Thursday 22 June 2006 12:29, arnold_charming wrote: 1. How to transfer XML I got from HTTPService to AS so I can check if he/she is allowed to enter the application? If you are displaying it in a datagrid, it must all ready be in AS. You want to read up on E4X etc. from the manual. 2. What

[flexcoders] Flex 1.5 : complie error = If possible, please refactor this component. ????

2006-06-22 Thread Antoine Malpel
Sometimes when I compile my Application I get this message : Compilation Results Errors, warnings or exceptions were found while compiling /index.mxml. Visit the online Flex documentation or API reference for further information. 2 Errors found. Error /index-generated.as:1513

[flexcoders] Re: toolTip for dataGrid headers?

2006-06-22 Thread djbrown_rotonews
That did the trick, nearly. My header text, that used to span two rows, now only has the first row displayed and omits the remainder of the header. I have headerWordWrap set to true, but there must be something else I have to do. any help? --- In flexcoders@yahoogroups.com, Tim Hoff [EMAIL

[flexcoders] DataGridColumn Autosize

2006-06-22 Thread bchirgwin
I have looked at the documentation and not found a built in setting for this. How would one go about making a DataGridColumn width autosize to fit the maximum length of the data in the column? Yahoo! Groups Sponsor ~-- Great things are

Re: [flexcoders] Flex 1.5 : complie error = If possible, please refactor this component. ????

2006-06-22 Thread Ralf Bokelberg
The component contains too much code. You have to split it up into multiple components.Cheers,Ralf. On 6/22/06, Antoine Malpel [EMAIL PROTECTED] wrote: Sometimes when I compile my Application I get this message : Compilation Results Errors, warnings or exceptions were found

[flexcoders] flex 2.0 beta 3 - createionPolicy is none but still there is some space...

2006-06-22 Thread Christoph Diefenthal
Hi, I have got a problem with the creationPolicy. I am creating components dynamically so I wanted to use the creationPolicy. It is set to none on box1 is none but it occupies some space in front of box2. But I think it should look like box3. Setting width=0 and

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

2006-06-22 Thread Jason Hawryluk
If they would confirm it's a bug then yes I agree, If they read them all how hard is it to respond with a simple it's a bug, should be able to do that, try looking into here or this. The questions asked are not considered trivial in my mind, it's not like I've ever asked how to build a cell

Re: [flexcoders] Blank out password field in a datagrid cell

2006-06-22 Thread jfournet
Well yes and no. The clear text password is still visable while the user is typing it in, the cell renderer does not get invoked to render the password invisible until after the user changes focus to another cell.Brendan Meutzner [EMAIL PROTECTED] wrote: This could be accomplished using

Re: [flexcoders] Blank out password field in a datagrid cell

2006-06-22 Thread jfournet
Well yes and no. The clear text password is still visable while the user is typing it in, the cell renderer does not get invoked to render the password invisible until after the user changes focus to another cell.Brendan Meutzner [EMAIL PROTECTED] wrote: This could be accomplished using

RE: [flexcoders] flex 2.0 beta 3 - createionPolicy is none but still there is some space...

2006-06-22 Thread Jason Hawryluk
you may want to try the includeInLayout="false" on the box1 either bind that to a variable or set it on creation. hope this helps Jason -Message d'origine-De: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED]De la part de Christoph DiefenthalEnvoy: jeudi 22 juin 2006

RE: [flexcoders] How to have multiple states in same component ?

2006-06-22 Thread Jason Hawryluk
If we were to assume that we could (which we can) actually bind the background color in the state to a variable, then you could do it. Otherwise yes you would require a separate state for each. Which is logical because up, down, red, blue signify each a separate state. Binding color

RE: [Junk E-Mail - LOW] [flexcoders] Re: Noob binding question

2006-06-22 Thread Shannon Hicks
I did the changes you suggested, and I can successfully make the request and get the response back. Unfortunately, it looks like there's something wrong with my ArrayCollection When I remove my columns from the datagrid, the datagrid shows these columns from the dataprovider:

[flexcoders] Transitions – How to apply movement to SetStyleAction(horizontalCenter proprety)

2006-06-22 Thread nelsoncostabatista
Hello all, I'm defining a few states in my application and transitions between these states. In the beginning of the design development I was using the property x for a panel, and in the transition I defined: mx:Move easingFunction={Circular.easeOut} duration=1000 target={myDataPanel}/ And the

Re: [flexcoders] DataGridColumn Autosize

2006-06-22 Thread Jeremy Lu
This one is tricky, what if there are not enough spaces for all the columns, what would you like the DataGrid to react ? On 6/22/06, bchirgwin [EMAIL PROTECTED] wrote: I have looked at the documentation and not found a built in setting for this. How would one

Re: [flexcoders] flex 1.5 : forcing client to use flash player 8

2006-06-22 Thread Sandip Patil
HiFor flex 1.5 in flex-config.xml write flash-player !-- enable/disable player detection -- enabletrue/enable !-- require 7.0.14 -- !-- required player version -- required-version8/required-version //here required version 8Thanks SandipAntoine Malpel [EMAIL PROTECTED] wrote:

[flexcoders] Flex2 B3 - Scroll Bar problems

2006-06-22 Thread thunderstumpgesatwork
Trying to control scrollbars is giving me a headache! I want everything to be dynamic sizing, so in general I either use percentages for all my sizes, or layout constraints. In some cases though, a component just cannot get smaller than a certain size to look correct. This is when I set the

RE: [flexcoders] Re: working with XML data

2006-06-22 Thread Tracy Spratt
If you are currently binding to the dataGrid's dataProvider property, you could intead use a result handler function. mx:HTTPService result=onResult(event)... resultFormat=e4x / import mx.rpc.events.ResultEvent; Private function onResult(oEvent:ResultEvent):void { var xmlResult:XML =

Re: [flexcoders] DataGridColumn Autosize

2006-06-22 Thread Weyert de Boer
Are their any standard tween equations for moving a movieclip from the left bottom corner to the right top corner within a square? I wnat to use to make my own panning effect for a photo slideshow. Only somehow I have a bad day today. Yahoo! Groups Sponsor

Re: [flexcoders] How to have multiple states in same component ?

2006-06-22 Thread Jean-Luc ESSER
Thanx Jason, but my question was global. Of course i can find a way of doing this particular task by binding colors or whatever. What i was trying to find is a best practice for such situations. This example was just for making a point. Using it in a Cairngorm architecture would make

RE: [Junk E-Mail - LOW] [flexcoders] Re: Noob binding question

2006-06-22 Thread Shannon Hicks
Oh... URL to the problem: http://work.iotashan.com/hlstatsx/hlstatsx.html Shan From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Shannon HicksSent: Thursday, June 22, 2006 10:23 AMTo: flexcoders@yahoogroups.comSubject: RE: [Junk E-Mail - LOW] [flexcoders] Re:

[flexcoders] Setting effects in states?

2006-06-22 Thread Daniel Tuppeny
I may have understood this all wrong, but here goes. I've got a pie chart, and I want to change the showDataEffect on the series, after the initial load (SeriesZoom for initial load, but SeriesInterpolate on change of data). I tried adding this as a state: mx:State

RE: [flexcoders] Setting effects in states?

2006-06-22 Thread Ely Greenfield
effects are styles. So use SetStyle instead. Ely. From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Daniel TuppenySent: Thursday, June 22, 2006 9:25 AMTo: flexcoders@yahoogroups.comSubject: [flexcoders] Setting effects in states? I may have understood

RE: [Junk E-Mail - LOW] [flexcoders] Re: Noob binding question

2006-06-22 Thread Shannon Hicks
The problem is I'm trying to get data from a query returned by a CFC into a datagrid. Before, I was having problems getting data back. Now I've got the data back, and it won't display (I was getting an empty datagrid). So, I removed my user-defined columns, to see what was coming back,

[flexcoders] simple charting question

2006-06-22 Thread hank williams
If I have a line chart, and I want there to be bullets at each of the data points how do I turn this feature on.Hank __._,_.___ -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives:

[flexcoders] Re: Flex newbie: issues with HTTPServices and my URL

2006-06-22 Thread Bill Dawson
I'm binding. I have a status label that I'm passing success/error messages to, but didn't have sucess passing the HTTPService response. It kept showing up blank, like my data-bound DataGrid. Any suggestions for a quick and dirty debug? Can I throw the HTTPService response to an alret box or

Re: [flexcoders] flex 1.5 : forcing client to use flash player 8

2006-06-22 Thread Antoine Malpel
Oh thanks this is the one I needed, as I don't know nothing about swfObject (it is not from Flex 2?) Sandip Patil a crit: Hi For flex 1.5 in flex-config.xml write flash-player !-- enable/disable player detection -- enabletrue/enable !-- require 7.0.14 -- !-- required

[flexcoders] Can you create a file on the server using flex

2006-06-22 Thread bhati001
I need a way where I can create an xml file to maintain some state on the server, from within the flex application. Is this possible? Yahoo! Groups Sponsor ~-- Check out the new improvements in Yahoo! Groups email.

Re: [flexcoders] Flex 1.5 : complie error = If possible, please refactor this component. ????

2006-06-22 Thread Antoine Malpel
Well ok but in this case is any object considered like a component ? I mean I have for example some mxml that reflect some part of the poject (for example Login...) I've never done some real component... so could this mean that the 'oversized' component there may be the ovrall application ?

[flexcoders] preloader custmization

2006-06-22 Thread Rajni
How to customize preloader in flex? -- Sent using Laszlo Mail. Try it yourself. http://www.laszlomail.com Yahoo! Groups Sponsor ~-- Something is new at Yahoo! Groups. Check out the enhanced email design.

RE: [flexcoders] simple charting question

2006-06-22 Thread Ely Greenfield
Look in the docs for details on itemRenderes on LineSeries. LineSeries itemRenderer="mx.charts.renderers.CircleItemRenderer" radius="5" / etc. Ely. From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of hank williamsSent: Thursday, June 22, 2006 9:37 AMTo:

[Junk E-Mail - LOW] [flexcoders] Re: Noob binding question

2006-06-22 Thread Tim Hoff
Hi Shannon, Set a breakpoint right after you cast the result to the array collection and inspect the array contents in debug mode. Check to see if the array looks correct and what the dataField names are exactly. If everything looks good, use the same dataField names for the coulmns. It

[flexcoders] ApplicationControlBar example padding not correct?

2006-06-22 Thread Rick Schmitty
I'm having trouble reproducing the ApplicationControlBar from the example. In the API reference: http://livedocs.macromedia.com/labs/1/flex20beta3/langref/mx/containers/ApplicationControlBar.html#includeExamplesSummary The text butts up just under the bar in the example on adobe's site, however

[flexcoders] Re: toolTip for dataGrid headers?

2006-06-22 Thread Tim Hoff
Even though you set headerWordWrap to true, when a headerRenderer is used those properties are repaced when the renderer is created. Keep in mind, the default item renderer is a Text field. In the HeaderRenderer AS, change the Height (maybe to 40) and the header text should wrap. You might

RE: [flexcoders] Re: Flex newbie: issues with HTTPServices and my URL

2006-06-22 Thread Tracy Spratt
Yes, use a result handler function and either trace, alert, or step-through and inspect the result object. The first thing to look for is is the handler actually getting called. Here is an exapmple from another post: mx:HTTPService result=onResult(event)... resultFormat=e4x / import

RE: [flexcoders] Can you create a file on the server using flex

2006-06-22 Thread Tracy Spratt
You have to have some server-side functionality to do this. You can use .NET, JSP, and probably lots of others (CF, PHP,) I have used .NET and JSP. I have an example that uses JSP to retrieve and xml file from the server and save it back, Flex 1.5 or 2.0 to edit it. I havent

RE: [flexcoders] Flex 1.5 : complie error = If possible, please refactor this component. ????

2006-06-22 Thread Tracy Spratt
See that FAQ entry I posted. Tracy From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Antoine Malpel Sent: Thursday, June 22, 2006 12:10 PM To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] Flex 1.5 : complie error = If possible, please refactor

[flexcoders] Re: toolTip for dataGrid headers?

2006-06-22 Thread Tim Hoff
Like this: public function HeaderRenderer() { height = 34; } -TH --- In flexcoders@yahoogroups.com, Tim Hoff [EMAIL PROTECTED] wrote: Even though you set headerWordWrap to true, when a headerRenderer is used those properties are repaced when the renderer is created. Keep in mind, the

Re: [flexcoders] Blank out password field in a datagrid cell

2006-06-22 Thread Brendan Meutzner
Just need to get a bit creative:App.mxml--mx:Application xmlns:mx=http://www.macromedia.com/2003/mxml mx:DataGrid dataProvider={sampleArray} width=100% editable=false mx:columns mx:Arraymx:DataGridColumn columnName=name headerText=Name/mx:DataGridColumn

Re: [flexcoders] Can you create a file on the server using flex

2006-06-22 Thread Brendan Meutzner
I just finished the same thing the other day using CF... let me know if you'd like it posted... it was for 2.0BrendanOn 6/22/06, Tracy Spratt [EMAIL PROTECTED] wrote: You have to have some server-side functionality to do this. You can use .NET, JSP,

Re: [flexcoders] simple charting question

2006-06-22 Thread Brendan Meutzner
Ely,I implemented this yesterday on a LineSeries which has a custom color applied to it... however, none of the built-in renderers applied the custom colors... they defaulted to the usual dull orange, green, blue, etc... How would I apply a custom color to the renderers? Thanks,BrendanOn

[flexcoders] Re: Reusing Cairngorm views

2006-06-22 Thread Tim Hoff
That's the way that I was trying to explain. ShoppingCartViewHelper (); is a class. What I meant about keeping the mxml files in the view section, was just where they are located (directory) in the project, not where they are used in the project. It sounds like you're getting there. :) -TH

[flexcoders] Re: toolTip for dataGrid headers?

2006-06-22 Thread djbrown_rotonews
That did the trick. Still some minor issues when sorting columns (the arrow ends up messing up the alignment of the header text), but this gets me most of the way there. thanks --- In flexcoders@yahoogroups.com, Tim Hoff [EMAIL PROTECTED] wrote: Like this: public function

[flexcoders] Re: ApplicationControlBar example padding not correct?

2006-06-22 Thread Tim Hoff
They probably just didn't include the exact source. You can fix this by controlling the application padding. mx:Application xmlns:mx=http://www.adobe.com/2006/mxml; paddingTop=0 If you wanted it exact, you would also have to work with the alignment of the label field. -TH --- In

RE: [flexcoders] Can you create a file on the server using flex

2006-06-22 Thread Jack W. Caldwell
Brendan: I would like to see it posted, if not too much trouble. Thanks, Jack From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Brendan MeutznerSent: Thursday, June 22, 2006 12:57 PMTo: flexcoders@yahoogroups.comSubject: Re: [flexcoders] Can you create a file

Re: [flexcoders] Re: ApplicationControlBar example padding not correct?

2006-06-22 Thread Rick Schmitty
Ah, easy enough! That worked, thank you On 6/22/06, Tim Hoff [EMAIL PROTECTED] wrote: They probably just didn't include the exact source. You can fix this by controlling the application padding. mx:Application xmlns:mx=http://www.adobe.com/2006/mxml; paddingTop=0 If you wanted it exact,

[flexcoders] Re: How to have multiple states in same component ?

2006-06-22 Thread Tim Hoff
This approach can certainly get complicated. For your original idea, you could still have four states, but they would be composite; redOpen, redClosed, blueOpen, blueClosed. I know that this is just a hypothetical scenario, but I would go with binding (Caringorm) for styles instead of

RE: [flexcoders] simple charting question

2006-06-22 Thread Ely Greenfield
The shipping renderers ask for the series' stroke and fill styles, and use them to draw themselves. The line renderer, on the other hand, asks for the lineStroke style. So you probably just need to set your stroke style as well. Ely. From: flexcoders@yahoogroups.com [mailto:[EMAIL

[flexcoders] Re: Flex2 B3 - Scroll Bar problems

2006-06-22 Thread Tim Hoff
This is something that we are all dealing with. Unfortunatly, you have to explicitly set the scrollPolicy and clipContent properties for every container in the displayList; including application and canvas. It would be nice if you could set a global verticalScrollPolicy and

Re: [flexcoders] DataGridColumn Autosize

2006-06-22 Thread Brian
I would have a horizontal scroll bar on the DataGrid. At least this is what we have implemented in the grid in our current non flex product. Would like to keep the same type of interface. I'm new to Flex. Can a DataGrid have a horizontal scrollbar? I think I have done this before. Using

RE: [Junk E-Mail - LOW] [Junk E-Mail - LOW] [flexcoders] Re: Noob binding question

2006-06-22 Thread Shannon Hicks
Did that, and when I view the debugger, I find the arraycollection, and it contains what the datagrid is *literally* showing... serverLoadDataArray = Array [0] = mx.collections.ArrayCollection filterFunction = null length = 100

[flexcoders] Re: Flex dataservices and Spring

2006-06-22 Thread Mike_Robinson_98
Well Pete, I finally got it to work. It seems like the problem was in using the Spring framework. Something about setting either the context-param or listener for Spring in my web.xml file was causing the conflict. Once I removed these references and simply instantiated the bean in my Assembler

RE: [flexcoders] simple charting question

2006-06-22 Thread Matt Horn
Here's an example: mx:LineSeries yField=y itemRenderer=mx.charts.renderers.CircleItemRenderer radius=7 !-- This defines the circle's border -- mx:stroke mx:Stroke color=0x00CC33 weight=1/ /mx:stroke !-- This defines the line itself --

[Junk E-Mail - LOW] [Junk E-Mail - LOW] [flexcoders] Re: Noob binding question

2006-06-22 Thread Tim Hoff
Let's back-out a little. What does your cfc look like? What are you trying to return? -TH --- In flexcoders@yahoogroups.com, Shannon Hicks [EMAIL PROTECTED] wrote: Did that, and when I view the debugger, I find the arraycollection, and it contains what the datagrid is *literally*

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

2006-06-22 Thread judah
I'd give it a bit more time. Having a beta schedule makes it difficult with the full release coming up. On the betas I've been on the support and questiong answering has always been spotty. This is because the state the program is in. Bugs need to be queued, tested and then confirmed before an

[flexcoders] mouseUpSomewhere in IE is not firing (Flex 1.l5)

2006-06-22 Thread Raheen M Shabbazz
I've got a canvas on which I have defined handlers for the mouseDown and mouseUpSomewhere events. When the user clicks on the canvas, holds down the mouse button and release outside the application, the mouseUpSomewhere event should fire. (All these mouse handler events do, btw, is throw an

[flexcoders] How to find rockstar developers near Oakland, CA

2006-06-22 Thread rokahn
I'm looking for a lead developer/architect to implement a hybrid Flex/AJAX rich internet application. It's going to push the capabilities of the medium (according to the Macromedia Flex product mgr who's consulting on the architecture) so I'll need someone exceptionally competent for the

[flexcoders] Re: e4x filtering question

2006-06-22 Thread coder_flex
Wow, thanks for the quick response. I have one more question brewing about adding values across elements. I will post it soon..:) anyways thanks again for the help. Will try this! --- In flexcoders@yahoogroups.com, Geoffrey Williams [EMAIL PROTECTED] wrote: Here you go: var employees:XML

  1   2   >