RE: [flexcoders] Thanks again to Adobe

2009-02-11 Thread Gregor Kiddie
Brief and succinct, like it! Is this being handled under the more general look at Lists and the DG, or under Spark? Gk. Gregor Kiddie Senior Developer INPS Tel: 01382 564343 Registered address: The Bread Factory, 1a Broughton Street, London SW8 3QJ Registered Number: 1788577

[flexcoders] how to use a list's change event to refresh an array that is bound to it.

2009-02-11 Thread stinasius
how can i use a list's change event to refresh an array that is bound to the list. for example if the list is populated by an array collection an displays images, how can i use the list's change event to refresh an array that is bound to it and acts as a data provider for another control? an

[flexcoders] Protect swf from webspider

2009-02-11 Thread christophe_jacquelin
Hello, How to protect the swf files from a webspider. Because we want to keep our development made in flex private. Thank you, Christophe,

Re: [flexcoders] Re: Sign function

2009-02-11 Thread Tom Chiverton
On Monday 09 Feb 2009, aceoohay wrote: Another example of ActionScript making you roll your own I guess. You could submit a patch to add the function to the Math class. -- Tom Chiverton Helping to quickly compete innovative e-business This

[flexcoders] Announcing the Flex SDK Community Committee

2009-02-11 Thread Tom Chiverton
On Friday 06 Feb 2009, I wrote: Tom Chiverton, member of something you've not heard of yet http://www.rachaelandtom.info/content/announcing-flex-sdk-community-committee-and-maybe-end-fxbutton -- Tom Chiverton Helping to enormously envisioneer edge-of-your-seat market-driven information

Re: [flexcoders] Protect swf from webspider

2009-02-11 Thread Anirudh Sasikumar
Use robots.txt: http://www.robotstxt.org/ Cheers, -- Anirudh Sasikumar http://anirudhs.chaosnet.org/

[flexcoders] Convert utf-16 to utf-8

2009-02-11 Thread Sreejith P
Hi there, Is there any way to convert utf-16 encoded string to utf-8 string in flex? I was searching this for long time now. Thanks in Advance.. -- Thanks and Regards Sreejith P

[flexcoders] Re: Can't use ImageSnapshot.captureBitmapData with a rotation matrix

2009-02-11 Thread skuteboarding
Hi, thanks for the response, but that didn't work. I managed to get a solution via here: http://stackoverflow.com/questions/526119/cant-use-imagesnapshot-capturebitmapdata-with-a-rotation-matrix --- In flexcoders@yahoogroups.com, Amy amyblankens...@... wrote: Try just setting the blendMode on

Re: [flexcoders] Re: tilelist HighlightIndicator effects

2009-02-11 Thread Fotis Chatzinikos
find the method you are trying to override in the code and check its method signature... On Wed, Feb 11, 2009 at 9:12 AM, stinasius stinas...@yahoo.com wrote: what is the right parameter to use here? -- Fotis Chatzinikos, Ph.D. Founder, Phinnovation fotis.chatzini...@gmail.com,

[flexcoders] LCDS - Show loading Icon

2009-02-11 Thread linko27
Hi! I am using LCDS Assembler with Java and configured the desitnations in data-management-config.xml. Now I want to show some loading icon to indicate the DS activity in my application by not doing this on each individual fill or aupdate nethode. The question is: For what DS-events do I have

[flexcoders] What can be display in PopupManager??

2009-02-11 Thread Tahniyat Kazmi
Hi, Can any one please tell me that what we can display in popUpManager except IFlexDisplayObject?? Is it possible to pass Vbox, Hbox or any other type container into PopUpManager.addPopUp() as parameter to show? or only component and IFlexDisplayObject can be use??? I wana show a Vbox

[flexcoders] using sharedobject to maintain login data

2009-02-11 Thread stinasius
i recently built a login system in flex with a coldfusion backend with the help of this forum and i put up the solution on the flex cook book. now i realized that it was kind of incomplete coz though it works perfectly, it still lacks a mechanism to save the login data. so my question is how can i

[flexcoders] Mouse click on an image

2009-02-11 Thread christophe_jacquelin
Hello, How to know the mouse click position that are made on an displayed image ? Thank you, Christophe

[flexcoders] Global variable

2009-02-11 Thread christophe_jacquelin
Hello, How to declare a global variable (for several mxml files) that is a common image ? Thank you, Christophe,

Re: [flexcoders] What can be display in PopupManager??

2009-02-11 Thread Pedro Sena
IFlexObject is a very high level interface. It has other interfaces that implement it, like IUIComponent. That is the interface implemented by UIComponent That is the superclass of Component. That is superclass of Box That is superclass of VBox. And finally I can say: You should be able to

Re: [flexcoders] Mouse click on an image

2009-02-11 Thread Fotis Chatzinikos
mouse click event has coordinates On Wed, Feb 11, 2009 at 2:50 PM, christophe_jacquelin christophe_jacque...@yahoo.fr wrote: Hello, How to know the mouse click position that are made on an displayed image ? Thank you, Christophe -- Fotis Chatzinikos, Ph.D. Founder,

Re: [flexcoders] Global variable

2009-02-11 Thread Fotis Chatzinikos
embed the image in the main application and pass references of it where needed On Wed, Feb 11, 2009 at 2:51 PM, christophe_jacquelin christophe_jacque...@yahoo.fr wrote: Hello, How to declare a global variable (for several mxml files) that is a common image ? Thank you, Christophe,

[flexcoders] Re: embedded font causes labels to appear with backgroundColor lighter than expected

2009-02-11 Thread hr1ny
Alex, I appreciate your taking the time to try my example. I tried it using Lucida Sans on my environment, and I do see the same phenomenon, of lighter stripes on the background of the FormItems. Here is the way it looks: http://chefaz.net/henry/TestEmbeddedFontLucidaSans.png

Re: [flexcoders] Global variable

2009-02-11 Thread Paul Andrews
If you must have a global variable, consider using a static class or a singleton class instance. This saves passing references all over the place in your application. Treat global variables with care though - you are building dependencies between components. Paul - Original Message

[flexcoders] Form on several page

2009-02-11 Thread christophe_jacquelin
Hello, How to make a form inside several pages ? Thank you, Christophe,

[flexcoders] Cursor cross

2009-02-11 Thread christophe_jacquelin
Hello, How to replace the arrow cursor by a cross cursor in a flex application ? Thank you, Christophe,

Re: [flexcoders] Re: BindingUtils and ResourceManager Question

2009-02-11 Thread endrone endrone
I use this piece of code: BindingUtils.bindProperty( fiUsername, label, ResourceManager.getInstance(), {name: getString, getter: function(resMan:IResourceManager):String {

[flexcoders] I'm just not seeing it guys/gals... (events/scopes)

2009-02-11 Thread David Kramer
I've read Amy's FAQ (Q3) and the Flex 3 Cookbook and have attempted to make the situation below work, but the solution still escapes me. After reading several other resources, I think I've read too many ways to skin a cat and now I'm in circles. I have an ArrayCollection (currentAC) in a main

[flexcoders] Re: Global variable

2009-02-11 Thread Cato Paus
Flex treat images as global, if you ref it in one componet and a another componet, flex only use the one loaded first into memory. --- In flexcoders@yahoogroups.com, christophe_jacquelin christophe_jacque...@... wrote: Hello, How to declare a global variable (for several mxml files)

Re: [flexcoders] ArrayCollection DataProvider question.

2009-02-11 Thread - -
Hi Tracy, this is how I get the XML info into an ArrayCollection: mx:HTTPServiceurl=days.php useProxy=false method=POST id=Days resultFormat=e4x result=get_days(event) privatefunctionget_days(event:ResultEvent):void{ Arraydays.removeAll(); XMLdays = event.result asXML;foreach(varourxml:XML

[flexcoders] Stop Key press

2009-02-11 Thread gr33neye501
How can i disable/ suppress the default behavior of a button, where if it has focus then space-bar key-press fires the click event. Basically I want click to work as normal, but space-bar Key-press if it's the space bar, do nothing. This Key-Press/Spacebar issue allows Modal popup windows to be

RE: [flexcoders] Stop Key press

2009-02-11 Thread Kenneth Sutherland
I remember coming across this issue quite a while back and it's because your new modal window hasn't taken the focus away from the button which opens the popup. When you create and show the popup use the focusmanager to give a button or whatever you have in your popup focus. That way when the

[flexcoders] Re: Stop Key press

2009-02-11 Thread gr33neye501
Sorry Kenneth i should have said, i also have buttons that don't have popups. I just want to disable this 'feature'. Do you know how i can do this? --- In flexcoders@yahoogroups.com, Kenneth Sutherland kenneth.sutherl...@... wrote: I remember coming across this issue quite a while back and

RE: [flexcoders] I'm just not seeing it guys/gals... (events/scopes)

2009-02-11 Thread Yves Riel
Your e-mail is not very clear. There are many ways to get the array collection to update. Anyway, if you are using a drop-in item renderer, I suggest that you access the listData property of the itemRenderer. listData has a property called owner. So you could have your item renderer dispatch an

Re: [flexcoders] I'm just not seeing it guys/gals... (events/scopes)

2009-02-11 Thread Jeffry Houser
Comments in-line David Kramer wrote: I've read Amy's FAQ (Q3) and the Flex 3 Cookbook and have attempted to make the situation below work, but the solution still escapes me. After reading several other resources, I think I've read too many ways to skin a cat and now I'm in circles. I have

RE: [flexcoders] Re: Stop Key press

2009-02-11 Thread Kenneth Sutherland
Well you only need to take the focus away when you open a popup so if some buttons do not have a popup just leave the focus as is. Either way you can also look at the event which has caused the 'click' event on the button. If the event.localX is NaN it's not come from the mouse and has come

RE: [flexcoders] I'm just not seeing it guys/gals... (events/scopes)

2009-02-11 Thread David Kramer
Thanks for the reply. To be very specific... I'm trying for any way to achieve this: parentDocument.currentAC (in app) = presentationsSlidesAC (in component), so the main application.mxml has the currentAC updated. (Loose, tight, whatever.) Here's the DropLabel.mxml component code: ?xml

[flexcoders] Http login to a server from Flex client

2009-02-11 Thread hworke
Hello all, My application scenerion is this: My desktop flex client needs to access a third party application. Which I can easily do with an Http login (providing the login/password and accessing whatever page I want to access through a single URL). However what I am not able to

[flexcoders] Discussing Shared Codebase between Flex and AIR project

2009-02-11 Thread handitan
Hi gang, Yes, it's another one :) But I am going to approach it a different way. My question is based on David Coletta's MAX presentation. If you haven't seen his presentation, please watch here: http://tv.adobe.com/#vi+f15384v1022 The slides are available here:

[flexcoders] portlets in Flex

2009-02-11 Thread greggcaines
Hey all, Does anyone know of a way to safely load and run 3rd party modules? I'm working on a team that is building a large application (like a 'portal') that needs to be able to load in modules that might not be of very high quality (like 'portlets'). We need to make sure that exceptions raised

Re: [flexcoders] Thanks again to Adobe

2009-02-11 Thread Matt Chotin
I'm checking with some folks, but we're not changing the way Halo works so I think you'd consider to be a Spark adjustment. On 2/11/09 12:19 AM, Gregor Kiddie gkid...@inpses.co.uk wrote: Brief and succinct, like it! Is this being handled under the more general look at Lists and the DG, or

Re: [flexcoders] Http login to a server from Flex client

2009-02-11 Thread Jeffry Houser
The most common way is to have a facade class on the remote server that handles the sessions; and after login that facade sends you back some session key you can pass with each request. Additionally, it appears that the Flash Player will send cookies set on the same domain as part of the

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

2009-02-11 Thread Battershall, Jeff
Darrell, I wanted to pick this one back up - I'm wondering whether it should be entered as a bug. If so, I'll put togeter some example code to reproduce the issue. Only caveat being that the RSLs have to live somewhere so there is an external dependency. Jeff -Original Message- From:

[flexcoders] Re: Flex Text animation help

2009-02-11 Thread Gireesh Kumar
Hai Anybody knows how I can get this working , Please. Thanks Gireesh On Thu, Jan 29, 2009 at 11:01 PM, Gireesh Kumar gireeshkuma...@gmail.comwrote: Hi All, Please check the below url, Can any one tell me how I can achive this animation/text morphing/tween using Flex ?

[flexcoders] Re: Form on several page

2009-02-11 Thread Anthony DeBonis
We do this all the time for things like credit card processing forms... create a component (mxml or AS) - then you can reuse it many times - even in other applications with just a little work. Check out this link: http://www.adobe.com/devnet/flex/quickstart/building_components_in_mxm l/

[flexcoders] HttpService headers - age old problem

2009-02-11 Thread stevepruitt97
This seems to be an age-old issue. I need to set the Authorization header for GET requests. I read it cannot be done and I have read articles that hint it is doable. Which is it? I have no cross-domain issues. Everything is sent to the same server. I found the following adobe TechNote:

[flexcoders] Chart Axis Location

2009-02-11 Thread Chad Callahan
Hello, I am using a LineChart that has labels for the horizontal axis, but no labels for the vertical axis. I would like the labels to be displayed over top of the chart, rather than below or above of the chart. Does anyone have any good ideas on how to accomplish this? The point of this

RE: [flexcoders] Discussing Shared Codebase between Flex and AIR project

2009-02-11 Thread Gregor Kiddie
We've used the strategy pattern for this. We do something similar to how ToolTipManager uses toolTipClass. When the app starts up (or module is loaded), the correct classes are injected into the files which have AIR / player differences. We also have two front end swfs which are little more

[flexcoders] preventing flex List rollover indicator to draw on selected item.

2009-02-11 Thread Thibaud Van Vreckem
This thing has always bugged me. the rollover effect should never appear on a selected item in a list. unfortunately that's not how the List works. The list is using an itemrenderer implementing IDropInListItemRenderer. and I already do various visual changes using the:

Re: [flexcoders] Chart Axis Location

2009-02-11 Thread Richard Rodseth
Do you mean that you want the title for the left vertical axis, for example, to be above the axis rather than sideways alongside it? Or do you mean that you want the horizontal axis, along with its tick marks and tick mark labels to be above the chart? The latter is easy, the former might be

[flexcoders] Re: How to set the endpoint address in Coldfusion side?

2009-02-11 Thread jer_ela
just set the endpoint in your air code myRemoteObject.endpoint = http://192.168.0.181/flex2gateway;; --- In flexcoders@yahoogroups.com, markflex2007 markflex2...@... wrote: Hi I am doing an AIR application and the coldfusion server in a network pc(192.168.0.181).the application need use

[flexcoders] AIR Application optimizing...

2009-02-11 Thread nathanpdaniel
So I've been working with Alchemy for a while now, and I hear of the size optimization issues with using it. What is the reasoning behind optimizing a SWF size when building an AIR application? I don't do anything to shrink the size of the output swf (or even try) since it is running on it's

[flexcoders] ignore my posts from this morning...

2009-02-11 Thread David Kramer
Ugh. The problem was staring me in the face! (The arrayCollection declared in the main application was not public and not available as a settable prop to other components.) Duh.

RE: [flexcoders] ArrayCollection DataProvider question.

2009-02-11 Thread Tracy Spratt
That is not as bad as I thought it might be(I was expecting to see the default resultFormat. E4x is good!), but it is a bit odd. You are manually building an ArrayCollection of XML nodes. I don't see any reason to do that. Just use XMLListCollection, and avoid the loop. Now, best

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

2009-02-11 Thread tungchau81
Anyway, overriding mouseClickHandler function in ChartBase is not a right solution since right click is not handled by this function. --- In flexcoders@yahoogroups.com, tungchau81 tungcha...@... wrote: I want to override the following function in ChartBase class, but it is private. I

RE: [flexcoders] Chart Axis Location

2009-02-11 Thread Chad Callahan
I'm not using titles for the chart, so those don't matter. Let's say that I have the LineChart in a Canvas and i want the chart to fill 100% of that canvas so that I don't see anything on any sides of the chart (no buffer for axis labels and such). So yes, I want the tick marks and labels to be

RE: [flexcoders] Chart Axis Location

2009-02-11 Thread Chad Callahan
And this is what I have so far http://screencast.com/t/UlS2yx1y From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On Behalf Of Chad Callahan Sent: Wednesday, February 11, 2009 1:51 PM To: flexcoders@yahoogroups.com Subject: RE: [flexcoders]

[flexcoders] Re: portlets in Flex

2009-02-11 Thread greggcaines
Sure... It's easy enough to get the sandboxing from a flex/html hybrid app, but since these are flex modules in a flex application, I was hoping to just be able to safely loading them in without having to resort to a partially HTML app. ... Gregg Caines gr...@caines.ca

RE: [flexcoders] Re: portlets in Flex

2009-02-11 Thread Gregor Kiddie
Take a look at the untrusted applications part of the marshall plan, that might help somewhat. Gk. Gregor Kiddie Senior Developer INPS Tel: 01382 564343 Registered address: The Bread Factory, 1a Broughton Street, London SW8 3QJ Registered Number: 1788577 Registered in the UK Visit

[flexcoders] SWFLoader and LocalConnection

2009-02-11 Thread ronaldk999
Hi there, I'm struggeling with a strange issue: I need to load multiple SWFs and call a function inside them. All SWFs contain a localconnection. I know a local connection ID can only exist once. Is it possible to load and unload these SWFs with the same connection ID? The first call of

[flexcoders] Image rotation and FileReference.save problem

2009-02-11 Thread flexpants
After rotating an image I am unable to correctly save it locally with the new dimensions. The width and height of the image remain as the same original non-rotated image, although visually it updates fine. I'm sure I'm missing something very simple here. Any help greatly appreciated. Targets

Re: [flexcoders] Chart Axis Location

2009-02-11 Thread Richard Rodseth
I don't have an answer for you off the top of my head, but look into - axis renderers - chart annotations - the customization examples on Ely Greenfield's site - the Degrafa data visualization examples Perhaps someone else will have a good idea. On Wed, Feb 11, 2009 at 11:51 AM, Chad Callahan

Re: [flexcoders] Chart Axis Location

2009-02-11 Thread Brendan Meutzner
Look at the source for this... http://www.meutzner.com/blog/attachments/360/Flex_Finance_Step5.html The horizontal axis renderer which places the dates along the bottom accomplishes what you're looking for. The file is called skins.InnerAxisRenderer. Brendan On Wed, Feb 11, 2009 at 2:56 PM,

[flexcoders] Re: Chart Axis Location

2009-02-11 Thread EddieBerman
If I understand correctly, you want to: 1) turn off all ticks (http://livedocs.adobe.com/flex/3/html/help.html?content=charts_formatting_04.html) 2) move the horizontal AxisRenderer. Ex: myHorizAxisRenderer.move(myHorizAxisRenderer.x, yourNewYPos); Keep in mind that you can set the placement

[flexcoders] Re: preventing flex List rollover indicator to draw on selected item.

2009-02-11 Thread Tim Hoff
Here's an easy way: Extend List override protected function mouseOverHandler(event:MouseEvent):void { var item:IListItemRenderer = mouseEventToItemRenderer(event); super.mouseOverHandler(event); if (highlightIndicator item isItemSelected(item.data)) {

[flexcoders] Re: Discussing Shared Codebase between Flex and AIR project

2009-02-11 Thread handitan
Hi Gregor, Thank you for your suggestion. It took me a while to digest your suggestion but I think I got a working example. If I had followed your suggestion correctly, the front end is becoming fat. What I meant by that is the front end is where all interface implementations resided and have

RE: [flexcoders] Re: Discussing Shared Codebase between Flex and AIR project

2009-02-11 Thread Gregor Kiddie
Yes, you can keep the AIR and FP specific code in separate modules and load them in to inject. That keeps your initial swf size small. Gk. Gregor Kiddie Senior Developer INPS Tel: 01382 564343 Registered address: The Bread Factory, 1a Broughton Street, London SW8 3QJ Registered

Re: [flexcoders] preventing flex List rollover indicator to draw on selected item.

2009-02-11 Thread Fotis Chatzinikos
I do not know if it helps you, but i usually just set the list's selectable to false and then handling roll over/out in the renderer On Wed, Feb 11, 2009 at 7:51 PM, Thibaud Van Vreckem thibaudm...@gmail.comwrote: This thing has always bugged me. the rollover effect should never appear on a

RE: [flexcoders] Re: embedded font causes labels to appear with backgroundColor lighter than expected

2009-02-11 Thread Alex Harui
I ran my test in IE6, no problems. Can you post your test case? Sometimes these are caused by the player's interaction with the hardware like a GPU or with features like font-smoothing. You can play around with those settings and see if they make a difference. There also is an mm.cfg file

RE: [flexcoders] SWFLoader and LocalConnection

2009-02-11 Thread Alex Harui
Did the child SWF close the connection? If so, how did you wire that up to make sure it actually got a chance to do that? Alex Harui Flex SDK Developer Adobe Systems Inc.http://www.adobe.com/ Blog: http://blogs.adobe.com/aharui From: flexcoders@yahoogroups.com

RE: [flexcoders] Cursor cross

2009-02-11 Thread Alex Harui
CursorManager Alex Harui Flex SDK Developer Adobe Systems Inc.http://www.adobe.com/ Blog: http://blogs.adobe.com/aharui From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On Behalf Of christophe_jacquelin Sent: Wednesday, February 11, 2009 5:27 AM To:

RE: [flexcoders] Re: preventing flex List rollover indicator to draw on selected item.

2009-02-11 Thread Alex Harui
I'd just override drawHighlightIndicator... Alex Harui Flex SDK Developer Adobe Systems Inc.http://www.adobe.com/ Blog: http://blogs.adobe.com/aharui From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On Behalf Of Tim Hoff Sent: Wednesday, February 11, 2009 1:17 PM To:

[flexcoders] Re: preventing flex List rollover indicator to draw on selected item.

2009-02-11 Thread Tim Hoff
Yeah, that makes sense; since it also considers highlighting with the keyboard. -TH --- In flexcoders@yahoogroups.com, Alex Harui aha...@... wrote: I'd just override drawHighlightIndicator... Alex Harui Flex SDK Developer Adobe Systems Inc.http://www.adobe.com/ Blog:

[flexcoders] Re: preventing flex List rollover indicator to draw on selected item.

2009-02-11 Thread Tim Hoff
So, with Alex's suggestion, this is a lot cleaner: override protected function drawHighlightIndicator(indicator:Sprite, x:Number, y:Number, width:Number, height:Number, color:uint, itemRenderer:IListItemRenderer):void { if (isItemSelected(itemRenderer.data)) { return;

[flexcoders] Re: preventing flex List rollover indicator to draw on selected item.

2009-02-11 Thread Tim Hoff
Or, even better: override protected function drawHighlightIndicator(indicator:Sprite, x:Number, y:Number, width:Number, height:Number, color:uint, itemRenderer:IListItemRenderer):void { if ( !isItemSelected(itemRenderer.data) ) { super.drawHighlightIndicator(indicator, x,

Re: [flexcoders] Re: preventing flex List rollover indicator to draw on selected item.

2009-02-11 Thread Thibaud Van Vreckem
Thanks for the answer, that was great :) Tim is code looks exactly like what I actually ended up doing: import mx.controls.List; import flash.display.Sprite; import mx.controls.listClasses.IListItemRenderer; override protected function drawHighlightIndicator(indicator:Sprite, x:Number,

[flexcoders] Re: preventing flex List rollover indicator to draw on selected item.

2009-02-11 Thread Tim Hoff
Was extending DataGrid instead of List and that was the code in DataGridBase. I noticed that too after I posted. Glad that you figured out a solution. -TH --- In flexcoders@yahoogroups.com, Thibaud Van Vreckem thibaudm...@... wrote: Thanks for the answer, that was great :) Tim is code

Re: [flexcoders] Thanks again to Adobe

2009-02-11 Thread Matt Chotin
Response from Deepa and Glenn: a.) We didn't know if a component-level Boolean flag to control editability was necessary (it was the source for a notorious set of hairy issues in Halo List and we were wary of tackling that in Spark) b.) It was relatively straightforward to extend the

[flexcoders] as3 .swf loaded through as2 swf - will it work?

2009-02-11 Thread grimmwerks
Well... was doing a gig working on an FMS app -- and find out now that it needs to load in through a parent .swf --- but the parent .swf is AS2 -- so now sure now if this is going to work...?

[flexcoders] Alchemy

2009-02-11 Thread Kevin Benz
I've been through the Alchemy documentation (what there is) and am wondering if anyone has made any progress with it? Mostly interested in guidelines regarding what type of project might be a good target and what might not be. For example, would a sound object that processes PCM sound data

[flexcoders] Re: I'm just not seeing it guys/gals... (events/scopes)

2009-02-11 Thread Amy
--- In flexcoders@yahoogroups.com, David Kramer kramer.da...@... wrote: Thanks for the reply. To be very specific... I'm trying for any way to achieve this: parentDocument.currentAC (in app) = presentationsSlidesAC (in component), so the main application.mxml has the currentAC updated.

[flexcoders]Architect an image gallery transition effect - design suggestions

2009-02-11 Thread dorkie dork from dorktown
I'm trying to create an image gallery component and I need some help. I have an Image component working. It has next and previous buttons that change the source of the Image component when they are clicked. This works fine so far. The problem is it looks like crap when it changes. How would you

Re: [flexcoders]Architect an image gallery transition effect - design suggestions

2009-02-11 Thread Michael VanDaniker
Why not have two Image components, one on top of the other? As the user brings up on image you can fade one out and fade the other in. --- In flexcoders@yahoogroups.com, dorkie dork from dorktown dorkiedorkfromdorkt...@... wrote: I'm trying to create an image gallery component and I need some

[flexcoders] Re: Flex Application Memory Footprint

2009-02-11 Thread Vijay Anand Mareddy
Are you referring to the following bug? http://bugs.adobe.com/jira/browse/FLEXDMV-1968 I think this is fixed in the latest release 3.0.2 not sure. --- In flexcoders@yahoogroups.com, Alex Harui aha...@... wrote: If you have more header renderers than columns, I'd be checking them for leaks

RE: [flexcoders]Architect an image gallery transition effect - design suggestions

2009-02-11 Thread Chet Haase
Seems like you're trying to do too much with triggers. Why not just handle whatever arbitrary event you're after (like clicking on the next/prev buttons) and then manually launch your custom effect with the appropriate target(s)? If necessary, the even handler could set up information on the

[flexcoders] How to deploy blazeds to websphere?

2009-02-11 Thread markflex2007
Hi I download the war file and deploy it on websphere.I do not get any error message when I deploy the war file.but the sample apps do not work. Please give me a guide.Thanks Mark

Re: [flexcoders]Architect an image gallery transition effect - design suggestions

2009-02-11 Thread dorkie dork from dorktown
@Michael - I was thinking about that but I'm wondering how to structure it where I can handle any transition. @Chet - Let's say that I'm creating an Image Gallery component for Flash Catalyst (not that I am - eh hem cough cough) and I want to let the user create the transitions in and out effects

[flexcoders] How to display HTML content in flex app?

2009-02-11 Thread markflex2007
Please give me a idea.thanks Mark

[flexcoders] Re: How to set the endpoint address in Coldfusion side?

2009-02-11 Thread markflex2007
How do you know flex2gateway here.do I set it in somewhere? Thanks Mark

[flexcoders]How to get at the code of an event

2009-02-11 Thread dorkie dork from dorktown
If I have an custom event on my class called transitionIn like this: mx:MyComponent transitionIn=myTransition / mx:Move id=myTransition / And it points to an event called, myTransition, In MyComponent I have: /** * Transition in effect */ [Event(name=transitionIn,

Re: [flexcoders] How to display HTML content in flex app?

2009-02-11 Thread Sam Lai
Don't mean to be rude, but this question has been done to death. Check the archives - http://www.mail-archive.com/search?q=htmll=flexcod...@yahoogroups.com 2009/2/12 markflex2007 markflex2...@yahoo.com: Please give me a idea.thanks Mark -- Flexcoders

[flexcoders] Video player using netstream class

2009-02-11 Thread vinod kumar
i want a videoplayer using  video and netstream class.can anyone provide useful link Add more friends to your messenger and enjoy! Go to http://messenger.yahoo.com/invite/

RE: [flexcoders] as3 .swf loaded through as2 swf - will it work?

2009-02-11 Thread Alex Harui
I'm pretty sure it isn't guaranteed to work. Alex Harui Flex SDK Developer Adobe Systems Inc.http://www.adobe.com/ Blog: http://blogs.adobe.com/aharui From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On Behalf Of grimmwerks Sent: Wednesday, February 11, 2009 5:11 PM To:

RE: [flexcoders] Thanks again to Adobe

2009-02-11 Thread Gregor Kiddie
Great, thanks for chasing that down Matt. Gk. Gregor Kiddie Senior Developer INPS Tel: 01382 564343 Registered address: The Bread Factory, 1a Broughton Street, London SW8 3QJ Registered Number: 1788577 Registered in the UK Visit our Internet Web site at www.inps.co.uk