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" To: Sent: Tuesday, January 12, 2010 10:37 PM Subject: [flexcoders] bugs forum for Fireworks (FXG feedback) > anyone know where we file bugs for how Fireworks exports FXG? > > >

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" To: Sent: Wednesday, October 28, 2009 12:45 PM Subject: [flexcode

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" To: Sent: Monday, October 05, 2009 6:04 AM Subject: [flexcoders] Unable to use a source path with a number in it? >I have discovered an unusual problem with Fl

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 Applicati

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

2009-08-07 Thread Muzak
Flex 2 came out. 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" To: Sent: Friday, August 07, 2009 7:21 AM Subject: RE: [flexcoders] cairngorm convention: vo or mo

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

2009-08-06 Thread Muzak
ot;part of the model", then it should be in the vo > package. My 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" To: Sent: Thursday, August 06,

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 :)

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

2009-08-06 Thread Muzak
ked at ARP a bit too much, but missed the point of how it is actually used :) regards, Muzak - Original Message - From: "Jorge Maiquez" To: Sent: Thursday, August 06, 2009 6:31 PM Subject: RE: [flexcoders] cairngorm convention: vo or model? @Claudiu > in you model? It wo

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

2009-08-06 Thread Muzak
"vo" package. > And also: I've read somewhere that VO's should not contain any 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

Re: [flexcoders] embedding swf fonts

2009-08-06 Thread Muzak
wf when you try to embed it in Flex. regards, Muzak - Original Message - From: To: 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] 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" To: 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 community, just use Google to search the > group.

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. r

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=en&q=flex+embed+fonts+swf&meta= http://livedocs.adobe.com/flex/3/html/help.html?content=fonts_09.html http://blog.flexexamples.com/2007/10/25/embedding-fonts-from-a-flash-swf-fi

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

2008-05-21 Thread Muzak
10 is in prerelease! > On Friday 16 May 2008, Muzak wrote: >> >> For now, they're mainly interested in /developers/ using FP10 for >> >> compatibility /testing/. >> > >> > They should have made a debug version then... >> +1 > > You

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/. > > > They should have made a debug version then... > +1 -- Flexcoders Mailing List FAQ: http://gro

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: Sent: Sunday, May 11, 2008 8:44 AM Subject: [flexcoders] itemRenderer not updating I have custom item render in a datagrid that is exhibiting

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

2008-04-28 Thread Muzak
en) Ant -> FlexBuilder/Eclipse regards, Muzak - Original Message - From: "Mike Chabot" <[EMAIL PROTECTED]> To: Sent: Monday, April 28, 2008 8:04 AM Subject: Re: [flexcoders] Large application strategy - Flex or Flash? > None of the factors you mention seem

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: Sent: Thursday, April 17, 2008 12:10 AM Subject: [flexcoders] File selection problem Hi, When selecting

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 a

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: Sent: Friday, April 11, 2008 11:41 PM Subject: [flex

Re: [flexcoders] AIR SQL - Datatype issues

2008-04-07 Thread Muzak
mail: regards, Muzak - Original Message - From: "Kevin Aebig" <[EMAIL PROTECTED]> To: 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 SQLi

Re: [flexcoders] AIR SQL - Datatype issues

2008-04-07 Thread Muzak
) INSERT INTO tbl_test (field1) 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 - O

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: Sent: Friday, April 04, 2008 8

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 PROTECT

Re: [flexcoders] What's this Called?

2008-03-24 Thread Muzak
square bracket notation http://www.google.com/search?hl=en&q=square+bracket+notation&meta= array access operator http://www.google.com/search?hl=en&sa=X&oi=spell&resnum=0&ct=result&cd=1&q=array+access+operator&spell=1 regards, Muzak From: flexcoders@yahoogro

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: Sent: Friday, March 21, 2008 3:53 AM Subject: [fle

Re: [flexcoders] Old-school debugging?

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

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: Sent: Wednesday, March 12, 2008 11:14 AM Subject: Re: [flexcoders] Testing with Flex Framework RSL's > On Wednesday 12 Mar 2008,

[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=extensionDetail&loc=en_us&extid=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: Sent: Monday, February 25, 2008 2:37 PM Subject: [flexcoders] CairngormEven

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: 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: > There is also this Enhance

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] 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: Sent: Thursday, February 07, 2008 6:19 PM Subject: RE: [flexcoders] What is the best way to add a day to a dat

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: Sent: Thursday, January 31, 2008 5:19 AM Subject: [flexcoders] Getting events from non-visual compo

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: Sent: Tuesday, January 29, 2008 8:59 PM Subject: [flexcoders] scale nine bug? > Do you think this is a bug? > > I have declared a css backgro

Re: [flexcoders] Cazirngorn and AMFPHP1.9 HELP

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

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: Sent: Monday, January 28, 2008 3:33 PM Subject: [flexcoders] TabNavigator+States=Crash > > I made a simple examp

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

2008-01-23 Thread Muzak
//www.mail-archive.com/[EMAIL PROTECTED]/msg01354.html regards, Muzak - Original Message - From: "ben.clinkinbeard" <[EMAIL PROTECTED]> To: Sent: Thursday, January 24, 2008 4:08 AM Subject: [flexcoders] Re: Seriously, what is the 'right' way to do default sty

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: Sent: Sunday,

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: Sent: Wednesday, January 09, 2008 7:25 PM Subject: [flexcoders] Where are the propellerheads? (w

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

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: 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? > > -- > -Joe > -

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: Sent: Friday, January 04, 2008 7:30 PM Subject: [flexcoders] enforce "mx:DateField" date selection? Hi, I w

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: Sent: Friday, January 04, 2008 1:47 PM Subject: [flexcoders] WebORB 3.0 > Hello all, > > Please help me to understanding (WebORB) in more details such as: > > -

Re: [flexcoders] RTE hide panel

2008-01-03 Thread Muzak
- Original Message - From: "Kevin Aebig" <[EMAIL PROTECTED]> To: Sent: Friday, January 04, 2008 6:27 AM Subject: [flexcoders] RTE hide panel > Hey all, > > > > I've been trying to figure out a way to get rid of the panel that's shown > with the RichTextEditor either by: > > >

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

2008-01-03 Thread Muzak
un4\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: Sent: Thursday, January 03, 2008 5:24 AM Subject: RE: [flexcod

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=en&q=flexcoders+focus+application+load Can only be worked around in IE, using JS. - Original Message - From: "flex.fusion" <[EMAIL PROTECTED]> To: Sent: Saturday, December 29, 2007 6:29 AM Subject: [flexcoders] Sett

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

2007-12-28 Thread Muzak
e you can extend LinkBar or NavBar and make it work properly with non display objects. regards, Muzak - Original Message - From: "dorkie dork from dorktown" <[EMAIL PROTECTED]> To: Sent: Friday, December 28, 2007 7:13 PM Subject: [flexcoders]How to change the selec

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: Sent: Friday, December 28, 2007 8:38 PM Subject: Re: [flexcoders] data bind

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: 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 > > [Bindable] > public clas

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: Sent: Thursday, December 27, 2007 12:16 AM Subject: [flexcoders] F

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: Sent: Wednesday, December 26, 2007 8:41 PM Subject: Re: [flexcoders] How to restrict TileList to display items only in single

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 t

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

2007-12-22 Thread Muzak
ter to set the index, to give the DG time > to re-render. > > Tracy > > -Original Message- > From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On > Behalf Of Muzak > Sent: Saturday, December 22, 2007 11:13 AM > To: flexcoders@yahoogroups.com > Subject: Re: [flex

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

2007-12-22 Thread Muzak
index; ac.enableAutoUpdate(); regards, Muzak - Original Message - From: "m.frigge" <[EMAIL PROTECTED]> To: 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 Butt

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: Sent: Friday, Dec

Re: [flexcoders] AS 3 and Flex naming convention

2007-12-20 Thread Muzak
nID_clickHander etc.. regards, Muzak - Original Message - From: "Fabio Serra" <[EMAIL PROTECTED]> To: 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 her

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: Sent: Tuesday, Decem

Re: [flexcoders] Debugging outside browser

2007-12-16 Thread Muzak
course create your 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 PRO

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: Sent: Monday, December 17, 2007 2:13 AM Subject: [flexcoders] Flashplayer - ignoring minWidth & minHeight > Hi list, > > I built an application in F

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] What's the best way to bind ValueOject model data to a form and back again

2007-12-14 Thread Muzak
em is a VO retrieved from the Model. [Bindable] private var currentNewsItem:NewsVO; 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 a

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: 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 has been beugging me

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: Sent: Thursday, December 13, 2007 5:39 PM Subject:

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

2007-12-09 Thread Muzak
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: Sent: Monday, December 10, 2007 12:27 AM Subject: [flexcoders] AS3 classes as MXML to enclos

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: Sent: Thursday, December 06, 2007 12:02 PM Subject: [flexcoders] AsDoc and libraries problem

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

2007-12-05 Thread Muzak
some required stuff by the way.. Just use the CF wizards.. saves time and hair ;-) regards, Muzak - Original Message - From: "Mark Shen" <[EMAIL PROTECTED]> To: Sent: Wednesday, December 05, 2007 3:08 PM Subject: [flexcoders] cfc do not understand cairngorm VO? >

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

2007-12-05 Thread Muzak
e.com/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: Sent: Wednesday, December 05, 2007 8:19 AM Subject: [flex

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

2007-12-04 Thread Muzak
stalled you can: Right click a VO 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]>

[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

Re: [flexcoders] Output to cfm file

2007-12-04 Thread Muzak
" Fill in the url's to the cfm page on the server for both the normal and dubug version. regards, Muzak - Original Message - From: "Tim Ashworth" <[EMAIL PROTECTED]> To: Sent: Tuesday, December 04, 2007 11:13 AM Subject: [flexcoders] Output to cfm file >

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: Sent: Tuesday, December 04, 2007 10:53 AM Subject: Re: [flexcoders] Re: How to improve BitmapData processin

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: Sent: Tuesday,

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=extensionDetail&loc=en_us&extid=1273018 - Original Message - From: "bebethschenk" <[EMAIL PROTECTED]> To: Sen

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

2007-11-29 Thread Muzak
andler); //and somewhere else in your app SystemEventManager.getInstance().dispatchEvent(new Event("someEvent")); Make sense? regards, Muzak - Original Message - From: "bithroop" <[EMAIL PROTECTED]> To: Sent: Thursday, November 29, 2007 5:33 PM Subject: [flexco

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: Sent: Tuesday, November 27, 2007 6:1

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: 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 for the > last few

Re: [flexcoders] Index of item in list

2007-11-26 Thread Muzak
Make sure your item renderer implements IDropInListItemRenderer Define a listData getter/setter, which, when set by the component using the item renderer, will contain the index you need. http://livedocs.adobe.com/flex/201/langref/mx/controls/listClasses/IDropInListItemRenderer.html http://livedo

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] Event dispatching and receiving

2007-11-16 Thread Muzak
ing ;-) > 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

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: "

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=showdetails&productId=2&postId=3201 regards, Muzak - Original Message - From: "danielvlopes" <[EMAIL PROTECTED]> To: Sent: Friday, November 16, 2007 5:21 AM Subject: [flexcoders]

Re: [flexcoders] Re: Popups and Focus

2007-11-14 Thread Muzak
: > > BTW all the code 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(

Re: [flexcoders] Re: Popups and Focus

2007-11-14 Thread Muzak
- Original Message - From: "triggersoftware" <[EMAIL PROTECTED]> To: 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: http://www.mozilla.org/suppo

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: Sent: Wednesday, November 14, 2007 11:53 AM Subject: [flexcoders] Popups and Focus

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: Sent: Saturday, November 10, 2007 10:08 PM Subject: [flexcoders] Re: Background pattern in Flex like

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

2007-11-10 Thread Muzak
here: http://www.amfphp.org/ http://www.google.com/search?hl=en&q=php+remoting&meta= regards, Muzak - Original Message - From: "quantum_ohm" <[EMAIL PROTECTED]> To: Sent: Saturday, November 10, 2007 4:40 PM Subject: [flexcoders] Re: Always and again this @#&

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

2007-11-10 Thread Muzak
rom 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: Sent: Saturday, November 10, 2007 3:08 PM Subject:

Re: [flexcoders]Duplicate Image

2007-11-08 Thread Muzak
http://www.adobe.com/2006/mxml"; layout="absolute"> - Original Message - From: "dorkie dork from dorktown" <[EMAIL PROTECTED]> To: Sent: Thursday, November 08, 2007 10:51 PM Subject: [flexcoders]Duplicate Image > I'm having a hard time figuring out how to dupli

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

2007-11-08 Thread Muzak
cursively: http://livedocs.adobe.com/flash/9.0/ActionScriptLangRefV3/flash/display/Loader.html regards, Muzak - Original Message - From: "Phil Heinz" <[EMAIL PROTECTED]> To: Sent: Thursday, November 08, 2007 10:27 PM Subject: [flexcoders] Re: Flex 2.0.1: itemRenderer won

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

2007-11-08 Thread Muzak
r instance. Another way would be to load the swf as Binary data using URLLoader, then use Loader.loadBytes() and display the Loader content in an Image or SWFLoader instance. http://www.adobe.com/2006/mxml"; layout="absolute" creationComplete="appInit();">

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 ArrayCo

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

2007-11-07 Thread Muzak
http://www.adobe.com/2006/mxml"; layout="absolute" creationComplete="appInit();"> regards, Muzak On 11/7/07, handitan <[EMAIL PROTECTED]> wrote: >> >> Hi Muzak, >> >> Thank you for the suggestion. >> Hmmm..how

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 -

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: Sent: Friday, October 26, 2007 10:05 AM Subject: [flexcoders] ExternalInterface script time out problem! hi everyone, when i use externalinterfa

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 Sear

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: Sent: Friday, October 19, 2007 10:39 AM Subject: Re: [flexcoders] Re: problems access a Flex/CF site via a URL > On Thursda

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

2007-10-18 Thread Muzak
nations)? > > Again, I've not checked, but it must be in the docs somewhere. > It's not.. regards, Muzak -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives: http://www.mail-archive.com/flexcoders%40yahoog

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)? rega

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 P

  1   2   3   >