[flexcoders] Masks, PNGs and CacheAsBitmap

2007-05-10 Thread James Polanco
ce between using the Sprite with caching off vs. on and why do this allow alpha masking? I done a lot of digging and mainly all I have found was the solution, not an explanation of why. Can anyone enlighten me? Thanks! James -- --------- James Polanco Lead Production Develope

[flexcoders] Listbox selection issue with 2 items

2007-01-03 Thread James Polanco
Hello All, I have an interesting issue with selection and user interaction with a listbox. We have a situation where the items in a list box represent a set of data that is also available in another component on the stage. If the user selects an item, either in the listbox or in the other compone

[flexcoders] Re: Autoscrolling Text

2006-10-30 Thread James Polanco
As Igor mentioned the Text component will provide scroll bars if the text height is larger the the displayed area. If you are looking to due an autoscrolling text area without scroll bars you will want to listen to the FlexEvent.UPDATE_COMPLETE event of the Text, and then look at its height (this

[flexcoders] Re: Sample Flex 2 based email interface

2006-09-22 Thread James Polanco
I built one in 1.5 back when I was on the FlexBuilder team (which may be what you saw Brendan) and I used the Flex server to communicate with a POJO system that I wrote. I used the Java mail package to access an IMAP server to handle access to the mail account and also used this to access SMTP to s

[flexcoders] Re: have there any rightClick mouseEvent in Flex2?

2006-09-13 Thread James Polanco
I think you are looking for access and the ablity to customize the Right Click Context menu, correct? If so check out this doc: http://livedocs.macromedia.com/flex/2/langref/flash/ui/ContextMenuItem.html Hope that helps! James --- In flexcoders@yahoogroups.com, "feel8335" <[EMAIL PROTECTED]> wr

[flexcoders] AS HTTPService ignoring method propety

2006-08-23 Thread James Polanco
Hey all, I am using the ActionScript HTTPService and I found an issue with it. I feel its a bug, but I may have been "misusing" the functionality and I got away with it until I pushed too far. Here is the problem/issue: I have a JSP app that I am calling via HTTP that returns XML data. One of

[flexcoders] Re: ASDoc ignores Bindable properties?

2006-08-18 Thread James Polanco
this, and I have no idea why it's > happening. Sorry, no workaround known. It's a bug that we should fix > for the next release. -Brian > > > -Original Message- > > From: flexcoders@yahoogroups.com > > [mailto:[EMAIL PROTECTED] On Behalf Of

[flexcoders] Re: ASDoc ignores Bindable properties?

2006-08-18 Thread James Polanco
Sorry, my last reply was not really clear with an example. Here is what I am seeing package com.mysite.proj { [Bindable] public class myClass { public var myString:String; public var myObject:EventDispatcher; methods and such When I ASDoc this myString and myObject do not show up in ASDo