[flexcoders] Automatically granting local trust in Flex Builder 3

2008-07-03 Thread Stephen Downs
I thought Flex Builder 3 was supposed to automatically grant local trust to all swfs when debugging. That's what I'm trying to do, but I'm finding that all swfs are by default set to the local-with-network sandbox. System Setup: Mac OS X 10.5.4 Flex Builder 3 Safari 3.1.2 with Flash Player

Re: [flexcoders] Caringorm Event

2008-07-03 Thread Tom Chiverton
On Wednesday 02 Jul 2008, [EMAIL PROTECTED] wrote: hi every i facing problem while re-dispatching Caringorm event. i have ... problem here is code for my event class.. You forgot to say what the problem was. -- Tom Chiverton This email is

[flexcoders] Extending the PromptArrayCollection Class (brain freeze)

2008-07-03 Thread nwebb
Hi, The Adobe technote provides a class for getting around the problem of having a re-selectable prompt for a combo box: ( http://kb.adobe.com/selfservice/viewContent.do?externalId=1fecccbasliceId=1 ) I've mainly been using it like this: mx:ComboBox id=supplierComp dataProvider={ new

[flexcoders] Passing Initialization Parameter to a Popup Form ?

2008-07-03 Thread pbrendanc
Is there a way to pass/initialize a parameter when it is initially created - based on the value passed I plan to render the popup differently as part of my create complete processing in the popup. I don't want to set/pass the variables after I've created the popup since that is too late. Any

[flexcoders] Anyone familiar with CF-Flex remoting?

2008-07-03 Thread nwebb
Hi, I'd like to pass 2 arguments to a remote method called returnOrders. Something like: //Flex var token:AsyncToken = ro.returnOrders(userId, filterObj); The first argument is a String called id and the second is an Object (see below for full code). The CF guy I'm working with says that if I

Re: [flexcoders] PrintDataGrid is not work properly

2008-07-03 Thread Tom Chiverton
On Thursday 03 Jul 2008, Azlin Shah wrote: printing output for every page is not follow exactly in from datagrid in main application . This is by design. Sometime last row for every page is not appeared and next page will skip that row . Sometime printing area is not apply to all page .

Re: [flexcoders] How to set up Flex builder 3 with LCDS 2.5?

2008-07-03 Thread jitendra jain
Go to this link http://amitonflex.blogspot.com/search/label/Flex%20Builder%203  Thanks, with Regards, Jitendra Jain Software Engineer 91-9979960798 - Original Message From: Sherif Abdou [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent: Thursday, July 3, 2008 10:50:15 AM Subject:

Re: [flexcoders] Inspecting data from HTTPService result to an ArrayCollection

2008-07-03 Thread Stephen More
On Wed, Jul 2, 2008 at 6:29 PM, Tracy Spratt tsp...com wrote: I advise using resultFormat=e4x, a result handler function, and an instance variable to hold the xmlResult. I started out using e4x until I ran into what I think is a bug: https://bugs.adobe.com/jira/browse/SDK-15976 DataTips in

[flexcoders] Saving or Exporting application charts as images?

2008-07-03 Thread cox.blair
Hi everyone, Our application will have charts and it will be required that the user be able to save these charts as an image suitable for use in MS Office products - ie. Word PowerPoint. The user shouldn't have to perform any editing or cropping. Any ideas on how this could be accomplished -

[flexcoders] Re: remover water mark from Trial version

2008-07-03 Thread Amy
--- In flexcoders@yahoogroups.com, Vivian Richard [EMAIL PROTECTED] wrote: Thanks Rick, that would be too much to ask for. I guess only JESUS would do that for some one. :-))) I have a goat named Jesus. I don't think he knows how to work a computer...

[flexcoders] Re: MXML component with multiple controls as an itemRenderer

2008-07-03 Thread Amy
--- In flexcoders@yahoogroups.com, Keith [EMAIL PROTECTED] wrote: *QUESTION: Can anyone send a good link explaining how to build a MXML component with mulitple input controls using it as an itemRenderer in a List? **My controls of the list items reset and do not update when I scroll

[flexcoders] AdvancedDataGrid scrolling

2008-07-03 Thread michal.sustr
Hi, is there a way how to enable AdvancedDataGrid scrolling not on rows, but on parts of rows? If some rows are too long (and others short), you can see jumping which is not very pleasant and is quite confusing. Sometimes it is even not possible to scroll down to last row.

[flexcoders] WebService Issue

2008-07-03 Thread shameer.forflex
My flex application is calling a webservice. It runs fine locally. When put on the server, I am getting an error. The fault string looks like message faultCode:Channel.Security.Error faultString:'Security error accessing url' faultDetail:'Unable to load WSDL. If currently online, please verify

[flexcoders] InteractiveBubble - axis renderer problems

2008-07-03 Thread placewithoutname
Hi all, I've been experimenting with Ely Greenfield's excellent 'InteractiveBubble' chart, and I think I've found a bug in the standard Flex 3 AxisRenderer. I modified Ely's example to use the standard AxisRenderer, and now panning the chart causes problems when axis labels reach the edge of the

[flexcoders] Drag-n-Drop problem in DataGrid with custom ItemRenderer ...

2008-07-03 Thread Muhammad Ariful Islam
Hi, I am trying to use a DataGrid to set the ordering of a group of images. I want to do this with a DataGrid which will show me some properties of the images in different columns including a thumbnail of the image. The problem is when I use any custom renderer for any column, the draging is

[flexcoders] Monitoring network connectivity with main NativeWindow closed()

2008-07-03 Thread marcpermanyer
(this was first posted in apollocoders, but it doesn't seem to be active. sorry if this is not the place for AIR questions) Hi all! the Network change event: NativeApplication.nativeApplication.addEventListener(Event.NETWORK_CHANGE, onNetworkChange); does not seem to be dispatched if the

[flexcoders] Row border thickness

2008-07-03 Thread markgoldin_2000
If I know a rowIndex in DG can I change a border of that row or border's color? Thanks

[flexcoders] How to prevent selecting List item while clicking button in itemrenderer ?

2008-07-03 Thread Adnan Doric
Hello, I have a List and an itemRenderer with a button in it. Actually, each time I click the button, the item is selected in the list and the change event is triggered (normal). I would like to be able to click that button inside itemRenderer without selecting that item in the list.

[flexcoders] Head Request... for monitoring network

2008-07-03 Thread quantum_ohm
Hi All ! does anybody know if there is another way to check the network connection than the Head request ? I mean testing not from an URL, but on something else, maybe more reliable ? var headRequest:URLRequest = new URLRequest(); headRequest.method = HEAD; headRequest.url =

[flexcoders] DoubleClick on a shortcut of which app is masked in the taskbar

2008-07-03 Thread quantum_ohm
Does somebody know if there is a way to make an AIR app which is masked in the task bar, to appear again when we doubleclick on its shortcut on the desktop ??? Thx for help.

[flexcoders] Re: Anyone familiar with CF-Flex remoting?

2008-07-03 Thread valdhor
var objectToSend:Object; objectToSend.userId = userId; objectToSend.filterObj = filterObj; var token:AsyncToken = ro.returnOrders(objectToSend); --- In flexcoders@yahoogroups.com, nwebb [EMAIL PROTECTED] wrote: Hi, I'd like to pass 2 arguments to a remote method called returnOrders.

[flexcoders] Re: Flex Drag Drop Tree Pull and push data into database

2008-07-03 Thread valdhor
1. Why JSON or XML? Have you checked out using Value Objects and WebORB? 2 3. I have not worked with drag/drop or tree's as yet. Maybe someone else can lend a hand here. --- In flexcoders@yahoogroups.com, timgerr [EMAIL PROTECTED] wrote: Hello all, I am working on a project that is using

[flexcoders] Datagrid editedItem

2008-07-03 Thread Deniz Davutoglu
Hello guys, I need to write excell like aplication. which will send data to server after every cell edited. I wrote some code and send data in event editing ended but by doing this it send data to server every time I change focus of cell. I need some code to determinate sell content is changed or

[flexcoders] Re: Saving or Exporting application charts as images?

2008-07-03 Thread cox.blair
Can this be done without using AIR? http://www.adobe.com/cfusion/communityengine/index.cfm?event=showdetailsproductId=2postId=8406 --- In flexcoders@yahoogroups.com, cox.blair [EMAIL PROTECTED] wrote: Hi everyone, Our application will have charts and it will be required that the user be

[flexcoders] Re: Saving or Exporting application charts as images?

2008-07-03 Thread cox.blair
Isn't the Internet just nifty! Answered my own question. For anyone reading this, hopefully this link still exists and will answer your question :) http://dougmccune.com/blog/2007/06/03/save-a-snapshot-image-of-a-flex-app-without-a-server/

Re: [flexcoders] Flex Builder Debug Issue

2008-07-03 Thread jonese
It fails in both Firefox 3 IE7 so i'm pretty sure it's not related to plug-ins. my IE is VERY vanilla. jonese http://www.jonese.us http://twitter.com/jonese On Wed, Jul 2, 2008 at 9:56 PM, Tracy Spratt [EMAIL PROTECTED] wrote: Are you running Firefox with any add-ins, like GreaseMonkey? This

[flexcoders] Can I work with charting components with a team that has only FB Standard?

2008-07-03 Thread João
Hello, I have a question that might be a common problem. Imagine a team of 8 people, each of them with a copy of FB 3 standard, working on the same project using source control to synchronize code. Now imagine a client that wants a sales chart on a specific view of the project. I will be the

Re: [flexcoders] Flex Builder Debug Issue

2008-07-03 Thread Tom Chiverton
On Thursday 03 Jul 2008, jonese wrote: It fails in both Firefox 3 IE7 FF and IE use totally separate Flash players. -- Tom Chiverton This email is sent for and on behalf of Halliwells LLP. Halliwells LLP is a limited liability

[flexcoders] Re: remover water mark from Trial version

2008-07-03 Thread Merrill, Jason
The OP needs to buy a license to the charting components if they want to compile them. Compiliing them for someone else is illegal. The license is for single-use only. You could argue, well, I compiled some source code with a legal copy, so it's legal,- I don't think Adobe's lawyers would

[flexcoders] Problems with SWFLoader

2008-07-03 Thread carloveparade
I had been working with the SWFLoader to embed external swf aplications on my flex application. Now I need to start a second embed swf when the first one ( a movieclip) is on the end of the movie. In other words I need to star a new movie when the first is endes, but i cant put a next button

Re: [flexcoders] Refreshing array inside a DataGrid itemRenderer

2008-07-03 Thread Tom McNeer
Hi Alex, Thanks for the response. On Wed, Jul 2, 2008 at 9:00 PM, Alex Harui [EMAIL PROTECTED] wrote: You can pass an array into a List or ComboBox and it will display it. But since it is simply an array, and not a collection object, the List won't be able to detect a change in the

[flexcoders] Re: legend setstyle not working properly

2008-07-03 Thread netdeep
That did it! Thanks! --- In flexcoders@yahoogroups.com, Tim Hoff [EMAIL PROTECTED] wrote: Looks like direction is a property; not a style. Try genericLegend.direction = horizontal; -TH --- In flexcoders@yahoogroups.com, netdeep deepnet@ wrote: I am trying to change the

Re: [flexcoders] Re: Anyone familiar with CF-Flex remoting?

2008-07-03 Thread Tom McNeer
I could be very wrong, because I'm pretty new to Flex. But it's my understanding that a method called on a RemoteObject needs to send multiple arguments as an array. You actually are sending multiple arguments. You just can't pass them as a usual list of arguments, one after another. On Thu, Jul

Re: [flexcoders] Best practices for a data driven game

2008-07-03 Thread Tom Chiverton
On Sunday 29 Jun 2008, jason.maskell wrote: Is there a nice way to do this? I can think of a potential hack like embedding the assets in some class but then how do I reference the embedded classes from XML? Load then using a style SWF- you could give that filename in the XML. -- Tom

[flexcoders] Re: #2038: File I/O Error

2008-07-03 Thread lytvynyuk
Well, I've picked file by browsing using FileReference's browse() method, and my file is simple *.png --- In flexcoders@yahoogroups.com, Sean Clark Hess [EMAIL PROTECTED] wrote: The other thing is that the file may be corrupted, or doesn't exist... On Wed, Jul 2, 2008 at 1:43 PM, lytvynyuk

Re: [flexcoders] Re: #2038: File I/O Error

2008-07-03 Thread Sean Clark Hess
Yeah, sorry, I'm not sure On Thu, Jul 3, 2008 at 8:50 AM, lytvynyuk [EMAIL PROTECTED] wrote: Well, I've picked file by browsing using FileReference's browse() method, and my file is simple *.png --- In flexcoders@yahoogroups.com flexcoders%40yahoogroups.com, Sean Clark Hess [EMAIL

[flexcoders] Re: #2038: File I/O Error

2008-07-03 Thread lytvynyuk
Update: I works under IE7 doesn't work with Rirefox 2.0.0.15! Doesn't work with Opera as well! I suspect this is not browser issue, this is FlashPlayer issue, because Firefox and Opera uses same Flash Player binaries! --- In flexcoders@yahoogroups.com, lytvynyuk [EMAIL PROTECTED] wrote: I

Re: [flexcoders] Re: #2038: File I/O Error

2008-07-03 Thread Sean Clark Hess
Do you have different versions running in IE and firefox? On Thu, Jul 3, 2008 at 8:56 AM, lytvynyuk [EMAIL PROTECTED] wrote: Update: I works under IE7 doesn't work with Rirefox 2.0.0.15! Doesn't work with Opera as well! I suspect this is not browser issue, this is FlashPlayer issue,

[flexcoders] Flex Builder Issues

2008-07-03 Thread steve.baney
I thought I had this figured out, but apparently the issues run deeper than I thought. I'm running: Eclipse Platform Version: 3.3.2 Build id: M20080221-1800 Flex Builder Plug-In Version 3.0 (build 3.0.194161) Flex 3.0 SDK or Flex 3.0.0.477 SDK When I pull a fresh copy of my program from my

Re: [flexcoders] Problems with SWFLoader

2008-07-03 Thread Sean Clark Hess
Is the loaded swf written the same version of actionscript as the loader? On Thu, Jul 3, 2008 at 8:21 AM, carloveparade [EMAIL PROTECTED] wrote: I had been working with the SWFLoader to embed external swf aplications on my flex application. Now I need to start a second embed swf when the

Re: [flexcoders] Saving or Exporting application charts as images?

2008-07-03 Thread Sean Clark Hess
I've tried things like this before, and it never works. I can't remember if there's some way to do this natively with as3, or if I was doing it with a swf2exe tool, but either way, it sucks. Send the data serverside and regenerate it there. Your serverside language should have some packages to

Re: [flexcoders] Can I work with charting components with a team that has only FB Standard?

2008-07-03 Thread Richard Rodseth
The others will see the charts with watermarks on them. If you have a centralized build machine, it will need a copy of the license installed so that the deployed SWF doesn't have the watermarks. I'm not sure of the legal details (i.e. whether you need to purchase a separate license for your build

[flexcoders] Security and ExternalInterface

2008-07-03 Thread Jamie S
I'm having a problem with getting Security Sandbox Violations while trying to allow a JavaScript file ( specifically the history.js file used for deep linking ) to call in to my swf when the swf is loaded in from a different domain. Even though I used Security.allowDomain(*) in my swf, I still get

[flexcoders] Re: Problems with SWFLoader

2008-07-03 Thread carloveparade
--- In flexcoders@yahoogroups.com, Sean Clark Hess [EMAIL PROTECTED] wrote: yes, both as3 Is the loaded swf written the same version of actionscript as the loader? On Thu, Jul 3, 2008 at 8:21 AM, carloveparade [EMAIL PROTECTED] wrote: I had been working with the SWFLoader to embed

[flexcoders] Re: Problems with SWFLoader

2008-07-03 Thread carloveparade
--- In flexcoders@yahoogroups.com, Sean Clark Hess [EMAIL PROTECTED] wrote: Is the loaded swf written the same version of actionscript as the loader? On Thu, Jul 3, 2008 at 8:21 AM, carloveparade [EMAIL PROTECTED] wrote: I had been working with the SWFLoader to embed external swf

[flexcoders] Re: Anyone familiar with CF-Flex remoting?

2008-07-03 Thread valdhor
Of course you can send multiple arguments to a remoting method (Disclaimer: I know it works with WebORB because I just tried it). You just need to make sure the method can take multiple parameters and you are sure of the order in which they arrive. --- In flexcoders@yahoogroups.com, nwebb [EMAIL

Re: [flexcoders] Re: Problems with SWFLoader

2008-07-03 Thread Sean Clark Hess
SWFLoader has a content property. As soon as it is fully loaded and content is defined, try something like this. var movie:MovieClip = mySwfLoader.content as MovieClip; movie.addEventListener( ... uhhh Actually, I've never worked with flash movieclips in as3 (I've only used flex stuff). Why

Re: [flexcoders] Flex Builder Issues

2008-07-03 Thread Tom Chiverton
On Thursday 03 Jul 2008, steve.baney wrote: Eclipse Platform Version: 3.3.2 Build id: M20080221-1800 I'm thinking this is a really obscure issue. Yeah, not seen anyone else with it. Are you using a recent JVM ? Is this Windows, Mac or Linux ? Do you have on-access virus scanning (or

[flexcoders] split mxml files

2008-07-03 Thread Tiago Santarosa
Hi, I have 10 states in the application main.mxml, I would divide the code in 10 other files mxml being included by main.mxml. I would thank any help! tks, Tiago

[flexcoders] Re: Flex Builder Issues

2008-07-03 Thread steve.baney
Thanks for the response! That gave me a few avenues to pursue. I'm running 1.6.0_05 JRE, I'm not sure if the JVM would be different WinXP SP3, I also tried it on a pretty fresh install of the same OS on a different machine We're running Symantec in a Client-Server setup, I'll putz around with

[flexcoders] LCDS Performance (hibernate cascade)

2008-07-03 Thread Shailesh Mangal
We are using LCDS 2.5.1 and have a bit of a strange need. Here is a simplistic Object model.Object A --- Object B Collection [One-TO-Many] Object B collection can be really huge and the relation between A and B is not need on the client but is needed on server so that we can take advantage of 

RE: [flexcoders] LCDS Performance (hibernate cascade)

2008-07-03 Thread Jeff Vroom
Hi Shailesh, Answers inline: From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Shailesh Mangal Sent: Thursday, July 03, 2008 9:15 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] LCDS Performance (hibernate cascade) We are using LCDS 2.5.1 and have a bit of a

Re: [flexcoders] Can I work with charting components with a team that has only FB Standard?

2008-07-03 Thread Matt Chotin
From a technology perspective everything will be fine, just users without the charts license will see the watermark. From a licensing perspective, if you all are working on the same application and that application uses charts, you all should have an FB Pro license. Just pass the cost on to

[flexcoders] Re: AdvancedDataGrid scrolling

2008-07-03 Thread Tim Hoff
Hi, The only way to get smooth scrolling, with any of the list based components, is to place them in a container (like canvas) and set the list's height explicitly; to render all of the items (valueCommit=myList.height = myList.measureHeightOfItems). This will give you a performance hit, but

[flexcoders] Re: Caringorm Event

2008-07-03 Thread Tim Hoff
What, you've foresaken ESP? :)) -TH --- In flexcoders@yahoogroups.com, Tom Chiverton [EMAIL PROTECTED] wrote: On Wednesday 02 Jul 2008, [EMAIL PROTECTED] wrote: hi every i facing problem while re-dispatching Caringorm event. i have ... problem here is code for my event class.. You

[flexcoders] SWFObject example

2008-07-03 Thread Richard Rodseth
Can anyone please point me at a SWFObject 2 example wrapper with a header, footer, and Flex app that resizes to fill the browser window (except for the header/footer of course). No browser scrollbars. Thanks.

RE: [flexcoders] Security and ExternalInterface

2008-07-03 Thread Alex Harui
I think there is a recent bug on this issue. From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Jamie S Sent: Thursday, July 03, 2008 8:23 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] Security and ExternalInterface I'm

[flexcoders] XML to Array Collection

2008-07-03 Thread kirilminevgroups
I need to fill an ArrayCollection from XML object. I have my result event which returns string with xml structure: NFS - Trade OrNo000Y/OrNo Date6/10/2008 6:25:00 AM/Date IPxx.xxx.xx.xx/IP ExCBOT-A/Ex AAdd/A Trdxxx/Trd W2G15/W2G W2E15/W2E G2E0/G2E /Trade /NFS

[flexcoders] Manipulating child panels of a tabnavigator

2008-07-03 Thread Adrian Williams
Hi guys, Am having a doozy of a time figuring this out. I am using the flexlib SuperTabNavigator to create tabbed containers. Then I am creating individual SuperPanelPlus panels within the containers for each tab. Basically creating a dashboard with the tabs acting as the switch to change

RE: [flexcoders] How to prevent selecting List item while clicking button in itemrenderer ?

2008-07-03 Thread Alex Harui
stopImmediatePropagation From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Adnan Doric Sent: Thursday, July 03, 2008 5:56 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] How to prevent selecting List item while clicking button in

RE: [flexcoders] Row border thickness

2008-07-03 Thread Alex Harui
Yes, should be possible. I'd subclass DG. There are protected methods you might find useful. From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of markgoldin_2000 Sent: Thursday, July 03, 2008 5:45 AM To: flexcoders@yahoogroups.com Subject:

RE: [flexcoders] Drag-n-Drop problem in DataGrid with custom ItemRenderer ...

2008-07-03 Thread Alex Harui
If the renderer is causing problem, you should probably show the renderer code. From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Muhammad Ariful Islam Sent: Thursday, July 03, 2008 1:37 AM To: flexcoders@yahoogroups.com Subject:

Re: [flexcoders] split mxml files

2008-07-03 Thread Simon Bailey
Create 10 new mxml components, create a new name space in your Application Tag as below and then instantiate them as new components: mx:Application xmlns:mx=http://www.adobe.com/2006/mxml; xmlns:view=components.* layout=absolute

RE: [flexcoders] Passing Initialization Parameter to a Popup Form ?

2008-07-03 Thread Alex Harui
Instead of calling createPopUp, do new MyPopUp(), set some properties and call addPopUp From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of pbrendanc Sent: Thursday, July 03, 2008 1:51 AM To: flexcoders@yahoogroups.com Subject: [flexcoders]

RE: [flexcoders] Extending the PromptArrayCollection Class (brain freeze)

2008-07-03 Thread Alex Harui
It is probably easiest just to reset the CB's dp when the data is available. From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of nwebb Sent: Thursday, July 03, 2008 1:45 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] Extending the

[flexcoders] Re: Can I work with charting components with a team that has only FB Standard?

2008-07-03 Thread João
What if I work in a module that uses the charting components, and the others work in other modules that don't use charting components? Will that create licensing problems? I wish I could pass that costs to the clients but this is Portugal ... even banks discuss every little cent when it comes to

Re: [flexcoders] Re: Can I work with charting components with a team that has only FB Standard?

2008-07-03 Thread Matt Chotin
It's all about whether they're building the modules. Honestly I can't really provide the legal advice, the license we put out has to be the definitive word as far as our lawyers are concerned, they really don't want me interpreting. Matt On 7/3/08 10:03 AM, João [EMAIL PROTECTED] wrote:

[flexcoders] Re: Flex Builder Issues

2008-07-03 Thread steve.baney
Here's the jinx: Disabling Symantec Anti-Virus seems to have fixed it. Can't believe I didn't think of this earlier... Thanks a bunch for the good ideas! Steve --- In flexcoders@yahoogroups.com, steve.baney [EMAIL PROTECTED] wrote: I thought I had this figured out, but apparently the

[flexcoders] Re: Saving or Exporting application charts as images?

2008-07-03 Thread cox.blair
Hmm, yup that sucks. I'll be using PHP5 and MySQL 4.1, any tips on where I could look for some tips on accomplishing this? New territory for me. Cheers, --- In flexcoders@yahoogroups.com, Sean Clark Hess [EMAIL PROTECTED] wrote: I've tried things like this before, and it never works. I can't

[flexcoders] Re: Flex Builder Issues

2008-07-03 Thread steve.baney
Helped, still didn't fix the syntax error checking...

Re: [flexcoders] XML to Array Collection

2008-07-03 Thread Simon Bailey
Here is a simple example ripped from an old app which should help: ?xml version=1.0 encoding=ISO-8859-1? media content type=video titleKrome/title url/url descriptionDr Krome on the scratch using 2 turntables from the boogie down bristol.../description

[flexcoders] Re: Problems with SWFLoader

2008-07-03 Thread carloveparade
--- In flexcoders@yahoogroups.com, Sean Clark Hess [EMAIL PROTECTED] wrote: OKOKOKOK, Im using flex and i need to put a swf publicity on my panel, im using swfloader and after publicity is on the end i need to go to another panel or canvas using a viewstack. but i need to go to the other

Re: [flexcoders] Re: Problems with SWFLoader

2008-07-03 Thread Sean Clark Hess
I'm not sure how to detect when it finished playing. Anyone? On Thu, Jul 3, 2008 at 11:35 AM, carloveparade [EMAIL PROTECTED] wrote: --- In flexcoders@yahoogroups.com flexcoders%40yahoogroups.com, Sean Clark Hess [EMAIL PROTECTED] wrote: OKOKOKOK, Im using flex and i need to put a swf

Re: [flexcoders] Re: Problems with SWFLoader

2008-07-03 Thread Sean Clark Hess
Oh, i know what to do. On the last frame of your animation, put the following in. dispatchEvent(new Event('lastFrame')); Then, you can listen for that event to know when to start the next one, using the idea I wrote before On Thu, Jul 3, 2008 at 11:47 AM, Sean Clark Hess [EMAIL PROTECTED]

[flexcoders] Re: Can I work with charting components with a team that has only FB Standard?

2008-07-03 Thread João
Thanks Matt. JS

[flexcoders] Re: How to access properties of symbols in loaded SWF?

2008-07-03 Thread scalenine
Actually, you could translate the artwork you created in Illustrator to Degrafa Path data and make a full Illustrator-like authoring tool. Here's some simple examples: http://samples.degrafa.com/BindingSample/BindingSample.html

[flexcoders] Tree corruption when adding leaves

2008-07-03 Thread davidyoungbloodipog
I have a tree that I can DND leaves to nodes. This works fine so long as I don't drop on an open node! When I drop on an open node, the leaves are accepted and the XML looks fine, but the visual tree becomes corrupt (folders and contents get all jumbled up). I have tried various ways to overcome

RE: [flexcoders] Tree corruption when adding leaves

2008-07-03 Thread Alex Harui
That sounds like a Flex 2 issue. Is this running on Flex 3? From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of davidyoungbloodipog Sent: Thursday, July 03, 2008 11:14 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] Tree corruption

[flexcoders] Re: DataGrid

2008-07-03 Thread Niraj
Hey Rob: I looked at the code for DataGrid.as and DataGridBase.as i am still confused which method I should be overriding. Can you provide me a little more insight? Thanks Niraj. --- In flexcoders@yahoogroups.com, Rob Rusher [EMAIL PROTECTED] wrote: You are going to have to pull out your

[flexcoders] Re: #2038: File I/O Error

2008-07-03 Thread lytvynyuk
Absolutely same code. Looks like there is some issue with flash player version for Firefox/Opera, which doesn't work properly while uploading via HTTPS. Or may be I'm doing something wrong. --- In flexcoders@yahoogroups.com, Sean Clark Hess [EMAIL PROTECTED] wrote: Do you have different

[flexcoders] referencing style classes in css

2008-07-03 Thread Aaron Miller
Hello, Sorry if this is kind of off topic but I had a question about using css styles to skin my app. I have one application that is deployed on many different sites, all of which have different skins loaded at run time. I want to make it quick and easy to update the skins by setting basic

[flexcoders] SWF Object?

2008-07-03 Thread odiel_leon
Hi. I want to make some characters on Flash an latter use in a Flex project. The chacarters have some animations (Movie clips). I know how to import a swf using swfloader. The problem is that i want to know how to tell the character to play some animations. Can help me?

[flexcoders] Re: Drag-n-Drop problem in DataGrid with custom ItemRenderer ...

2008-07-03 Thread Muhammad Ariful Islam
Here is the code for GridImageRenderer which I'm using. The code is a little messy because of its complex use, sorry for that. ?xml version=1.0 encoding=utf-8? mx:Canvas xmlns:mx=http://www.adobe.com/2006/mxml; width=100 height=115 creationComplete=initCanvus() mx:Metadata

[flexcoders] Framework Caching Affecting Security Settings?

2008-07-03 Thread Jamie S
Does Framework Caching affect the security settings? I was banging my head against a wall because my app was throwing security violations all over the place when an outside swf ( or JavaScript ) tried to access the main app. I was using Security.allowDomain(*) but it was being ignored completely.

RE: [flexcoders] Framework Caching Affecting Security Settings?

2008-07-03 Thread Alex Harui
Can you put together a mini-example of the issue so we can see more specifics? From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Jamie S Sent: Thursday, July 03, 2008 11:48 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] Framework

[flexcoders] Problem with run time tracing

2008-07-03 Thread markgoldin_2000
My production box is Server 2003 R2. I am expecting to have a logs folder in c:\Documents and Settings\mgoldin\Application Data\Macromedia\Flash Player. But it's not there, nor anywhere. Any idea, what's wrong? my mm.cfg looks like this: ErrorReportingEnable=1 TraceOutputFileEnable=1 and it is

[flexcoders] Dynamic Data Grid Problem

2008-07-03 Thread e_r_i_s_e_d
I'm creating a datagrid that gets all its information for an xml. I've got the column headers to work but for some reason I must be missing how to get the data to load. Here's the code: private function dataHandler(event:ResultEvent):void { m_data =

Re: [flexcoders] Flex Builder Debug Issue

2008-07-03 Thread jonese
Tom. Thank i'm aware that they use separate players, i just figured i'd head off those who say to try another browser by pointing out that both the FF and IE players fail to connect to the debugger in Flex Builder 3. Still looking for anyone who can help fix this issue jonese

Re: [flexcoders] Re: Problems with SWFLoader

2008-07-03 Thread Simon Bailey
From what I recall another point is that if your gonna dispatch an event from any frame other than the first, the Event type when declared i.e. var lastF:String; needs to be declared on the first frame! I may stand to be corrected here? Cheers, Simon newtriks.com On 3 Jul 2008, at

RE: [flexcoders] Re: Drag-n-Drop problem in DataGrid with custom ItemRenderer ...

2008-07-03 Thread Alex Harui
I didn't see anything obvious. What are the specifics of the problem? From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Muhammad Ariful Islam Sent: Thursday, July 03, 2008 11:47 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] Re:

RE: [flexcoders] Problem with run time tracing

2008-07-03 Thread Alex Harui
Does your production box have a debugger player? The release player doesn't output traces From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of markgoldin_2000 Sent: Thursday, July 03, 2008 11:55 AM To: flexcoders@yahoogroups.com Subject:

[flexcoders] LCDS: Problem with destination inheritance

2008-07-03 Thread gordon_greg
Hello, I'm using the latest LCDS 2.6.RC1 with the HibernateAssembler and a non-trivial data model that relies upon destination inheritance in a few places. In general everything works great, but occasionally, when I remove an element from a collection using dataService.deleteItem, when I then

[flexcoders] Re: Problem with run time tracing

2008-07-03 Thread markgoldin_2000
Ah, will check. Thanks --- In flexcoders@yahoogroups.com, Alex Harui [EMAIL PROTECTED] wrote: Does your production box have a debugger player? The release player doesn't output traces From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On

[flexcoders] Dynamically Set Controls to be Required

2008-07-03 Thread gregariousgregmi
I have several comboboxes that I want to set to be required based on a login id. I have an array of objects; each object contains a string variable that is the label name of the combo box that I want to be required. The line that sets the styleName to required returns a Error #1009: Cannot

[flexcoders] Load Balancing RTMPT question.

2008-07-03 Thread bererton
Hello, I have a load balancing problem. I'm using HAProxy to load balance RTMPT connections to multiple backend servers. HAProxy does the load balancing by inserting a cookie called SERVERID into the HTTP traffic (which is what RTMPT uses). I have successfully gotten flash clients to load

[flexcoders] Re: Tree corruption when adding leaves

2008-07-03 Thread davidyoungbloodipog
Just loaded Flex 3 and got the same results. As before, when I drop on closed branches, all is OK. Dropping on open branches leads to corruption. It appears that the list rendering is suffering. The underlying XML code structure is fine though! Ideas? --- In flexcoders@yahoogroups.com, Alex

[flexcoders] Printing Column Chart

2008-07-03 Thread ghus32
Is it possible to print a column chart in Flex? Thanks

[flexcoders] Re: override updateDisplayList

2008-07-03 Thread markgoldin_2000
I got everything working with row highlighting on demand. Here is mine (mostly yours) code: override protected function drawRowBackground(s:Sprite, rowIndex:int, y:Number, height:Number, color:uint, dataIndex:int):void { if (selectedItem != null rowIndex = dataProvider.length - 1

RE: [flexcoders] Re: Drag-n-Drop problem in DataGrid with custom ItemRenderer ...

2008-07-03 Thread Md. Ariful Islam
Hi Alex, Thanks for reading my problem. The problem is, if I set the itemRenderer with a custom renderer, I can't drag at all.  While drag-n-drop works quite fine when I set dataField normally with a property name. ERRORSOME CODE, DOESN'T WORK: mx:columns mx:DataGridColumn

RE: [flexcoders] Dynamically Set Controls to be Required

2008-07-03 Thread Tracy Spratt
Are you expecting this to return a reference to a Label instance? tArray[i].ControlName as Label It will not. as is a cast, and requires that an reference to an instance of Label be contained in a variable. If ControlName contains the id of a control instantiated using an mxml tag, then

  1   2   >