[flexcoders] Re: Icons on TabBar or ToggleButton Bar

2007-03-21 Thread scalenine
Phil, I made a Flex/Apollo theme that has a part that does what I think you're looking for. Check it out: http://www.scalenine.com/themes/messenger/messenger.html As a side note I'm thinking about starting a mailing list dedicated to UI customization stuff. The group I started can be seen here:

[flexcoders] FDS 2 becomes LDS 2.5 | See labs.adobe.com

2007-03-21 Thread greg h
from Ben Forta's blog: Flex Data Services Update On Labshttp://www.forta.com/blog/index.cfm/2007/3/20/Flex-Data-Services-Update-On-Labs Newly posted to Labs is Flex Data Services 2.5, now known as LiveCycle Data Services. http://labs.adobe.com/technologies/livecycle_dataservices2_5/ For

Re: [flexcoders] FDS 2 becomes LDS 2.5 | See labs.adobe.com

2007-03-21 Thread João Fernandes
It's known as LCDS. Also be aware that Flex Builder won't compile with the new SDK without updating some libs. João Fernandes

[flexcoders] arrayCollection.removeItem does not work ??? --bug ??

2007-03-21 Thread Yiðit Boyar
hi all; i'm using cairngorm and many data bindings from my model to views. the problem is that; i cannot remove items from dataProvider; actually i delete but they come back !!! the procedure is as it should be; i have an object commander that finds the object index from the arraycollection of

Re: [flexcoders] Help: test EventDispatcher speed please

2007-03-21 Thread Francis Bourre
You sound a bit sarcastic here ;) Be welcome anyway ! So lemme explain further: that's not a problem of speed here, that's a problem with mac player. On mac EventDispatcher.dispatchEvent is 4x slower than my custom EventDispatcher. On Pc EventDispatcher.dispatchEvent is faster than my custom

[flexcoders] Working with ads (DART) in flex ? How can you possibly do that ?

2007-03-21 Thread Jean-Luc ESSER
If someone finds a solution to this one, i'll pay him strawberries ! Is there a way of doing a js document.write in Flex ? Explanantion : Today i have a website with DART tags like this one : script !-- document.write('script language=JavaScript

[flexcoders] Developing Rich Clients, Source Code?

2007-03-21 Thread lostinrecursion
Hi all, I had the pleasure of picking up the book, Developing Rich Clients with Macromedia Flex, by our community brethren Steven Webster and Alistair McLeod. At first I was hesitant to pick it up because of the fact it was Flex 1.5 and I am a Flex 2 convert. But, I HIGHLY recommend it to anyone

[flexcoders] ColumnChart x-axis

2007-03-21 Thread Lieven Cardoen
Hi guys, Is following possible : Let's say I have a columnChart with two columns. One with value 700 and one with value 800. Now, the x-axis is value 0 (projected on y-axis), and the columns are 700 and 800 high. Now I would like to have the x- axis represent 600 (projected on y-axis), so it

Re: [flexcoders] Help: test EventDispatcher speed please

2007-03-21 Thread iiley
Really strange, and annoying, and, maybe i guess the flash player 9 is still on a early version with strange and buggy things( there is some annoying bugs i discovered http://www.rgenerat.org/iileyblog/). I think EventDispatcher is a really native class too so it can have very different speed on

[flexcoders] Re: Help - Flex application no longer works!

2007-03-21 Thread Nick Durnell
Thanks for your help Alex. First of all, I tried adding a DateFormatter to a class which is shared by all my applications and it worked! So as you say this suggests a linker dependency issue but I have no idea where the issue suddenly came from. I have not experimented with RSLs, modules or

[flexcoders] Resize issue with custom control

2007-03-21 Thread deepbits
Hi there, I have a custom control which inherits from Panel. There are 3 such controls placed on a canvas. I want to click on a control and resize it. I am trying to do something lke this example http://livedocs.adobe.com/flex/2/docs/wwhelp/wwhimpl/common/html/wwhelp.\

[flexcoders] urlloader and status codes

2007-03-21 Thread Alex MacCaw
I know that more methods are now allowed in urlloader, do we now have access to more status codes? -- http://www.eribium.org | http://juggernaut.rubyforge.org | http://www.aireofs.com | Skype: oldmanorhouse

[flexcoders] Re: Event Dispatching through more than one component

2007-03-21 Thread qnotemedia
OK, I understood the other responses, but not this one. Agreed that I tried setting bubbles to true in my customEvent, and then each event instance, and the dispatched event did not pass through embedded windows. But I've never used systemManager, nor do I entirely understand bubbling. Can

[flexcoders] Re: Security error accessing url

2007-03-21 Thread Paul Barbieux
Hi; The discussion about the security access on a web service contains a lot of responses and solutions. But I don't find any explanations about the question number 1: why we have no access problem when we test our application in the Flex Builder environment, and then we receive a lot of

Re: [flexcoders] arrayCollection.removeItem does not work ??? --bug ??

2007-03-21 Thread Yiðit Boyar
here is my delete code : //Task_1_def is the name of the class. private function doDel(task_1_def:Task_1_def):void{ var ind:Number=0; for each (var item:Object in ModelDSI.getInstance().task_1_defs){ if(task_1_def.root_id == item.root_id) {

[flexcoders] Reminder: Indy Flex User Group

2007-03-21 Thread Rich Tretola
To anyone in the Indianapolis area. This is a reminder about our Flex User Group meeting tonight at 6:30pm. I will be presenting: Here are the details: http://blog.everythingflex.com/2007/03/16/indyflex-user-group-tuesday-320/ Hope to see you there. P.S.: If there is time, maybe I can show

[flexcoders] LiveCycle Data Services 2.5 - Using dynamically referenced queue destinations

2007-03-21 Thread klumikaze
Our application currently uses a large number of queue destinations. We create the destinations in the messaging-config.xml file and compile our app against the FDS configuration files (and then upload to the J2EE container). There are 100+ queue destinations defined in messaging-config.xml

[flexcoders] Re: Calendar Component

2007-03-21 Thread klotzw
AJay, I'd recommend you check out the calendar component by Ely Greenfield at the following website. http://www.quietlyscheming.com/blog/2006/10/17/looking-for-a-flex-calendar-this-might-whet-your-appetite/ William --- In flexcoders@yahoogroups.com, Ajay K [EMAIL PROTECTED] wrote: Hi I am

[flexcoders] Re: silly question about using src folder

2007-03-21 Thread Paul DeCoursey
Yes... you set the projects main source folder to src. I highly recommend it. --- In flexcoders@yahoogroups.com, Tracy Spratt [EMAIL PROTECTED] wrote: I was just playing with Ely's Calendar, which uses the src subfolder to hold source. Using Flex Builder, I was unable to make this

[flexcoders] Compile on server vs in FlexBuilder and DistortionEffects

2007-03-21 Thread smlvz
I was trying to setup a project to test using DistortionEffects ( http://weblogs.macromedia.com/auhlmann/archives/DistortionEffects_Flex_2_0_1.zip) I was only able to get this to work using the option to compile on the server rather than within FlexBuilder. Has anyone else tried this same

Fwd: [flexcoders] Help: test EventDispatcher speed please

2007-03-21 Thread Francis Bourre
You sound a bit sarcastic here ;) Be welcome anyway ! So lemme explain further: that's not a problem of speed here, that's a problem with mac player. On mac EventDispatcher.dispatchEvent is 4x slower than my custom EventDispatcher. On Pc EventDispatcher.dispatchEvent is faster than my custom

[flexcoders] Looking for Flex expert (project-based or full-time based in San Francisco)

2007-03-21 Thread Michael Sha
Hi, I'm looking for a Flex guru who could help us build an interactive charting application. To give you a sense of the type of functionality we are looking to build, Google Finance charts are a pretty good rough proxy: http://finance.google.com/finance?q=goog We have room on our team for

[flexcoders] Migration from 1.5 to 2.0

2007-03-21 Thread deravi2000
Hi, I am getting following error when migrating from 1.5 to 2.0. Don't know how to parse element http://www.adobe.com/2006/mxml:Script;. It is not a known type or a property of mx.core.Application. I have changed the name space in mxml and in flex-config.xml from

[flexcoders] Coercion failed ArrayCollection with Objects inside Object AMFPHP 1.9

2007-03-21 Thread Thomas Huijzer
Hi All, With AMFPHP 1.9 I am trying to return an Object containing some vars and an ArrayCollection. Inside this ArrayCollection there are other Objects. But I can't get this to work in Flex. For example: Flex class package com.app.classes { import

[flexcoders] Nesting Complex Remote Objects

2007-03-21 Thread aicfan4
I have two Value Objects: a simple VO and a VO that contains the first VO in it. For example: --- SimpleVO --- ... [RemoteClass(alias=test.SimpleVO)] public class SimpleVO { public var id:int; public var data:String; } === SimpleVO === --- ComplexVO --- ...

[flexcoders] Social Gaming startup looking for AS3 Engineer, Redwood City, CA

2007-03-21 Thread Rajat
You'll own Bunchball's next generation product and be focused primarily on the user-facing components. You'll be crafting a small, powerful client application in ActionScript 3, and you'll be pair programming working through the initial build with the development team that created ASUnit. And

RE: [flexcoders] first impressions

2007-03-21 Thread Chad Gray
Hi Clint, thanks for the response. I watch the silvafug training yesterday and i started with session 3 and I probably should have started with 1. http://www.silvafug.org/ They got into all of this event stuff and custom components. It seems very OO if you want to really start making some

Re: [flexcoders] first impressions

2007-03-21 Thread Clint Tredway
I am not sure how your system is setup, but if you can, use Remoting instead of webservices... remoting is much much faster and IMO, easier to work with. On 3/21/07, Chad Gray [EMAIL PROTECTED] wrote: Hi Clint, thanks for the response. I watch the silvafug training yesterday and i started

Re: [flexcoders] first impressions

2007-03-21 Thread Clint Tredway
HI John, First let me say that the CF extensions are not required to use Flex CF together. Secondly, I am not a Mac user so all I can do is show you code on how to use Flex Cf together. I will write a tutorial and send it to you later today. On 3/21/07, John Barrett [EMAIL PROTECTED] wrote:

[flexcoders] Re: WebService Fault Handling - Flash Player 9 Update

2007-03-21 Thread Paul DeCoursey
How are sockets implemented then? Also I have never seen the Flash Player include the browsers cookies in requests. This has been a big complaint of mine for a very long time. They only way I could get a session shared with the browser was to pass in the session id using External Interfaces.

RE: [flexcoders] FDS 2 becomes LDS 2.5 | See labs.adobe.com

2007-03-21 Thread Peter Farland
Note that updates to the Flex SDK and FlexBuilder will soon be available to support LCDS 2.5 (which is still in Beta). From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of João Fernandes Sent: Wednesday, March 21, 2007 4:08 AM To:

[flexcoders] Re: first impressions

2007-03-21 Thread rchadgray
Flash Remoting? I have not played with that in CF, but i will read the docs and see what that is about. I will convert my below test into a Flash Remoting service instead of a web service. Will i need to start a new project in Eclipse and select the flash remoting option? Or can i take my

Re: [flexcoders] Nesting Complex Remote Objects

2007-03-21 Thread Kevin
in AMFPHP 1.9 you need to include the $_explicitType variable with every VO object you send from the server. Not sure how this works in other languages, but you may want to look into it. - Kevin On Mar 21, 2007, at 9:42 AM, aicfan4 wrote: I have two Value Objects: a simple VO and a VO

Re: [flexcoders] Coercion failed ArrayCollection with Objects inside Object AMFPHP 1.9

2007-03-21 Thread Kevin
you may need to use this meta tag to let Flex know what is in the ArrayCollection [ArrayElementType(com.app.classes.MyClassObj)] //(I am not sure if that is YOUR correct path in Flex??) public var list: ArrayCollection; I hope that does the trick. I have gotten it to work in AMFPHP 1.9.

[flexcoders] Eclipse internal web browser and FB

2007-03-21 Thread Douglas Knudsen
How to get FB debug to launch in the internal web browser in Eclipse and not FF/IE? Possible? Why would I want this? We are having issues with the debugger on IE. Issue is we have a CF based login and the Debug launches a new IE session each time its used, not reusing a current IE window,

Re: [flexcoders] Re: first impressions

2007-03-21 Thread Clint Tredway
you can add a comand line argument to use remoting.. or you can recreate the project in Eclipse. On 21 Mar 2007 06:59:44 -0700, rchadgray [EMAIL PROTECTED] wrote: Flash Remoting? I have not played with that in CF, but i will read the docs and see what that is about. I will convert my below

[flexcoders] Re: Nesting Complex Remote Objects

2007-03-21 Thread aicfan4
Sorry that I forgot to specify I'm using a Java backend. --- In flexcoders@yahoogroups.com, Kevin [EMAIL PROTECTED] wrote: in AMFPHP 1.9 you need to include the $_explicitType variable with every VO object you send from the server. Not sure how this works in other languages, but you may

[flexcoders] Re: Coercion failed ArrayCollection with Objects inside Object AMFPHP 1.9

2007-03-21 Thread thuijzer
Kevin, thank you for your response. Unfortunately it doesn't work. It also seems that this META is only used for Array's. So I am not sure it will work in my case. Thomas --- In flexcoders@yahoogroups.com, Kevin [EMAIL PROTECTED] wrote: you may need to use this meta tag to let Flex know what

[flexcoders] Full Screen Mode bug with TextInput

2007-03-21 Thread jamiebadman
Hi, I notice there's a problem with TextInput fields when in Full Screen Mode... you can't enter any text into the field. At least that's what happens here ;-) Anyone got a workaround for this at all ? Is this a problem that Adobe are aware of, or does this need to be reported ? Jamie.

[flexcoders] SWF using HTTPS to an SSL Translator Proxy to communicate to FDS via HTTP

2007-03-21 Thread brian_m_riley
We have a client that translates all incoming HTTPS requests to HTTP for internal services to get a performance boost. How can we have a secure SWF communicating over HTTPS that needs to leverage it's FDS counterpart that's accessed by HTTP (through the SSL translator) if the SWF is compiled on

Re: [flexcoders] FDS 2 becomes LDS 2.5 | See labs.adobe.com

2007-03-21 Thread Christian Gruber
Does LCDS and the FlexBuilder update allow for more indirect configuration of things like the web-app config location, or the channel locations? We've had a really hard time configuring things so we can build a single binary on our build server, and test that same binary in our dev, QA,

[flexcoders] Module issue

2007-03-21 Thread fabio_sebastiano
Hi everybody, i'm facing a real funny problem with modules and moduleLoader, i hope it's not my fault anyway... If i create a normal flex project with fBuilder, i'm able to use modules in a lot of different ways (as mxml, as as in a function etc..)... but if i try to use them in my fds application

Re: [flexcoders] Working with ads (DART) in flex ? How can you possibly do that ?

2007-03-21 Thread Troy Gilbert
The ad networks are going to need to provide a native Flash solution sooner rather than later, particularly with the growing number of Flash RIAs (in particular games). Mochi Ads provides one solution for games, but its nothing compared to a TextLinks, DoubleClick or GoogleAds. In other words,

Re: [flexcoders] Full Screen Mode bug with TextInput

2007-03-21 Thread Troy Gilbert
It's not a bug, it's a feature. A security feature. When in full-screen, the Flash Player absorbs all keyboard events for itself, thus only the mouse is useful (no keyboard input of any kind). Yeah, sucks, don't it? Oh well... Troy. On 21 Mar 2007 07:33:10 -0700, jamiebadman [EMAIL

[flexcoders] Re: Coercion failed ArrayCollection with Objects inside Object AMFPHP 1.9

2007-03-21 Thread michael_ramirez44
I don't see an $_explicitType variable in your PHP code. You need to add the following to you PHP classes. var $_explicitType = com.app.classes.RemoteClass; var $_explicitType = com.app.classes.RemoteClassObj; Michael --- In flexcoders@yahoogroups.com, Thomas Huijzer [EMAIL PROTECTED]

[flexcoders] Re: Can validation prevent text input entry?

2007-03-21 Thread Alex
Anyone? --- In flexcoders@yahoogroups.com, Lex [EMAIL PROTECTED] wrote: Thanks for the response! Precisely how does one listen for ITEM_EDIT_END? (extremely new to flex) If I do mx:TextInput textInput=validateData(event) with a private function validateData( event:TextEvent

[flexcoders] Re: LiveCycle Data Services 2.5 - Using dynamically referenced queue destination

2007-03-21 Thread meteatamel
Hi Brian, BootstrapServices in LCDS 2.5 are special services used to create Services, Destinations, and Adapters without needing any configuration files. This is what you need to do: 1- Create a class that extends AbstractBootstrapService. 2- In that class, implement initialize() method. In

[flexcoders] Re: SWF using HTTPS to an SSL Translator Proxy to communicate to FDS via HTTP

2007-03-21 Thread brian_m_riley
Pete: Thanks for your response, and my team will dive into this, but we're looking for an immediate solution for 2.0.1. Also, does this impl for 2.5 work for AMF endpoints as well, or just HTTP services? Thanks, -riley --- In flexcoders@yahoogroups.com, Peter Farland [EMAIL PROTECTED] wrote:

[flexcoders] copying bitmap data

2007-03-21 Thread tosadavemgr
I have a canvas in my layout and the application allows dragging and dropping items into the canvas. I need to be able to grab a bitmap of the canvas when the user is finished, so I can display the drawing on another panel, and in the FlexPrintJob function. I've tried using this code, initiated

[flexcoders] flash remoting

2007-03-21 Thread rchadgray
I am reading up on doing flash remoting in CF. I have CF 7.0.2 installed on a windows machine running through IIS. In the CF administrator Flex and Flash remoting is turned on. When you make a new project in eclipse the default for Root Url contains a port 8500 if i remember right. Does

RE: [flexcoders] Re: SWF using HTTPS to an SSL Translator Proxy to communicate to FDS via HTTP

2007-03-21 Thread Peter Farland
Sorry, yes, that will work for any HTTP-based channel, including the AMFChannel, which posts AMF binary over HTTP. e.g. channel-definition id=my-secure-amf class=mx.messaging.channels.SecureAMFChannel endpoint uri=https://{server.name}:{server.port}/{context.root}/messagebroker/am fsecure

RE: [flexcoders] SWF using HTTPS to an SSL Translator Proxy to communicate to FDS via HTTP

2007-03-21 Thread Peter Farland
In LCDS 2.5 (nee FDS 2.5) you can now configure the following situation: channel-definition id=my-secure-http class=mx.messaging.channels.SecureHTTPChannel endpoint uri=https://{server.name}:{server.port}/{context.root}/messagebroker/ht tpsecure

Re: [flexcoders] flash remoting

2007-03-21 Thread Clint Tredway
the share should work. Remoting works on the same port as the cf server is on. So if CF is tied to IIS and IIS is running on port 80, then so is CF, so is Remoting. You can change the URL to point to your dev server. I run CF locally then move my files to a server when its ready to test. I

[flexcoders] Key Events not raised from Modules

2007-03-21 Thread Shaun
I have an app that contains modules in a viewstack. The containing application defines a keyboard event listener that detects certain keystrokes. When an object that is in the main application has the focus, the listener triggers as expected. However, when a module has focus, the listener

[flexcoders] Re: Coercion failed ArrayCollection with Objects inside Object AMFPHP 1.9

2007-03-21 Thread thuijzer
Whoops, I didn't write this down, but I got this in my code, so it should not be the problem. In fact, all PHP Objects return as Flex Objects, except for Array's. They are not translated to ArrayCollections. So the ArrayCollections in my Flex Objects remain empty. --- In

[flexcoders] Re: Working with ads (DART) in flex ? How can you possibly do that ?

2007-03-21 Thread Jean-Luc ESSER
I don't see the ad networks providing such a solution... It would mean, because of the redirects from one network to the other, that every single network makes this move. I think the move has to come from adobe, in a way or another. Adobe ? Jean-Luc ESSER Leader of the French Flex User Group

[flexcoders] Re: LiveCycle Data Services 2.5 - Using dynamically referenced queue destination

2007-03-21 Thread klumikaze
Mete, Thanks for your help! Just looking through your reply and the documentation and wanted to clarify what I am trying to do: The Java backend currently creates a queue dynamically upon request (in this case, when I a launch a certain component in the frontend), and returns the queue

[flexcoders] Re: Developing Rich Clients, Source Code?

2007-03-21 Thread billy_d_white
Maybe you can email Steve or Alistar directly and ask them. I've found that they are normally pretty responsive to emails. Also, their previous book Reality J2EE is fantastic as well. It is a little bit older and focuses on build Flash (prior to Flex) UIs with J2EE on the backend, but the book

[flexcoders] Re: Working with ads (DART) in flex ? How can you possibly do that ?

2007-03-21 Thread Paul DeCoursey
Perhaps you should be talking with Doubleclick, it looks like they have a Flash in Flash solution for DART. http://www.doubleclick.com/us/products/dart_motif_for_flash_in_flash/ I'm not at all familiar with it though, just trying to be helpful. I've never really worked with ads before, I have a

RE: [flexcoders] FDS 2 becomes LDS 2.5 | See labs.adobe.com

2007-03-21 Thread Peter Farland
What sorts of things change between your dev, qa, staging and production environments? Debugging levels? Ports? WAR context roots? From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Christian Gruber Sent: Wednesday, March 21, 2007 10:52 AM

Re: [flexcoders] Migration from 1.5 to 2.0

2007-03-21 Thread Tom Chiverton
On Wednesday 21 Mar 2007, deravi2000 wrote: Don't know how to parse element http://www.adobe.com/2006/mxml:Script;. It is not a known type or a property of mx.core.Application. Please post the the line of code throwing the error, or the whole file if it doesn't get that far. Probably a typo

[flexcoders] Re: Working with ads (DART) in flex ? How can you possibly do that ?

2007-03-21 Thread Jean-Luc ESSER
Thanks for your help, but it looks like this solution is for publishers, so they can develop content that will integrate into flash environments. But the problem remains for the one who just needs to integrate a campain in a flex environment. And the problem remains if you deal with redirects,

[flexcoders] Re: Working with ads (DART) in flex ? How can you possibly do that ?

2007-03-21 Thread Paul DeCoursey
I still think you need to talk to the ad service, perhaps they have something that isn't obvious to us. But... Do you have an example of the ads that you are trying to work with? I'd like to help you solve this because I know I will run into the same problem eventually. paul --- In

[flexcoders] Re: Working with ads (DART) in flex ? How can you possibly do that ?

2007-03-21 Thread Paul DeCoursey
Also, you are a publisher, am I wrong? --- In flexcoders@yahoogroups.com, Jean-Luc ESSER [EMAIL PROTECTED] wrote: Thanks for your help, but it looks like this solution is for publishers, so they can develop content that will integrate into flash environments. But the problem remains for

Re: [flexcoders] FDS 2 becomes LDS 2.5 | See labs.adobe.com

2007-03-21 Thread Christian Gruber
Several things, including ports, server names. Not often context roots, but certainly debugging levels. The way we worked around it was to declare end-points in our mxml which over-rode the channels' end-points. This is ok, but it is a bit of a config hack, since we couldn't configure

Re: [flexcoders] Help: test EventDispatcher speed please

2007-03-21 Thread Francis Bourre
hello iiley , sure, you can get it at : http://www.tweenpix.net/EventBroadcaster.as I saw your bug report about visible property on your blog few time ago, and it sounds like a big problem too. francis Le 21 mars 07 à 11:44, iiley a écrit : Really strange, and annoying, and, maybe i

[flexcoders] Re: Full Screen Mode bug with TextInput

2007-03-21 Thread jamiebadman
Wow! It's a 'feature' that's transformed 'Full Screen Mode' from being really, really useful to totally, utterly useless for a lot of Flex apps! Features like that make bugs look good ;-) Thanks for the info, in any case, Troy. Jamie. --- In flexcoders@yahoogroups.com, Troy Gilbert [EMAIL

Re: [flexcoders] copying bitmap data

2007-03-21 Thread Troy Gilbert
Yeah, the problem is that the Canvas container only allows children that implement IUIComponent. It would have been real nice if Adobe had provided a raw container that did no layout of its children (but implemented IUIComponent itself), but they didn't. Fortunately, Grant Skinner has provided

RE: [flexcoders] Re: silly question about using src folder

2007-03-21 Thread Ely Greenfield
Yes, that's the way I build all my projects. If you specify a the root source folder in the project properties, it can be different from the project root. What you can't do is put an application in a sub folder beneath the root source folder. Ely.

Re: [flexcoders] FDS 2 becomes LDS 2.5 | See labs.adobe.com

2007-03-21 Thread greg h
fyi ... Steven Webster has posted on his blog a very thoughtful piece about Flex's evolution from FDS 2 to LCDS 2.5, including what it means for Apollo. You can find Steven's post here: http://weblogs.macromedia.com/swebster/archives/2007/03/on_labs_the_art.cfm g

Re: [flexcoders] FDS 2 becomes LDS 2.5 | See labs.adobe.com

2007-03-21 Thread Rick Schmitty
Not sure if it helps you Christian, but seems to be working for us. We have the endpoint as a variable in the model and when the application starts up it just assigns the endpoint based on the current url of the swf var url:String=mx.core.Application.application.url; if

Re: [flexcoders] copying bitmap data

2007-03-21 Thread Rick Schmitty
I made a similar app, I didnt know about DisplayObjectWrapper, I'm just using a Canvas (the api shows it allows DisplayObject for addChild method, yes?) but try changing your line: var bmp:Bitmap = new Bitmap(myBitmapData); to: var bmp:Bitmap = new Bitmap(myBitmapData.clone()); Thats the only

RE: [flexcoders] Re: silly question about using src folder

2007-03-21 Thread Tracy Spratt
I do not know this as a certainty, but I suspect when FB installs, it puts itself in a trusted sandbox/folder. The trusted sandbox allows access to both local and network assets. Search the livedocs for security sandbox for more detail on that. Tracy

RE: [flexcoders] Re: silly question about using src folder

2007-03-21 Thread Tracy Spratt
Well, I tried that several times, but obviously I did something incorrectly. I'll try again. What benefits do you see, other than avoiding the issues with subversion that you mentioned? Tracy From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On

[flexcoders] PopUp Returning NULL

2007-03-21 Thread Kevin
I am having some trouble with a popup window. Here is the popup code: private function changePassword() : void { var pwWindow:IFlexDisplayObject = PopUpManager.createPopUp (this, WinChangePassword, true); } if I call it from a Link Button I get a Can't Access Property of Null

RE: [flexcoders] Migration from 1.5 to 2.0

2007-03-21 Thread Tracy Spratt
Create a new file for 2.0.1, verify it compiles ok, then paste in the contents of the 1.5 file. If it works, compare to see what is different from the one you are working on. Tracy From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of

[flexcoders] Re: silly question about using src folder

2007-03-21 Thread Paul DeCoursey
Another minor benefit is that the project is better organized. Your destination folder then does not reside in the source folder. Project settings are not in the source folder. And you can setup locales easier. I also do this because this is what I'm used to. For example when you create a Java

RE: [flexcoders] Re: silly question about using src folder

2007-03-21 Thread Tracy Spratt
Oops, I replied to the wrong thread. Tracy From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Tracy Spratt Sent: Wednesday, March 21, 2007 1:02 PM To: flexcoders@yahoogroups.com Subject: RE: [flexcoders] Re: silly question about using src

RE: [flexcoders] copying bitmap data

2007-03-21 Thread Giles Roadnight
I got around this by having an image that loads an embedded gif (just a grey square). You can then access Image.container.bitmap.bitmapdata Giles Roadnight From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Rick Schmitty Sent: 21 March 2007 17:00 To:

[flexcoders] Flex Scheduling Framework Recurrent events

2007-03-21 Thread Dima Gutzeit
Does anyone know what is Flex Scheduling Framework support for recurring events ? For example if I have event that should happen every Tuesday 10:00 - 12:00, every second week, can I schedule it in the framework ? Thanks in advance. Regards, Dima Gutzeit.

RE: [flexcoders] copying bitmap data

2007-03-21 Thread Ely Greenfield
[DefaultProperty(content)] class RawContainer extends UIComponent { private var _content:Array = []; public function set content(value:Array):void { _content = value; for(var i:int = 0;i_content.length;i++) { addChildAt(_content[i],i); }

RE: [flexcoders] Re: Security error accessing url

2007-03-21 Thread Tracy Spratt
I do not know this as a certainty, but I suspect when FB installs, it puts itself in a trusted sandbox/folder. The trusted sandbox allows access to both local and network assets. Search the livedocs for security sandbox for more detail on that. Tracy

RE: [flexcoders] ColumnChart x-axis

2007-03-21 Thread Ely Greenfield
You can manually set the minimum of the horizontal axis to whatever you want. From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Lieven Cardoen Sent: Wednesday, March 21, 2007 3:45 AM To: flexcoders@yahoogroups.com Subject:

Re: [flexcoders] Re: Coercion failed ArrayCollection with Objects inside Object AMFPHP 1.9

2007-03-21 Thread Kevin
I am guessing it must be something basic we are overlooking. I have numerous nested VOs and ArrayCollection's of VO's that get returned from PHP with no problem. As long as both the RemoteClass tag AND the $_explicitType variable are exactly the same and both point to the server location

[flexcoders] Re: Coercion failed ArrayCollection with Objects inside Object AMFPHP 1.9

2007-03-21 Thread michael_ramirez44
Does your PHP array contain more then one item when your testing? Michael Ramirez --- In flexcoders@yahoogroups.com, thuijzer [EMAIL PROTECTED] wrote: Whoops, I didn't write this down, but I got this in my code, so it should not be the problem. In fact, all PHP Objects return as Flex

[flexcoders] How do I get the ControlBar to show at the top of my Panel?

2007-03-21 Thread michael_ramirez44
I want my Panel control to have a ControlBar link componet that appears at the top of the Panel instead of the bottom. Basically I want my Panel control to have a Application type menu.

[flexcoders] Re: Working with ads (DART) in flex ? How can you possibly do that ?

2007-03-21 Thread Shannon
I know nothing about DART at the moment, so if this doesnt help please excuse my ignorance. I checked the crossdomain for the url you sent, it looks like its wide open. see: http://ad.fr.doubleclick.net/crossdomain.xml There shouldnt be any security restrictions with regard to loading content

[flexcoders] Re: How do I get the ControlBar to show at the top of my Panel?

2007-03-21 Thread scott_flex
The first thing i would do is make sure that your mx:ControlBar mxml tag is NOT the last mxml tag in your component. Have you tried making it the first? That's what i'm doing on one of my panels where i do want a Control bar of buttons at the top of my popup Panel window. --Scott --- In

[flexcoders] Re: Working with ads (DART) in flex ? How can you possibly do that ?

2007-03-21 Thread Shannon
Sorry I get it now. I read about DART, this is a js call. In Flash: var dartData = {x:X,y:Y,z:Z}; flash.external.ExternalInterface.call(myDartWriterFunc,dartData) in Javascript: script !-- function myDartWriterFunc(dartData){ // parse dartData if applicable

RE: [flexcoders] PopUp Returning NULL

2007-03-21 Thread Alex Harui
Are these things in modules? If so, you might have the shared code problem. What's the full text of the error? From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Kevin Sent: Wednesday, March 21, 2007 10:06 AM To:

RE: [flexcoders] Module issue

2007-03-21 Thread Alex Harui
Check your lib-path to make sure the framework.swc is the right one. If you end up with a 2.0 instead of 2.0.1 it won't know about moduleloader. From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of fabio_sebastiano Sent: Wednesday, March

RE: [flexcoders] Re: Can validation prevent text input entry?

2007-03-21 Thread Alex Harui
ITEM_EDIT_END is dispatched from DataGrid mx:DataGrid id=dg itemEditEnd=itemEditEndHandler(event) / private function itemEditEndHandler(event):void { if (!dataIsValid(dg.itemEditorInstance.text)) event.preventDefault(); } From:

Re: [flexcoders] PopUp Returning NULL

2007-03-21 Thread Kevin
I am not using modules and I also tried to comment out the ObserveValue tag to see that was causing a problem. Here is the error message. I am not sure how to read these things to help me! Thanks, Kevin TypeError: Error #1009: Cannot access a property or method of a null object

Re: [flexcoders] flash remoting

2007-03-21 Thread Clint Tredway
Ok, I did a blog on this. The example is very simple. http://grumpee.instantspot.com/blog/ I also have a zip file I can email of the code. I couldn't attach it to my blog. On 3/21/07, Clint Tredway [EMAIL PROTECTED] wrote: the share should work. Remoting works on the same port as the cf

[flexcoders] barset with type=100% tooltip issue

2007-03-21 Thread suri_boston
Hi Ely, i created a bar chart with barset type to 100% and the tooltip doesn't display the right values. it is displaying the percentage value as the bar value instead of showing the actual bar value.. for the below example: tooltip for USA is like, USA 57.3529411 (57.4%) total: 68 where i am

[flexcoders] Re: Security error accessing url

2007-03-21 Thread Shannon
The problem with forcing this security in the IDE is that I want to debug my application without uploading my application to the secure production environment. Maybe I am a third party company creating a widget for a company with some web services. I want to be able to build the application

RE: [flexcoders] Re: Help - Flex application no longer works!

2007-03-21 Thread Alex Harui
I think there are issues with resources in loaded apps. The apps can end up looking at the main app for their resources instead of their own app. From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Nick Durnell Sent: Wednesday, March 21,

RE: [flexcoders] Re: Event Dispatching through more than one component

2007-03-21 Thread Alex Harui
The top of the display list is the stage. The stage always has one child (the root) which in Flex apps is a SystemManager. The app and all popups are children of the systemManager. Stage - SystemManager - Application PopUp1

RE: [flexcoders] Re: Cant unload module .swf if it contains a ViewStack?? please help

2007-03-21 Thread Alex Harui
Did you set it on the app or the Viewstack? You might have to set it just before you try to unload it. From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Russell Munro Sent: Tuesday, March 20, 2007 11:50 PM To: flexcoders@yahoogroups.com

[flexcoders] QTP Testing (Flex Automation) - FormHeading ommitted

2007-03-21 Thread Sean Sell
In case anyone else needs it: I wanted to do a checkpoint on a heading contained in a Flex Form but FormHeading was not defined in the TEAFlex.xml file so I added it to the custom file (attached) it should probably be added in the standard distribution. I have to say that the Flex Automation

  1   2   >