[flexcoders] [little toy] flex panel in action :-)

2005-12-05 Thread jeremy lu
hi list, here's a sample app I made during the weekend, you can have a look at : http://ria.richtechmedia.com/upload/flex2test/ feature list: -draggable panel -collapsable panel (on double click) -draggable and fixed mode in canvas -move panel inside the canvas (when in draggable

Re: [flexcoders] Right click on tree

2005-12-05 Thread jeremy lu
hi jesse, try using instance._dropTarget if you mean flex 1.5, it might be a little easier and consume less resources.On 12/6/05, JesterXL <[EMAIL PROTECTED] > wrote:Trying to add "Add...", "Edit..." and "Delete..." options for a tree.  I've created my own context menu, but since there is no

Re: [flexcoders] Right click on tree

2005-12-07 Thread jeremy lu
I have that book, but not what jesse want. On 12/6/05, eddy eustace <[EMAIL PROTECTED]> wrote: JesterXL wrote:>Trying to add "Add...", "Edit..." and "Delete..." options for a tree.  I've>created my own context menu, but since there is no native right click event>in Flash, I'm going to have to u

Re: [flexcoders] Themes (was TemplateMonster.com)

2005-12-09 Thread jeremy lu
thanks for great link :) -- 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 W

Re: [flexcoders] fyi: no more zip file attachments for adobe

2005-12-13 Thread jeremy lu
wow++On 12/13/05, JesterXL <[EMAIL PROTECTED]> wrote: Holy crap, your email... it's changed!Wow -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com

Re: [flexcoders] Sending Email From Flex

2005-12-22 Thread jeremy lu
you can use flash.net.socket to send and receive mail thru pop3 and stmp protocol, as long as you know the correct packet length, it's quiet easy, I believe Danny Patterson has a flex example. jeremy.On 12/22/05, Jeff Tapper <[EMAIL PROTECTED]> wrote: I imagine it would work just like telnet

Re: [flexcoders] Re: best way to handle this ViewStack situation when loading

2006-01-15 Thread jeremy lu
great tips, thanks !On 1/15/06, jgraham_us <[EMAIL PROTECTED]> wrote: Well I came up with a solution.Basically when the viewstack in initialized I create just the viewcontainers for each view in the viewstack, setting an initializationflag to false.Then when the change event gets fired on the v

Re: [flexcoders] Flex 2 mx.controls.Alert vs. Flex 1.5

2006-01-21 Thread jeremy lu
is it possible to change the blur background to some other color (in flex2) ? thanks.On 1/22/06, JesterXL <[EMAIL PROTECTED]> wrote: You could probably capture the bitmap data before you open the alert, blurthe bitmapData, and then open up a MovieClip via PopUpManager behind thealert (basical