[flexcoders] Re:compc namespace issue gumbo.

2009-07-29 Thread Teoti Graphix, LLC
Hi, This is what I use and I am compiling large component frameworks in nightly builds of Flex 4. compc output=${output.product.swc} link-report=${basedir}/deployed/link-report.xml target-player10/target-player namespace

[flexcoders] Re: How to disable TitleWindow dragable

2009-07-06 Thread Teoti Graphix, LLC
How can I stop dragable function? Hi, If you are specifically talking about the TitleWindow, you can use; myWindow.isPopUp = false; This will not allow the window to be dragged. Check the source code in Panel and you will see an if() statement blocking the drag behavior if the isPopUp

[flexcoders] Re: I can't understand pureMVC

2009-06-24 Thread Teoti Graphix, LLC
Yeh I heard about Flex wrapping results from certain remote requests using the ObjectProxy class, cant remember why this happens but try this and see what happens: If I remember correctly, it's due to the fact there is no typed class when the data comes in. The remote call returns a generic

[flexcoders] Re: Is this list declining?

2009-06-01 Thread Teoti Graphix, LLC
* Is this list declining? I think Adobe swallowed some user in their new forums. I have noticed traffic over there. Plus as with mature software, there are hundreds of places to get lost with Flex information now. Not to mention all the projects going on. Mike

[flexcoders] AS3 :: RegExp :: String constructor taking out \s slasshes etc.

2006-03-05 Thread Teoti Graphix
Hello, I am here using regular expressions and for some reason didn't relaize that when you create an _expression_ like : var packages:String = '^\s*(package\s(.*){)'; pattern:RegExp = new RegExp(packages, g); will trace : /^s*(packages(.*){)/g Notice where the ^s are together, there

Re: [flexcoders] getStyle and Alpha for programmatic skins

2006-03-05 Thread Teoti Graphix
Hello, Your aware that alpha values in AS3 are from 0 to 1 ? When you say; Regardless of the value, it seems that if you set the alpha of a VBox, it applies it to the skin anyway, whether you want to override the behavior or not. When you set the alpha of any instance it effects the

Re: [flexcoders] AS3 :: RegExp :: String constructor taking out \s slasshes etc.

2006-03-05 Thread Teoti Graphix
removed when you use them in a string literal. Did you try a regexp literal? var pattern:RegExp = /^\s*(package\s(.*){)/g; Otherwise, it's double slashes... Peter On 3/5/06, Teoti Graphix [EMAIL PROTECTED] wrote: Hello, I am here using regular expressions and for some reason didn't

Re: [flexcoders] Flex2 :: Button :: Getting custom skins to refresh IE getStyle() is used

2006-03-01 Thread Teoti Graphix
. thanks Manish! any thoughts now? :) Peace, Mike On 3/1/06, Manish Jethani [EMAIL PROTECTED] wrote: On 3/1/06, Teoti Graphix [EMAIL PROTECTED] wrote: I have a custom skin class that draws all button skins. I am using a parent.swatchColor to get the color of the swatch but, when changing

[flexcoders] Flex2 :: Button :: Getting custom skins to refresh IE getStyle() is used

2006-02-28 Thread Teoti Graphix
Hello, I have a custom skin class that draws all button skins. I am using a parent.swatchColor to get the color of the swatch but, when changing the color through a setter of the subclassed button component, it is not updating all 8 skins of the button. What is proper procedure to get a whole

[flexcoders] Flex2 :: Button :: Custom Skin Classes

2006-02-27 Thread Teoti Graphix
Hello, I know in previous incarnations of the Button, you would subclass RectBorder and create a switch or conditional statement based on the borderStyle which actually showed what 'phase' the button is in. I see that the phase property now is protected. So we can't call paret.phase in the

[flexcoders] FB2 :: Outline Script block class tree

2006-02-27 Thread Teoti Graphix
Hello, You know what would be awsome in the Flex Builder 2 IDE? When I am developing mxml components(SWC), I am starting to change my developing perspective and find it easy to create a quasi component using the powerful as3 interface along with the tremendously efficient mxml ui designing.

Re: [flexcoders] Flex2 :: Internal Build Error :: Adobe Engineers?

2006-02-27 Thread Teoti Graphix
compile App.mxml I get Error: Conflict with definition 'b' in namespace 'internal' Please file a bug with code that gives the internal build error. - Gordon From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Teoti Graphix Sent: Saturday, February 25

Re: [flexcoders] Flex2 :: Button :: Custom Skin Classes

2006-02-27 Thread Teoti Graphix
Qabiz [EMAIL PROTECTED] wrote: Look at following links on skinning in Flex 2.0:-http://mannu.livejournal.com/305284.html http://weblogs.macromedia.com/khoyt/archives/2006/02/programmatic_sk.cfm-abdulOn 2/28/06, Teoti Graphix [EMAIL PROTECTED] wrote: Hello, I know in previous incarnations

Re: [flexcoders] Flex2 :: Internal Build Error :: Adobe Engineers?

2006-02-25 Thread Teoti Graphix
the custom component in there, see if it gives you a real error. Matt From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Teoti Graphix Sent: Tuesday, February 21, 2006 5:53 PM To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] Flex2 :: Internal

Re: [flexcoders] Flex2 :: Internal Build Error :: Adobe Engineers?

2006-02-25 Thread Teoti Graphix
Application and just put the custom component in there, see if it gives you a real error. Matt From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Teoti Graphix Sent: Tuesday, February 21, 2006 5:53 PM To: flexcoders@yahoogroups.com Subject: Re

[flexcoders] Flex2 :: TileList :: ScrollBar

2006-02-23 Thread Teoti Graphix
Hello, This just seems like a dumb question but, I have the code below; [code] ?xml version=1.0 encoding=utf-8? mx:Application xmlns:mx=http://www.macromedia.com/2005/mxml xmlns=* layout=vertical creationComplete=addHoldsToList(); mx:Script ![CDATA[ import HandHold; var

[flexcoders] Flex2 :: Internal Build Error :: Adobe Engineers?

2006-02-21 Thread Teoti Graphix
Hello, Ironically I commented on this subject the last couple days, and it has bit me in the ass. I have a component project that is using a lot of classes, not to mention mxml components. Now I get this internal build error. Ok, fine like Jesse said, CLean and forget about it! HAHA Now to

Re: [flexcoders] Flex2 :: Internal Build Error :: Adobe Engineers?

2006-02-21 Thread Teoti Graphix
can be rebuilt by right clicking on the error in the Problems tab. Try that. - Original Message - From: Teoti Graphix To: flexcoders@yahoogroups.com Sent: Tuesday, February 21, 2006 8:12 PM Subject: [flexcoders] Flex2 :: Internal Build Error :: Adobe Engineers? Hello,Ironically I

[flexcoders] Flex2 :: getObjectsUnderPoint()

2006-02-20 Thread Teoti Graphix
Hello, I am creating a component to component drag,drop implementation. I have been using this getObjectsUnderPoint method, works but I have a question; Application_5.HBox0.null Application_5.HBox0.pane2:TEOTaskPane.null Application_5.HBox0.pane2:TEOTaskPane.list5:TEOTaskList.VBox_117.null

Re: [flexcoders] Case of the Mondays

2006-02-20 Thread Teoti Graphix
Jesse, Remember that is upon doing a Clean, and there is still an error in your application somewhere, the resulting debug and app swf's are deleted and will not come back untill you find the error. I have had a couple occasions that is bit me and I was scratching my head for hours. duhhh

[flexcoders] Flex2 :: LivePreview support ofr custom components

2006-02-20 Thread Teoti Graphix
Hey, Quick question to the adobe engineers. Are we going to have live preview support in Flex Builder2 using compiled swc custom components? I know the flex2component live previews work great, but do we as developers get to see out wonderful creations in FlexBuilder ? PS If we can already,

Re: [flexcoders] Flex2 :: LivePreview support ofr custom components

2006-02-20 Thread Teoti Graphix
compc, FB2 MikeOn 2/20/06, JesterXL [EMAIL PROTECTED] wrote: Are you making the SWC with Flash or compc? - Original Message - From: Teoti Graphix To: flexcoders@yahoogroups.com Sent: Monday, February 20, 2006 1:53 PM Subject: [flexcoders] Flex2 :: LivePreview support

[flexcoders] BUG :: List while using the mouseWheel/scroll

2006-02-16 Thread Teoti Graphix
Hello, Just reporting a strange bug. I get error: TypeError: Error #1010: undefined has no properties. at mx.controls.listclasses::ListBase/scrollVertically() at mx.controls.listclasses::ListBase/set vPosition() at mx.controls.listclasses::ListBase/mouseWheelHandler() Here is the code:

Re: [flexcoders] Modal Box Popup and Wait

2006-02-16 Thread Teoti Graphix
What are you waiting for? There is a property, UIComponent.suspendBackgroundProcessing, but that is for the callLater() queue. This class property is used for holding the callLater queue for transisitos but, honsetly I don't know if they implemented it elswhere. Peace, MikeOn 2/16/06,

Re: [flexcoders] Flex2 Tree

2006-02-14 Thread Teoti Graphix
ths label=Class Paths/classpaths);The first results in an ArrayCollection dataProvider while the second one results in an XMLListCollection. Strange things happen with an ArrayCollection. Using the second way, I didn't get the undefined error. Good luck. On 2/9/06, Teoti Graphix [EMAIL PROTECTED] wr

Re: [flexcoders] Re: Job: Flash Developer/Programmer

2006-02-14 Thread Teoti Graphix
... seperate area ... It's like, do you think that when the posts reach 50 -50 split between adds verses code questions it's time? Peace, MikeOn 2/14/06, Brendan Meutzner [EMAIL PROTECTED] wrote: Have to disagree... think it should be a separate area... --- In

Re: [flexcoders] Spltting up code (best practice)

2006-02-13 Thread Teoti Graphix
But my favorite (which requires a bit more work) is to make your application implement an interface that you define: I think this is a very good way also. As far as includes, don't laugh but, I would lean away from this technique because Flex isn't C. I have started using a Manager class to

[flexcoders] SharedObject.getLocal() Flex2 beta1

2006-02-13 Thread Teoti Graphix
Hello, has anyone had this problem in the beta? Taken from their help... ?xml version=1.0? mx:Application xmlns:mx=http://www.macromedia.com/2005/mxml creationComplete=initApp() mx:Script ![CDATA[ import flash.net.SharedObject; public var mySO:SharedObject; [Bindable]

[flexcoders] Flex2 Tree

2006-02-09 Thread Teoti Graphix
Hello, I am writting this more as a comment then question. I have spent 2 days experimenting with the mx.collections classes and it has been fun. Now, I have a project where I need the tree's root to be; ClassPaths - c:/classes - dir structure - c:/mm/classes ... - dir structure.. I

Re: [flexcoders] How to get data from mySQL database

2006-02-09 Thread Teoti Graphix
Hello, I agree with jesse, I am making an as2, as3 class/interface parser/documenter in Flex and it fully uses AMFPHP and mysql! I have a nice service class that accesses php's file handling. So it's like virtual file opening/editing etc with AMFPHP. Heh, yeah a php guy here but man, with

Re: [flexcoders] how to loop thru mx.events.DataGridEvent (flex 2)

2006-02-07 Thread Teoti Graphix
Hey, import mx.utils.ObjectUtil; trace(ObjectUtil.toString(evt)); or... out.text += \n + ObjectUtil.toString(evt); Does a WONDERFUL job. You will never look at objects the same ;-) Peace, Mike On 2/7/06, bhaq1972 [EMAIL PROTECTED] wrote: i have cellPress event in my DataGrid. The

[flexcoders] Tree Flex2 :: assign dataProvider in as3

2006-02-06 Thread Teoti Graphix
Hello, I have searched the archives and found some stuff but... When using the Tree dataProvider in an AS3 class subclassing the tree, weird things happen. Instead of the Tree using the label attribute of the XML object passed, it uses the whole node! With the brackets. It still spaces and

Re: [flexcoders] Styling Panels and Buttons

2006-02-04 Thread Teoti Graphix
I tried your same example, it works fine, using the styleName property. Don't know other that you might be using styles that are not implemented or not obvious in the style change. Just for your own test, in your selector style, insert a color style, change it and see if your styleName is

Re: [flexcoders] Flex 2: popup depth management

2006-02-04 Thread Teoti Graphix
Hello, I am going out on a limb here and would love someone to correct me if I am wrong. The PopUpManager singleton class creates new top-level windows and places or removes those windows from the layer on top of all other visible windows. See the SystemManager for a description of the

[flexcoders] Implementation of UITextField

2006-02-02 Thread Teoti Graphix
Hello, I totally understand why Adobe uses this component. Now, the only question I have that maybe someone from Adobe could answer is, how is this component implementing it's styles. Setting styleName, and even using setStyle() on the label does nothing and if you use getUITextFormat(), it

Re: [flexcoders] Implementation of UITextField

2006-02-02 Thread Teoti Graphix
Jethani [EMAIL PROTECTED] wrote: On 2/2/06, Teoti Graphix [EMAIL PROTECTED] wrote: Setting styleName, and even using setStyle() on the label does nothing and if you use getUITextFormat(), it returns an object like you have not set any styles. Both work! ?xml version=1.0? mx:Application

Re: [flexcoders] Implementation of UITextField

2006-02-02 Thread Teoti Graphix
I'm glad you wrote that script, it is what I am using. In SkinSprite. For me it dosn't work, I will try again and post code if it still dosn't work. Thanks, MikeOn 2/2/06, Manish Jethani [EMAIL PROTECTED] wrote: On 2/2/06, Teoti Graphix [EMAIL PROTECTED] wrote: I want to create

Re: [flexcoders] Implementation of UITextField

2006-02-02 Thread Teoti Graphix
BTW, Do you have to inherit UIComponent ?. See I thought by inheriting SkinSprite, something that can have children and implements Flex style interface, IE setStyle() MikeOn 2/2/06, Teoti Graphix [EMAIL PROTECTED] wrote: I'm glad you wrote that script, it is what I am using. In SkinSprite

Re: [flexcoders] Flex 2 Beta initial impressions

2006-02-01 Thread Teoti Graphix
Yeah, the Flex team did it! I am actaully happy using this thing, honestly happy, looking at somany new projects. Great technology. Peace, MikeOn 2/1/06, Greg Fuller [EMAIL PROTECTED] wrote: Cool. I was wondering if there is a big difference in the size of the swf also?Thanks, GregOn

Re: [flexcoders] Sandbox violations Flex2

2005-11-17 Thread Teoti Graphix
Thanks Matt, I had created a cross domain policy file and that did work. Yeah, I must have been thinking allowDomain backwards. It worked in Flash 8, that is what got me confused. If you access your SWF from http://localhost instead of off your local filesystem you also won't get the

Re: [flexcoders] Flex2 custom component border creation

2005-11-14 Thread Teoti Graphix
On 11/13/05, Manish Jethani [EMAIL PROTECTED] wrote: On 11/14/05, Teoti Graphix [EMAIL PROTECTED] wrote: I'm assuming you're creating a new component that has nothing to do with HBox, because HBox already has the border functionality built in. Or I'm assuming you're extending HBox

[flexcoders] 3rd party component developer questions

2005-11-14 Thread Teoti Graphix
Hello and quick question, I have been looking around but not found an answer. Is it against any EULA when Flex2 is released and a legal license is aquired to to sell swc(I am guessing this is the format that a component would have to be since the extension manager seems to be obsolete with

[flexcoders] Flex2 custom component border creation

2005-11-13 Thread Teoti Graphix
Hello, I have been experimenting with Flex2 custom component development. I understand that the documentation on the alogortithms is not ready yet but, would anyone want to enlighten me abit on the procedure for say creating a custom component for the HBox and giving it a background(border).