RE: [flexcoders] The First Flex Open Iteration Meeting

2009-02-06 Thread Gregor Kiddie
That's a sensible move to be honest. Given the amount of spam that flew through in the last meeting, nothing else would get talked about except that issue! Rule 1 of meetings, make sure the meeting can have an outcome. By banning that, you can now! Gk. Gregor Kiddie Senior Developer INPS

Re: [flexcoders] Re: ZendAmf Setup issue 1.7 where gateway filw working ?

2009-02-06 Thread Sajid Hussain
Hi Tiendans , Thanks for comemnts , I had zend framework path in both ways but I was stoping echo command so it shud not come up for download I am going to check this again and will let you know Thanks :) From: tiend...@ezweb.ne.jp tienda...@gmail.com To:

[flexcoders] array not being refreshed

2009-02-06 Thread stinasius
hi i have a tilelist and i use the selectedItem to populate an array which i then used as a dataprovider for my displayshelf component to show images. when i click an item in the tilelist, the array is populated and my images show up, but when i select another object in the tilelist the images are

Re: [flexcoders] Re: Detect exeptions - help!!

2009-02-06 Thread John McCormack
Thanks Steve, I will give it a go. My problem with the communication was that I didn't know the order of messages between exe and swf and so couldn't fix it. Perhaps I can now. John valdhor wrote: John Yes it does. It acts as a proxy between whatever application you are using and

[flexcoders] One project - Multiple SWFs

2009-02-06 Thread nishantkyal
Hi, I've a project where I'm creating a lot of content as SWFs which is loaded by the main application. These content SWFs are not modules and will be loaded by SWFLoader. I want to know how can I create these (large number of) content SWFs using flex. The content will be residing in nested

Re: [flexcoders] Re: FadeIn Effect not working with custom item renderers in List

2009-02-06 Thread Thibaud Van Vreckem
I'm hitting the exact same issue.. Any solutions yet ? should I submit that as a bug ? On Wed, Jan 21, 2009 at 4:14 PM, Amy amyblankens...@bellsouth.net wrote: --- In flexcoders@yahoogroups.com flexcoders%40yahoogroups.com, Josh McDonald dzn...@... wrote: It may be caused by Container

Re: [flexcoders] Re: FadeIn Effect not working with custom item renderers in List

2009-02-06 Thread Thibaud Van Vreckem
I have to add, itemsChangeEffect works fine on tileList using itemrenderers (with containers) the problem is strictly related to the itemsChangeEffect addItem effects behaviour on a List only. the effect is playing fine on the removeItem. On Fri, Feb 6, 2009 at 12:41 PM, Thibaud Van Vreckem

[flexcoders] Flex Truncating Button Labels

2009-02-06 Thread goddess12206942
I posted this on StackOverflow.com but thought I'd see if you guys might have any ideas as well: First and foremost, I apologize for any vagueness in this question. At this point, I'm simply trying to get some new ideas of things to try in order to diagnose this bug. Anyway, the problem I'm

[flexcoders] How to import CSS file into another???

2009-02-06 Thread Tahniyat Kazmi
Hi, I am trying to import a CSS into another CSS file. I do the same work in simple HTML by using @impot url cssname.css; but it is not implemented in FLEX. So kindly help me out to using CSS file in to another CSS file using FLEX Thnaks Tahniyat Kazmi.

Re: [flexcoders] Tables in Rich Text Editor

2009-02-06 Thread Josh McDonald
I'd definitely be interested in extending TLF when it's released. Is it going to live in Player, or in the Flex framework? If the latter, why would it not be open sourced? Is it going to be part of Builder pro? Am I dreaming hoping for answers to those questions? ;-) -Josh On Fri, Feb 6, 2009 at

RE: [flexcoders] Re: AxisRenderer Embedded Font Bug?

2009-02-06 Thread Battershall, Jeff
3.2.0.3958 -Original Message- From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On Behalf Of Darrell Loverin Sent: Thursday, February 05, 2009 9:16 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: AxisRenderer Embedded Font Bug? What version of dataviz and

[flexcoders] Re: ColorPicker - without the picker!

2009-02-06 Thread tchredeemed
Yes! That is exactly what I am looking for!

Re: [flexcoders] Re: ColorPicker - without the picker!

2009-02-06 Thread Fotis Chatzinikos
I do not think there is any code, in the previous link... On Fri, Feb 6, 2009 at 5:02 PM, tchredeemed apth...@liberty.edu wrote: Yes! That is exactly what I am looking for! -- Fotis Chatzinikos, Ph.D. Founder, Phinnovation fotis.chatzini...@gmail.com,

[flexcoders] Re: ColorPicker - without the picker!

2009-02-06 Thread tchredeemed
Yeah, I was under the impression he was waiting to see if that's what I was looking for... Hopefully he won't mind sharing his code :)

Re: [flexcoders] ColorPicker - without the picker!

2009-02-06 Thread Harish Sivaramakrishnan
I have an implementation for the same. Find here http://blog.flexgeek.in/?page_id=109 Let me know if thats what u are looking at. On Thu, Feb 5, 2009 at 10:26 AM, tchredeemed apth...@liberty.edu wrote: I was wondering if I could build a flex app that has the SwatchPanel by default, instead

[flexcoders] Look for a tool to test remoteobject(AMF) format functions?

2009-02-06 Thread markflex2007
Hi, I am look for a tool to take remoteobject(AMF) format functions before I do Flex coding. The third party company provide me the functions and I need make sure they works fine before coding. I use xmlspy to test web service functions before and I am looking for a tool to test AMF format

Re: [flexcoders] Look for a tool to test remoteobject(AMF) format functions?

2009-02-06 Thread dnk
markflex2007 wrote: Hi, I am look for a tool to take remoteobject(AMF) format functions before I do Flex coding. The third party company provide me the functions and I need make sure they works fine before coding. I use xmlspy to test web service functions before and I

[flexcoders] Save Configuration

2009-02-06 Thread thelordsince1984
Hi, suppose that i have a main application and here i can create three differents type of panels (mypanel extend Panel)... then i have a button that permits to save the current pèanel inside the app and its position into the screen..this is made by getting parameters for each panel...for example

Re: [flexcoders] Re: services-config.xml question

2009-02-06 Thread Tom Chiverton
On Wednesday 04 Feb 2009, tchredeemed wrote: bump! Services-config has examples in it, that show how to use {server.name} etc. -- Tom Chiverton Helping to heterogeneously create mission-critical second-generation experiences This email is

[flexcoders] Re: ColorPicker - without the picker!

2009-02-06 Thread tchredeemed
http://andrewthorp.com/flex/colorpicker.png That is a picture of what I am looking for... Somehow where I can get the swatch panel without going through the click on the top piece. Any ideas?

Re: [flexcoders] Accordion click event issue

2009-02-06 Thread Fotis Chatzinikos
try giving it a backround color? On Fri, Feb 6, 2009 at 9:52 AM, Vik vik@gmail.com wrote: Hie I am using an accordion with three vbox inside it. The problem is when i click on any of the accordion it does not invoke the click event. My code is like: mx:accordion id=myAcc mx:VBox

[flexcoders] Re: LCDS : Managed associations - creating/deleting new Items

2009-02-06 Thread vdeprojects
Bart I'm also getting the 'undefined - CommitResponder' error. I start wondering why someone would go with the data management services... I've been using the RemoteObject stuff for 2 years now and I've never had any problems. This data management services stuff seems to be pretty fragile to

RE: [flexcoders] Re: Problem in Streaming Live data using Flash Media Server

2009-02-06 Thread Ryan Graham
It depends on how you have FMS setup... if you are using the default setup, you probably connect to your app instance with something like rtmp://server/yourAppName. I think the default setup expects streams in a streams folder. On the FMS, try putting your flv file in

Re: [flexcoders] Look for a tool to test remoteobject(AMF) format functions?

2009-02-06 Thread Jeffry Houser
I don't know of one specifically. What are you looking for this to test specifically? The type of data that gets sent and/or returned? I suspect you could write a tool to pass data to the web service and verify its results relatively easily in Flex. markflex2007 wrote: Hi, I am look

[flexcoders] Getting at variables inside a function that accepts a function

2009-02-06 Thread flexaustin
How would I go about getting at variables of a function when I send in an anonymous function so... public function acceptingFunction (func1:Function=null, func2:Function=null):void{ var a:Number; var b:String; if(func1 func2){ func1; anotherAcceptFunction(func2); } } public

[flexcoders] Re: ColorPicker - without the picker!

2009-02-06 Thread valdhor
I wonder whether the Yahoo Astra Flex Components may be useful: http://developer.yahoo.com/flash/astra-flex/ Especially the ColorPlaneAndSliderPicker. --- In flexcoders@yahoogroups.com, tchredeemed apth...@... wrote: http://andrewthorp.com/flex/colorpicker.png That is a picture of what I

[flexcoders] Re: Look for a tool to test remoteobject(AMF) format functions?

2009-02-06 Thread markflex2007
Hi, My case are: 1. all AMF functions developed with Java. 2. A lot of functions and I want to make sure they works fine before flex coding. I know webOrb have a test tool but I do not use weborb for this. Thanks Mark

[flexcoders] Re: One project - Multiple SWFs

2009-02-06 Thread greg_lafrance
You could always compile the code into separate Flex applications. Then load their SWFs in the main app and let them interact. You might even just be able to compile them into SWC libraries, which might be the better choice. --- In flexcoders@yahoogroups.com, nishantkyal nishantk...@...

[flexcoders] Re: array not being refreshed

2009-02-06 Thread greg_lafrance
You may want to use an ArrayCollection instead of an Array. Also, are you taking advantage of Flex binding? --- In flexcoders@yahoogroups.com, stinasius stinas...@... wrote: hi i have a tilelist and i use the selectedItem to populate an array which i then used as a dataprovider for my

[flexcoders] Re: Save Configuration

2009-02-06 Thread greg_lafrance
You could read the SharedObject during the application initialize event, and then apply its data to the Panel during the application creationComplete event. --- In flexcoders@yahoogroups.com, thelordsince1984 lore...@... wrote: Hi, suppose that i have a main application and here i can

Re: [flexcoders] DataGrid mouseover

2009-02-06 Thread Mike Chang
Thanks. I don't understand why it would be disabled because of itemrenderer though. My item renderer looks like - mx:VBox xmlns:mx=http://www.adobe.com/2006/mxml; verticalAlign=middle height=33 mx:Script ![CDATA[ override public function set

[flexcoders] Re: Look for a tool to test remoteobject(AMF) format functions?

2009-02-06 Thread valdhor
I have not seen a tool that you could use to test this. If I were doing this, I would write a tool in Flex and use Charles to make sure the response is correct. There would be no need to have any result code as Charles would show the object(s) being returned including the data. The following

[flexcoders] ACCORDION - How can I switch my cursor to a pointer?

2009-02-06 Thread sailorsea21
Hi everyone, how can I switch my cursor to a hand pointer when it goes over the accordion header? Thanks. -David.

[flexcoders] Re: Look for a tool to test remoteobject(AMF) format functions?

2009-02-06 Thread valdhor
I have not seen a tool that you could use to test this. If I were doing this, I would write a tool in Flex and use Charles to make sure the response is correct. There would be no need to have any result code as Charles would show the object(s) being returned including the data. The following

RE: [flexcoders] ACCORDION - How can I switch my cursor to a pointer?

2009-02-06 Thread Alex Harui
See the archives for how to use useHandCursor Alex Harui Flex SDK Developer Adobe Systems Inc.http://www.adobe.com/ Blog: http://blogs.adobe.com/aharui From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On Behalf Of sailorsea21 Sent: Friday, February 06, 2009 10:21 AM To:

RE: [flexcoders] DataGrid mouseover

2009-02-06 Thread Alex Harui
Not sure until you debug into it. FWIW, you itemrenderer should be unnecessary as written. By setting the DG column's dataField to Location (you can set the headerText to something more readable) and setting the DG's rowHeight to 33, you should see the same visuals and with better performance

[flexcoders] Re: ColorPicker - without the picker!

2009-02-06 Thread tchredeemed
I'd rather just know how to implement that SwatchPanel component if that is possible... :)

RE: [flexcoders] Flex Truncating Button Labels

2009-02-06 Thread Alex Harui
fontContext should only matter for embeddedfonts. Compare the working example with the failed example closely. You only have to be off by a pixel to cause truncation. If the layout rules of the containers around the module cause it to be a different size that could be a problem. Also note

RE: [flexcoders] Getting at variables inside a function that accepts a function

2009-02-06 Thread Alex Harui
I assume just using a,b,c,d didn't work? Alex Harui Flex SDK Developer Adobe Systems Inc.http://www.adobe.com/ Blog: http://blogs.adobe.com/aharui From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On Behalf Of flexaustin Sent: Friday, February 06, 2009 8:55 AM To:

Re: [flexcoders] Re: File download from server

2009-02-06 Thread Paul DSa
I had the same problem with my app. Once we shifted to flash player 10 my downloads would keep giving the error. I¹d generate a file on the user click and then automatically start the download. From what I learnt it was a security thing added in, to start the download event it requires user

[flexcoders] Re: File download from server

2009-02-06 Thread oneworld95
Same solution: Ended up adding a button dynamically on the successful response from the server that the file was ready. Then the user clicks the just added [Download Zip] button to fetch the file. - Alex C --- In flexcoders@yahoogroups.com, Paul DSa dsapaul2...@... wrote: I had the same

[flexcoders] Re: ACCORDION - How can I switch my cursor to a pointer?

2009-02-06 Thread Tim Hoff
Kind of a hack, but this works on creationComplete: private function onCreationComplete():void { for ( var i:int = 0; i myAccordion.numChildren; i++ ) { Button(myAccordion.getHeaderAt(i)).buttonMode = true; Button(myAccordion.getHeaderAt(i)).useHandCursor =

[flexcoders] Re: Getting at variables inside a function that accepts a function

2009-02-06 Thread flexaustin
No as the functions are in separate classes and the var a, b, c, d are private so in my class that calls the remote function I get Undefined property a. What about putting the vars in as params? Then I think there is a way to access the params by order, correct? So something like this to get at

[flexcoders] Re: Look for a tool to test remoteobject(AMF) format functions?

2009-02-06 Thread markflex2007
But I have about 100 functions and some of them need pass different objects. WebOrb have test tool but only for weborb. I need a common tool. Thanks Mark

[flexcoders] How to implement right click drill down for either PieChart or ColumnChart

2009-02-06 Thread tungchau81
Hi, When a user **right-click on a wedge in a PieChart or a column in a ColumnChart control, I need to drill down into the data for that wedge or column and display new charts based on the selected menu item on the right-click menu. This should work similar to a normal left-click drill down

RE: [flexcoders] Tables in Rich Text Editor

2009-02-06 Thread Gordon Smith
FTE is a set of native classes (flash.text.engine.*) inside Flash Player. It is already in FP10 and will get some improvements in future releases. TLF is a set of AS classes (flashx.textLayout.*) currently available as a set of 4 SWCs in the Gumbo SDK (libs/textLayout_core.swc,

RE: [flexcoders] Re: Getting at variables inside a function that accepts a function

2009-02-06 Thread Alex Harui
I thought you said they were anonymous functions. Post a test case. I'm not sure what you want to do is possible. Alex Harui Flex SDK Developer Adobe Systems Inc.http://www.adobe.com/ Blog: http://blogs.adobe.com/aharui From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On

RE: [flexcoders] Re: ColorPicker - without the picker!

2009-02-06 Thread Alex Harui
The source code is out there. SwatchPanel.as Alex Harui Flex SDK Developer Adobe Systems Inc.http://www.adobe.com/ Blog: http://blogs.adobe.com/aharui From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On Behalf Of tchredeemed Sent: Friday, February 06, 2009 11:15 AM To:

Re: [flexcoders] Re: Look for a tool to test remoteobject(AMF) format functions?

2009-02-06 Thread dnk
On 6-Feb-09, at 1:08 PM, markflex2007 wrote: But I have about 100 functions and some of them need pass different objects. WebOrb have test tool but only for weborb. I need a common tool. Thanks Mark Pretty sure there is no such tool (as I am sure it would have been mentioned on this

Re: [flexcoders] Menu icons not displayedMore info

2009-02-06 Thread blagger
Replace the Main.mxml file with http://www.nabble.com/file/p21879941/Main.mxml this new Main.mxml . Note the addition of the embedded resource definitions at the top. These are duplicated from where they are originally declared. It seems ridiculous to have to duplicate every resource definition

Re: [flexcoders] Menu icons not displayedMore info

2009-02-06 Thread blagger
D Unit wrote: So after playing around with this mxml, I've found that if I place the mxml for the menubar within the main application mxml tag, then everything works. However, if I put the menubar mxml in a separate file and include it within the application mxml, then the sub-menu icons

Re: [flexcoders] The First Flex Open Iteration Meeting

2009-02-06 Thread Matt Chotin
I got the Fx prefix discussion going on the forums. The discussion begins! http://www.adobeforums.com/webx?128@@.59b7cdf0 Matt On 2/6/09 12:07 AM, Gregor Kiddie gkid...@inpses.co.uk wrote: That's a sensible move to be honest. Given the amount of spam that flew through in the last

[flexcoders] Re: Silent Print from Flex on Kiosk

2009-02-06 Thread Jeremi Bergman
If anyone else comes across this need, here's how I solved it for my particular setup. My Flex app is the client on the Kiosk that connects via RPC back to a PHP backend. So when I need to print, I call a service on my backend which generates a PDF and returns a URL. Flex then calls a Java

[flexcoders] Odd behaviour with scaleX/scaleY when only minWidth/minHeight is set

2009-02-06 Thread Jason Y. Kwong
Consider this VBox: mx:VBox id=mybox borderStyle=solid minWidth=400 minHeight=300/ There's no explicit width or height, only the minimums are set. When the app runs, we get a 400x300 box. All good. However, if we try to scale this box: mybox.scaleX = mybox.scaleY = 0.5; I would think that

RE: [flexcoders] Flex Truncating Button Labels

2009-02-06 Thread Anne Porosoff
Alex, I think you may be on to something. I started messing around with the resolution on my laptop and noticed that the labels and such look perfectly fine if I'm running 1024x768 or even 1280x768. However, the labels started to fall apart again as soon as I reset my resolution back to

[flexcoders] Rotating Image with Matrix Transform

2009-02-06 Thread Corey Smaller
hi, Im working on rotating an image simulating the Free Transform tool in Flash. I got it to rotate to 180 but then the image will not rotate further. so basically it gets upside down and then fights me and doesnt move. I have the source viewable on the example. the method is in the

Re: [flexcoders] Re: Getting at variables inside a function that accepts a function

2009-02-06 Thread Josh McDonald
It's not possible, any closure only has access to the variables in scope when it is defined. function foo(a,b,c,f) { var bar = function() {//has access to everything in foo} function baz() {//Same as above} } var bash = function() { //Does not have access to what's in foo() at any time}

[flexcoders] Re: array not being refreshed

2009-02-06 Thread stinasius
even when i use an array collection there is no change. even the displayshelf component has a mechanism of turn an array into arraycollection. i don't know if its possible to have new images loaded in the component dynamically. i have only tried using this component with static images but now my