Re: [flexcoders] bugs forum for Fireworks (FXG feedback)

2010-01-12 Thread Muzak
https://www.adobe.com/cfusion/mmform/index.cfm?name=wishform - Original Message - From: Ariel J arielj...@yahoo.com To: flexcoders@yahoogroups.com Sent: Tuesday, January 12, 2010 10:37 PM Subject: [flexcoders] bugs forum for Fireworks (FXG feedback) anyone know where we file bugs for

Re: [flexcoders] SharedObject problem/bug? Cannot store a subclass of ByteArray.

2009-10-28 Thread Muzak
Add a RemoteClass metadata tag to the custom class: Example at the bottom of the article http://cookbooks.adobe.com/post_How_to_keep_the_type_of_your_objects_when_serializ-8323.html - Original Message - From: Geoffrey geoff...@gmail.com To: flexcoders@yahoogroups.com Sent: Wednesday,

Re: [flexcoders] Unable to use a source path with a number in it?

2009-10-05 Thread Muzak
Just a wild guess, try putting it in quotes.. ${MYPATH}\Components\ABC20Components - Original Message - From: biosmonkey biosmon...@yahoo.com To: flexcoders@yahoogroups.com Sent: Monday, October 05, 2009 6:04 AM Subject: [flexcoders] Unable to use a source path with a number in it? I

Re: [flexcoders] flex on a cfm page

2009-09-28 Thread Muzak
If people load the SWF directly, wouldn't that bypass any of the security mechanisms you are implementing in your CF code? http://www.myserver.com/Myswf.swf; will never load any CF code and will therefore never validate the users login credentials. [right?] Not if you have an

Re: [flexcoders] cairngorm convention: vo or model?

2009-08-07 Thread Muzak
. As already mentioned, I find Cairngorm has a few things backwards, so I threw together my own MVC thing. regards, Muzak - Original Message - From: Jorge Maiquez jmaiq...@yahoo.com To: flexcoders@yahoogroups.com Sent: Friday, August 07, 2009 7:21 AM Subject: RE: [flexcoders] cairngorm convention

Re: [flexcoders] embedding swf fonts

2009-08-06 Thread Muzak
it in Flex. regards, Muzak - Original Message - From: xelf...@rocketmail.com To: flexcoders@yahoogroups.com Sent: Thursday, August 06, 2009 7:10 AM Subject: [flexcoders] embedding swf fonts I have been handed a .swf file called akzidenz.swf I have tried to embed only to get the following error

Re: [flexcoders] cairngorm convention: vo or model?

2009-08-06 Thread Muzak
logic, and that you should be able to initialise all of its properties via the constructor. What do you think? VO's usually don't contain any logic but there's no law against it AFAIK :) I never use the constructor to initialize properties. regards, Muzak - Original Message - From

Re: [flexcoders] cairngorm convention: vo or model?

2009-08-06 Thread Muzak
and EventDispatcher classes are. flash.events.Event flash.events.EventDispatcher And their use of ModelLocator is just... eeew. It's not a locator, it's just a Model. My guess is they looked at ARP a bit too much, but missed the point of how it is actually used :) regards, Muzak

Re: [flexcoders] Re: embedding swf fonts

2009-08-06 Thread Muzak
So dear Muzak, Akzidenz-Grotesk doesn't mean .. (AkzidenzGroteskBE -MdIt) means that you do not have the font installed .., but is another font (AkzidenzGroteskBE -MdIt = medium italic) from the font foundry of Berthold!! I know what it means :) I was referring to the fact that the font

Re: [flexcoders] cairngorm convention: vo or model?

2009-08-06 Thread Muzak
definition would be more along the lines of: bindable, typed data object (which may or may not get sent across the wire). regards, Muzak - Original Message - From: Jorge Maiquez jmaiq...@yahoo.com To: flexcoders@yahoogroups.com Sent: Thursday, August 06, 2009 10:30 PM Subject: RE: [flexcoders

Re: [flexcoders] this group isn't very good

2009-08-03 Thread Muzak
Or use: http://www.mail-archive.com/flexcoders@yahoogroups.com/ - Original Message - From: Howard Fore howard.f...@hofo.com To: flexcoders@yahoogroups.com Sent: Monday, August 03, 2009 2:59 PM Subject: Re: [flexcoders] this group isn't very good For heaven's sake don't fork the

Re: [flexcoders] Re: Eclipse WTP and FlexBuilder 3

2009-07-15 Thread Muzak
with Eclipse 3.3.1 is this one: R-2.0.1-20070926042742 http://archive.eclipse.org/webtools/downloads/drops/R2.0/R-2.0.1-20070926042742/ To find out what version of Eclipse you're using, in FB3, go: Help Product Details Click on the Eclipse icon at the bottom to see the version details. regards, Muzak

Re: [flexcoders] Re: Flash Player 10 is in prerelease!

2008-05-21 Thread Muzak
is in prerelease! On Friday 16 May 2008, Muzak wrote: For now, they're mainly interested in /developers/ using FP10 for compatibility /testing/. grumble They should have made a debug version then... +1 You can grab a debug version of Flash Player 10 from here, apperently: Windows: http

Re: [flexcoders] FLEX Book / Embedding Pixel Fonts

2008-05-21 Thread Muzak
1. What is the easiest way to be able to embed pixel fonts in a flex app? Google: http://www.google.com/search?hl=enq=flex+embed+fonts+swfmeta= http://livedocs.adobe.com/flex/3/html/help.html?content=fonts_09.html

Re: [flexcoders] Re: Flash Player 10 is in prerelease!

2008-05-16 Thread Muzak
On Friday 16 May 2008, Gordon Smith wrote: (my emphasis) For now, they're mainly interested in /developers/ using FP10 for compatibility /testing/. grumble They should have made a debug version then... +1 -- Flexcoders Mailing List FAQ:

Re: [flexcoders] itemRenderer not updating

2008-05-11 Thread Muzak
http://blogs.adobe.com/aharui/2007/03/thinking_about_item_renderers_1.html - Original Message - From: securenetfreedom [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent: Sunday, May 11, 2008 8:44 AM Subject: [flexcoders] itemRenderer not updating I have custom item render in a

Re: [flexcoders] Large application strategy - Flex or Flash?

2008-04-28 Thread Muzak
, Muzak - Original Message - From: Mike Chabot [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent: Monday, April 28, 2008 8:04 AM Subject: Re: [flexcoders] Large application strategy - Flex or Flash? None of the factors you mention seem highly relevant to making the decision

Re: [flexcoders] File selection problem

2008-04-16 Thread Muzak
Is there a way to select a file/several files and read the contents without doing round trips? nope, afraid not. - Original Message - From: dlpagefr [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent: Thursday, April 17, 2008 12:10 AM Subject: [flexcoders] File selection problem

Re: [flexcoders] How to download a BLOB from database....using Java

2008-04-12 Thread Muzak
You can use the Loader class. If your image is Base64 encoded, decode it first, if not, skip that part and use the Loader only. Here's something I'm using to display BLOB images stored in an SQLite DB (AIR). I've skipped a few things, but should get you going. The important part is that you use

Re: [flexcoders] JPGEncoding of mx:Image

2008-04-11 Thread Muzak
Try: private function getBitmapData(target:Image):BitmapData var bm:Bitmap = target.content as Bitmap; var bmData:BitmapData = bm.bitmapData; return bmData; } - Original Message - From: Daniel Tse [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent: Friday, April 11, 2008

Re: [flexcoders] AIR SQL - Datatype issues

2008-04-07 Thread Muzak
) VALUES (CURRENT_TIMESTAMP) More info on this page: http://livedocs.adobe.com/flex/3/langref/localDatabaseSQLSupport.html Look for: Date and time formatting functions and Time formats (about 3/4 down the page). regards, Muzak - Original Message - From: Kevin Aebig [EMAIL PROTECTED

Re: [flexcoders] AIR SQL - Datatype issues

2008-04-07 Thread Muzak
, Muzak - Original Message - From: Kevin Aebig [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent: Monday, April 07, 2008 9:02 PM Subject: RE: [flexcoders] AIR SQL - Datatype issues Hey Muzak, I've actually tried a few of those from references at SQLite websites but to no avail

Re: [flexcoders] When can I access the Stage Object?

2008-04-04 Thread Muzak
Application.applicationComplete http://livedocs.adobe.com/flex/2/langref/mx/core/Application.html#eventSummary Fires right after creationComplete, but the stage property will be available. - Original Message - From: Mike Anderson [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent:

Re: [flexcoders] How to set the datetime format in datagrid?

2008-04-03 Thread Muzak
Look up DataGridColumn.labelFunction and DateFormatter in the docs. http://livedocs.adobe.com/flex/3/langref/mx/controls/dataGridClasses/DataGridColumn.html http://livedocs.adobe.com/flex/3/langref/mx/formatters/DateFormatter.html - Original Message - From: markflex2007 [EMAIL

Re: [flexcoders] What's this Called?

2008-03-24 Thread Muzak
square bracket notation http://www.google.com/search?hl=enq=square+bracket+notationmeta= array access operator http://www.google.com/search?hl=ensa=Xoi=spellresnum=0ct=resultcd=1q=array+access+operatorspell=1 regards, Muzak From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf

Re: [flexcoders] How to pass Flex ArrayCollection to Coldfusion CFC?

2008-03-21 Thread Muzak
ArrayCollection is a wrapper around an Array, so send the Array instead: myAC.source http://livedocs.adobe.com/flex/3/langref/mx/collections/ArrayCollection.html#source - Original Message - From: markflex2007 [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent: Friday, March 21,

Re: [flexcoders] Old-school debugging?

2008-03-13 Thread Muzak
And google mm.cfg http://www.google.com/search?hl=enq=mm.cfg - Original Message - From: Josh McDonald [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent: Friday, March 14, 2008 4:03 AM Subject: Re: [flexcoders] Old-school debugging? Sweet cheers :) On Fri, Mar 14, 2008 at 12:30

Re: [flexcoders] Testing with Flex Framework RSL's

2008-03-12 Thread Muzak
On Win Vista I think it's: C:\Users\[USER]\AppData\Roaming\Adobe\Flash Player\AssetCache - Original Message - From: Tom Chiverton [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent: Wednesday, March 12, 2008 11:14 AM Subject: Re: [flexcoders] Testing with Flex Framework RSL's On

[flexcoders] Flex Component Kit for Flex 3

2008-02-27 Thread Muzak
Is this available yet, if so, where is it? On the following page: http://www.adobe.com/cfusion/exchange/index.cfm?event=extensionDetailloc=en_usextid=1273018 it says: The final version will be included as part of the Flex 3 SDK Well if it is, it's very well hidden.. regards, Muzak

Re: [flexcoders] CairngormEvent - Place to put the static variable that stores the name of the event

2008-02-25 Thread Muzak
Think MouseEvent.MOUSE_DOWN, MouseEvent.MOUSE_UP, Event.CHANGE, Event.RESIZE, FlexEvent.INITIALIZE, etc.. and there you have your answer :-) - Original Message - From: Fernando Ghisi [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent: Monday, February 25, 2008 2:37 PM Subject:

Re: [flexcoders] Re: Flex Feedback for the Future

2008-02-13 Thread Muzak
http://labs.adobe.com/technologies/mars/ - Original Message - From: Tom Chiverton [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent: Wednesday, February 13, 2008 1:01 PM Subject: Re: [flexcoders] Re: Flex Feedback for the Future On Wednesday 13 Feb 2008, João Fernandes wrote:

Re: [flexcoders] What is the best way to add a day to a date?

2008-02-07 Thread Muzak
or: var ms:Number = 24*60*60*1000; var d:String = 2008/12/20; var newDate:Date = new Date(Date.parse(d)+ms); - Original Message - From: Kevin Aebig [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent: Thursday, February 07, 2008 6:19 PM Subject: RE: [flexcoders] What is the best way

Re: [flexcoders] Re: What is the best way to add a day to a date?

2008-02-07 Thread Muzak
Works fine here using 2008/11/02 as the starting date, but that's probably because winter time kicks in on a different date here (which I don't know). Summer time kicks in on 2008/03/30 so I tried that instead. Notice that the new date has 1 hour added. I guess when using the winter time it

Re: [flexcoders] Getting events from non-visual components created in actionscript?

2008-01-30 Thread Muzak
This might help: http://www.mail-archive.com/flexcoders@yahoogroups.com/msg76489.html regards; Muzak - Original Message - From: Josh McDonald [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent: Thursday, January 31, 2008 5:19 AM Subject: [flexcoders] Getting events from non-visual

Re: [flexcoders] Cazirngorn and AMFPHP1.9 HELP

2008-01-29 Thread Muzak
Make sure that Services is added to the Application document. mx:Application xmlns:mx=http://www.adobe.com/2006/mxml; xmlns:business=com.packageName.projectName.business.* layout=absolute business:Services id=services / /Application The same goes for the Controller. regards, Muzak

Re: [flexcoders] scale nine bug?

2008-01-29 Thread Muzak
Read the docs on Event.target and Event.currentTarget, there's a difference. - Original Message - From: joshua gatcke [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent: Tuesday, January 29, 2008 8:59 PM Subject: [flexcoders] scale nine bug? Do you think this is a bug? I have

Re: [flexcoders] TabNavigator+States=Crash

2008-01-28 Thread Muzak
read up on creationPolicy. http://livedocs.adobe.com/flex/201/langref/mx/core/Container.html#creationPolicy - Original Message - From: tpokrajcic [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent: Monday, January 28, 2008 3:33 PM Subject: [flexcoders] TabNavigator+States=Crash

Re: [flexcoders] Re: Seriously, what is the 'right' way to do default styles?

2008-01-23 Thread Muzak
-archive.com/[EMAIL PROTECTED]/msg01354.html regards, Muzak - Original Message - From: ben.clinkinbeard [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent: Thursday, January 24, 2008 4:08 AM Subject: [flexcoders] Re: Seriously, what is the 'right' way to do default styles? The thing

Re: [flexcoders] Re: changing a container's registration point.. how?

2008-01-12 Thread Muzak
Look into the Transform and Matrix classes and DisplayObject.transform property. flash.geom.Matrix flash.geom.Transform I'm pretty sure that if you google Matrix + as3 that you'll get plenty of samples. - Original Message - From: shemeshkale [EMAIL PROTECTED] To:

Re: [flexcoders] Where are the propellerheads? (was:Custom Currency itemRenderer)

2008-01-09 Thread Muzak
Really? Nobody has any input? Start here: http://blogs.adobe.com/aharui/2007/03/thinking_about_item_renderers_1.html - Original Message - From: carl_steinhilber [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent: Wednesday, January 09, 2008 7:25 PM Subject: [flexcoders] Where are

Re: [flexcoders] urgent

2008-01-07 Thread Muzak
Adobe site maybe?? http://www.adobe.com/go/tn_14266 - Original Message - From: Joe [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent: Monday, January 07, 2008 6:20 PM Subject: [flexcoders] urgent Hey guys, i need a DL link to flash player version 9,0,45,0. Is there one anywhere?

Re: [flexcoders] Flex Date to Coldfusion

2008-01-07 Thread Muzak
1. Can ColdFusion receive this as type date or do I need to use string. Yup 2. How do I access the date in the appropriate format to send it based on your answer to 1. dtStart.selectedDate regards, Muzak - Original Message - From: Dale Fraser [EMAIL PROTECTED] To: flexcoders

Re: [flexcoders] WebORB 3.0

2008-01-04 Thread Muzak
Start here: http://www.themidnightcoders.com/weborb/ - Original Message - From: NileAge, Mail [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent: Friday, January 04, 2008 1:47 PM Subject: [flexcoders] WebORB 3.0 Hello all, Please help me to understanding (WebORB) in more details

Re: [flexcoders] enforce mx:DateField date selection?

2008-01-04 Thread Muzak
Read the docs.. DateField.disabledRanges http://livedocs.adobe.com/flex/201/langref/mx/controls/DateField.html - Original Message - From: markflex2007 [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent: Friday, January 04, 2008 7:30 PM Subject: [flexcoders] enforce mx:DateField date

Re: [flexcoders] Re: Developing Flex against CF Server

2008-01-03 Thread Muzak
\servers\cfusion\cfusion-ear\cfusion-war\WEB-INF\flex\services-config.xml Let me know if this doesn't make any sense ;-) regards, Muzak - Original Message - From: Dale Fraser [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent: Thursday, January 03, 2008 5:24 AM Subject: RE: [flexcoders

Re: [flexcoders] RTE hide panel

2008-01-03 Thread Muzak
mx:RichTextEditor borderThicknessLeft=0 borderThicknessRight=0 borderThicknessTop=0 dropShadowEnabled=false headerHeight=0 / - Original Message - From: Kevin Aebig [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent: Friday, January 04, 2008 6:27 AM

Re: [flexcoders] data binding question for Cairngorm?

2007-12-28 Thread Muzak
PersonVO itself must be Bindable. - Original Message - From: Mark Shen [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent: Friday, December 28, 2007 6:45 PM Subject: Re: [flexcoders] data binding question for Cairngorm? but I already have the following code in ModelLocator

Re: [flexcoders] data binding question for Cairngorm?

2007-12-28 Thread Muzak
If you still get a warning (not an error), try cleaning the project. I've encountered *sticky* warnings in FB even after fixing the code in question. - Original Message - From: Mark Shen [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent: Friday, December 28, 2007 8:38 PM Subject: Re:

Re: [flexcoders]How to change the selectedIndex of a LinkBar

2007-12-28 Thread Muzak
=_vstack / mx:ViewStack id=_vstack includeInLayout=false visible=false mx:Canvas label=Item 1 / mx:Canvas label=Item 2 / mx:Canvas label=Item 3 / /mx:ViewStack And of course you can extend LinkBar or NavBar and make it work properly with non display objects. regards, Muzak - Original

Re: [flexcoders] Setting default cursor position when the flex web-application loads

2007-12-28 Thread Muzak
Known issue, check archives or google: http://www.google.com/search?hl=enq=flexcoders+focus+application+load Can only be worked around in IE, using JS. - Original Message - From: flex.fusion [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent: Saturday, December 29, 2007 6:29 AM

Re: [flexcoders] How to restrict TileList to display items only in single row?

2007-12-26 Thread Muzak
Use a HorizontalList maybe? http://livedocs.adobe.com/flex/201/langref/mx/controls/HorizontalList.html - Original Message - From: Kevin [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent: Wednesday, December 26, 2007 8:41 PM Subject: Re: [flexcoders] How to restrict TileList to

Re: [flexcoders] Fwd: problem with relative assets path

2007-12-26 Thread Muzak
Use Modules? http://livedocs.adobe.com/flex/201/html/modular_083_2.html Check the docs for Module and ModuleManager. regards, Muzak - Original Message - From: Bart Wttewaall [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent: Thursday, December 27, 2007 12:16 AM Subject

Re: [flexcoders] Re: Select next DataGrid item after one removed

2007-12-23 Thread Muzak
If you sort by a column in your example it doesn't work anymore either. Yeah I noticed that too :( You'll have to use a Sort and ViewCorsor to make this work. You'll also have to uase callLater in order to set the new selected index after removing the selected item. Tried a few things with

Re: [flexcoders] Select next DataGrid item after one removed

2007-12-22 Thread Muzak
; ac.enableAutoUpdate(); regards, Muzak - Original Message - From: m.frigge [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent: Saturday, December 22, 2007 4:40 PM Subject: [flexcoders] Select next DataGrid item after one removed Hey there, I hava a DataGrid and when I click a Delete

Re: [flexcoders] Re: Select next DataGrid item after one removed

2007-12-22 Thread Muzak
: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Muzak Sent: Saturday, December 22, 2007 11:13 AM To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] Select next DataGrid item after one removed Disable the dataprovider from dispatching events before manipulating it and enable

Re: [flexcoders] how to pass varible between screens?

2007-12-21 Thread Muzak
Look into the PropertyChangeEvent or Watcher. If your Model is bindable, a PropertyChangeEvent.PROPERTY_CHANGE is dispatched every time a bindable class property changes. regards, Muzak - Original Message - From: Mark Shen [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent: Friday

Re: [flexcoders] AS 3 and Flex naming convention

2007-12-20 Thread Muzak
etc.. regards, Muzak - Original Message - From: Fabio Serra [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent: Thursday, December 20, 2007 11:36 AM Subject: Re: [flexcoders] AS 3 and Flex naming convention Muzak wrote: There's a non-official guide here: http://blog.dclick.com.br

Re: [flexcoders] AS 3 and Flex naming convention

2007-12-17 Thread Muzak
There's a non-official guide here: http://blog.dclick.com.br/2007/02/13/adobe_flex_coding_guidelines_english/ http://blog.dclick.com.br/wp-content/uploads/adobe-flex-coding-guidelines-v12-english.pdf - Original Message - From: Gordon Smith [EMAIL PROTECTED] To:

Re: [flexcoders] Re: Basic Question from a Flex Newbie

2007-12-16 Thread Muzak
Check the docs: http://livedocs.adobe.com/flex/2/docs/0701.html And check the TitleWindow/Container docs for the data property. http://livedocs.adobe.com/flex/201/langref/mx/containers/TitleWindow.html#propertySummary http://livedocs.adobe.com/flex/201/langref/mx/core/Container.html#data

Re: [flexcoders] Flashplayer - ignoring minWidth minHeight

2007-12-16 Thread Muzak
Add the following to the compiler options: -default-size 1024 768 - Original Message - From: Bart Wttewaall [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent: Monday, December 17, 2007 2:13 AM Subject: [flexcoders] Flashplayer - ignoring minWidth minHeight Hi list, I built

Re: [flexcoders] Debugging outside browser

2007-12-16 Thread Muzak
own debugger using a LocalConnection and the Logging classes. http://livedocs.adobe.com/flex/2/langref/flash/net/LocalConnection.html http://livedocs.adobe.com/flex/2/docs/1525.html regards, Muzak - Original Message - From: Claudia Barnal [EMAIL PROTECTED] To: flexcoders

Re: [flexcoders] What's the best way to bind ValueOject model data to a form and back again

2007-12-14 Thread Muzak
={currentNewsItem.newsDate} / regards, Muzak On Dec 10, 2007, at 1:22 PM, Todd wrote: Hello All, I've been trying to wrap my mind around this. I have a ValueBoject model that has a date properties and number properties (one of many) that are bound to a TextInput fields on a form. What's the best

Re: [flexcoders] How to change the data access option in an existing Flex project

2007-12-13 Thread Muzak
Add the following to the Project compiler options: -services path\to\flex\services-config.xml -context-root regards, Muzak - Original Message - From: weichungwang [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent: Thursday, December 13, 2007 5:39 PM Subject: [flexcoders] How

Re: [flexcoders] How come setStyle(width,100%) does not change container back to 100% ?

2007-12-13 Thread Muzak
width is a property not a style. - Original Message - From: helihobby [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent: Friday, December 14, 2007 7:32 AM Subject: [flexcoders] How come setStyle(width,100%) does not change container back to 100% ? Hello, This is something that

Re: [flexcoders] AS3 classes as MXML to enclose other tags

2007-12-09 Thread Muzak
cairngorm:ServiceLocator... defined as its base tag. Add the -keep argument to the compiler options to see what goes on behind the scenes. regards, Muzak - Original Message - From: Chris Velevitch [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent: Monday, December 10, 2007 12:27 AM

Re: [flexcoders] AsDoc and libraries problem

2007-12-06 Thread Muzak
Add the location of the flexlib swc to the -source-path parameter list asdoc -source-path path/to/project path/to/flexlib ... - Original Message - From: rleuthold [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent: Thursday, December 06, 2007 12:02 PM Subject: [flexcoders] AsDoc and

Re: [flexcoders] Re: How to improve BitmapData processing speed?

2007-12-05 Thread Muzak
/devnet/flash/articles/varicose_g.html As you can see, it's all AS2/Flash 8, but should be easy to transform into AS3. regards, Muzak - Original Message - From: larryzzl [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent: Wednesday, December 05, 2007 8:19 AM Subject: [flexcoders] Re

Re: [flexcoders] cfc do not understand cairngorm VO?

2007-12-05 Thread Muzak
by the way.. Just use the CF wizards.. saves time and hair ;-) regards, Muzak - Original Message - From: Mark Shen [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent: Wednesday, December 05, 2007 3:08 PM Subject: [flexcoders] cfc do not understand cairngorm VO? I have built a cfc vo

Re: [flexcoders] Re: How to improve BitmapData processing speed?

2007-12-04 Thread Muzak
Flash 8 ColorMatrix stuff: http://www.gskinner.com/blog/archives/2005/09/flash_8_source.html There's an article on the Adobe site somewhere as well. Just google ;-) regards, Muzak - Original Message - From: Ralf Bokelberg [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent: Tuesday

Re: [flexcoders] Re: How to improve BitmapData processing speed?

2007-12-04 Thread Muzak
Oh and there's this one (it's linked from Grant's article as well) http://www.quasimondo.com/archives/000565.php - Original Message - From: Ralf Bokelberg [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent: Tuesday, December 04, 2007 10:53 AM Subject: Re: [flexcoders] Re: How to

Re: [flexcoders] Output to cfm file

2007-12-04 Thread Muzak
page on the server for both the normal and dubug version. regards, Muzak - Original Message - From: Tim Ashworth [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent: Tuesday, December 04, 2007 11:13 AM Subject: [flexcoders] Output to cfm file Hi, I'm using ColdFusion to manage

[flexcoders] New flash player available -Debugger Versions

2007-12-04 Thread Muzak
Download http://www.adobe.com/support/flashplayer/downloads.html Read http://www.adobe.com/devnet/logged_in/jchurch_flashplayer9.html regards, Muzak

[flexcoders] Re: Unable to pass objects from Flex to Coldfusion

2007-12-04 Thread Muzak
ActionScript class, select: Coldfusion Wizards Create CFC (based on AS class) Same thing with CFC VO's to create AS VO's. And much, much more.. regards, Muzak - Original Message - From: Jeffry Houser [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent: Tuesday, December 04, 2007 9

Re: [flexcoders] Advice on AS3 and Flex map project

2007-12-03 Thread Muzak
Have a look at the Flex_Component_Kit_for_Flash_CS3: http://labs.adobe.com/wiki/index.php/Flex_Component_Kit_for_Flash_CS3 http://www.adobe.com/cfusion/exchange/index.cfm?event=extensionDetailloc=en_usextid=1273018 - Original Message - From: bebethschenk [EMAIL PROTECTED] To:

Re: [flexcoders] Re: Events and Non-Display Objects

2007-11-29 Thread Muzak
in your app SystemEventManager.getInstance().dispatchEvent(new Event(someEvent)); Make sense? regards, Muzak - Original Message - From: bithroop [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent: Thursday, November 29, 2007 5:33 PM Subject: [flexcoders] Re: Events and Non-Display

Re: [flexcoders] Flex Builder 3 Gotcha

2007-11-27 Thread Muzak
Use SVN to keep projects in synch. - Original Message - From: Tim Ashworth [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent: Tuesday, November 27, 2007 11:38 AM Subject: [flexcoders] Flex Builder 3 Gotcha Hi all, I'm sure that people are aware of this, but it's done my head in

Re: [flexcoders] Re: Simple question about remoteObject?

2007-11-27 Thread Muzak
RemoteObject uses AMF, a proprietary messaging protocol, to communicate with a Java back-end. Or ColdFusion, PHP, .NET.. or whichever Remoting solution you can get your hands on. - Original Message - From: Tracy Spratt [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent: Tuesday,

Re: [flexcoders] Index of item in list

2007-11-26 Thread Muzak
/aharui/2007/03/ regards, Muzak - Original Message - From: learner [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent: Monday, November 26, 2007 8:31 AM Subject: [flexcoders] Index of item in list I am using a list control and trying to give a alternate styles to it. (not just alternate

Re: [flexcoders] Re: Flex Hierarchy

2007-11-22 Thread Muzak
Use the argument passed to the event handler, that's what it's for. currentTarget should give you what you need. private function init():void { var c1:Canvas = new Canvas(); addChild(c1); var c2:Canvas = new Canvas(); c1.addChild(c2); var c3:Canvas = new Canvas();

Re: [flexcoders] Re: AMFPHP 1.9 security problem

2007-11-16 Thread Muzak
See if this helps: http://www.adobe.com/cfusion/communityengine/index.cfm?event=showdetailsproductId=2postId=3201 regards, Muzak - Original Message - From: danielvlopes [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent: Friday, November 16, 2007 5:21 AM Subject: [flexcoders] Re

Re: [flexcoders] Event dispatching and receiving

2007-11-16 Thread Muzak
I've tried not using Application.appication and still get nothing, what am I not understanding about receiving events from another Class. That events dispatched from an instance not on the display list do not bubble. regards, Muzak - Original Message - From: duncan mcmillan [EMAIL

Re: [flexcoders] Event dispatching and receiving

2007-11-16 Thread Muzak
;-) On 11/16/07, Muzak [EMAIL PROTECTED] wrote: I've tried not using Application.appication and still get nothing, what am I not understanding about receiving events from another Class. That events dispatched from an instance not on the display list do not bubble. regards, Muzak

Re: [flexcoders] Popups and Focus

2007-11-14 Thread Muzak
Use Javascript to set focus to the swf when it's loaded. IIRC, only works in IE, not Firefox. regards, Muzak - Original Message - From: triggersoftware [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent: Wednesday, November 14, 2007 11:53 AM Subject: [flexcoders] Popups and Focus

Re: [flexcoders] Re: Popups and Focus

2007-11-14 Thread Muzak
- Original Message - From: triggersoftware [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent: Wednesday, November 14, 2007 1:20 PM Subject: [flexcoders] Re: Popups and Focus Thanks for the responses. However, I really need this to work in Firefox. Good luck with that:

Re: [flexcoders] Re: Popups and Focus

2007-11-14 Thread Muzak
is in index.template.html under html-template folder. As said earlier it wont work in firefox Cheers Hara On Nov 14, 2007 5:18 PM, Hara Jn [EMAIL PROTECTED] wrote: AS Muzak said use the id in the function AC_FL_RunContent( in the javascript used in the html generated.Use the id.If the id is

Re: [flexcoders] Re: Always and again this @#[EMAIL PROTECTED] Sandbox !

2007-11-10 Thread Muzak
Google before sending it back to Flash. So instead of receiving xml I receive a real Flash object (actually an Array of Objects). regards, Muzak - Original Message - From: quantum_ohm [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent: Saturday, November 10, 2007 3:08 PM Subject

Re: [flexcoders] Re: Always and again this @#[EMAIL PROTECTED] Sandbox !

2007-11-10 Thread Muzak
://www.amfphp.org/ http://www.google.com/search?hl=enq=php+remotingmeta= regards, Muzak - Original Message - From: quantum_ohm [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent: Saturday, November 10, 2007 4:40 PM Subject: [flexcoders] Re: Always and again this @#[EMAIL PROTECTED

Re: [flexcoders] Re: Background pattern in Flex like in CSS

2007-11-10 Thread Muzak
You have to wait for the image to load (or embed the jpg). Listen for the complete event on the Image component instance. - Original Message - From: danielvlopes [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent: Saturday, November 10, 2007 10:08 PM Subject: [flexcoders] Re:

Re: [flexcoders] First attemt at getting result back from AMFPHP - Why is it a Object

2007-11-08 Thread Muzak
Use ObjectUtil.toString() to see what type the result really is in the Console, my guess is it's an Array though. import mx.utils.ObjectUtil; public function onResult( result:Object ):void { trace(ObjectUtil.toString(result)); selInventoryGroups.dataProvider = new

Re: [flexcoders] Re: Flex 2.0.1: itemRenderer won't get printed using PrintDataGrid

2007-11-08 Thread Muzak
); copyImg.source = evt.currentTarget.content; } ]] /mx:Script mx:Image id=copyImg / /mx:Application regards, Muzak - Original Message - From: Phil Heinz [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent: Thursday, November 08, 2007 5:41 AM Subject: [flexcoders] Re: Flex 2.0.1

Re: [flexcoders] Re: Flex 2.0.1: itemRenderer won't get printed using PrintDataGrid

2007-11-08 Thread Muzak
://livedocs.adobe.com/flash/9.0/ActionScriptLangRefV3/flash/display/Loader.html regards, Muzak - Original Message - From: Phil Heinz [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent: Thursday, November 08, 2007 10:27 PM Subject: [flexcoders] Re: Flex 2.0.1: itemRenderer won't get printed

Re: [flexcoders]Duplicate Image

2007-11-08 Thread Muzak
?xml version=1.0 encoding=utf-8? mx:Application xmlns:mx=http://www.adobe.com/2006/mxml; layout=absolute mx:Script ![CDATA[ private function origCompleteHandler(evt:Event):void { trace(Application ::: origCompleteHandler) var target:Image = evt.currentTarget as Image;

Re: [flexcoders] Re: Flex 2.0.1: itemRenderer won't get printed using PrintDataGrid

2007-11-07 Thread Muzak
); } ]] /mx:Script mx:Image id=bitmapImg / /mx:Application regards, Muzak On 11/7/07, handitan [EMAIL PROTECTED] wrote: Hi Muzak, Thank you for the suggestion. Hmmm..how do you transform it to a BitmapData? So far I haven't gotten any success out of it. --- In flexcoders@yahoogroups.com

Re: [flexcoders] Re: Flex 2.0.1: itemRenderer won't get printed using PrintDataGrid

2007-11-04 Thread Muzak
Display the images as bitmapdata in the itemrenderer. So rather than passing the image url to the itemrenderer, load the image upfront, transform into bitmapdata and pass that on to the itemrenderer. Haven't tried it, but think it should work. regards, Muzak - Original Message - From

Re: [flexcoders] ExternalInterface script time out problem!

2007-10-26 Thread Muzak
http://livedocs.adobe.com/flex/2/langref/flash/errors/ScriptTimeoutError.html - Original Message - From: icykorpio [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent: Friday, October 26, 2007 10:05 AM Subject: [flexcoders] ExternalInterface script time out problem! hi everyone,

Re: [flexcoders] Re: Flex is becoming unviable

2007-10-19 Thread Muzak
Now if the browser could cache the swf file like it does a graphic, then that would ease my mind a bit. swf's are cached by the browser, just like any other assets. Muzak -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives: http

Re: [flexcoders] Re: problems access a Flex/CF site via a URL

2007-10-19 Thread Muzak
Added a comment here (awaiting approval): http://livedocs.adobe.com/flex/2/docs/1099.html - Original Message - From: Tom Chiverton [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent: Friday, October 19, 2007 10:39 AM Subject: Re: [flexcoders] Re: problems access a Flex/CF site

Re: [flexcoders] Re: problems access a Flex/CF site via a URL

2007-10-18 Thread Muzak
that the new services-config.xml is getting compiled, make a small change to the project properties and apply before compiling. regards, Muzak - Original Message - From: stephen50232 [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent: Thursday, October 18, 2007 12:20 PM Subject

Re: [flexcoders] The web-inf folder

2007-10-18 Thread Muzak
Flex uses whichever services-config.xml file you point it to. This is a complile-time include, not a runtime include, so you can have as many services-config files as you want (e.g. one for each project). regards, Muzak - Original Message - From: stephen50232 [EMAIL PROTECTED

Re: [flexcoders] Re: problems access a Flex/CF site via a URL

2007-10-18 Thread Muzak
So far I've only used the default ColdFusion destination and I guess that's why it always works ;-) Is it documented somewhere that a services-config.xml file is required locally (at compile time) and on the server (and that they have to have matching destinations)? regards, Muzak

  1   2   3   >