RE: [flexcoders] Re: Singletons and Modules - Application domain problem

2009-08-16 Thread Alex Harui
See the modules presentation on my blog. You'll need to define the singleton or at least its interface and related types in the main app or a shared-code module. Alex Harui Flex SDK Developer Adobe Systems Inc.http://www.adobe.com/ Blog: http://blogs.adobe.com/aharui From:

RE: [flexcoders] Content area of a container.

2009-08-16 Thread Alex Harui
One way is to factor in viewMetrics Alex Harui Flex SDK Developer Adobe Systems Inc.http://www.adobe.com/ Blog: http://blogs.adobe.com/aharui From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On Behalf Of Wesley Acheson Sent: Saturday, August 15, 2009 2:21 PM To: flexcoders

[flexcoders] Re: Event Best Practices

2009-08-16 Thread jdizowat
It is a custom event and I did not override clone(). --- In flexcoders@yahoogroups.com, Magnus Lassi magnus.la...@... wrote: I don't see the event mentioned, is it a custom event you created or an event in the framework? If it's a custom event, did you override the clone function? On Fri,

Re: [flexcoders] Content area of a container.

2009-08-16 Thread Wesley Acheson
Thanks thats what I needed. Looking at viewmetrics it says it factors the scrollbar if the policy is on. Is there a way to factor the scrollbar if the scroll policy is auto? This is a subclass On Sun, Aug 16, 2009 at 8:10 AM, Alex Harui aha...@adobe.com wrote: One way is to factor in

Re: [flexcoders] Hierarchical Tree Data

2009-08-16 Thread Wesley Acheson
Yes I build an an object that nests all objects. Usually I do it manually rather then use an ORM. Yes I send that entire structure to flex. What I get depends on what the object was that I put in. I'm not being funny sometimes its nested ArrayCollections. Mostly I send an object containing an

Re: [flexcoders] Re: Singletons and Modules - Application domain problem

2009-08-16 Thread Everson Alves
I already had read it, about 2 years ago, right? It's very good. I read again now to check if forgot something in these 2 years. I guess not; Maybe I didn't explain correctly. In fact I want to have multiple Singleton, that might sound weird but each module needs to run as an independent

Re: [flexcoders] Hierarchical Tree Data

2009-08-16 Thread Wesley Acheson
sorry I forgot what the first post was when I answered this. Yes in this case it will be nested arraycollections. On Sun, Aug 16, 2009 at 7:50 AM, Baz li...@thinkloop.com wrote: Hey Wesley, when does the hierarchy get setup? Do you use an orm that builds and nests all objects - then, I

[flexcoders] Re: ameature question but am desperate

2009-08-16 Thread stinasius
am using access database?

[flexcoders] change event for Text and Label Component

2009-08-16 Thread farid wl
Hi guysanyone knows how add Change Event for Text and Label in flex 3.I bind the text propery to model and everytime the value of it changed by model ,the Text or Label component triger event but  in present 2 components  have not this Event. How should i do ,pls Help me to solve this problem.

[flexcoders] Re: What is the best material to learn Flex 3 and AS3?

2009-08-16 Thread Michael Portuesi
Adobe also offers another video tutorial series, hosted by Doug Winnie: http://www.adobe.dougwinnie.com/actionscript-11/ This series provides an introduction to ActionScript, and Doug is an excellent teacher. Episode 13 covers all the addlistener stuff. Michael Portuesi --- In

Re: [flexcoders] Re: Event Best Practices

2009-08-16 Thread Magnus Lassi
that may be why you doesn't fire: http://livedocs.adobe.com/flex/3/html/help.html?content=createevents_3.html You are required to override the Event.clone() method in your subclass. The clone() method returns a cloned copy of the event object by setting the typeproperty and any new properties in

[flexcoders] rich text editor bug?

2009-08-16 Thread Scott
Hey guys, I've got a few fields that populate off of an object through data binding. When I call a new object that has null fields, the text inputs clear out as expected. However, the RichText Editor keeps the old data even though it doesn't exist in the object anymore. For instance

Re: [flexcoders] Content area of a container.

2009-08-16 Thread Wesley Acheson
Never mind I found it. On Sun, Aug 16, 2009 at 9:19 AM, Wesley Acheson wesley.ache...@gmail.comwrote: Thanks thats what I needed. Looking at viewmetrics it says it factors the scrollbar if the policy is on. Is there a way to factor the scrollbar if the scroll policy is auto? This is a

RE: [flexcoders] Hierarchical Tree Data

2009-08-16 Thread Tracy Spratt
Xml is inherently hierarchical so is a convenient format for this. Also some databases will output xml natively, like SQL Server's FOR XML [raw, auto, explicit] Tracy Spratt, Lariat Services, development services available _ From: flexcoders@yahoogroups.com

[flexcoders] Skinning a VSlider [2 Attachments]

2009-08-16 Thread Leonardo Camargo
Hi all, I need to change the appearance of a VSlider using the following thumbSkin and trackSking (I've attached them, I hope they went through). It's intended to be a volume control, and as you can see, kinda looks like that of Youtube. The problem is, the trackSkin never covers the whole

Re: [flexcoders] Skinning a VSlider

2009-08-16 Thread Leonardo Camargo
Forgot to mention, I'm using flex 3.4. 2009/8/16 Leonardo Camargo camargoleona...@gmail.com [Attachment(s) #1232583b1c66b3c6_TopText from Leonardo Camargo included below] Hi all, I need to change the appearance of a VSlider using the following thumbSkin and trackSking (I've attached

RE: [flexcoders] Re: Singletons and Modules - Application domain problem

2009-08-16 Thread Alex Harui
OK. That sounds like the opposite problem. I would try out the Marshall Plan techniques. Use sub-Applications instead of Modules. Alex Harui Flex SDK Developer Adobe Systems Inc.http://www.adobe.com/ Blog: http://blogs.adobe.com/aharui From: flexcoders@yahoogroups.com

[flexcoders] Re: Crash while using MenuBar from a module.

2009-08-16 Thread Rajkumar
Hello Alex, I had mentioned the top of stack trace in the first post , here is the complete stack trace. TypeError: Error #1007: Instantiation attempted on a non-constructor. at