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

2007-11-19 Thread Bruno Martins
of type IStroke in the main app. > > > > > > -- > > > > *From:* flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] *On Behalf Of > > *Bruno Martins > > *Sent:* Monday, November 19, 2007 8:36 AM > > *To:* flexcoders@yahoogroups.com > >

[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 Desc

[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 and how I can stop this it?   Tks...-- Bruno Gustavo MartinsOffice: (11)3443-9527experience everywherehttp://www.dclick.com.br/blog __._,_.___ -- Flexcoders Mailing List FAQ: http:/

[flexcoders] Re: MediaPlayback for Flex 2

2006-08-15 Thread Bruno Martins
t;[EMAIL 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?>

[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: http://www.mail-archive.com

[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:   [Code AS2] public class MyClass extends 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: http://www.mail-ar

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

2006-04-05 Thread Bruno Martins
]> 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(value:Array):void {     for(var i:Number = 0; i    value[i].headerRenderer = HeadRendererAddRemove as IFact

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 fun

[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; i   value[i].headerRenderer = HeadRendererAddRemove;   }} Error #1034: Type Coercion failed: cannot convert HeadRendererAddRemove$ to mx.core.IFactory tks... -- Flexcoders Mailing

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 doi

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

2006-04-03 Thread Bruno Martins
use:     and a new application using: loader.load("YorNewApp.swf");  Tks..  On 4/1/06, inawire <[EMAIL PROTECTED]> wrote: Can you supply some sample code snipits? ThanksRoss--- In flexcoders@yahoogroups.com , "Bruno Martins" <[EMAIL PROTECTED]> wrote:> >

[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-03-28 Thread Bruno Martins
Hi Ross,   My friend Beck Novaes did a better implementation 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 undefined on complete event, but a fill seconds

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

2006-03-27 Thread Bruno Martins
d you handel a notification from the inner 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

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 me if you find some bugs

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

2006-03-24 Thread Bruno Martins
ed the INIT event of the LoaderInfo but no sucess yet with that.That's all I have so far. Ross--- In flexcoders@yahoogroups.com , "Bruno Martins" <[EMAIL PROTECTED]> wrote:> > Hi,> > I know about this listener problem but I'll try other solution as soon

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

2006-03-23 Thread Bruno Martins
ent.height;  }     public function unLoader():void  {    trace('unLoader called')    parent.parent.parent.removeEventListener("resize", resizeLoader);   }       private function initApp():void  {     resizeLoader();    parent.parent.parent.addEventListener("resize", resizeLoad

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

2006-03-23 Thread Bruno Martins
ner app. > > Does anyone have any ideas?> > Ross> > > > > --- In flexcoders@yahoogroups.com, "Bruno Martins" wrote:> >> > I had the same problem, but I don't fix yet.> > > > On 3/21/06, inawire wrote: > > >> > > Hi>

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 befor

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:           From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Bruno MartinsSent: Tuesday, March 21, 2006 3:30 PMTo: flexcoders@yahoogroups.comSubject: [flexcoders]

[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:   Tks... -- Bruno Gustavo MartinsMobile: (55)(11)9585-9587[EMAIL PROTECTED]experience everywherehttp://www.dclick.com.br/blog -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/fl

[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/bl

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:   locale/pt_br/framework_rb.swcStep 3: Reload Flex Builder and create a new project or verify the libraries in the Buid P

[flexcoders] framework_rb.swc error...

2006-03-21 Thread Bruno Martins
In Beta 2 I have this problem:   Severity Description Resource In Folder Location Creation Time Id2 unable to open 'C:\Arquivos de programas\Adobe\Flex Builder 2 Beta 2\Flex Framework 2\frameworks\locale\pt_br\framework_rb.swc' merc   21 de Março de 2006 01:26:47 2   How to solve it?   Tks...

Re: [flexcoders] Re: Flex application on PDA

2006-01-25 Thread Bruno Martins
mponents to Flex, and export forFlash 6.  3 years ago, I 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] F

Re: [flexcoders] Re: Flex application on PDA

2006-01-19 Thread Bruno Martins
ou could utilize Flash MX 2004 or Flash 8 and develop> using ActionScript 2 with similiar components to Flex, and export for > Flash 6.  3 years ago, I saw pretty decent performance for forms based> apps on a Pocket PC.> > > > - Original Message - > > Fr

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 quest

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.pdf tuturial. 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 " 56211

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:     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 use you bindable, but the engeniers of macromedia are working to

Re: [flexcoders] Cairngorm Question

2006-01-16 Thread Bruno Martins
Hi fowleryj,   Why have the same problem here. And one solution for use a 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 rewrit

[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: http://www.mail-archive.co

[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: http://www.mail-archive.com/flexcode

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: showDataTips="true"> 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 something so t

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

2005-07-21 Thread Bruno Martins
">                            mouseDown="start()" backgroundColor="#FF">   On 7/15/05, Bruno Martins <[EMAIL PROTECTED]> wrote: I'd like build a Text Editor but the TextArea don't accept setTextFormat method. I try to create a TextField end bind

[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: http

[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 fr

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

2005-07-15 Thread Bruno Martins
TextField();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:Te

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: http://groups.yahoo.com/group/flexcoders/files/fle