RE: [flexcoders] Profiler telling lies?

2009-05-07 Thread Alex Harui
Hmm, not sure I understood everything you're doing. What is the same action another two times? When you say the line with the instance being the viewstack object, if that is a loitering object and [child0] is the backreference, then that should mean that the viewstack is still parented and so

RE: [flexcoders] Re: Are you using the Marshall Plan?

2009-05-07 Thread Alex Harui
One thing to note: Matt is using the term modules a bit too loosely. The marshall plan does not allow version differences between modules, only sub-applications. Where you are using modules today (modulemanager), you'll need to start using sub-apps instead (SWFLoader/Application) Alex Harui

RE: [flexcoders] Changing the BG color of selected row on contect menu item click

2009-05-07 Thread Alex Harui
This has been solved before. I think it involves checking mouseX/mousey on the contextmenu events. Search the archives for mouseX/mouseY Alex Harui Flex SDK Developer Adobe Systems Inc.http://www.adobe.com/ Blog: http://blogs.adobe.com/aharui From: flexcoders@yahoogroups.com

RE: [flexcoders] swf decompiling and embedded assets

2009-05-07 Thread Alex Harui
Not sure what you meant by that. You mean you can't see the strings in the resource bundles? They should be in the string constant pool in frame2 Alex Harui Flex SDK Developer Adobe Systems Inc.http://www.adobe.com/ Blog: http://blogs.adobe.com/aharui From: flexcoders@yahoogroups.com

RE: [flexcoders] AIR components appear to be disabled.

2009-05-07 Thread Alex Harui
Walk the parent chain and see if a parent is disabled. Disabled containers put a dull filter on their children. 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

[flexcoders] RE: NativeDragManager and nested components

2009-05-07 Thread Alex Harui
There are different rules to doing drag/drop totally internally (DragManagerImpl) and having to work with many OS platforms (NativeDragManagerImpl). We just couldn't find enough common ground. However, if you don't need to drag from your AIR app to the desktop, you can replace NativeDMI with

[flexcoders] LinkButton themeColor

2009-05-07 Thread chandruflex
Is it possible to remove the themeColor style of a LinkButton?

RE: [flexcoders] Are you using the Marshall Plan?

2009-05-07 Thread Gregor Kiddie
Seeing as no-one else has replied to you yet Matt... *Disclaimer, its well known that I dislike the Marshall Plan, so feel free to dollop large amounts of healthy skepticism on my words* We do not use the Marshall plan, though we have a business case where we may have to satisfy similar

[flexcoders] Re: TileList dataprovider change bug?

2009-05-07 Thread Ritu Raj Tiwari
This is definitely a pointer in the right direction. I found that my item renderer was not redrawing things under certain conditions. Fixing that fixed the problem. Many thanks to all who took the time to help me out! -Raj --- In flexcoders@yahoogroups.com, Amy amyblankens...@... wrote: ---

Re: [flexcoders] LinkButton themeColor

2009-05-07 Thread Tom Chiverton
On Thursday 07 May 2009, chandruflex wrote: Is it possible to remove the themeColor style of a LinkButton? To what end ? -- Helping to vitalistically pursue services as part of the IT team of the year, '09 and '08 Tom Chiverton Developer Tel: +44 0161 618 5032 Fax: +44 0161 618 5099

[flexcoders] Re: Choppy Move effect..

2009-05-07 Thread vinayakvijay_v
Hey thanks yar. this one is cool.. --- In flexcoders@yahoogroups.com, nathanpdaniel ndan...@... wrote: You should really look into TweenLite http://blog.greensock.com/tweenliteas3/ Adobe animations are good in certain situations but, if you really want to control the animation -

Re: [flexcoders] Re: how open .doc (words )file

2009-05-07 Thread Weyert de Boer
By unzipping it. On 7/05/2009, at 5:03 AM, securenetfreedom wrote: How would you gain access to the .doc XML?

[flexcoders] Re: Choppy Move effect..

2009-05-07 Thread vinayakvijay_v
hey this on is relay cool. thanks. just adding a link Flex Application Performance: Tips and Techniques for Improving Client Application Performance http://www.adobe.com/devnet/flex/articles/client_perf_09.html may be it helps someone have a nice day vinu. --- In

[flexcoders] LCDS: can two assemblers use same entity object?

2009-05-07 Thread Rajeev Goel
hi All, I am using LCDS 2.6 with Flex SDK 3.2. One of my existing assemblers (say EmployeeAssembler) is using entity object called Employee. Is it possible to have another assembler (say ManagerAssembler) which also uses Employee object ? data-management-config.xml: destination

[flexcoders] implementing flicker functionality in flex

2009-05-07 Thread vn_gangireddy
Hi Everyone, I am beginer to the flex development. Actually i need to implement the flicker functionality in flex. If anyone have idea, please give me some guidance to achieve this. Any help is highly appreciated. Thanks in advance. Regards, Venkat.

RE: [flexcoders] RE: NativeDragManager and nested components

2009-05-07 Thread Yves Riel
Thanks Alex but I need to be able to drag from the Desktop to the App too. However, maybe I can dynamically swap the NativeDMI for the regular DMI and vice-versa when I need it. I'll have to look into this. I'll try to find the tech note but if you have the link, it would be handy. Thanks!

[flexcoders] Re: NativeDragManager and nested components

2009-05-07 Thread Cato Paus
http://www.mikechambers.com/blog/2007/11/07/air-example-native-drag-and-drop/ --- In flexcoders@yahoogroups.com, Yves Riel r...@... wrote: Thanks Alex but I need to be able to drag from the Desktop to the App too. However, maybe I can dynamically swap the NativeDMI for the regular DMI and

Re: [flexcoders] Re: Choppy Move effect..

2009-05-07 Thread Brad Bueche
tweenlite: VERY cool link. Thanks! I LOVE this community! brad On Wed, May 6, 2009 at 10:18 AM, nathanpdaniel ndan...@bsi-scs.com wrote: You should really look into TweenLite http://blog.greensock.com/tweenliteas3/ Adobe animations are good in certain situations but, if you really want

[flexcoders] Re: LinkButton themeColor

2009-05-07 Thread chandruflex
I am trying to implement a HTML a tag like thing using the LinkButton. When I move my mouse-cursor over the LinkButton, I see a Blue colored rectangle. This is the value of the themeColor style of a LinkButton. Setting the themeColor to a value that is the background color of the container in

Re: [flexcoders] VBox that scrolls without a scrollbar

2009-05-07 Thread Charles Parcell
Thanks! I found this via Google. Because I am deploying to AIR this seems like the best option for me. http://blog.earthbrowser.com/2009/01/simple-solution-for-mousewheel-events.html Charles P. On Wed, May 6, 2009 at 10:14 PM, Igor Costa igorco...@gmail.com wrote: Charles As Alex said,

Re: [flexcoders] Application shows with a partial height

2009-05-07 Thread Igor Costa
If you`re using Flex Builder, try to clean up your project . 1. Select your project 2. Go to the menu and select Project Clean 2. Mark the project to be cleaned up and click OK This is a odd thing happing in Flex Builder 3.0 where the last updates are fixed. Regards Igor On Wed, May 6, 2009

Re: [flexcoders] alpha - containers, buttons, and skins

2009-05-07 Thread Igor Costa
If you want to apply the alpha for each control this hapen? Looks like a problem on target to alpha affect. Regards Igor On Mon, May 4, 2009 at 10:50 PM, arieljake arielj...@yahoo.com wrote: Hi, I am trying to understand a weird behavior i am observing when trying to use the alpha

[flexcoders] Re: Changing the BG color of selected row on contect menu item click

2009-05-07 Thread valdhor
A combination of the example I posted earlier along with the example datagrid at http://www.preterra.com/flexsamples/gridsearch/gridsearch.html should get you going. --- In flexcoders@yahoogroups.com, Dharmendra Chauhan chauhan_i...@... wrote: Hi All, I want to change the BG color of

[flexcoders] Re: LinkButton themeColor

2009-05-07 Thread valdhor
Why not just use the Hyperlink component from jabbypanda? http://www.jabbypanda.com/blog/?p=28 --- In flexcoders@yahoogroups.com, chandruflex chandruf...@... wrote: I am trying to implement a HTML a tag like thing using the LinkButton. When I move my mouse-cursor over the LinkButton, I see

[flexcoders] Forcing a ColumnSeries label to always display vertically?

2009-05-07 Thread sailorsea21
Hi everyone, how can I force a ColumnSeries label to always display vertically? Thanks. -David

[flexcoders] Text Layout Framework with Flex 3.3 and Embeded Fonts

2009-05-07 Thread Daniel Freiman
From what I read, you can use the Text Layout Framework with Flex 3.3. The Text Layout Framework also supports embeded fonts. But I can't figure out if/how it can use embeded fonts with the Text Layout Framework within Flex 3.3. Anyone know if this is possible? - Daniel Freiman

[flexcoders] PrintDataGrid

2009-05-07 Thread weezee49
I have a printed report which includes a series of labels and 2 data grids. If I print the labels and the first data grid, I see all the data items in the data grid, but when I add the 2nd one to the page, both PrintDataGrids leave off the last five or six lines of data. I thought the

Re: [flexcoders] Re: Dispatching Events from SWC - via Class`

2009-05-07 Thread Eric Dunn
That is what I needed.. I had to play wit it a bit.. but that is part of the learning process... thanks for your help... Eric W Dunn Adaption Technologies 281-465-3326 ed...@adpt-tech.com - Original Message - From: Tracy Spratt tr...@nts3rd.com To: flexcoders@yahoogroups.com

[flexcoders] Re: Flash speed test - please participate - only 1 click required !

2009-05-07 Thread tom93438
I'll send them out by the weekend. Warning now: they won't be statistically significant, I didnt get enough data. Thanks to all who took part ! tom --- In flexcoders@yahoogroups.com, Hyder hyder_...@... wrote: So where are the results?! --- In flexcoders@yahoogroups.com, Paul Andrews

[flexcoders] Unloading/stopping sounds from SWFLoader .swf

2009-05-07 Thread Merrill, Jason
I'm having a problem getting sounds from .swfs (both AVM1 and AVM2) to stop playing. I am adding these .swfs (loaded with SWFLoader) onto a Canvas in my Flex application. The instance of my SWFLoader is _swfLoader which I add as a child to the _demoCanvas Canvas. Here is what I have tried (my

[flexcoders] How to save microsoft word file to database blob data?

2009-05-07 Thread markflex2007
Please give me a idea how to convert word file to blob data and save it to database with actionscript? I have java backend to handle server side code. Thanks Mark

[flexcoders] RE: Unloading/stopping sounds from SWFLoader .swf

2009-05-07 Thread Merrill, Jason
Ah crap. To add on to this, this seems to be a bug that was only fixed with the Flash 10 player: http://bugs.adobe.com/jira/browse/SDK-14379 - I have to target Flash 9. Is this really still an outstanding bug with Flex 3 and Flash 9? That really bites. Jason Merrill Bank of America

[flexcoders] which component in AIR to browser file in local pc?

2009-05-07 Thread markflex2007
Thanks Mark

[flexcoders] RE: Unloading/stopping sounds from SWFLoader .swf

2009-05-07 Thread Alex Harui
Without cooperation from the loaded SWF, there is no way to stop audio from outside that swf on FP9 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

Re: [flexcoders] which component in AIR to browser file in local pc?

2009-05-07 Thread Charles Parcell
Not a component. File Class http://livedocs.adobe.com/flex/3/langref/flash/filesystem/File.html browseForDirectory() browseForOpen() browseForOpenMultiple() browseForSave() Charles P.

RE: [flexcoders] Are you using the Marshall Plan?

2009-05-07 Thread Alex Harui
Can you provide more details on the security flaws and what you think the right approach is (but no details on your dreams about me, please...) Alex Harui Flex SDK Developer Adobe Systems Inc.http://www.adobe.com/ Blog: http://blogs.adobe.com/aharui From: flexcoders@yahoogroups.com

Re: [flexcoders] which component in AIR to browser file in local pc?

2009-05-07 Thread Charles Parcell
Sorry my brain was thinking along a single line of thought... mx:FileSystemList / Charles P. On Thu, May 7, 2009 at 1:14 PM, Charles Parcell pokemonkil...@gmail.comwrote: Not a component. File Class http://livedocs.adobe.com/flex/3/langref/flash/filesystem/File.html browseForDirectory()

[flexcoders] E4x. Strange behavior when modifying XML. Help needed.

2009-05-07 Thread lytvynyuk
I have XML instance like that: var xml:XML = data summary type='text'test/summary title type='text'test/title /data I want to edit text in summary and title elements. I do: xml.summary = This is my summary; xml.title = This is new title; but in resulting XML is see something like

[flexcoders] about swfObject Flex

2009-05-07 Thread Fernando Wermus
Hi all, I am using swfobject.js to pass parameters to my Flex component. I would like to know if using the same swfobject I can pass parameters to javascript. Now, I am passing parameters from javascript to Flex component by swfObject and from Flex to javascript by ExternalInterface. Is it

[flexcoders] about swfObject Flex

2009-05-07 Thread Fernando Wermus
Hi all, I am using swfobject.js to pass parameters to my Flex component. I would like to know if using the same swfobject I can pass parameters to javascript. Now, I am passing parameters from javascript to Flex component by swfObject and from Flex to javascript by ExternalInterface. Is it

[flexcoders] FileFilter and browseForSave

2009-05-07 Thread stevepruitt97
I have a need to control (at least suggest) a file extension when saving a file in an AIR application. browseForSave is limited to a single argument for the popup title. Does anyone have any ideas how to get FileFilter like behavior when saving a file in AIR? -S

Re: [flexcoders] E4x. Strange behavior when modifying XML. Help needed.

2009-05-07 Thread Daniel Freiman
xml.summary.text()[0] = This is my summary Almost all e4x calls return an XMLList, including text() which returns and XMLList where all the node types are text. So the above is getting the text values/nodes and setting the first one. - Daniel Freiman On Thu, May 7, 2009 at 1:35 PM, lytvynyuk

[flexcoders] Re: TabNavigator creationPolicy

2009-05-07 Thread Amy
--- In flexcoders@yahoogroups.com, Richard Rodseth rrods...@... wrote: Hmm. This seems a little wrong-side-of-the-bed. Actually, when you do: TabNavigator View1 View2 /TabNavigator View1 and View2 are instantiated (obviously necessary to get the labels), but the *children* of

[flexcoders] Re: LinkButton themeColor

2009-05-07 Thread Tim Hoff
The text color and text decoration can be set in CSS. For buttonMode, you can extend LinkButton and use the custom component: package controls { import mx.controls.LinkButton; public class MyLinkButton extends LinkButton { public function MyLinkButton()

Re: [flexcoders] Re: TabNavigator creationPolicy

2009-05-07 Thread Richard Rodseth
Hi Amy, I solved my own problem (eliminating the use of AddChild) and moved on a long time ago. I shared my results for the benefit of others, and got a response from you which I found snide. In case you wish to expand your knowledge, here's the documentation for AddChild, which as far as I know

[flexcoders] Re: Tracking a sprite's position

2009-05-07 Thread Tim Hoff
Using enterFrame is pretty expensive. I'd probably listen for SpriteC's move and resize events in the common canvas and position UIComponentB; based on the event.currentTarget.x and y coordinates. The events will have to be bubbled up from SpriteC to UIComponentA to the common canvas. Use

[flexcoders] Is it possible to reference an external css file (from a library)

2009-05-07 Thread gmoniey22
If I want to reference an external mxml component, I do something like this: mx:VBox xmlns:mx=http://www.adobe.com/2006/mxml; xmlns:Base=com.mydomain.ui.*/ Is it possible to do the same for stylesheets? Lets say there is a stylesheet under: /com/mydomain/ui/style.css How can I reference it? I

[flexcoders] Dynamic datasource in ColdFusion via LCDS ES

2009-05-07 Thread Brendan Meutzner
Hi All, I'm hitting a wall on a requirement for a Flex application which utilizes the LCDS version included with ColdFusion. I have the project setup to use DAO's, Assemblers and ValueObject (cfc's) which I call from Flex via DataService implmentation and the fill(), getItem(), etc...

[flexcoders] Re: Is it possible to reference an external css file (from a library)

2009-05-07 Thread valdhor
mx:Style is one of those times that you use slash instead of dot syntax. Try mx:Style source=com/mydomain/ui/style.css / --- In flexcoders@yahoogroups.com, gmoniey22 gmonie...@... wrote: If I want to reference an external mxml component, I do something like this: mx:VBox

Re: [flexcoders] FileFilter and browseForSave

2009-05-07 Thread Charles Parcell
Interestingly, FileFilter is listed as a see also under browseForSave() in the docs. Have you tried adding in a filter just as you would for browseForOpen() to see if it will work? There is obviously a documentation problem. Question is, is it the reference to FileFilter or the lack of the

[flexcoders] scrollbar inside 100% sized background image in container?

2009-05-07 Thread gwangdesign
Hi, I am trying to get the scrollbar for a container (can be either a Canvas or VBox) inside my background image. Basically my Canvas has a background image which I set background-size to 100%. Flex scales the background image to fit the whole component when there is no scroll bar. But when

[flexcoders] Re: two chart lineseries one mouse

2009-05-07 Thread flexaustin
Just decided to remove all callouts. --- In flexcoders@yahoogroups.com, flexaustin flexaus...@... wrote: So I have two lineseries in my chart and I have a custom cursor, tall vertical line, so that when the user mouses over the chart both lines series are touched by the tall cursor.

[flexcoders] Re: scrollbar inside 100% sized background image in container?

2009-05-07 Thread gwangdesign
BTW, mx:List and subclasses have a different behavior in this regard. The scrollbar is always inside the bound of the List based component. --- In flexcoders@yahoogroups.com, gwangdesign gwangdes...@... wrote: Hi, I am trying to get the scrollbar for a container (can be either a Canvas or

[flexcoders] Re: Unloading/stopping sounds from SWFLoader .swf

2009-05-07 Thread Jason
Thanks Alex. That's too bad. On this project, we're stuck then with no support for external .swfs that have sound since we're using FP9. Bummer. I wonder if we could use LocalConnection to communicate with the AVM1 Captivate or Camtasia files to stop the sound. Possible in theory? Jason

[flexcoders] link examples to sell Flex apps to small business clients

2009-05-07 Thread Matt Garland
Hi, I'd like to send an email with a variety of links to Flex apps. So: NO signing up, NO downloading, NO long start ups. Also data-rich apps and product showcases would be better than media editors. flex.org/showcase does not help. I'm afraid I'd scare clients away: bad links, irritating

[flexcoders] Problem displaying item renderer on on TileList

2009-05-07 Thread gilbert_mizrahi
I am creating an app. in which a need to display some thumbnails on a TileList, but the thumbnails are not visible on the TileList. However, if a click on a tile it does what it is suppose to do and it creates the number of tiles according to the data provider, only the tiles are not visible.

Re: [flexcoders] link examples to sell Flex apps to small business clients

2009-05-07 Thread Guy Morton
How about http://syd.webtrak-lochard.com/? On 08/05/2009, at 8:23 AM, Matt Garland wrote: Hi, I'd like to send an email with a variety of links to Flex apps. So: NO signing up, NO downloading, NO long start ups. Also data-rich apps and product showcases would be better than media

[flexcoders] Remove Popup from ItemRenderer

2009-05-07 Thread cvsikh
Hi, I was wondering if its possible to trigger removepopup(this) (or some other method) from a external item renderer. Popupmanager is not removing the actual popup which holds the itemrenderer.

[flexcoders] Re: link examples to sell Flex apps to small business clients

2009-05-07 Thread Matt Garland
Love it. --- In flexcoders@yahoogroups.com, Guy Morton g...@... wrote: How about http://syd.webtrak-lochard.com/? On 08/05/2009, at 8:23 AM, Matt Garland wrote: Hi, I'd like to send an email with a variety of links to Flex apps. So: NO signing up, NO downloading, NO long

Re: [flexcoders] Re: Tracking a sprite's position

2009-05-07 Thread Aaron Hardy
Maybe I'm missing something really fundamental then; I didn't think Sprites dispatched move and size events and the documentation doesn't show any such events either. I'll do some more research later, but please correct me if you know something I don't. Thanks for the response. Aaron Tim

[flexcoders] Re: Tracking a sprite's position

2009-05-07 Thread Tim Hoff
No, you're right. My suggestion was more theoretical more than anything else. You may need to change the Sprites to UIComponents; to get those events. -TH --- In flexcoders@yahoogroups.com, Aaron Hardy aaronius...@... wrote: Maybe I'm missing something really fundamental then; I didn't

[flexcoders] Re: link examples to sell Flex apps to small business clients

2009-05-07 Thread Tim Hoff
This is a very good comercial flex application: http://mediastore.verizonwireless.com/onlineContentStore/index.html http://mediastore.verizonwireless.com/onlineContentStore/index.html # http://mediastore.verizonwireless.com/onlineContentStore/index.html -TH --- In flexcoders@yahoogroups.com,

[flexcoders] Re: E4x. Strange behavior when modifying XML. Help needed.

2009-05-07 Thread lytvynyuk
Thank you, but it doesn't work!! But!!! I think I forgot to mention one thing, my original XML has defined namespace... and look like that: var xml:XML = data xmlns='http://www.w3.org/2005/Atom' summary type='text'test/summary title type='text'test/title /data I've tried without

Re: [flexcoders] Re: Tracking a sprite's position

2009-05-07 Thread Aaron Hardy
Unfortunately that isn't a great option in our case. The sprite in question is part of a graphical editor where dozens and dozens of sprites may be on the stage and they only provide a simple graphical representation so converting them to uicomponents would probably be more overkill than

[flexcoders] Re: LCDS: can two assemblers use same entity object?

2009-05-07 Thread Rajeev Goel
using a different entity (created a new entity which is replica of employee and named manager) solves the issue. looks like LCDS follows a simple strategy: one entity for each assembler, no reuse. -Rajeev On Thu, May 7, 2009 at 12:36 PM, Rajeev Goel db.raj...@gmail.com wrote: hi All, I am

[flexcoders] Re: Tracking a sprite's position

2009-05-07 Thread Tim Hoff
Batting .000 so far. The only other thing that I can think of, is to move UIComponentB into UIComponnentA, same level as SpriteC, and bind the position of UIComponentB to the x and y (plus any offset) of SpriteC. Sorry that I couldn't have offered more useful help. It sounds like you have an

[flexcoders] Re: Tracking a sprite's position

2009-05-07 Thread Tim Hoff
Actually, in thinking about it a bit more, why not dispatch a custom event in the updateDisplayList function of UIComponentA; that contains the coordinates of SpriteC. This will happen a lot less frequently than listening for the enterFrame event. -TH --- In flexcoders@yahoogroups.com, Tim

RE: [flexcoders] Re: E4x. Strange behavior when modifying XML. Help needed.

2009-05-07 Thread Tracy Spratt
Declare a default namespace: default xml namespace = http://www.w3.org/2005/Atom; Tracy Spratt, Lariat Services, development services available _ From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On Behalf Of lytvynyuk Sent: Thursday, May 07, 2009 9:14 PM To:

RE: [flexcoders] Remove Popup from ItemRenderer

2009-05-07 Thread Tracy Spratt
Sorry I did not understand any of that, will you please explain in more detail? Tracy Spratt, Lariat Services, development services available _ From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On Behalf Of cvsikh Sent: Thursday, May 07, 2009 7:31 PM To:

Re: [flexcoders] Re: Tracking a sprite's position

2009-05-07 Thread Aaron Hardy
What would be invalidating UIComponent A's display list? It's my understanding that if Sprite B were to be scaled (which is likely--it is a graphic editing app afterall) but not Sprite A, the display list of UIComponent A would never be invalidated, so updateDisplayList wouldn't be called in

[flexcoders] Re: LinkButton themeColor

2009-05-07 Thread chandruflex
Thank you for the link, Valdhor. --- In flexcoders@yahoogroups.com, valdhor valdhorli...@... wrote: Why not just use the Hyperlink component from jabbypanda? http://www.jabbypanda.com/blog/?p=28 --- In flexcoders@yahoogroups.com, chandruflex chandruflex@ wrote: I am trying to

[flexcoders] Re: LinkButton themeColor

2009-05-07 Thread chandruflex
Thank you for the code, Tim Hoff. --- In flexcoders@yahoogroups.com, Tim Hoff timh...@... wrote: The text color and text decoration can be set in CSS. For buttonMode, you can extend LinkButton and use the custom component: package controls { import mx.controls.LinkButton;

[flexcoders] Re: Tracking a sprite's position

2009-05-07 Thread Tim Hoff
My thought was that since all of the Sprites of UIComponentA were children, they would invalidate the display list of UIComponentA whenever they were changed. I forget that Sprites are their own beast. If you can't find a way to listen for changes to all of the Sprite's position/size, and

RE: [flexcoders] Problem displaying item renderer on on TileList

2009-05-07 Thread Alex Harui
Try {XML(data)@thumbnail} 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 gilbert_mizrahi Sent: Thursday, May 07, 2009 3:51 PM To:

RE: [flexcoders] Re: Unloading/stopping sounds from SWFLoader .swf

2009-05-07 Thread Alex Harui
Oh sure, that's what I mean by cooperation. Your SWF has to request the other SWF to stop. 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 Jason Sent:

[flexcoders] Re: Remove Popup from ItemRenderer

2009-05-07 Thread cvsikh
There is a datagrid with an external itemrenderer which opens a popup. Along with opening the popup, I want to close the original titlewindow in which I have the datagrid. Thanks for your help! --- In flexcoders@yahoogroups.com, Tracy Spratt tr...@... wrote: Sorry I did not understand any of

RE: [flexcoders] Re: Tracking a sprite's position

2009-05-07 Thread Alex Harui
If you can use a subclass of Sprite that dispatches the events you need, that will be the least expensive solution in terms of CPU usage. If you can't use a subclass or you won't have so many Sprites that polling will matter, polling will probably be sufficient. Alex Harui Flex SDK Developer

[flexcoders] Re: Tracking a sprite's position

2009-05-07 Thread Tim Hoff
This all sounds like overkill; since you are really only interested in UIComponentB knowing the position of SpriteC. If you make SpriteC public, is it possible to bind the x/y values for UIComponentB to uiComponentA.spriteC.x and y (localToContent)? -TH --- In flexcoders@yahoogroups.com, Alex

[flexcoders] Sending textinput id

2009-05-07 Thread Gustavo
Hi, I have a form and I would like to add the textinput id to an array so I know which fields were edited, I trigger the change event on each one but I can't send the textinput id via the event. any of this I'm saying makes sense? and if it does, how do I do it, or maybe there is a better way

[flexcoders] Need to save Employee Form data in a database

2009-05-07 Thread shabirgilkar
Hi Flexers! I am fresher just learning the flex, can any body help me how to save data in a database and what kind of setting i need to follow. I mean to say to save data in a access database. Thanks