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

2009-01-21 Thread Kyle Quevillon
These may help understand what is going on: http://www.bit-101.com/blog/?p=1426 http://underdevelopment.maravillaclan.net/?p=7 And a forum post: http://groups.google.com/group/macromedia.flash/browse_thread/thread/69c5c668117d26af/26a38122dd97720f?lnk=raot In FP 10, bitmaps are no longer

RE: [flexcoders] How to mask scrolling errorTips

2008-11-12 Thread Kyle Quevillon
Maybe one of these 2 samples will help: http://blog.flexmonkeypatches.com/2008/10/08/flex-make-popup-follow-spawning-component-as-you-scroll/ http://blog.flexmonkeypatches.com/2008/10/13/flex-make-popup-follow-spawning-component-as-you-scroll-2/ -Kyle From: flexcoders@yahoogroups.com

RE: [flexcoders] Wizard

2008-10-22 Thread Kyle Quevillon
Have you checked this out? http://www.adobe.com/cfusion/communityengine/index.cfm?event=showdetailsproductId=2postId=11246 -Kyle From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Nick Collins Sent: Wednesday, October 22, 2008 9:56 AM To: flexcoders@yahoogroups.com Subject:

RE: [flexcoders] Custom index.template.html for each new project

2008-10-16 Thread Kyle Quevillon
Look in your sdk directory: sdks\2.0.1\resources\html-templates sdks\3.0.0\templates -Kyle From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Mark Lapasa Sent: Thursday, October 16, 2008 1:32 PM To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] Custom

RE: [flexcoders] Framework RSLs -- Any Reason Not To Use? Any Problems Related to Their Use?

2008-09-08 Thread Kyle Quevillon
True regarding not being able to monkey patch the cached framework rsl. It is always loaded first. -Kyle From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Doug McCune Sent: Monday, September 08, 2008 4:15 PM To: flexcoders@yahoogroups.com Subject: Re: [flexcoders]

RE: [flexcoders] Re: ::: uploading Fonts into a live site--possible?

2008-08-20 Thread Kyle Quevillon
Like this: http://blog.flexmonkeypatches.com/2007/02/12/changing-embedded-true-type-fonts-at-runtime-in-flex-applications/ http://blog.flexmonkeypatches.com/2007/02/23/using-modules-to-change-embedded-true-type-fonts-at-runtime-in-flex-applications/

RE: [flexcoders] Optimize with callLater() -- help?

2008-08-19 Thread Kyle Quevillon
You might want to look at Alex Harui's pseudo threading example: http://blogs.adobe.com/aharui/2008/01/threads_in_actionscript_3.html -Kyle From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Blake Barrett Sent: Tuesday, August 19, 2008 1:16 PM To: flexcoders@yahoogroups.com

RE: [flexcoders] Ant tasks and spaces in paths?

2008-07-14 Thread Kyle Quevillon
This bug may cover the issue: http://bugs.adobe.com/jira/browse/SDK-15764 -Kyle From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Gordon Smith Sent: Monday, July 14, 2008 3:16 PM To: flexcoders@yahoogroups.com Subject: RE:

RE: [flexcoders] Re: date in dataGrid wrong GMT? Dates sometimes one day off?

2008-06-04 Thread Kyle Quevillon
http://flexblog.faratasystems.com/?p=289 -Kyle From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of flash.media Sent: Wednesday, June 04, 2008 2:24 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: date in dataGrid wrong GMT?

RE: [flexcoders] Is there a way to change the timezone of Date object in Flex 1.5?

2008-05-16 Thread Kyle Quevillon
http://flexblog.faratasystems.com/?p=289 -Kyle From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of vicky9nov Sent: Friday, May 16, 2008 9:19 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] Is there a way to change the timezone

RE: [flexcoders] Saving Typed Objects with AIR

2008-03-27 Thread Kyle Quevillon
Here is a good blog post regarding this topic: http://www.brooksandrus.com/blog/2008/03/25/flex-air-serialization-lesso ns-learned/ One thing it doesn't describe is how to deal with classes that have a constructor with args. The way to deal with that is to have default values for the args

RE: [flexcoders] Re: Use a Popup as itemEditor in Datagrids

2007-12-13 Thread Kyle Quevillon
Check out my blog entry I just posted on this topic (I already had the code sample lying around and hadn't gotten around to posting it), http://blog.739saintlouis.com/2007/12/12/datagrid-popup-as-itemeditor/ HTH -Kyle From:

RE: [flexcoders] How can I get the Accordion headerRender instances

2007-09-14 Thread Kyle Quevillon
Here is a blog entry of mine that might prove useful. http://blog.739saintlouis.com/2007/08/30/flex-accordion-open-on-hover-by -faking-mouse-events/ -Kyle From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Brian Holmes Sent:

RE: [flexcoders] How can I get the Accordion headerRender instances

2007-09-14 Thread Kyle Quevillon
I don't see in the addChild event any info that can help determine what index the child was inserted at. My case assumed you were declaratively creating accordion children in mxml. You could do something like below, since addChild calls addChildAt: ?xml version=1.0? mx:Accordion

RE: [flexcoders] Modules at 360Flex conference

2007-03-09 Thread Kyle Quevillon
I have a 3 part series on Changing embedded True Type fonts at Runtime in Flex Applications which you might find useful. It demonstrates loading swfs that contain embedded fonts and applying them to the app via: 1. Using loader:

RE: [flexcoders] Runtime CSS and embeded fonts not working

2007-02-23 Thread Kyle Quevillon
I have just posted the last 2 parts of a 3 part series (unless I come up with more parts) on: Changing embedded True Type fonts at Runtime in Flex Applications 1. Using loader: http://blog.739saintlouis.com/2007/02/12/changing-embedded-true-type-fon ts-at-runtime-in-flex-applications/

RE: [flexcoders] Custom itemrenderer in datagrid

2006-04-20 Thread Kyle Quevillon
Try this: ?xml version=1.0? mx:Application xmlns:mx=http://www.adobe.com/2006/mxml initialize=initApp() mx:Script public function initApp():void { var arr: Array = new Array(); arr.push({one:abc, two: ABC}); arr.push({one:def, two: DEF}); arr.push({one:ghi, two: