[flexcoders] BUG SDK-9480 - Using Modules: get error TypeError: Error #1034

2007-11-19 Thread Bruno Martins
On this attached example when I load the second module and change the chart type I got the 1034 error. On Flex Bug and Issue Management System I found this: https://bugs.adobe.com/jira/browse/SDK-9480 however it didn't solve my problem. I appreciate your help. Thanks... ChartModulo2.mxml

Re: [flexcoders] BUG SDK-9480 - Using Modules: get error TypeError: Error #1034

2007-11-19 Thread Bruno Martins
. -- *From:* flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] *On Behalf Of *Bruno Martins *Sent:* Monday, November 19, 2007 8:36 AM *To:* flexcoders@yahoogroups.com *Subject:* [flexcoders] BUG SDK-9480 - Using Modules: get error TypeError: Error #1034

[flexcoders] Why flex 1.5 creates the TestMovie_Config_Info.sol ??

2006-08-18 Thread Bruno Martins
I noticed that flex 1.5 creates a TestMovie_Config_Info.sol for all Application file. Why they create this andhow I can stop this it? Tks...-- Bruno Gustavo MartinsOffice: (11)3443-9527experience everywherehttp://www.dclick.com.br/blog __._,_.___ -- Flexcoders Mailing List FAQ:

[flexcoders] MediaPlayback for Flex 2

2006-08-15 Thread Bruno Martins
Any one know where I can find it? Tks..-- Bruno Gustavo MartinsOffice: (11)3443-9527experience everywherehttp://www.dclick.com.br/blog __._,_.___ -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives:

[flexcoders] Re: MediaPlayback for Flex 2

2006-08-15 Thread Bruno Martins
PROTECTED] wrote: Name change VideoDisplay now.http://livedocs.macromedia.com/flex/2/langref/mx/controls/VideoDisplay.html --- In flexcoders@yahoogroups.com, Bruno Martins [EMAIL PROTECTED] wrote: Any one know where I can find it? Tks.. -- Bruno Gustavo Martins Office: (11)3443-9527

[flexcoders] unload event in SWFLoader didn't dispatch

2006-05-15 Thread Bruno Martins
unload event in SWFLoader didn't dispatch, why? tks... -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com SPONSORED LINKS

[flexcoders] for in on FB2

2006-04-29 Thread Bruno Martins
I need to do this in AS3: [CodeAS2] public class MyClassextends UIComponent{ for(var p:String in this){mx.controls.Alert.show(p); } } Tks... -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives:

[flexcoders] Flex 2 Beta 2 - dynamic headerRenderer / IFactory error

2006-04-05 Thread Bruno Martins
How I can fix this: public override function set columns(value:Array):void {for(var i:Number = 0; ivalue.length; i++ ){ value[i].headerRenderer = HeadRendererAddRemove;}} Error #1034: Type Coercion failed: cannot convert HeadRendererAddRemove$ to mx.core.IFactory tks... -- Flexcoders

Re: [flexcoders] Flex 2 Beta 2 - dynamic headerRenderer / IFactory error

2006-04-05 Thread Bruno Martins
Hi Jeremy, The error was fixed but the headerRenderer won't be displayed. Tks... On 4/5/06, jeremy lu [EMAIL PROTECTED] wrote: hi Bruno, try this see if it works :-) On 4/6/06, Bruno Martins [EMAIL PROTECTED] wrote: How I can fix this: public override function set columns

Re: [flexcoders] Flex 2 Beta 2 - dynamic headerRenderer / IFactory error

2006-04-05 Thread Bruno Martins
this see if it works :-) On 4/6/06, Bruno Martins [EMAIL PROTECTED] wrote: How I can fix this: public override function set columns(value:Array):void { for(var i:Number = 0; ivalue.length; i++ ){ value[i].headerRenderer = HeadRendererAddRemove as IFactory; }} --Flexcoders Mailing List

Re: [flexcoders] Flex beta 2 - add, remove and moving DataGridColumn

2006-04-04 Thread Bruno Martins
Tks Matt and Jason On 4/4/06, Jason Y. Kwong [EMAIL PROTECTED] wrote: I've noticed that you can't actually manipulate the columns property directly cause it looks like the grid returns a copy of its internal columns array. eg: trace(grid.columns == grid.columns); //outputs false So doing

[flexcoders] Flex beta 2 - add, remove and moving DataGridColumn

2006-04-03 Thread Bruno Martins
I tryed almost every thing but I don't know how to add, remove and moving a column. Please send a example. Tks.. -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com

Re: [flexcoders] Re: Flex Beta 2 - Loader not loading SWF 100%

2006-04-03 Thread Bruno Martins
, Bruno Martins [EMAIL PROTECTED] wrote: Hi Ross, My friend Beck Novaes did a better implementation of AppLoader. Tks.. --Flexcoders Mailing ListFAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txtSearch Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com

Re: [flexcoders] Re: Flex Beta 2 - Loader not loading SWF 100%

2006-03-28 Thread Bruno Martins
Hi Ross, My friend Beck Novaes did a betterimplementation of AppLoader. Tks.. On 3/27/06, Bruno Martins [EMAIL PROTECTED] wrote: Yes I extend the loader to create this new component. I had the same problem you have. The document is undefinedon complete event, but a fill seconds after

Re: [flexcoders] Re: Flex Beta 2 - Loader not loading SWF 100%

2006-03-27 Thread Bruno Martins
app that it was complete and that the shell app could talk to it.Thanks Ross--- In flexcoders@yahoogroups.com, Bruno Martins [EMAIL PROTECTED] wrote: Hi Inawire, Excellent discover about the SystemManager. Now I did a first AppLoader component(use AppLoader instead of Loader), until now its

Re: [flexcoders] Re: Flex Beta 2 - Loader not loading SWF 100%

2006-03-24 Thread Bruno Martins
Sorry Ross I thought that you name is inawire... On 3/24/06, Bruno Martins [EMAIL PROTECTED] wrote: Hi Inawire, Excellent discover about the SystemManager. Now I did a first AppLoader component(use AppLoader instead of Loader), until now its works fine for meif you find some bugs please let

Re: [flexcoders] Re: Flex Beta 2 - Loader not loading SWF 100%

2006-03-23 Thread Bruno Martins
, thought the inner app is showing the correct width available, the inner content does not scale to fit available size of the inner app. Does anyone have any ideas? Ross --- In flexcoders@yahoogroups.com, Bruno Martins bheman@ wrote: I had the same problem, but I don't fix yet.On 3

Re: [flexcoders] Re: Flex Beta 2 - Loader not loading SWF 100%

2006-03-23 Thread Bruno Martins
headerText=Column 2 dataField=col2/ mx:DataGridColumn headerText=Column 3 dataField=col3/ /mx:columns/mx:DataGrid/mx:Canvas/mx:Application --- In flexcoders@yahoogroups.com, Bruno Martins [EMAIL PROTECTED] wrote: Hi, I did a poor

Re: [flexcoders] Flex Beta 2 - Loader not loading SWF 100%

2006-03-22 Thread Bruno Martins
I had the same problem, but I don't fix yet. On 3/21/06, inawire [EMAIL PROTECTED] wrote: HiI just converted my app to Beta 2. Ran the conversion scripts, switch layout constraintes, changed LinkBar click to itemClick (that got me),worked through some new warnings that were not present

[flexcoders] framework_rb.swc error...

2006-03-21 Thread Bruno Martins
In Beta 2 I have this problem: SeverityDescriptionResourceIn FolderLocationCreation TimeId2unable to open 'C:\Arquivos de programas\Adobe\Flex Builder 2 Beta 2\Flex Framework 2\frameworks\locale\pt_br\framework_rb.swc'merc21 de Março de 2006 01:26:472 How to solve it? Tks... --

Re: [flexcoders] framework_rb.swc error...

2006-03-21 Thread Bruno Martins
Solution: Step 1: Rename the folder Step 2: Edit file: C:\Arquivos de programas\Adobe\Flex Builder 2 Beta 2\Flex Framework 2\frameworks\flex-config.xml Rename this tag: include-libraries librarylocale/pt_br/framework_rb.swc/library/include-librariesStep 3: Reload Flex Builder and create a new

[flexcoders] What a hell is this ColdFusion Extensions for FlexBuilder 2?

2006-03-21 Thread Bruno Martins
What a hell is this ColdFusion Extensions for FlexBuilder 2? I put this files in the pluings but don't make any difference and I don't find any explanation about it... Tks-- Bruno Gustavo MartinsMobile: (55)(11)9585-9587[EMAIL PROTECTED]experience everywhere http://www.dclick.com.br/blog

[flexcoders] mx:SetProperty how to convert this?

2006-03-21 Thread Bruno Martins
Hi, I'd converted everything in my app to Beta 2, but I don't no how to convert this: mx:statesmx:State name=Advancedmx:SetProperty target={filtros} property=width value=234//mx:State/mx:states Tks... -- Bruno Gustavo MartinsMobile: (55)(11)9585-9587[EMAIL PROTECTED]experience

Re: [flexcoders] mx:SetProperty how to convert this?

2006-03-21 Thread Bruno Martins
tks Joan... On 3/21/06, Joan Tan [EMAIL PROTECTED] wrote: I think this will work: mx:statesmx:State name=Advanced mx:SetProperty target={filtros} name=width value=234//mx:State/mx:states From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Bruno

Re: [flexcoders] Re: Flex application on PDA

2006-01-25 Thread Bruno Martins
saw pretty decent performance for forms based apps on a Pocket PC. - Original Message - From: Bruno Martins To: flexcoders@yahoogroups.com Sent: Thursday, January 19, 2006 7:04 AM Subject: Re: [flexcoders] Flex application on PDA On 1/18/06, shahnavaz Alware [EMAIL PROTECTED

Re: [flexcoders] Flex application on PDA

2006-01-19 Thread Bruno Martins
On 1/18/06, shahnavaz Alware [EMAIL PROTECTED] wrote: Hi, We are developing web application using Flex 1.5 for desktop. Now there is planning to make same application available on PDA's. Flex is my first encounter with Flash Programming (J2EE Developer). That's being said I have few

Re: [flexcoders] Re: Flex application on PDA

2006-01-19 Thread Bruno Martins
performance for forms based apps on a Pocket PC.- Original Message - From: Bruno Martins To: flexcoders@yahoogroups.com Sent: Thursday, January 19, 2006 7:04 AM Subject: Re: [flexcoders] Flex application on PDA On 1/18/06, shahnavaz Alware [EMAIL PROTECTED] wrote: Hi

Re: [flexcoders] Using the mx:Repeater tag -- S.O.S

2006-01-18 Thread Bruno Martins
Hi Robs, Take a look at charpter 8(page 269) in the http://www.2flex.com.br/flex_dev_apps.pdftuturial. I hope that help you to solve your problem. Hugs.. On 1/18/06, Robs [EMAIL PROTECTED] wrote: Hi all, I'm facing issues while using the Repeater tag. I have a xml file named 562114560.xml

Re: [flexcoders] Binding in Flex 2

2006-01-17 Thread Bruno Martins
Hi, In flex 2 you are obrigate to use a metatag [Bindable] like: ![CDATA[ [Bindable] public var labelText:String;]] in flex 1.5 you also can you [Bindable] but this don't make diferences. Another point to say is about static vars. Until now, in tha alpha version, you canot useyou bindable,

Re: [flexcoders] Cairngorm Question

2006-01-16 Thread Bruno Martins
Hi fowleryj, Why have the same problem here. And one solutionfor usea diferents commands you have to use diferentes names for each application, beacause the FrontController add a listener in a single static var eventBroadcaster. But if your application is realy big I recommend to you rewrite

[flexcoders] Flex MXNA Viewer using Cairngorm

2005-12-21 Thread Bruno Martins
Someone have this source? http://spbarber.com/blog/flex-mxna-viewer-using-cairngorm/ Thanks in advance...-- Bruno Gustavo MartinsCel: (11)9585-9587 -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives:

[flexcoders] Cairngorm + Tartan + DB

2005-11-11 Thread Bruno Martins
Someone has good example using Cairngorm + Tartan + DB? Thanks in advance...-- Bruno Gustavo MartinsCel: (11)9585-9587Tel: (11)3965-1909 -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives:

Re: [flexcoders] Is there a way to force a toolTip to show rather than rolling mouse over ?

2005-11-04 Thread Bruno Martins
Hi, First: Try use this functions in flex 1.5: ToolTipManager.createAndShowTip(); ToolTipManager.hideAndDestroyTip(); Second: Use this: mx:Tree showDataTips=true/mx:Tree Tell me, if it works. Bye. On 11/1/05, parinda_b_patel [EMAIL PROTECTED] wrote: Hi,Is there a way to fire an event or

[flexcoders] Re: How to use setTextFormat?(Text Editor)

2005-07-21 Thread Bruno Martins
my_fmt:TextFormat = new TextFormat(); my_fmt.color = 0xFF; my_fmt.underline = true; txt.setTextFormat(0,2,my_fmt); }; ]] /mx:Script mx:Canvas width=300 height=200 id=my_mc mouseDown=start() backgroundColor=#FF/mx:Canvas /mx:Application On 7/15/05, Bruno Martins [EMAIL PROTECTED] wrote: I'd like

[flexcoders] ComboBox has problems with Selection in TextArea

2005-07-20 Thread Bruno Martins
I try to build this componet but, when a use a combo to set a new property the Selection returns in a wrong way. If someone can solve this. Fix and send to me. Thanks. -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives:

[flexcoders] Rich Text Editor Component, someone have it?

2005-07-17 Thread Bruno Martins
Thanks... -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com YAHOO! GROUPS LINKS Visit your group "flexcoders" on the web. To unsubscribe from

[flexcoders] How to use setTextFormat?(Text Editor)

2005-07-15 Thread Bruno Martins
();my_txt.text = teste;alert( + my_txt.text); Thanks, Bruno Martins. Sorry about my english. This example works in flash: var my_fmt:TextFormat = new TextFormat();my_fmt.bold = true;my_fmt.font = Arial;my_fmt.color = 0xFF9900; var my_fmt2:TextFormat = new TextFormat();my_fmt2.bold = false;my_fmt2

Re: [flexcoders] Flex PlugIn to Eclipse

2005-07-01 Thread Bruno Martins
http://www.prismix.com/blog/archives/2005/01/more_on_flex_mx.cfm Here explain how to use AS2.0, CF and Flex in the eclipse. On 7/1/05, Michael Nisi [EMAIL PROTECTED] wrote: yes, oxygen works fine.regards,michael --Flexcoders Mailing ListFAQ: