[flexcoders] Re: shadow lighting

2006-07-01 Thread Tim Hoff
Yeah Hank! Nice responses. I agree that there is a tradeoff between performance and value. Used sparingly, bitmap filters can come in handy. Like if you wanted to apply a dropshadow to the title text of a panel. This isn't possible in Flex using stock CSS. So if this is a desired style, y

Re: [flexcoders] Re: shadow lighting

2006-07-01 Thread hank williams
On 6/30/06, Michael Schmalle <[EMAIL PROTECTED] > wrote: Hi Tim, Vectors will always be faster than bitmap caching in the Flash player. This is not true. It just depends on what you are drawing. Flash 8 achieved huge performance gains by caching bitmaps instead of drawing stuff, where the dr

[flexcoders] Extending AsyncMessage

2006-07-01 Thread JesterXL
If I send a class instance of a class that extends AsyncMessage, FDS yukes on it. AsyncMessages are just fine. Currently, I'm hadling this via a factory; basically using a minor FrontController to intercept the messages, interogate what the header is, and us a Factory to create a message of th

RE: [flexcoders] Custom Context Menus

2006-07-01 Thread Ben Stucki
The context menus are probably a special case, as they are quite obviously rendered by the OS. Windows has context icons and submenus, but do older Mac and Linux versions have these features? I don’t know for sure, but I’m guessing not every targeted OS has these. It’s a critical goal t

[flexcoders] Using XML dataprovider for ComboBox - setting selected=true

2006-07-01 Thread Jordan Snyder
Hello, Once again, I've looked through the archives but have a feeling I'm not being effective with my search terms. I'm using a Rails app to popuplate a ComboBox.  The backend returns XML and I assign it directly as the ComboBox's dataProvider: Auto Select 0 username 1

[flexcoders] httpService and Channel.Security.Error

2006-07-01 Thread oktay nba
hi, i try to do an rssReader. when i upload my app to the server. the flash player gives that error message: -- [RPC Fault faultString="Security error accessing url" faultCode="Channel.Security.Error" faultDetail="Destination: DefaultHTTP"] at

Re: [flexcoders] Re: Flex Debug - I am allmost giving up - this is my last message

2006-07-01 Thread Cortlandt Winters
Never give up!Never surrender! __._,_.___ -- 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

Re: RE: [flexcoders] Release at 4pm today?

2006-07-01 Thread Rich Rodecker
nope, didn't happen, sorry... :) On 7/1/06, Jack W. Caldwell <[EMAIL PROTECTED]> wrote: > > > > > > > > Shan: > > If you look at the date, it was sent on Tuesday. > > More delays from Yahoo Groups posting messages, I guess. > > Jack > > > From: flexcoders@yah

RE: [flexcoders] Release at 4pm today?

2006-07-01 Thread Jack W. Caldwell
Shan:   If you look at the date, it was sent on Tuesday.   More delays from Yahoo Groups posting messages, I guess.   Jack From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Shannon HicksSent: Saturday, July 01, 2006 11:14 AMTo: flexcoders@yahoogroups.comSubject: RE

RE: [flexcoders] Re: Tree and allowMultipleSelection functionality not working

2006-07-01 Thread Jason Hawryluk
I'm guessing bug here. Most definitely.   Jason   -Message d'origine-De : flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED]De la part de Renaun EricksonEnvoyé : samedi 1 juillet 2006 18:47À : flexcoders@yahoogroups.comObjet : [flexcoders] Re: Tree and allowMultipleSe

RE: [flexcoders] Release at 4pm today?

2006-07-01 Thread Shannon Hicks
Actually, Flex was released on Wed.   Shan From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of bobchykoSent: Tuesday, June 27, 2006 3:13 PMTo: flexcoders@yahoogroups.comSubject: [flexcoders] Release at 4pm today? Can anyone confirm this? --No virus found in this in

[flexcoders] Re: Tree and allowMultipleSelection functionality not working

2006-07-01 Thread Renaun Erickson
So the next question is this is a bug? or a very confusing feature? Renaun --- In flexcoders@yahoogroups.com, "Tim Hoff" <[EMAIL PROTECTED]> wrote: > > Didn't work for me. Nor did the Help Example: Tree Control. > > -TH > > --- In flexcoders@yahoogroups.com, "Renaun Erickson" > wrote: > > >

RE: [Junk E-Mail - LOW] Re: [flexcoders] Charts watermark after purchase

2006-07-01 Thread Shannon Hicks
Did you try making a change to your flex app, to force a re-compile?   Shan From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Brendan MeutznerSent: Friday, June 30, 2006 5:43 PMTo: flexcoders@yahoogroups.comSubject: [Junk E-Mail - LOW] Re: [flexcoders] Charts water

Re: [flexcoders] Select a Tree item on Right click

2006-07-01 Thread Michael Schmalle
Hi, Out of anything that should be learned with newer applications from the desktop is HELP HELP HELP. I know a lot of users don't read, but there are some situations you can force them to read something OR make an attractive icon that just wannts to be clicked for quick help tips. IE describ

Re: [flexcoders] No0b: Help installing SDK with Eclipse 3.2

2006-07-01 Thread Thomas Rühl -akitogo-
However, eclipse 3.2 is not supported by FlexBuilder, yet... you need to use version 3.1 or install FlexFuilder standalone alongside with the integrated eclipse. cheers, thomas. jeremiah johnson wrote: > > > That's just the SDK. To get Eclipse integration you need the Flex > Builder plugin

Re: [flexcoders] No0b: Help installing SDK with Eclipse 3.2

2006-07-01 Thread jeremiah johnson
That's just the SDK. To get Eclipse integration you need the Flex Builder plugin. Download the Flex Builder trial and install the plugin to an existing Eclipse installation. Sadly, that bit isn't free. You are, of course, free to write your own Flex to Eclipse integration, as far as I know.

Re: [flexcoders] Select a Tree item on Right click

2006-07-01 Thread milan kosir
If I try to look from the user perspective, I would prefer control left click over doubleclick and I would prefer some visual representation (small down arrow like context menus in dreamweaver/flash) over all other solutions. MilanOn 7/1/06, Jason Hawryluk <[EMAIL PROTECTED]> wrote: