Re: [flexcoders] removePopUp on rollout, but not if rollOver popup itself?

2009-01-23 Thread Haykel BEN JEMIA
I had the same problem with a component I developed and the only solution I found was to track rollOver and rollOut on both components (in your case for the day and the popUp). For every component I set a flag to true on rollOver. On rollOut I set it to false then only if both flags are false I

RE: [flexcoders] Announcing a Flex Community Feedback Forum

2009-01-23 Thread Gregor Kiddie
Hey Matt, This sounds like it could be pretty interesting! But is there any guidance on what questions are off limits, area's to focus on, etc, as I think a lot of people will come wanting to talk about AIR / Flash Player rather than the SDK strictly. Gk. Gregor Kiddie Senior Developer

Re: [flexcoders] Re: Navigational Design Patterns?

2009-01-23 Thread nwebb
Johannes, does slide Slide work well with modules as this project is modular? On Fri, Jan 23, 2009 at 7:46 AM, Johannes Nel johannes@gmail.comwrote: kind of off topic now. i would actually look at slide, even for an existing app (if it uses viewstacks and states) for navigation. it

Re: [flexcoders] Re: itemRenderer data question (recycling)

2009-01-23 Thread nwebb
Yes, doing that already - thanks :) On Thu, Jan 22, 2009 at 4:45 PM, ross_w_henderson pub...@rwebdev.comwrote: Hi. Are you updating super.data in your set data function? If you aren't, give this a try: public override function set data(value:Object):void { super.data = value;

Re: [flexcoders] itemRenderer data question (recycling)

2009-01-23 Thread nwebb
At the moment not sure - my test data only has the same 4 items in, but I think it's going to vary. On Thu, Jan 22, 2009 at 6:34 PM, Tracy Spratt tspr...@lariatinc.com wrote: How many items? This might be easier with Repeater. Tracy Spratt Lariat Services Flex development bandwidth

Re: [flexcoders] itemRenderer data question (recycling)

2009-01-23 Thread nwebb
Yes sorry - I was scant with the details because I know people don't read long posts. I'm just using a standard array for the dp rather than an ArrayCollection and I am overwriting the array each time. Eventually I think that each bundle may have completely different items (they are actually

Re: [flexcoders] Re: Navigational Design Patterns?

2009-01-23 Thread Johannes Nel
we have never had a problem with modules, there are no singletons, controllers and models cascade through the display tree (with the ability overwrite these references anywhere down the display tree) and modules are just new children on the display tree. it is not a framework in the sense of

Re: [flexcoders] Re: itemRenderer data question (recycling)

2009-01-23 Thread nwebb
Nice idea - thanks :) Could you use a static Dictionary on the itemRenderer class, with the key being the UID? That way you can get the old% value regardless of whether you're in the same renderer instance?

[flexcoders] Files converted in Mac not recognizable

2009-01-23 Thread Joy
Hi I have a Flex-app MP3 uploader, which works fine in Windows-OS. But when I 'convert' some MP3 files in Mac using some Mac-app-converter, it says File not supported (custom err msg). Is it something to do with the file-extension, when converted in Mac-based-app? M not sure. How do I overcome

Re: [flexcoders] Visible issue

2009-01-23 Thread Tom Chiverton
On Thursday 22 Jan 2009, lehaianh1986 wrote: var systray:SystemTrayIcon = NativeApplication.nativeApplication.icon; systray.addEventListener(ScreenMouseEvent.CLICK,function(event:Event):void{ stage.nativeWindow.visible = true; }); but it error. The message is TypeError: Error #1009: Cannot

Re: [flexcoders] 3.2 plus datavisualization

2009-01-23 Thread Tom Chiverton
On Wednesday 21 Jan 2009, Richard Rodseth wrote: flexbuilder. But I need the datavisualization classes. Is it OK to copy datavisualization.swc to the libs folder of my 3.2 SDK? It looks as though there is also stuff in dataviz stuff in locales. Anything else? Yes, it'll work fine. There are

[flexcoders] very odd error

2009-01-23 Thread nwebb
Erm TypeError: Error #1034: Type Coercion failed: cannot convert Tools.dal.dataObjects::dataoutsourcedmod...@9f82091 to Tools.dal.dataObjects.dataOutsourcedModels Done all the basic checks (classname, package, constructor). There are no two objects of the same name . Anyone else seen Flex do

RE: [flexcoders] very odd error

2009-01-23 Thread Gregor Kiddie
Check the names of the objects you are using... have you got an object named the same as a class (different case is what usually catches people out) and then used the classname rather than the object name when passing a parameter? If it genuinely is a class cast between same types, it looks

[flexcoders] needed help...

2009-01-23 Thread venkatesh murali
hi all.. i need a help in adobe flex 3.. requirement: i have a datechooser.. in which i can select dates.. this is in built in it.. now i need to drag n select some dates n save it in an array.. i have made a custom component of selecting multiple dates from a datechooser without using

[flexcoders] Problem with ModuleLoder

2009-01-23 Thread madhu_bmk
Hi Every One In my application am using ModuleLoder to load multiple no of modules, ok no problem with loading, its working cool and loading all the modules, but the child property is not handling all the modules. it just handling the last module only if am trying to do any modifications to my

[flexcoders] NetStatusEvent.NET_STATUS not triggered on linux

2009-01-23 Thread Abdul Hakkim
Hi, Flash player version: 9. OS: Ubuntu 8.0.4 Browser: FF 3 I am working on a custom player for flv videos and I am noticing this strange behavior on Linux. When internet connection is lost, the NetStatusEvent.NET_STATUS event does not appear to triggered at all. I am basically listening for a

[flexcoders] Re: Problem with ModuleLoder

2009-01-23 Thread ilikeflex
If you want to do some modification to the first modules then you have to create different module loader for different modules. You cannot manipulate all the modules with the same module loder. --- In flexcoders@yahoogroups.com, madhu_bmk madhu_...@... wrote: Hi Every One In my

[flexcoders] Re: Problem with ModuleLoder

2009-01-23 Thread handitan
Hi Madhu, What do you mean by child property? What does the child property need to do with all the modules? What are the effects to the last module when you made modifications to the 1st module? --- In flexcoders@yahoogroups.com, madhu_bmk madhu_...@... wrote: Hi Every One In my

[flexcoders] Help - Wierd Problem when putting Flex app into webpage

2009-01-23 Thread brucewhealton
Hello all, I've run into a rather strange situation with a website where I am placing some flex applications, the swf files. I've done this before without any problems. I've taken a Flex output, the application and opened in Dreamweaver and then selected TemplateApply Template, and the

[flexcoders] Re: XML Filtering

2009-01-23 Thread ilikeflex
Few months back i have the same requirement. I created function getUniqueElements(workListErrorFlag,flag). This function takes the XMLList and the xml node name for which you want the unique elements.In your case it should be filter .It may be possible that you have to make some small chnages.

[flexcoders] Requesting images says its non secure?

2009-01-23 Thread tchredeemed
I was wondering if anyone could help me here.. We have a site that is SSL encrypted, and I embed a flex app inside the html of it. When I launch the app, it gives a popup (only in IE) saying a secure site is requesting non secure information. However, the only images I request are requested by

Re: [flexcoders] Pop-up Window issue

2009-01-23 Thread Eric Dunn
Any suggestions on how to stay out of this hole. I am using a button with a click and not using KEY_UP or KEY_DOWN or ENTER. This thing is driving me to drinking... Eric W Dunn Adaption Technologies 281-465-3326 ed...@adpt-tech.com - Original Message - From: Alex Harui

[flexcoders] Re: Highlighted Portion of Tree Control on mouseOver

2009-01-23 Thread Amy
--- In flexcoders@yahoogroups.com, ilikeflex ilikef...@... wrote: Hi I have customized Tree Control using TreeItemRenderer. I want to show disclosureClosedIcon and disclosureOpenIcon after the label. By default these icons are displayed before the label. In the updateDisplayList method

[flexcoders] Re: XML Filtering

2009-01-23 Thread Amy
--- In flexcoders@yahoogroups.com, ilikeflex ilikef...@... wrote: Few months back i have the same requirement. I created function getUniqueElements(workListErrorFlag,flag). This function takes the XMLList and the xml node name for which you want the unique elements.In your case it should

[flexcoders] Re: Help - Wierd Problem when putting Flex app into webpage

2009-01-23 Thread valdhor
Your problem is with the style declaration: style body { margin: 0px; overflow:hidden } /style Removing this style declaration makes it centered again. --- In flexcoders@yahoogroups.com, brucewhealton br...@... wrote: Hello all, I've run into a rather strange situation with a website

Re: [flexcoders] Files converted in Mac not recognizable

2009-01-23 Thread Howard Fore
I'm confused where the error is occurring, several questions: - Is the Mac-app-converter giving you an error or is your FileUploader class giving it? - What is the FileUploader class in your code below, what's it doing? - What application are you using to convert the files on the Mac and what is

[flexcoders] Structuring a medium sized application

2009-01-23 Thread Sceneshift
Hey guys, I'm creating a fairly sizable, modular application which is great, I really love modules. One problem I am having is how to go about structuring my projects, right down to the folder structure. Can anyone share their insight into how they structure their applications, whats the norm

[flexcoders] Re: Extending the DataGrid so it supports an editable row

2009-01-23 Thread Amy
--- In flexcoders@yahoogroups.com, João joao.sale...@... wrote: Hi, it seems that currently a DataGrid only supports one itemEditor simultaneously, applied to one cell. We are currently in need to have one item editor for each cell in one line. In our application it makes complete sense

Re: [flexcoders] New Web 2.0 Company looking for Chalnging work (www.dacoders.com)

2009-01-23 Thread Jon Bradley
On Jan 23, 2009, at 11:16 AM, Sajid Hussain wrote: please review our company profile looking for favorable response as we are start up with tough time Hour Rate : $12+ US ... no wonder a lot of developers are having a tough time finding work in the US (not all, but a lot). - j

Re: [flexcoders] New Web 2.0 Company looking for Chalnging work (www.dacoders.com)

2009-01-23 Thread Sajid Hussain
Yup ,I cant say about us but here now every developer guy is calling him as flex guy ;) From: Jon Bradley jbrad...@postcentral.com To: flexcoders@yahoogroups.com Sent: Friday, January 23, 2009 8:23:01 AM Subject: Re: [flexcoders] New Web 2.0 Company looking

Re: [flexcoders] Announcing a Flex Community Feedback Forum

2009-01-23 Thread Alan K
My impression is that this meeting will be about how the open source Flex SDK 'works'. If anyone here is interested in contributing to the SDK, or has input on making the open source SDK more successful, this is the place to go. The meeting is open, free and it will cool to hear people's

[flexcoders] ArrayCollection COLLECTION_CHANGE event doesn't fire right away?

2009-01-23 Thread Keith Hughitt
Hi all, I'm trying to detect changes in an ArrayCollection which is bound to a DataGrid with some editable components. For some reason, however, the event only seems to fire when the focus is change. For example, I check a check-box, and nothing happens. When I then click somewhere outside of the

re: [flexcoders] New Web 2.0 Company looking for Chalnging work (www.dacoders.com)

2009-01-23 Thread Wally Kolcz
Social-Networking, Real Estate, E-Learning Applications, E-Commerce, Financial Applications and Real Time Communication Applications as Live Audio/Video Streaming and Broadcasting for E-Learning or Business Meetings, Instant Messengers and Web Phone...wow, that a very broad scope

Re: [flexcoders] New Web 2.0 Company looking for Chalnging work (www.dacoders.com)

2009-01-23 Thread Fotis Chatzinikos
Wally, hourly rate depends on the country the developers are based... In some countries 12$ will get you fine for a month or more... :-) On Fri, Jan 23, 2009 at 6:39 PM, Wally Kolcz wko...@isavepets.com wrote: Social-Networking, Real Estate, E-Learning Applications, E-Commerce, Financial

Re: [flexcoders] New Web 2.0 Company looking for Chalnging work (www.dacoders.com)

2009-01-23 Thread Wally Kolcz
Ahhh, good point. Damn me and my American attitude... lol From: Fotis Chatzinikos fotis.chatzini...@gmail.com Sent: Friday, January 23, 2009 8:46 AM To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] New Web 2.0 Company looking for Chalnging work

Re: [flexcoders] very odd error

2009-01-23 Thread Maciek Sakrejda
This can also happen when you link against a certain class, but the version of that class supplied at runtime has changed. E.g., 1. you build module foo.swf against application bar.swf with load-externs 2. your module uses class Baz from bar.swf 3. you rebuild bar.swf, changing Baz slightly 4.

Re: [flexcoders] New Web 2.0 Company looking for Chalnging work (www.dacoders.com)

2009-01-23 Thread Fotis Chatzinikos
Yap, this is the advantage of outsourcing in India, or elsewere... The cons? Many... If you ever tried it you know all the problems involved, and usually from prior experience, there are many... On Fri, Jan 23, 2009 at 6:49 PM, Wally Kolcz wko...@isavepets.com wrote: Ahhh, good point. Damn

Re: [flexcoders] New Web 2.0 Company looking for Chalnging work (www.dacoders.com)

2009-01-23 Thread Paul Andrews
So, should we all be submitting adverts here? ;-) I'll prepare my 2GB PDF right now..

Re: [flexcoders] New Web 2.0 Company looking for Chalnging work (www.dacoders.com)

2009-01-23 Thread Sajid Hussain
well that was not my idea behind this posting , I was like to be part of some experience team .its very clear this group is specifically for flex developers -s From: Paul Andrews p...@ipauland.com To: flexcoders@yahoogroups.com Sent: Friday, January 23, 2009

Re: [flexcoders] Pop-up Window issue

2009-01-23 Thread Haykel BEN JEMIA
Any code to test this behavior? Haykel Ben Jemia Allmas Web RIA Development http://www.allmas-tn.com On Fri, Jan 23, 2009 at 3:52 PM, Eric Dunn ed...@adpt-tech.com wrote: Any suggestions on how to stay out of this hole. I am using a button with a click and not using KEY_UP or KEY_DOWN

Re: [flexcoders] New Web 2.0 Company looking for Chalnging work (www.dacoders.com)

2009-01-23 Thread Wally Kolcz
That's why we don't outsource. From: Fotis Chatzinikos fotis.chatzini...@gmail.com Sent: Friday, January 23, 2009 8:54 AM To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] New Web 2.0 Company looking for Chalnging work (www.dacoders.com) Yap,

Re: [flexcoders] New Web 2.0 Company looking for Chalnging work (www.dacoders.com)

2009-01-23 Thread Wally Kolcz
I don't have a business to promote. :-( I feel left out. From: Paul Andrews p...@ipauland.com Sent: Friday, January 23, 2009 8:57 AM To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] New Web 2.0 Company looking for Chalnging work

RE: [flexcoders] needed help...

2009-01-23 Thread Tracy Spratt
First, please use a descriptive subject for all posts. need help is just noise, 99% of posts need help. Many of us use the subject to decide whether or not we can help with a post. Now, are you having trouble with drag and drop? What trouble? How far have you gotten, what is and is not

RE: [flexcoders] New Web 2.0 Company looking for Chalnging work (www.dacoders.com)

2009-01-23 Thread Tracy Spratt
Personally, a single post about a new Flex company or opportunity or product does not bother me, and is sometimes useful. And I am now putting a little marketing note in my signature these days! We shoud point out to the OP that the yahoogroups flexjobs is specially intended for such use.

RE: [flexcoders] ArrayCollection COLLECTION_CHANGE event doesn't fire right away?

2009-01-23 Thread Alex Harui
DG editing is session and row-based by default. Data isn't written back to the data object until you change cells, and notifications are blocked until you change rows. For click-based cells like checkbox, I usually add a change handler that sets the field right away. From:

[flexcoders] Re: removePopUp on rollout, but not if rollOver popup itself? - solved

2009-01-23 Thread Amy
--- In flexcoders@yahoogroups.com, Tracy Spratt tspr...@... wrote: Yeak, setting flags works, so problem solved, but I'd like to hear any other suggestions. Could you set mouseEnabled to false on the popup?

[flexcoders] Flex Builder debugger problems

2009-01-23 Thread Curtis Barrett
I'm running into an odd problem with the Flex Builder debugger. About 4/5ths of the times that I click the debug button I get a nice, white IE page. It has the loading icon down at the bottom and aside from that, nothing. When I click stop in flex builder the page goes away and when I click

RE: [flexcoders] very odd error

2009-01-23 Thread Alex Harui
More likely, the shared code problem as described in the modules presentation on my blog. It can be the very same bits, but in a different appdomain and then you'll see problems like this. From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On Behalf Of Maciek Sakrejda Sent:

RE: [flexcoders] Pop-up Window issue

2009-01-23 Thread Alex Harui
Have a drink, then set break points on the method that pops up the dialog to make sure it is in fact being re-launched on close and examine the call stack to see why. Once we know why it will be easier to suggest fixes. From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On

RE: [flexcoders] itemRenderer data question (recycling)

2009-01-23 Thread Alex Harui
If there aren't going to me more than a few dozen funds you can use repeater and avoid recycling. Otherwise, you'll have to live with recycling and add other data like when it changed last so you can determine whether to color it or not. From: flexcoders@yahoogroups.com

RE: [flexcoders] removePopUp on rollout, but not if rollOver popup itself?

2009-01-23 Thread Alex Harui
The event should have a relatedObject property that is “rollInto” From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On Behalf Of Haykel BEN JEMIA Sent: Friday, January 23, 2009 12:07 AM To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] removePopUp on rollout, but not if

[flexcoders] Guidance Needed about the organization of flex project and MXML Componenets

2009-01-23 Thread anuj181
Hi Flex Coders, I have been taken over one project started by some other programmer, The project asks user to login and after user logs in , different custom MXML Components are loaded. Thats the bigger picture what the project needs to do. The way this project was organized that the developer

[flexcoders] Re: ArrayCollection COLLECTION_CHANGE event doesn't fire right away?

2009-01-23 Thread Keith Hughitt
Hi Alex, Thanks for the suggestion. I was already trying to set the value using the click-handler, but even using change, I still am not having any luck: change=cbSelected = displayCheckBox.selected; (The data-binding is somewhat indirect: the checkbox sits inside a HBox, which I've given a

RE: [flexcoders] Re: ArrayCollection COLLECTION_CHANGE event doesn't fire right away?

2009-01-23 Thread Alex Harui
Click should be just as good, but usually the code looks like: Click=data.someProperty = displayCheckBox.selected because data is the arraycollection item you are editing. If the data objects are not [bindable], then you further have to call arrayCollection.itemUpdated() to force a collection

[flexcoders] Having trouble with qtp automation

2009-01-23 Thread whatabrain
My app contains a subclassed AdvancedDataGrid, with a few custom itemRenderers and headerRenderers. When I look at it using qtp, I can see the AdvancedDataGrid, but I can't reach into individual cells. The only object qtp detects there is Flash itself -- it doesn't even see the ADG. Between

Re: [flexcoders] Flex Builder debugger problems

2009-01-23 Thread John McCormack
If the SWF takes a long time to build you will see that. I sometimes got that when it couldn't find the debugger, but not recently. It's sometimes slow waiting for something to be loaded/decoded, or even when waiting at a breakpoint. Because the two programs don't run independently IE may show

[flexcoders] Rotate array to invert datagrid

2009-01-23 Thread johngag6969
I have a datagrid that needs to be turned around (Columns as Rows and Rows as Columns). I am sending flex a structured array from ColdFusion. Much help would be appreciated. Thanks

Re: [flexcoders] Pop-up Window issue

2009-01-23 Thread Eric Dunn
I set break points on the method that launches the pop up. The break point never hits. I delete a schedule, pop up closes. I then try to delete another schedule and the schedule is deleted, I see the confirmation result (alert) and the window does not close and the breakpoint never stops the

[flexcoders] Re: New Web 2.0 Company looking for Chalnging work (www.dacoders.com)

2009-01-23 Thread Amy
--- In flexcoders@yahoogroups.com, Paul Andrews p...@... wrote: So, should we all be submitting adverts here? ;-) I'll prepare my 2GB PDF right now.. I think that flexJobs is failing, because it seems to queue up posts for weeks at a time and then they all go out in a batch. This means

Re: [flexcoders] Re: New Web 2.0 Company looking for Chalnging work (www.dacoders.com)

2009-01-23 Thread Paul Andrews
- Original Message - From: Amy amyblankens...@bellsouth.net To: flexcoders@yahoogroups.com Sent: Friday, January 23, 2009 8:36 PM Subject: [flexcoders] Re: New Web 2.0 Company looking for Chalnging work (www.dacoders.com) snip I think that flexJobs is failing, because it seems to queue

[flexcoders] Re: Applying a style GroupingFields in an AdvancedDataGrid

2009-01-23 Thread Bill
Where would I call that function? --- In flexcoders@yahoogroups.com, Amy amyblankens...@... wrote: --- In flexcoders@yahoogroups.com, Bill bill.franklin@ wrote: is there any way to apply a styleFunction to a Grouping Field, so that, for instance, the row is a different color based on

Re: [flexcoders] Re: New Web 2.0 Company looking for Chalnging work (www.dacoders.com)

2009-01-23 Thread Fotis Chatzinikos
Do not do that :-p (from a 2G iphone user) On Fri, Jan 23, 2009 at 10:47 PM, Paul Andrews p...@ipauland.com wrote: - Original Message - From: Amy amyblankens...@bellsouth.net amyblankenship%40bellsouth.net To: flexcoders@yahoogroups.com flexcoders%40yahoogroups.com Sent: Friday,

[flexcoders] Re: ArrayCollection COLLECTION_CHANGE event doesn't fire right away?

2009-01-23 Thread Keith Hughitt
I was able to get it working in one case using itemUpdated. I had to change the ArrayCollection to public, and then set the handler: [Bindable] public var colors:ArrayCollection = new ArrayCollection([ {color:Red, display: true}, {color:Blue, display: true}, {color:Green, display:

Re: [flexcoders] Re: New Web 2.0 Company looking for Chalnging work (www.dacoders.com)

2009-01-23 Thread Paul Andrews
- Original Message - From: Fotis Chatzinikos To: flexcoders@yahoogroups.com Sent: Friday, January 23, 2009 9:18 PM Subject: Re: [flexcoders] Re: New Web 2.0 Company looking for Chalnging work (www.dacoders.com) Do not do that :-p (from a 2G iphone user) LOL, too late, it

[flexcoders] Re: Applying a style GroupingFields in an AdvancedDataGrid

2009-01-23 Thread Amy
--- In flexcoders@yahoogroups.com, Bill bill.frank...@... wrote: Where would I call that function? styleFunctions, when present, just get called automatically by the ADG itself. Do a search on styleFunction in the Help. HTH; Amy

RE: [flexcoders] Re: ArrayCollection COLLECTION_CHANGE event doesn't fire right away?

2009-01-23 Thread Alex Harui
Well, I don't know for sure if this is the issue, but an HBox is not an IFocusManagerComponent and thus probably doesn't get focus handled correctly. Editable renderers should implement IFocusManagerComponent. From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On Behalf Of

[flexcoders] Re: Hslider and Vslider (Fx 3.2) causing issues OR is it my code?

2009-01-23 Thread flexaustin
I guess nobody knows? I submitted a bug report to Adobe. J --- In flexcoders@yahoogroups.com, flexaustin flexaus...@... wrote: Is this just for bitmaps/bitmapdata objects or does this limit include the Flash player stage as well, as I am not trying to create a bitmapdata object. I am simply

[flexcoders] TreeItemRenderer giving me problems

2009-01-23 Thread malik_robinson
Hi, I am getting an error trying to create my own TreeItemRenderer. I get an error saying Error: 1023 Incompatible override. This is a compile time error. It points to my override function at least in FlexBuilder. My renderer is just a skeleton as of now but this error is preventing me from

[flexcoders] Re: Flex Builder debugger problems

2009-01-23 Thread arieljake
I having been having a very difficult time debugging AIR programs. 2/3 of the time, the app will load but the debugger will not connect unless I quit FlexBuilder. --- In flexcoders@yahoogroups.com, John McCormack j...@... wrote: If the SWF takes a long time to build you will see that. I

Re: [flexcoders] Flex Builder debugger problems

2009-01-23 Thread Mark Carter
I also experience this though it only happens about 5% of the time for me. I'm debugging my Flex app running in the standalone Flash Player 10. * Usually, my flex app takes a couple of seconds to launch once the workspace has finished building. * About 20% of the time, the flash player window

RE: [flexcoders] Re: removePopUp on rollout, but not if rollOver popup itself? - solved

2009-01-23 Thread Tracy Spratt
That was a good idea, and I tried it, but it seems that even with mouseEnabled=false' on the pop-up, rolling over it registers a rollOut on the dayComponent, which starts the loop. I am looking into the rollOver property alex mentioned. Tracy Spratt Lariat Services Flex development

RE: [flexcoders] Re: removePopUp on rollout, but not if rollOver popup itself? - solved

2009-01-23 Thread Tracy Spratt
I take it back. When I code it right, that does work. But it results in the popup being hidden when I roll off the day, even though I am still over the popup. Great idea though, thanks! Tracy Spratt Lariat Services Flex development bandwidth available

RE: [flexcoders] TreeItemRenderer giving me problems

2009-01-23 Thread Alex Harui
Clean the project. Try overriding some other function From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On Behalf Of malik_robinson Sent: Friday, January 23, 2009 6:06 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] TreeItemRenderer giving me problems Hi, I am