Re: [flexcoders] Re: FABridge Problem - Please help!

2010-09-02 Thread Brian J. Ackermann
lly that clears up some of the confusion. Thanks -- Brian J. Ackermann brian.ackerm...@gmail.com 952.373.1626 -- On Wed, Sep 1, 2010 at 11:36 AM, Alex Harui wrote: > > > So from my perspective, you aren’t being specific enough. You are saying &

Re: [flexcoders] Re: FABridge Problem - Please help!

2010-09-01 Thread Brian J. Ackermann
for an occurrence of this object that we need for FABridge to work, but its tucked away somewhere, in a place which is non-trivial to locate. ------ Brian J. Ackermann brian.ackerm...@gmail.com 952.373.1626 -- On Wed, Sep 1, 2010 at 8:22 AM

Re: [flexcoders] Re: FABridge Problem - Please help!

2010-09-01 Thread Brian J. Ackermann
Alex, I think thats (the swfobject) probably getting pretty close to the right line of thinking, and its something that I'd considered briefly myself, but I am not savvy enough yet to make heads or tails of the issue. -- Brian J. Ackermann brian.ackerm...@gmai

Re: [flexcoders] FABridge Problem - Please help!

2010-08-27 Thread Brian J. Ackermann
http://code.google.com/p/flex-iframe/source/browse/trunk/examples/IFrameCommTest/src/com/google/code/flexiframe/examples/IFrameCommTest.mxml lines 80 & 81 in the original example, there was no ID Thanks ------ Brian J. Ackermann brian.ackerm...@gmail.com 952.373.

Re: [flexcoders] FABridge Problem - Please help!

2010-08-26 Thread Brian J. Ackermann
maybe I just need to find the new 'path' in the DOM for example: this.parent.foo.bar.blah.FABridge Thanks, Brian -- Brian J. Ackermann brian.ackerm...@gmail.com 952.373.1626 -- On Thu, Aug 26, 2010 at 12:38 PM, Alex Harui wrote: > &

Re: [flexcoders] FABridge Problem - Please help!

2010-08-26 Thread Brian J. Ackermann
gs are located in the DOM. (This post is directly related to the original. I just thought this would be a clearer example of the problem. ) Thanks, ------ Brian J. Ackermann brian.ackerm...@gmail.com 952.373.1626 -- >

Re: [flexcoders] Error #2063: Error attempting to execute IME command.

2010-08-20 Thread Brian J. Ackermann
x27;m able to proceed again. -- Brian J. Ackermann brian.ackerm...@gmail.com 952.373.1626 -- On Fri, Aug 20, 2010 at 12:09 PM, Karim Beyrouti wrote: > > > I think it will depend what version of FP you are exporting to... sorry f

Re: [flexcoders] Error #2063: Error attempting to execute IME command.

2010-08-20 Thread Brian J. Ackermann
all my flashplayers, see what happens. IE now works, but now FF(mis) behaves the same way as GC. Well, at least its some kind of progress, thanks! ------ Brian J. Ackermann brian.ackerm...@gmail.com 952.373.1626 -- On Fri, Aug 20, 2010

Re: [flexcoders] Error #2063: Error attempting to execute IME command.

2010-08-20 Thread Brian J. Ackermann
I don't recall updating my flash player yesterday.hmm.. Additionally. I've searched my entire project for the string "IME", and nothing is foundI'm not using this little beastie at all. ------ Brian J. Ackermann brian.ackerm.

Re: [flexcoders] Error #2063: Error attempting to execute IME command.

2010-08-20 Thread Brian J. Ackermann
gardless of position. ------ Brian J. Ackermann brian.ackerm...@gmail.com 952.373.1626 -- On Fri, Aug 20, 2010 at 1:10 AM, Alex Harui wrote: > > > Do you have IME installed on your system? > > > > On 8/19/10 1:37 PM, "

[flexcoders] Error #2063: Error attempting to execute IME command.

2010-08-19 Thread Brian J. Ackermann
spark" xmlns:mx="library://ns.adobe.com/flex/mx" minWidth="955" minHeight="600" > creationComplete="init()"> > I read up on IME, and I don't see anything in there that I'm the least bit familiar with. Certainly nothing that I've added to my code. Any ideas? -- Brian J. Ackermann brian.ackerm...@gmail.com 952.373.1626 --

Re: [flexcoders] Re: Could not resolve * to a component implementation.

2010-07-27 Thread Brian J. Ackermann
So, its a class, even thought it doesn't declare a class inside the text? -- Brian J. Ackermann brian.ackerm...@gmail.com 952.373.1626 -- On Thu, Jul 1, 2010 at 10:21 PM, turbo_vb wrote: > > > Glad that you were able

Re: [flexcoders] Re: Could not resolve * to a component implementation.

2010-07-01 Thread Brian J. Ackermann
ve an import statement for the component in the > parent class. > > • If your component is an AS class, make sure that the package, at the > top of the class, is correct. > > • If your component is an AS component make sure that the class name, > within the component, is correc

[flexcoders] Could not resolve * to a component implementation.

2010-06-30 Thread Brian J. Ackermann
Hi, I'm a wee bit stuck on this, and was hoping you might have some input to help me. I'm getting the "Could not resolve * to a component implementation." error message. However, everything I've read about this via Google hasn't helped my case in the slightest. I presume I'm just missing someth

Re: [flexcoders] Re: Capturing and Saving an image in Flex (BitmapData)

2010-03-05 Thread Brian Thompson
You'll need some server-side code to accept the image upload and save it to disk. It's pretty simple in PHP. On the Flex side, you'll just need to use something like URLLoader or HTTPService to POST the image to your upload form on the server. -Brian On Fri, Mar 5, 2010 at

Re: [flexcoders] help - code assist stopped working

2010-03-04 Thread Brian Thompson
Are you using FB as an Eclipse plugin? If so, you should be able to get the error log by going to Window->Show View->Other, then picking Error Log from the list. -Brian On Thu, Mar 4, 2010 at 11:55 AM, Chris Sheffield wrote: > > > I apologize. This is probably more of an Adob

Re: [flexcoders] VideoDisplay - video is playing, but without audio

2010-03-04 Thread Brian Thompson
wireless. Have you noticed any similar patterns in your app? -Brian On Wed, Mar 3, 2010 at 10:30 PM, joyh2002 wrote: > I use VideoDisplay to play videos in my Flex app. The videos are hosted in > our local web server. The size of the video is around 10MB to 30MB. I need to > play 6

[flexcoders] Flex Canvas "horizontalCenter=0" Scrolling Bug

2010-02-02 Thread Brian Russel Davis
canvas grows the scrollbars should keep up with it. But is not what happens -- the edges of the contents get clipped. Bad news ... it is gonna be hard explaining this on to the client. LOL. It just doesn't make sense. If anyone knows of a work around let me know. Brian

[flexcoders] 3.3 API confusion

2009-07-08 Thread Brian Sterling
have the addAll() method, and in addition, it is marked as version 3.2! Is there some place to find the documentation corresponding to the last stable release, which is 3.3? Or am I missing something? Thanks, Brian PS: To add to my list of problems, the Yahoo Group search is only showing res

[flexcoders] Nested DataGrid!

2009-01-09 Thread Brian Vosburgh
After wasting a ton of time trying to get nested array data from my JSON decode I found Nate Ross' DataGrid extension, NestedDataGrid... Works great, no labelFunction crap or any other cryptic work around, it just sets up like a regular DG or ADG with the great exception of dataField unders

[flexcoders] JSON decoded multidimensional array Datagrid labelFunction... help

2009-01-08 Thread Brian Vosburgh
Found this older thread below which looks like it could solve my problem if someone could just clarify a couple things for me: I've got a result handler that decodes a json response which is a mutlidimensional array. Right now I pass the event result toString and then set the string to a n

[flexcoders] Re: Flash Player 10: FileReference.save Security User event

2008-12-08 Thread Brian Raymes
I went around this by showing a progress animation while the PDF was being generated. When the return result fires, I replace the progress animation with a "Download Now" button. Lame, but more clean then an "Are You sure?" alert. --- In flexcoders@yahoogroups.com, "Battershall, Jeff" <[EMAIL

Re: [flexcoders] domainMemory in FP10?

2008-10-28 Thread Brian Deitte
Ah, of course, I get it now. It's for pointers in ActionScript. On Tue, Oct 28, 2008 at 1:00 PM, Brian Deitte <[EMAIL PROTECTED]> wrote: > That was cruel, Matt, very cruel, as now I'm even more interested in > how it works. :) > > On Tue, Oct 28, 2008 at 12:57 PM, M

Re: [flexcoders] domainMemory in FP10?

2008-10-28 Thread Brian Deitte
That was cruel, Matt, very cruel, as now I'm even more interested in how it works. :) On Tue, Oct 28, 2008 at 12:57 PM, Matt Chotin <[EMAIL PROTECTED]> wrote: > Used for this stuff: > http://www.peterelst.com/blog/2008/10/04/what-is-flacc-all-about/ > > On 10/28/08

[flexcoders] domainMemory in FP10?

2008-10-28 Thread Brian Deitte
sets the object on which domain-global memory operations will operate within this ApplicationDomain " I haven't been able to find any more information on this, and I'm just curious on what it does. -Brian

[flexcoders] Re: Create Help System in Flex - how to display html in a canvas or component?

2008-10-14 Thread Brian Kurzius
I agree with Jeff. I have been building an app that includes an rss reader and found that html formatted RSS entries work pretty well -- it even properly displays links and images. The one problem (ironically) was that it can't display inline flash--like YouTube videos. So I tried the iframe approa

[flexcoders] Re: rsl error after new deployment - help needed!

2008-10-14 Thread Brian Kurzius
Did you figure out a solution to this? I just deployed a brand new app to the web and a user has reported this exact same issue.

[flexcoders] itemEditBeginning not being called

2008-08-26 Thread Brian
Hi, I'm hoping that I'm missing something trivial, but I can not figure out why itemEditBeginning or itemEditBegin is not being called in the following DataGrid example. I have put a simple alert in after the actual code I wanted to execute did not run. Do I need to set a particular property

[flexcoders] Flex 3 SWCs within CS3, again

2008-08-25 Thread Brian Deitte
Can you use framework-less Flex 3 SWCs within CS3? I assumed that you could do this if the compatibility-version flag was used and you didn't use any of the Flex framework. I haven't been able to get this to work, however. I asked about this about a month ago and the all-knowing Matt Chotin said

Re: [flexcoders] Compiler Extension point

2008-08-13 Thread Brian Deitte
Yeah, the only way you can add a new compiler extension is through the code. Although it doesn't seem too hard to add a non-code extension mechanism, a way to read in classes to instantiate and use from an XML file somewhere. -Brian On Wed, Aug 13, 2008 at 8:01 AM, Marvin Froeder &l

Re: [flexcoders] Re: Data caching dto's

2008-08-08 Thread Brian Deitte
n the Flex framework). Comparing 10 (or 100) objects, assuming you're only comparing each object to one other object, shouldn't be very intensive. -Brian On Thu, Aug 7, 2008 at 11:45 AM, flexaustin <[EMAIL PROTECTED]> wrote: > Actually obtaining the data isn't the

Re: [flexcoders] Changing Parents

2008-08-07 Thread Brian Deitte
added back to the application, which I worked around by checking for the same value in the places I was observing bindings. -Brian On Thu, Aug 7, 2008 at 11:53 AM, wwwpl <[EMAIL PROTECTED]> wrote: > I have an image viewer that I would like to go full screen. I now have > my app taking u

[flexcoders] Flex 3 SWCs within CS3

2008-08-07 Thread Brian Deitte
re 1k and don't seem to actually use the classes in the SWC. I haven't tried decompiling the SWF yet to see what's actually happening in it. But is this expected to work? -Brian

Re: [flexcoders] Data caching dto's

2008-08-07 Thread Brian Deitte
Caching of data across browser sessions, I assume? This is usually done with SharedObject. But I wonder if there's a way to rearchitect your application so this isn't needed? I assume that all 500 objects aren't shown at once and that you could implement some kind of paging mec

Re: [flexcoders] Testing Internet Connection in Flex

2008-08-07 Thread Brian Deitte
If it's not AIR, just add event listeners for this, usually an IOErrorEvent. If you can listen for SecurityErrorEvent, make sure to do this as well, since depending on what you're loading, this could show up as the event for a connection being down. -Brian On Wed, Aug 6, 2008

Re: [flexcoders] Re: parallel coordinates component with Flex3

2008-07-23 Thread Brian Staats
could contribute and expand upon what you have done thus far? On Wed, Jul 23, 2008 at 2:08 PM, Krist Wongsuphasawat <[EMAIL PROTECTED]> wrote: > Hi Brian, > > I am working on a custom parallel coordinate component in Flex 3, which I > have attached the pictures within this emai

[flexcoders] Re: Right Mouse click

2008-07-09 Thread Brian Raymes
This might help: http://blog.flexexamples.com/2007/08/20/using-a-custom-context-menu-with-the-flex-datagrid-control/ B. --- In flexcoders@yahoogroups.com, "Ben" <[EMAIL PROTECTED]> wrote: > > I am in need of something like this as well. > > --- In flexcoders@yahoogroups.com, "markgoldin_2000"

[flexcoders] Re: Flex Application will not refresh properly

2008-07-03 Thread Brian Raymes
Ah! That is a good idea, thank you. Brian --- In flexcoders@yahoogroups.com, Joseph Balderson <[EMAIL PROTECTED]> wrote: > > Load a proxy SWF which checks/sets a LocalSharedObject for a cookie/timestamp. > If timestamp reached, lead main app swf with getTime() string on the

[flexcoders] Re: Flex Application will not refresh properly

2008-06-25 Thread Brian Raymes
r you could just clear the cache before every in-browser test. > ___ > > Joseph Balderson, Flash Platform Developer | http://joeflash.ca > > > Brian Raymes wrote: > > I have had similar problems when using I.E. 7/8. Firefox has been > > more consistent, but Safari (

[flexcoders] Re: Flex Application will not refresh properly

2008-06-24 Thread Brian Raymes
ution. Brian --- In flexcoders@yahoogroups.com, "Ryan Schlig" <[EMAIL PROTECTED]> wrote: > > I am having problems viewing the changes in my application on refresh. > I have to actually close my browser and open up a new session before my > changes will be seen. Thi

[flexcoders] Documentation for FB Source Code for Eclipse

2008-05-30 Thread Brian Riley
e's already created like: com.adobe.flexbuilder.editors.actionscript.ui.wizards.NewActionScriptClassWizard where can we get the original source so we can reuse objects like this? Or can we at least get some documentation if we can't see the src? (If it's already out there, then please show me the way.) tx -riley ___

[flexcoders] Re: How to avoid Image refresh?

2008-05-21 Thread Brian Raymes
You can always try Ely's SuperImage: http://www.quietlyscheming.com/blog/2007/01/23/some-thoughts-on-doubt-on-flex-as-the-best-option-orhow-i-made-my-flex-images-stop-dancing/ --- In flexcoders@yahoogroups.com, "Robert Csiki" <[EMAIL PROTECTED]> wrote: > > > I have a datagrid with objects. The i

[flexcoders] Re: pause not working in sequence of Iris effects?

2008-03-05 Thread Brian
uot;absolute" creationComplete="initApp()"> > > > > target="{outerCanvas}" /> > showTarget="true" target="{outerCanvas}"/> > > > backgroundColor="#00" visible="{cb1.selected}" > > > >

[flexcoders] Re: pause not working in sequence of Iris effects?

2008-03-03 Thread Brian
I posted this last Friday. I'm bumping to try to get you smart people to take another look at this, earlier in the week; hope that's ok. --- In flexcoders@yahoogroups.com, "Brian" <[EMAIL PROTECTED]> wrote: > > I'm trying to get a sequence of Iris effects wor

[flexcoders] Re: How can I add Sprite / MovieClip to stage without error of not IUIComponent?

2008-03-02 Thread Brian
t;[EMAIL PROTECTED]> wrote: > > try adding it to a FlexSprite then to a UIComponenet or any of those FlexDisplayObject classes > > > > - Original Message > From: Brian <[EMAIL PROTECTED]> > To: flexcoders@yahoogroups.com > Sent: Saturday, March 1, 2008 5:

[flexcoders] Re: How can I add Sprite / MovieClip to stage without error of not UIComponent

2008-03-01 Thread Brian
I'm echoing the request for an example here because I'm having the exact same problem. How would you 'add everything meaningfull stuff as child of that UIComponent', when UIComponent.addChild() has the same restrictions as the original component I tried adding the MovieClip to? I also tried adding

[flexcoders] pause not working in sequence of Iris effects?

2008-02-29 Thread Brian
I'm trying to get a sequence of Iris effects working. I think I'm this '' close but just have one bug I can't squash. I made the following example to post here to show what I'm doing, but unfortunately it's not reproducing the error. What I've got is a Canvas full of objects. At a certain point, I

[flexcoders] Re: Text component drag bug

2008-02-14 Thread Brian Raymes
And to think I was the only one annoyed by this... I'm looking for a way to fix it as well. If I find a way, I will post it! --- In flexcoders@yahoogroups.com, "philarmon" <[EMAIL PROTECTED]> wrote: > > Hi ! > > Have someone managed to fix the dragging bug in the Text component ? > If you click

[flexcoders] Re: how to start with a dynamic actionscript class instead of mx:Application?

2008-02-14 Thread Brian
wrote: > > try and find out what properties they are adding dynamically and implement > that interface > > On Thu, Feb 14, 2008 at 9:48 AM, Brian <[EMAIL PROTECTED]> wrote: > > > I've created a game with Flex, and now I'm trying to integrate > > Mo

[flexcoders] how to start with a dynamic actionscript class instead of mx:Application?

2008-02-14 Thread Brian
I've created a game with Flex, and now I'm trying to integrate MochiAds with it. They give you a preloader to use, but most of their documentation is actionscript-centric and oriented toward Flash developers and the Flash IDE. I tried using the preloader attribute of the mx:Application tag, but th

RE: [flexcoders] Changing defaultButton programatically

2008-02-09 Thread Dealy, Brian
sheriff: my answer overlooked the obvious simple answer you mentioned below: the defaultbutton is available for the application control without having to reference an id as would be needed in other containers. it's still early here in California! regards. Brian From: [

RE: [flexcoders] Re: Datechooser

2008-02-04 Thread Dealy, Brian
. maybe change the package to fit your needs. I hope this helps you out. regards, Brian //DateChooserNoMonthButtons.as bajo fólder skins package skins { import mx.controls.DateChooser;import mx.core.mx_internal; // Paso 1: Usar decirle a ActionScript que use el namespace mx_internal

RE: [flexcoders] Re: RSS feed update -with URL this time

2008-02-04 Thread Dealy, Brian
oh forgot the url http://www.cflex.net/showFileDetails.cfm?ObjectID=560 From: Dealy, Brian Sent: Monday, February 04, 2008 7:21 PM To: flexcoders@yahoogroups.com Subject: RE: [flexcoders] Re: RSS feed update Hi; here is an example of implementing a poll in a flex app which I found

RE: [flexcoders] Re: RSS feed update

2008-02-04 Thread Dealy, Brian
Hi; here is an example of implementing a poll in a flex app which I found searching around the net. I also will be implementing something like this soon so I thought I would give look. I hope this helps. regards. Brian From: [EMAIL PROTECTED] hoo.com [mailto:[EMAIL PROTECTED

RE: [flexcoders] Re: Object is Null? How can it be if it's a component in main.mxml. No access

2008-02-03 Thread Dealy, Brian
n.application.com3.getData(); > }else{ > //nothing > } I hope this helps! regards, brian Brian Dealy Vice President - Technology SAIC Technical Fellow Science Application International Corp. San Diego, CA From: [EMAIL PROTECTED] hoo.com [mailto:[EMAIL PROTE

[flexcoders] Resource Bundle in SWC Issue

2008-01-23 Thread Brian Riley
ource bundle...thoughts? Flex Builder 3 Beta 3 Thanks! -riley Brian Riley | RIA Architect Riley Internet Associates, LLC cell:617.480.0432email:[EMAIL PROTECTED]:[EMAIL PROTECTED]:Got RIA?LinkedIn:http://www.linkedin.com/in/brianmriley

RE: [flexcoders] Imports being lost

2008-01-13 Thread Dealy, Brian
de us. Brian From: [EMAIL PROTECTED] oo.com [mailto:[EMAIL PROTECTED] oups.yahoo.com] On Behalf Of djhatrick Sent: Saturday, January 12, 2008 12:15 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Imports being lost I have noticed several times throughout my AS3 project in Flexbu

RE: [flexcoders] Polymorphism help

2008-01-09 Thread Brian Holmes
Change your implementation method to something like. public override function execute(event:Event):void { if( event is LoginEvent ) { var loginEvent : LoginEvent = event as LoginEvent;

[flexcoders] Re: why are these KeyboardEvent handlers not being called?

2008-01-09 Thread Brian
Thanks for your response Alex. I added the key listeners to the stage, after having an issue with a null stage reference when trying to get the stage off the Canvas during creationComplete. I changed it to applicationComplete and it worked. I still have to click on the App to get focus there. Unfo

[flexcoders] why are these KeyboardEvent handlers not being called?

2008-01-08 Thread Brian
I'm trying to mock up an example of a problem I'm having in a larger app. I'm hoping to reproduce the problem in a smaller app that I can post here. I'm just trying to move the image around in response to the user pressing certain keys. But I'm having an even more fundamental problem with the mocku

[flexcoders] Re: The 'right' way to do custom styles

2008-01-06 Thread Brian Morearty
Good suggestion, Tom. I voted for #FB-11589. - Brian Morearty Intuit --- In flexcoders@yahoogroups.com, Tom Chiverton <[EMAIL PROTECTED]> wrote: > > On Friday 04 Jan 2008, Andrew Strader wrote: > > If you like re-usability, you would also want to consider whether > &g

[flexcoders] Re: adding backgroundColor to Canvas retains images after removeAllChildren()?

2007-12-19 Thread Brian
't working before. I have no idea what changed. If I uncover more information, I'll post it. Thanks for your reply Brian --- In flexcoders@yahoogroups.com, "Deepa Subramaniam" <[EMAIL PROTECTED]> wrote: > > I can't reproduce this but I just tried a simple c

[flexcoders] Inspectable metadata tag

2007-12-18 Thread Brian Holmes
alues : Array = [1,0]; Ok course, this blows up. If this isn't possible, what are some other options? Brian. *** The information in this e-mail is confidential and intended solely for the individual or entity to whom it is addressed. If you have received this e-mail in error please notify th

[flexcoders] adding backgroundColor to Canvas retains images after removeAllChildren()?

2007-12-17 Thread Brian
I've run into a strange behavior with a Canvas component. I'm using a Canvas to do some basic GoogleMap-like functionality: I add images to the canvas, it's got scrollbars because the added images sometimes extend the size of the canvas beyond it's container size, and it's draggable. There are time

RE: [flexcoders] Re: How do I turn off the funky occurrence highlighting in FB3 Beta 3?

2007-12-13 Thread Brian Holmes
funky occurrence highlighting in FB3 Beta 3? You think you're s smart, don't you? :) --- In flexcoders@yahoogroups.com <mailto:flexcoders%40yahoogroups.com> , "Brian Holmes" <[EMAIL PROTECTED]> wrote: > > > > Uncheck the Mark Occurances button

RE: [flexcoders] How do I turn off the funky occurrence highlighting in FB3 Beta 3?

2007-12-13 Thread Brian Holmes
Uncheck the Mark Occurances button on the toolbar. Brian.. From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of ben.clinkinbeard Sent: Thursday, December 13, 2007 11:16 AM To: flexcoders@yahoogroups.com Subject

[flexcoders] Re: Request for feedback on decimal math

2007-12-13 Thread Brian Morearty
the server over LCDS, maintaining precision. 2. We would like seamless conversion to and from String, maintaining precision. This would be useful for REST. - Brian Morearty Intuit --- In flexcoders@yahoogroups.com, "Gordon Smith" <[EMAIL PROTECTED]> wrote: > > Do

RE: [flexcoders] How to change the data access option in an existing Flex project

2007-12-13 Thread Brian Holmes
You can edit the .flexProperties file directly. Set up a flex project with the new Data Access Option and then compare the .flexProperties file and you should be able to make a few changes. Brian. From: flexcoders@yahoogroups.com [mailto:[EMAIL

[flexcoders] Re: help with 'deep' data binding - solved

2007-12-10 Thread Brian
Manager' is much simpler and I used that to get it working. In fact I already had a similar class in my app for a different event. It seems like the Binding model quickly gets far too complicated when not dealing with top-level classes. Thanks again for your help Sam. Brian --- In flexcode

[flexcoders] Re: help with 'deep' data binding

2007-12-10 Thread Brian
Toy base class, but in > the "color" setter for ToyTruck). > > HTH, > > Sam > > > --- > We're Hiring! Seeking a passionate developer to join our team building Flex > based products. Position is in the Washington D

[flexcoders] help with 'deep' data binding

2007-12-10 Thread Brian
I'm reposting this from late Friday afternoon, hope that's OK. I found a thread where something similar, and having to do with Cairngorm, was described as 'deep' data binding. I'd appreciate any help --- In flexcoders@yahoogroups.com, "Brian" <[EMAIL PROTE

[flexcoders] help binding a property of a class inside a class to a Label

2007-12-07 Thread Brian
I'm trying to bind a Text control to a function to get the description of an item, when a property of a class inside that item changes. Is this at all possible? I've tried different variations of binding functions, Binding tags, etc. and still can't get it to work. Here are code snippets that will

[flexcoders] Re: question on accordion usage with scrollable children and MouseOut - solved

2007-12-07 Thread Brian
re in the docs, the part about a container not having a background and that's what was triggering the RollOut/Over events. --- In flexcoders@yahoogroups.com, "Brian" <[EMAIL PROTECTED]> wrote: > > Reposting from a couple days ago, trying to ask the question better, >

[flexcoders] question on accordion usage with scrollable children and MouseOut

2007-12-07 Thread Brian
Reposting from a couple days ago, trying to ask the question better, hope that's ok... I've got an accordion component with VBoxes as the children. The VBoxes contain several custom components each, enough that I've got scroll bars on the accordion children VBoxes. The custom components have state

[flexcoders] getVisibleBounds()? clipped component with scrollbars in accordion

2007-12-05 Thread Brian
I've got a problem where I'm trying to detect a MouseOut on a component so that I can revert it back to its original state. The scenario is I've got an accordion component with VBoxes as the children. The VBoxes contain several custom components each, enough that I've got scroll bars on the accord

[flexcoders] Re: Flex Builder 2 as eclipse plugin; installed, but no run configuration

2007-11-29 Thread Brian
Has anyone else had this problem? Is there a way to manually set up the run configuration, or a Flex application launcher? --- In flexcoders@yahoogroups.com, "Brian" <[EMAIL PROTECTED]> wrote: > > I'm trying to get a Flex development environment up on a new WinXP >

[flexcoders] Flex Builder 2 as eclipse plugin; installed, but no run configuration

2007-11-28 Thread Brian
I'm trying to get a Flex development environment up on a new WinXP machine. I've got Eclipse 3.2 installed and it looks like the Flex Builder 2 installed as a plugin successfully. I imported the Flex project I've been working and it recognized it as a Flex project. The only problem is it looks like

[flexcoders] Re: error 1006: value not a function; on effect.play()

2007-11-27 Thread Brian
Thanks for the help Jason, adding the curly braces got it working. --- In flexcoders@yahoogroups.com, "Jason Szeto" <[EMAIL PROTECTED]> wrote: > > Brian, > > > > Usually it is more helpful if you can post a stack trace with line > numbers

[flexcoders] error 1006: value not a function; on effect.play()

2007-11-26 Thread Brian
I'm getting this error while trying to call play() on a glow effect I've created. I'm trying to call play() from within a function that is called as a result of a bindable value being changed. Basically I have a data model with bindable data and a Label which displays the data. When the data change

[flexcoders] Re: When are scrollbars added? question on timing of initial rendering

2007-11-20 Thread Brian
ng > validatenow(), but that can be expensive. > > > > > > From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On > Behalf Of Brian > Sent: Tuesday, November 20, 2007 12:25 PM > To: flexcoders@yahoogroups.com > Subject: [fl

[flexcoders] When are scrollbars added? question on timing of initial rendering

2007-11-20 Thread Brian
I have a Canvas object that I am dynamically adding images to in a method that is called via Application.creationComplete(). Sometimes the addition of these images results in clipping and the creation of scrollbars, so I'm checking the position of a certain image to see if it's in the viewable area

[flexcoders] Re: DataGrid not populating from WebService, error: Unknown Property

2007-11-13 Thread Brian
ck your dataprovider expression, do: > > trace(ordMedList.length) > > Tracy > > > > ____ > > From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On > Behalf Of Brian > Sent: Monday, November 12, 2007 11:25 AM > To: flexcoders@yahoogroups.co

[flexcoders] Re: DataGrid not populating from XMLListCollection - namespace issue?

2007-11-13 Thread Brian
This might help, hope it does. > http://www.returnundefined.com/2006/07/datagrid-labelfunction-and-namespaces/ > > > > --- In flexcoders@yahoogroups.com, "Brian" wrote: > > > > I've been trying to get a DataGrid populated from a WebService and > > having much trouble. I&

[flexcoders] DataGrid not populating from XMLListCollection - namespace issue?

2007-11-12 Thread Brian
I've been trying to get a DataGrid populated from a WebService and having much trouble. I'm wondering if the issue might be namespace issues, but I'm confused by the usage and syntax of namespace from the posts I've found here on that. There is no data in the DataGrid, but it does appear to flicker

[flexcoders] Re: DataGrid not populating from WebService, error: Unknown Property

2007-11-12 Thread Brian
ding to lastResult. > Consider using a result handler instead.. > > > > Also, specify resultFormat="e4x". The default converts your xml to a > nested object structure of some sort. > > > > Tracy > > > > >

[flexcoders] DataGrid not populating from WebService, error: Unknown Property

2007-11-09 Thread Brian
OK I'm back with my next WebService question. I got one working when there was only one object coming back. Now I'm trying to populate a DataGrid with the lastResult from a WebService and I'm getting an Unknown Property error. I've searched for this here and am wondering if I either need a [] somew

[flexcoders] Re: first try with RPC: Error calling JAX-WS service (CXF) from Flex

2007-11-09 Thread Brian
in, but they're easier to read). The code snippets in the PDF docs are harder to read, very hard to distinguish between [] and {}. --- In flexcoders@yahoogroups.com, "Brian" <[EMAIL PROTECTED]> wrote: > > I'm new to both Flex and the CXF/XFire API I'm using fo

[flexcoders] first try with RPC: Error calling JAX-WS service (CXF) from Flex

2007-11-09 Thread Brian
I'm new to both Flex and the CXF/XFire API I'm using for simple web services. I've gotten a basic interface working with Flex, and a simple service working with CXF and deployed to Tomcat locally, so now I'm trying to connect the two. I was able to connect to the webservice with a simple client fro

[flexcoders] defaults.css in a flex library isn't picking up the style changes

2007-11-07 Thread Brian Holmes
swc reference to the actual swc. Has anybody encountered something along these lines? It seems like the swc is getting used because I've defined some default border class references and they are getting picked up but everything else that has to style has no affect whatsoever. Perphlexed,

[flexcoders] classes in packages

2007-11-05 Thread Brian Holmes
Dear FlexCoders, Is there a way to get all the classes that may exist in a package? Thanks for any help, Brian.. *** The information in this e-mail is confidential and intended solely for the individual or entity to whom it is addressed. If you have received this e-mail in error please

[flexcoders] question on mouse events in nested containers

2007-11-05 Thread Brian
I'm working with view states for the first time. BTW, so far this looks like a great tool for developers, really cool functionality built in. I'm trying to do something similar to the examples: I have a custom component which is basically a VBox containing an Image on top and then a label below t

[flexcoders] how to refer to Flex components in ActionScript?

2007-11-02 Thread Brian
There is a section of the Flex 2 Developer's Guide (-> Using Flex Programming Language -> Using ActionScript -> Working with Flex components -> Referring to Flex components ) that talks about referring to flex components via the id of that component. The example given uses inline script, but it sta

[flexcoders] how to determine if a component is offscreen in a Canvas?

2007-11-02 Thread Brian
I'm using a Canvas where I'm adding components dynamically at absolute positions, which may increase the size of the canvas beyond it's parent container. When this happens, scrollbars are created, as expected and desired. I'm trying to figure out if the component I just added are offscreen, in the

[flexcoders] Re: Flex Builder cannot locate the required debug version of the Flash Player

2007-10-22 Thread Brian
I'm having the same problem. I've installed Flex Builder 2.0.1. I also had installed the SDK first, so I have the %%FlexSDKInstall%%\player\debug\Install Flash Player 9.exe, which I have also installed. I still get the same message: C:\Program Files\Mozilla Firefox\plugins\NPSWF32.dll Flex Build

Re: [flexcoders] FlexBuilder feature rich? Not as a development tool.

2007-10-05 Thread Brian Thornton
In flex builder 3 beta 2 alot of your concerns have been resolved. -Brian On 10/5/07, Matt Chotin <[EMAIL PROTECTED]> wrote: > >Beta 2 essentially exposes the features that we have planned for the > Flex 3 release. But one thing that we talked about at MAX is how excited >

RE: [flexcoders] Flex always returns true, how is this possible?

2007-10-04 Thread Brian Holmes
Boolean(event.result) Did you try (event.result as Boolean) From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of George Georgiou Sent: Thursday, October 04, 2007 3:24 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Flex always returns

[flexcoders] Yahoo Search Error 2032 but no error on Yahoo API Image Search

2007-10-03 Thread Brian Thornton
When I run an image search there is no problem.. I've isolated it's not a firewall, cross domain, API key and typographical issue. Got any ideas guys? Code is below,,, ERROR yahooapis.com/WebSearchService/V1/webSearch?appid=myID"]. URL: http://search.yahooapis.com/WebSearchService/V1/webSearch";

RE: [flexcoders] jamjar windows

2007-09-27 Thread Brian Holmes
In JamJar http://labs.adobe.com/technologies/jamjar/ When you click on the icons contextual windows pointing back to the icon appear. I'd like to do something similar. Brian.. -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Tom Chiv

[flexcoders] jamjar windows

2007-09-27 Thread Brian Holmes
Anyone know of any code available to create context/tooltip windows like being used in jamjar? Brian.. *** The information in this e-mail is confidential and intended solely for the individual or entity to whom it is addressed. If you have received this e-mail in error please notify the

RE: [flexcoders] New Project using ColdFusion Flash Remoting Service

2007-09-26 Thread Brian Holmes
George, Pretty sure server side compile only works with Cold Fusion 8. You might want to check the Cold Fusion docs. Brian.. From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of George Georgiou Sent: Tuesday, September 25, 2007 2:42 PM To

  1   2   3   4   5   >