[flexcoders] Re: security sandbox violations

2007-10-17 Thread Stephen Roy J. Tang
In that case, say I have an SWF compiled using FlexBuilder and I move the copy to another folder (or another machine), would it raise the security violation? --- In flexcoders@yahoogroups.com, Mac Martine [EMAIL PROTECTED] wrote: When you create a Flex workspace, that workspace path is then

[flexcoders] How to use Refresh()

2007-10-17 Thread Tom Preet
In my application am using a button for Refresh. Upto Now: I have retrived the list of files from Directory in to the combo box usingthe Remote Object method. when I select a particular file from combo the content of the file is displaying on the text area. upto here working fine. along with

[flexcoders] Re: HTTPService: Request timed out

2007-10-17 Thread mitek17
G'day! Here are the latest results from my HTTPService problems saga. I isolated the problem to the Apache2.x/mod_ssl2.x and HTTPService configuration. HTTPService works very stable with Apache 1.3/mod_ssl but with Apache2 SSL connection is vulnerable to network errors. With full logging

Re: [flexcoders] not kosher to call function from inline renderer?

2007-10-17 Thread Paul Hastings
Paul deCoursey wrote: The inline component doesn't have that method in scope. Try {this.parentDocumen t.blobToImage. ... spoke too soon. while this got rid of the complier error, that method's still not getting called ie breakpoints on it never get fired. any ideas? thanks.

[flexcoders] Re: security sandbox violations

2007-10-17 Thread Stephen Roy J. Tang
Also, my original understanding of -use-network=false is that the SWF would be trusted to access local resources, but not network resources. What counts as network resources in this case? I initially assumed that I would encounter an error if I uploaded the SWF and the image to a web server, but

[flexcoders] Grid editor not being reused

2007-10-17 Thread reflexactions
(Using FB3B2) I have a custom control I am using to edit a cell in a grid. I check it in the debugger every time I click in to the cell and a watch expression of this has a different @ number, does this indcate as I think that it is a new instance being created every time. I though editors

RE: [flexcoders] Re: security sandbox violations

2007-10-17 Thread Alex Harui
I suppose you could say that's a bug in Flex. You are either in a remote sandbox or one of the local sandboxes. You're only in remote when the swf is served via HTTP. If you're in local, it isn't a matter of what constitutes network i/o as much as what is in allowed by the sandbox. In

RE: [flexcoders] not kosher to call function from inline renderer?

2007-10-17 Thread Alex Harui
I think you want to use outerDocument. I'm surprised you didn't get a runtime error. From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Paul Hastings Sent: Tuesday, October 16, 2007 11:08 PM To: flexcoders@yahoogroups.com Subject: Re:

RE: [flexcoders] Grid editor not being reused

2007-10-17 Thread Alex Harui
Only renderers are recycled. We might recycle editors someday, but not in 3.0 either. From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of reflexactions Sent: Tuesday, October 16, 2007 11:18 PM To: flexcoders@yahoogroups.com Subject:

[flexcoders] Re: Problem printing component with

2007-10-17 Thread mitek17
Thanks, Alex! BTW, upodateEvent from Image or from the parent container? --- In flexcoders@yahoogroups.com, Alex Harui [EMAIL PROTECTED] wrote: It should be the updateComplete right after the complete event. Note that you have to wait for this before starting to print.

Re: [flexcoders] Re: Site Launch

2007-10-17 Thread Giles Roadnight
I know what you mean. It's the way it laods the data - all i na big lump and there are a lot of images on there now. I wasn't involved in this part of the design and I did voice my concerns when I was there. A prime candidate for flex data services I think. On 10/15/07, droponrcll [EMAIL

Re: [flexcoders] Mock objects in AS3

2007-10-17 Thread Christophe Herreman
Hi guys, I started looking at the EasyMock framework but haven't had the time yet to play around with this in Prana. I would be very interested in doing so. Maybe it is worth joining the Prana list so we can discuss this in detail. https://lists.sourceforge.net/lists/listinfo/prana-user

Re: [flexcoders] How to use Refresh()

2007-10-17 Thread Tom Chiverton
On Wednesday 17 Oct 2007, [EMAIL PROTECTED] wrote: along with that I placed a button for Refresh, Now when I click on the button(Refresh) I need to refresh and display the particular File. You know what is currently displayed (selectedItem in the combo box, so just fire your fetch method off

[flexcoders] Display Text in Bold

2007-10-17 Thread Ramanujam, Pratap
Hi Guys, I have a problem dunnow why it isn't working. Appreciate any inputs on this. I have a pie chart component and I need to display the String Value beside the Pie chart in Bold. The String contains an attribute result which has to be displayed in

Re: [flexcoders] Attn Moderators: A few users need help with configurations

2007-10-17 Thread Tom Chiverton
On Tuesday 16 Oct 2007, [EMAIL PROTECTED] wrote: I've seen two folks trying to figure out how to not get every email. Unsubscribe :-) -- Tom Chiverton. Are you a great Flex programmer, who knows Cairngorm, and has done some ColdFusion work ? Would you like to work for a top 30 law firm in

[flexcoders] Re: Centering CheckBox itemRenderer in grid cell?

2007-10-17 Thread candysmate
--- In flexcoders@yahoogroups.com, Alex Harui [EMAIL PROTECTED] wrote: http://blogs.adobe.com/aharui/2007/04/more_thinking_about_item_rende.htm l GREAT link Alex . Many thanks for posting that.

Re: [flexcoders] not kosher to call function from inline renderer?

2007-10-17 Thread Paul Hastings
Alex Harui wrote: I think you want to use outerDocument. I’m surprised you didn’t get a runtime error. me too ;-) yes that got. thanks.

[flexcoders] Adobe and BBC[UK] team up to offer cross platform catch-up TV / live stream

2007-10-17 Thread Tom Chiverton
(http://www.theregister.co.uk/2007/10/16/iplayer_flash_adobe_cloud/) I've not seen much fuss here yet, but projects like Adobe Media Player and the H.264 support in Player are starting to make real sense now... The only reasonable way for the BBC to do it's job and offer it's iPlayer catch-up

Re: [flexcoders] security sandbox violations

2007-10-17 Thread Muzak
Because FlexBuilder creates trust files (.cfg) for each project, allowing you to do stuff that nomally isn't allowed. Look for these: - a file called FlashAuthor.cfg - a folder called FlashPlayerTrust If you have Flex Builder installed, you'll find both in two locations (at least on Windows).

[flexcoders] Re: QTP doesn't record any actions.

2007-10-17 Thread gpeter82
Hi, Anthony. How i can turn off Tabbing in IE? I tried to find answer in IE help, But search didn't give any results. --- In flexcoders@yahoogroups.com, Anthony DeBonis [EMAIL PROTECTED] wrote: I want to confirm that this does work, I even demo'd it at MAX in Chicago, but I did find that

[flexcoders] Display Text in Bold

2007-10-17 Thread Ramanujam, Pratap
Hi Guys, I have a problem dunnow why it isn't working. Appreciate any inputs on this. I have a pie chart component and I need to display the String Value beside the Pie chart in Bold. The String contains an attribute result which has to be displayed in Bold and the text following it

[flexcoders] BindingUtils.bindProperty and mx:Binding trigger at different times! Bug?

2007-10-17 Thread cuddlygunchi
Hi, 1) I bind the selectedItem property of a List component to a variable 2) View the value of that variable on change event for the List If the binding is performed by mx:Binding, on change event, the value of the bound variable would be the latest value selected. However, if binding had

Re: [flexcoders] Instantiating an HTTPService with actionscript

2007-10-17 Thread Paul Dale
From one of mine ... private var xmlConfigService:HTTPService = new HTTPService(); xmlConfigService.useProxy=false; xmlConfigService.url=http://; + Constants.serverIP + /cgi-bin/TradeImporterRefactoring/XmlConfigService.py?ACTION=GET;

[flexcoders] Viewstack selectedChild doesn't remain invisible when told to

2007-10-17 Thread bhaq1972
I'm doing this simple test. I increase the width of a viewstack. I then make the selectedChild of the viewstack invisible. I then decrease the viewsatck size again. Problem I dont expect the viewsatck's selectedChild to become visible (after i have made it invisible). Can someone suggest

Re: [flexcoders] Viewstack selectedChild doesn't remain invisible when told to

2007-10-17 Thread Tom Chiverton
On Wednesday 17 Oct 2007, [EMAIL PROTECTED] wrote: I increase the width of a viewstack. I then make the selectedChild of the viewstack invisible. I then decrease the viewsatck size again. Problem I dont expect the viewsatck's selectedChild to become visible (after i have made it invisible).

[flexcoders] Re: Instantiating an HTTPService with actionscript

2007-10-17 Thread donvoltz
Thanks Paul for the code, how do you do this with POST as opposed to GET methods? Thanks Don

[flexcoders] Re: Can't figure out why this fails : creating a TabBar using AS

2007-10-17 Thread oneproofdk
:-O Am I red in the face !! I was obviously looking for a TabNavigator - thanks for your help :-) Thanks, Mark

[flexcoders] How to access objects made by a script (addChild)

2007-10-17 Thread oneproofdk
In a script I iterate through a collection, making new TileLists as we go along. I name these tilelist's so I can access them later. Snip #1 for (var i:int=0; idp.length;i++) { // First we make a new tabbar for the tiles

[flexcoders] Re: flex problem with coldfusion 8

2007-10-17 Thread ricrootnc
ping! Anyone? Anyone? I posted this problem to [EMAIL PROTECTED] a week or so ago but I haven't gotten a solution yet. So I'm trying flexcoders and cf-talk I have an application that doesn't seem to be working properly. Basically, I've got a query (in coldfusion 8) that returns a

[flexcoders] Re: Help Needed Please.for beginner!!!...Flex and Struts Development Instruction

2007-10-17 Thread tarun chandra
Thank You Dimitrios , When I read that it is similar to the JSPs, I thought just like we access a JSP as http://localhost:7001/bla/index.jsp and see the HTML page I could access it as http://localhost:7001/bla/index.mxml and see the swf file on the screen. Thank You for clearing that up. -

[flexcoders] New ComboBox component

2007-10-17 Thread dave_defusion
Just a quick note to let you know that I've released a new ComboBox component that implements option selection as you type, unlike the default ComboBox it does it on part words or full words. This is handy for quickly jumping to a known option in a large list of options within the ComboBox. I

[flexcoders] Re: Flex Remoting Options - Any Opinions?

2007-10-17 Thread tomeuchre
--- In flexcoders@yahoogroups.com, Bruce Hopkins [EMAIL PROTECTED] wrote: Yeah, I'm using HTTPService right now with E4X results. The for large data results, however, XML is not desirable. I'd prefer to use some framework that uses AMF3 in order to get more compact results. Bruce

[flexcoders] Problem setting localized Application.pageTitle

2007-10-17 Thread gers32
Hi, My localized application defines the following ResourceBundle for retrieving localized strings (the [Bindable] is to get rid of warning messages): [Bindable] [ResourceBundle(FDS)] private var rb:ResourceBundle; I then successfully use rb in my MXML code, except in mx:Application, where I

Re: [flexcoders] Re: flex problem with coldfusion 8

2007-10-17 Thread Tom Chiverton
On Wednesday 17 Oct 2007, [EMAIL PROTECTED] wrote: Flex is interpreting the results as strings instead of numbers, so sorting data in my datagrid is failing to work properly. Either return correctly typed value objects, or change the sort of the column. -- Tom Chiverton. Are you a great

RE: [flexcoders] Re: Site Launch

2007-10-17 Thread Mike Krotscheck
The swf's clocking in at about 2.5megs the vast majority of which is graphics, which at DSL speeds (well, mine anyway, and I'm a cheap bastard) still didn't take very long. As for the optimization stage, I'll have to talk to the PM and the CSM to see if we've got any budget for it (And additional

[flexcoders] Re: Viewstack selectedChild doesn't remain invisible when told to

2007-10-17 Thread bhaq1972
thanks. i like the idea. regards Bod --- In flexcoders@yahoogroups.com, Tom Chiverton [EMAIL PROTECTED] wrote: On Wednesday 17 Oct 2007, [EMAIL PROTECTED] wrote: I increase the width of a viewstack. I then make the selectedChild of the viewstack invisible. I then decrease the viewsatck

[flexcoders] Re: Problems do make framework caching work

2007-10-17 Thread danielvlopes
Hello Alex, i try upload the swf's files generated and everything still white and nothing happen, when i compile em builder em export release everything work fine and framework caching to. This is the content of file you ask in last email: package { import flash.text.Font; import

[flexcoders] Re: Flex Builder cannot locate the required debug version of the Flash Player

2007-10-17 Thread seemaherein
Thanks to all for response. The thing is that we can't install anything from any external site. My Flex builder version is 2.0.1 and flash player version is - 9.0.47.0 I'm not sure what to do? --- In flexcoders@yahoogroups.com, Mike Morearty [EMAIL PROTECTED] wrote: You can also find the

Re: [flexcoders] Re: Flex Builder cannot locate the required debug version of the Flash Player

2007-10-17 Thread Tom Chiverton
On Wednesday 17 Oct 2007, [EMAIL PROTECTED] wrote: The thing is that we can't install anything from any external site. How did you get Flex Builder installed then ?!? I'm not sure what to do? USB stick and your home's network :-) -- Tom Chiverton. Are you a great Flex programmer, who knows

[flexcoders] Populate List from Remote Shared Object

2007-10-17 Thread Graham Pearson
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 List: I am trying to populate a List component from a Remote Shared Object that is stored within FMS. However the List is blank when I run the application within FlexBuilder. My Code is as follows: private function

Re: [flexcoders] not kosher to call function from inline renderer?

2007-10-17 Thread Paul deCoursey
Ok, I always use parentDocument and it always works for me... what's the deal? I've never used outerDocument. Here is a quick sample: mx:TileList id=assetList columnCount=1 height=100% width=100% dataProvider={this.projectManager.videos} itemClick=this.displayAssetInfo(event); dragEnabled=true

[flexcoders] Re: tree itemRenderer problem

2007-10-17 Thread Jeff Schuenke
2.x. I just added mouseEnabled = true with no change seen. --- In flexcoders@yahoogroups.com, Alex Harui [EMAIL PROTECTED] wrote: 2.x or 3.0? In 2.x, mouseEnabled=false and may affect ContextMenu. From: flexcoders@yahoogroups.com [mailto:[EMAIL

[flexcoders] Re: not kosher to call function from inline renderer?

2007-10-17 Thread droponrcll
--- In flexcoders@yahoogroups.com, Paul Hastings [EMAIL PROTECTED] wrote: Paul deCoursey wrote: The inline component doesn't have that method in scope. Try {this.parentDocumen t.blobToImage. ... spoke too soon. while this got rid of the complier error, that method's still not getting

Re: [flexcoders] webservice wsdl parsing error? help?

2007-10-17 Thread D Mike
Hi, I've been facing the same issue mentioned and am a newbie. Was the issue resolved - if so could you please post what helped. DM tddclare wrote: Hi, I haven't worked with webservices much, but am needing to test out a service that was produced by a software package my company is

Re: [flexcoders] Re: not kosher to call function from inline renderer?

2007-10-17 Thread Paul Hastings
droponrcll wrote: Is it possible to use the blobToImage when creating the datasource for the ItemRenderers so that you just pull that as a property from the objects in your ArrayCollection? not sure i'm following.

Re: [flexcoders] Re: Flex Remoting Options - Any Opinions?

2007-10-17 Thread Bruce Hopkins
Tom, Thanks for your feed back on GDS. I have one question for you though. When I ran the simple Pojo example, I saw in the output from my Tomcat server that GDS was using AMF0, although it was supposed to be using AMF3. Do you know why that is? Thanks, Bruce On 10/16/07, tomeuchre [EMAIL

RE: [flexcoders] How to update Database Data using HTTPService

2007-10-17 Thread Tracy Spratt
Pakage your data up as an xml string in the Flex client. Send it to the jsp page using HTTPService and process the xml there to update the database. Tracy From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of vkc_nair Sent: Monday,

[flexcoders] Caching Problem..Changing Browsers Doesn't Help either

2007-10-17 Thread tarun chandra
Hi All, Please take some time out to answer this Flex Beginners questions: 1. I made some changes to my index.mxml and built my project o compile the index.swf, after I start my tomcat server and try to access my homepage (index.swf) I am still seeing the old version of my index.swf. I tried

[flexcoders] problems access a Flex/CF site via a URL

2007-10-17 Thread stephen50232
Hi, I have a site which when accessed by its URL, throws this error message: (mx.rpc::Fault)#0 errorID = 0 faultCode = Server.Processing faultDetail = (null) faultString = java.lang.NullPointerException message = faultCode:Server.Processing faultString:'java.lang.NullPointerException'

RE: [flexcoders] Can the Datagrid do this ?

2007-10-17 Thread Tracy Spratt
Also, you asked for ...do the same as if the user clicked on a row ... Be aware that if you have a handler function on the change event, it will not be called when you programatically set selectedIndex. The event valueCommit does change when the index is set programatically. Watch out for null

Re: [flexcoders] problems access a Flex/CF site via a URL

2007-10-17 Thread Tom Chiverton
On Wednesday 17 Oct 2007, [EMAIL PROTECTED] wrote: When I access the same site, via a IP address I don't get the error message and the site works fine. At a guess, you have some cross domain problem with your RPC calls. What does your services-config and method calls look like ? -- Tom

Re: [flexcoders] Caching Problem..Changing Browsers Doesn't Help either

2007-10-17 Thread Tom Chiverton
On Wednesday 17 Oct 2007, [EMAIL PROTECTED] wrote: compile the index.swf, after I start my tomcat server and try to access my homepage (index.swf) I am still seeing the old version of my index.swf. Maybe it's not being compiled and/or copied correctly. Can you verify the change date on the

RE: [flexcoders] How to access objects made by a script (addChild)

2007-10-17 Thread Tracy Spratt
Setting the id this way is not the same as setting an id=myId in an mxml tag. In that case the generator/compiler creates an instance variable with the name specified in the id property containing a reference to the component. When creating children yourself, you need to build your own list

[flexcoders] Re: Very strange runtime error with a repeater.

2007-10-17 Thread Ryan
Indeed I do. It's definitely set in every case though... --- In flexcoders@yahoogroups.com, Alex Harui [EMAIL PROTECTED] wrote: Do you have a 'name' property in your data provider objects? From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On

RE: [flexcoders] Nested accordion-like menus

2007-10-17 Thread Tracy Spratt
I might start with the Tree for this since it has all the functionality already. A custom TreeItemRenderer would give you the appearance you want. An alternative would be a custom component with a parent row and a VBox for child elements. Collapse would set the height of the child Vbox

RE: [flexcoders] how to catch selected item using repeater in flex 2.0

2007-10-17 Thread Tracy Spratt
Repeater is not List and does not have automatic selection functionality. You want to have a click on the repeated item call a handler function and then do some work. Below is some sample code. Tracy Goal: Display a list of items using a complex display for each item, and have each of those

[flexcoders] Re: problems access a Flex/CF site via a URL

2007-10-17 Thread stephen50232
Well my method calls worked fine on another server I was running this application on, I've recently moved the site to a new server and repointed the URL. The service-config file looks like this: ?xml version=1.0 encoding=UTF-8? services-config services service

RE: [flexcoders] Capture literal HTTPservice error returned from server

2007-10-17 Thread Tracy Spratt
Ben, the problem lies in the browser, in that when it recieves an error response code (200?), it does not pass the full exception to the Flash Player. Some workarounds include forcing the server to return a different code. There will be more detail in the archives. My strategy is to handle

[flexcoders] Re: not kosher to call function from inline renderer?

2007-10-17 Thread droponrcll
--- In flexcoders@yahoogroups.com, Paul Hastings [EMAIL PROTECTED] wrote: droponrcll wrote: Is it possible to use the blobToImage when creating the datasource for the ItemRenderers so that you just pull that as a property from the objects in your ArrayCollection? not sure i'm

Re: [flexcoders] Re: Unknown destination 'EmployeeServiceRO

2007-10-17 Thread Greg Morphis
Still havent found anything with this. One thing I didnt mention yesterday is that there is a folder with a security check.. Just a simple check... psecurity test for app/p % if (request.getUserPrincipal() != null) { % Your user principal name is b%=

[flexcoders] Re: Very strange runtime error with a repeater.

2007-10-17 Thread Ryan
Correction, I do not have a name property set in the PROVIDER, but in the repeater there's a name attribute on of one of the components that's set like name=mydataprovider.name_element If I clear out the data it shouldn't cause this problem because the repeater shouldn't go through any

[flexcoders] Re: Very strange runtime error with a repeater.

2007-10-17 Thread Ryan
lol another correction, i meant name=myRepeater.name_element. The odd thing is that I can ADD as much data to the dataprovider as I want and re- executebindings all day, but if I remove ANY single element from the array or just clear the whole dataprovider array, the thing errors. --- In

[flexcoders] Re: html-wrapper Flex Ant Task

2007-10-17 Thread Robert Csiki
I'm having the same issue ... anyone having a solution for this, please? Thanks Robert --- In flexcoders@yahoogroups.com, chuyler1 [EMAIL PROTECTED] wrote: I've got two questions about using Ant to generate the html for our project. 1) Why isn't there a way to specify an external template

RE: [flexcoders] Re: Very strange runtime error with a repeater.

2007-10-17 Thread Alex Harui
In general, you should not have a 'name' property on things that subclass DisplayObject. One already exists and it is used for various things in Flex. From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Ryan Sent: Wednesday, October 17,

RE: [flexcoders] Re: tree itemRenderer problem

2007-10-17 Thread Alex Harui
If you go back to the default tree renderer, can you right-click and show a context menu? From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Jeff Schuenke Sent: Wednesday, October 17, 2007 7:16 AM To: flexcoders@yahoogroups.com Subject:

RE: [flexcoders] not kosher to call function from inline renderer?

2007-10-17 Thread Alex Harui
What is ClipTile? If it is based on Container, they may both be equivalent, but if it is based on an mx.controls.* it may not be the same. It would seem to me that if you got the scope wrong, you'd get an runtime error, so I can't figure out why he's in the situation he is. -Original

RE: [flexcoders] not kosher to call function from inline renderer?

2007-10-17 Thread Alex Harui
Also, I looked at his code again. It appears that he's binding to a function. The binding probably doesn't know when to fire again. I generally discourage binding to functions. He may even be getting one of those can't bind to warnings. Binding also eats runtime errors. I would override a

[flexcoders] Re: Very strange runtime error with a repeater.

2007-10-17 Thread Ryan
In this case, name is used as an identifier that I can't get around, unless there's another attribute that I can set a text value on and draw from... Any ideas there? --- In flexcoders@yahoogroups.com, Alex Harui [EMAIL PROTECTED] wrote: In general, you should not have a 'name' property on

[flexcoders] Re: Very strange runtime error with a repeater.

2007-10-17 Thread Ryan
I guess a little more explanation might help: the element in question is clickable. If someone clicks on it, my event handler will look at event.currentTarget.name to see what the name of the repeater item was, so I can work with it. --- In flexcoders@yahoogroups.com, Ryan [EMAIL PROTECTED]

RE: [flexcoders] Problem setting localized Application.pageTitle

2007-10-17 Thread Alex Harui
That's a compile-time property for setting up the default html templates. You can't use binding or set it at run-time. You can use BrowserManager in Flex 3 From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of gers32 Sent: Wednesday,

RE: [flexcoders] Display Text in Bold

2007-10-17 Thread Alex Harui
Charts may not take html. You may have to set styles and fontFamily/fontWeight From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Ramanujam, Pratap Sent: Wednesday, October 17, 2007 2:08 AM To: flexcoders@yahoogroups.com Subject:

RE: [flexcoders] Re: security sandbox violations

2007-10-17 Thread Alex Harui
Maybe I had it backwards. If use-network is true, then access to local files via absolute paths is not allowed and a trust file is required. From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Stephen Roy J. Tang Sent: Wednesday, October

RE: [flexcoders] Re: Problem printing component with

2007-10-17 Thread Alex Harui
image From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of mitek17 Sent: Wednesday, October 17, 2007 12:27 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: Problem printing component with Thanks, Alex! BTW, upodateEvent from

[flexcoders] Help on flex

2007-10-17 Thread aflexdevelopper
Hello I am looking for a way to save a swf file generated by another. For example, the principal swf file may load an image transforms it into swf and save this swf file on the disc. Also, I would like to know how to read the content of a swf file in order to extract its elements (sprites,

[flexcoders] Re: Caching Problem..Changing Browsers Doesn't Help either

2007-10-17 Thread tarun chandra
Thank You Tom, You were right found out that it was not copying the file into the eclipse workspace directory after building. Fixed it by refreshing project before building. I am not using FlexBuilder so where do I need to export the source to in order to have the View Source option on the SWF

Re: [flexcoders] Re: New Flex Aggregator

2007-10-17 Thread Scott Stroz
@Seth, thanx! @maunger, not yet. ;) On 10/16/07, maunger [EMAIL PROTECTED] wrote: but it ain't done in flex :) --- In flexcoders@yahoogroups.com flexcoders%40yahoogroups.com, Seth Caldwell [EMAIL PROTECTED] wrote: You meant http://www.flexbloggers.com =) From:

Re: [flexcoders] Re: not kosher to call function from inline renderer?

2007-10-17 Thread paulh
droponrcll wrote: I'm not sure where your sampleData.sampleIm agery is coming from, but a CFC object. var ib = new ImageBlob( i.imageWidth, i.imageHeight, blobToImage( i.thumbnial, i.imageHeight, i.imageWidth) ); tempArray.push( ib); i see. thanks.

[flexcoders] Re: Flex Remoting Options - Any Opinions?

2007-10-17 Thread tomeuchre
--- In flexcoders@yahoogroups.com, Bruce Hopkins [EMAIL PROTECTED] wrote: Tom, Thanks for your feed back on GDS. I have one question for you though. When I ran the simple Pojo example, I saw in the output from my Tomcat server that GDS was using AMF0, although it was supposed to be using

[flexcoders] Re: Very strange runtime error with a repeater.

2007-10-17 Thread Ryan
OK, what you said got me thinking and I figured out a different way to handle what I needed the name element there for. Thanks a ton for your help. --- In flexcoders@yahoogroups.com, Alex Harui [EMAIL PROTECTED] wrote: In general, you should not have a 'name' property on things that

[flexcoders] Re: Framework Caching not working

2007-10-17 Thread Darrell Loverin
This looks correct. You don't need -target-player=9.0.60 but it is not hurting anything. -Darrell --- In flexcoders@yahoogroups.com, danielvlopes [EMAIL PROTECTED] wrote: The correct way is this: -runtime-shared-library-path=C:\3.0.0 \frameworks\libs\framework.swc,C:\3.0.0

[flexcoders] Re: Framework Caching not working

2007-10-17 Thread Darrell Loverin
I clipped this output from entering mxmlc -help list details at the command line: -runtime-shared-library-path [path-element] [rsl-url] [policy-file- url] [rsl-url ] [policy-file-url] alias -rslp (repeatable) The first argument is a path to a swc. You supplied C:\3.0.0

RE: [flexcoders] Re: Very strange runtime error with a repeater.

2007-10-17 Thread Alex Harui
DisplayObjects already have a 'name' property. Flex makes some assumptions about what is in it, and if you set it via binding you run the risk of the binding firing when the dataprovider isn't set which would probably stick a null in there. If you can use some other property name like 'id' or

Re: [flexcoders] not kosher to call function from inline renderer?

2007-10-17 Thread paulh
Alex Harui wrote: Also, I looked at his code again. It appears that he’s binding to a function. The binding probably doesn’t know when to fire again. I yup though it does seem to be firing as expected. generally discourage binding to functions. He may even be getting one of those

[flexcoders] Newbie needs advice with writing data

2007-10-17 Thread Andy Gaffney
Hi all, hope you can help. I have just started learning Flex and I want to prove an essential Component of my Application. I need to be able to have a View where the user can add their images captions to the Model. What is the simplest way of doing this? I think I need a web service to do

Re: [flexcoders] not kosher to call function from inline renderer?

2007-10-17 Thread Paul deCoursey
Yes, in this case ClipTile is a Container, most of my itemRenderers are Containers. If they are not containers then I generally don't have anything to set on them. Alex Harui wrote: What is ClipTile? If it is based on Container, they may both be equivalent, but if it is based on an

RE: [flexcoders] not kosher to call function from inline renderer?

2007-10-17 Thread Alex Harui
OK. Can you summarize what your situation is currently? I'd like to see your latest code including enough code to see the function you are trying to call. From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of paulh Sent: Wednesday, October

[flexcoders] Re: Very strange runtime error with a repeater.

2007-10-17 Thread Ryan
http://tech.groups.yahoo.com/group/flexcoders/message/90981 :D --- In flexcoders@yahoogroups.com, Alex Harui [EMAIL PROTECTED] wrote: DisplayObjects already have a 'name' property. Flex makes some assumptions about what is in it, and if you set it via binding you run the risk of the binding

[flexcoders] Need alternative to callbacks?

2007-10-17 Thread wwwpl
We would like to get rid of callbacks in our project. Recently I had to change about 15 different callback function signatures. It took a long time to get everything working again because the problems had to be found at run time instead of compile time. Does anyone out there have a good

Re: [flexcoders] Can the Datagrid do this ?

2007-10-17 Thread d coda
Hi Alex Thanks for the feedback. Sorry I must be being a bit dim here, do you have some example code to point me to? I find Flex great fun and easy to use. I have built an MP3 player and used datagrids and the docs covered this really well. But I cannot find this stuff in the docs and so could

[flexcoders] New guasax website!

2007-10-17 Thread angel.blesa
Hey guys, We would like to announce the new Guasax website http://www.guasax.com , where we are going to centralize all resources about this MVC Framework for Flex / AS3. In this website we will show examples, tutorials, documentation, developer guide, blog, etc. In the collaborate section are

Re: [flexcoders] Need alternative to callbacks?

2007-10-17 Thread Ralf Bokelberg
What about adding unit tests? This would allow you to verify the signatures without running the actual application. Another possibility is to use a parameter object, so that all the callbacks have the same parameter. (this is basically how event handlers work) function myCallback( payload :

[flexcoders] reference a component from somewhere else

2007-10-17 Thread elr
Hi, From a component (ns:C2) containing a form, how can I reference an embbeded xml declared in another component (ns:C1) Using id of my xml (mysourceXml) I get an 1120 Error (Access of undefined property) !! _ //in component C1: mx:Script ![CDATA[

[flexcoders] Re: Framework Caching not working

2007-10-17 Thread Darrell Loverin
I wanted to modified/expand on my previous comment. In the Flex3 Beta, it is best to only specify -target-player if the compiler complains. The -target-player option implies you will require a minimum version of the player as specified in the option. So you should not specify

Re: [flexcoders] not kosher to call function from inline renderer?

2007-10-17 Thread paulh
Alex Harui wrote: OK. Can you summarize what your situation is currently? I’d like to see your latest code including enough code to see the function you are trying to call. sure, have to be in the morning (in about 7 hours or so) when i get back to the office, my head's full of the rest

Re: [flexcoders] Re: flex problem with coldfusion 8

2007-10-17 Thread Rick Root
I just had to create a sort functions for the columns, and use the sortCompareFunction property of the DataGridColumn. All is well now. private function sortLegal(obj1:Object, obj2:Object, fields:Array = null):Number { var total1:Number = Number(obj1.LEGCRAMT); var total2:Number =

RE: [flexcoders] reference a component from somewhere else

2007-10-17 Thread Tracy Spratt
Several ways. Application.application gives a reference to the top-level application document scope. So from inside C2, you would do somthing like: var app:Application = Application.application; var myXML:XML = app.c1.mySourceXml; //assumes the instance of component C1 has an id=c1

[flexcoders] Re: How to access objects made by a script (addChild)

2007-10-17 Thread oneproofdk
Hi Tracy Thanks for your reply - I actually think I understod that. Thanks for your answer. Best regards, Mark --- In flexcoders@yahoogroups.com, Tracy Spratt [EMAIL PROTECTED] wrote: Setting the id this way is not the same as setting an id=myId in an mxml tag. In that case the

[flexcoders] Change backgroundImage postion in Panel

2007-10-17 Thread flexawesome
Hey, Is there a way to change the position of backgroundImage in Panel? It now in the center and I need to move it to the left of Panel... Tanks == ?xml version=1.0? mx:Application xmlns:mx=http://www.adobe.com/2006/mxml; mx:VBox height=100% width=100%

[flexcoders] Flex Framework Dissection Presentation

2007-10-17 Thread Tom Ortega
Ali Mills and Luke Bayes on Flex Frameworks at the October 11, 2007 Silvafug meeting: http://adobechats.adobe.acrobat.com/p12266504/ Real interesting dissection and dialogue with the audience. Thanks, Tom

Re: [flexcoders] New guasax website!

2007-10-17 Thread [EMAIL PROTECTED]
aI remember when adobe reader came out and I couldn't understand what the heck it was for. You could read text, see images etc but it has a special niche because it displays the same no matter where you look at it, sort of like flash. But when it came out, no one from adobe could expliain to

  1   2   >