[flexcoders] Mark Shen

2013-02-26 Thread Mark Shen
nbsp;nbsp; http://www.multimaticagalega.com/hm/q6wn.1pbu9s?ol0ndfm4p6bz0p4ocfn3afg09mdzcpnbsp;nbsp;nbsp;nbsp; nbsp; Mark Shen2/26/2013 6:35:09 PM

Re: [flexcoders] Re: How to extract and save the contents of an image ,audio or video file ?

2008-11-20 Thread Mark Shen
I have a question for this. How to save image,audio and video data to bytearray? Thanks Mark From: Weyert de Boer [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent: Thursday, November 20, 2008 3:14:18 PM Subject: Re: [flexcoders] Re: How to extract and

Re: [flexcoders] How to get a item in Arraycollection?

2008-06-07 Thread Mark Shen
It works with trace(acTest.getItemAt(0).first); Thanks Mark - Original Message From: Richard Rodseth [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent: Saturday, June 7, 2008 6:04:01 PM Subject: Re: [flexcoders] How to get a item in Arraycollection? You can use acTest.getItemAt(

Re: [flexcoders] coldfusion and Flex?

2008-05-15 Thread Mark Shen
Hi Jeff, I use CF7.02 and I use default services-config. xml . Do you mean I do not need change FB project setting and Flex codes? I work in local pc, I can not install cf 7 and cf 8 in same system ,right? Thanks Mark - Original Message From: Battershall, Jeff [EMAIL PROTECTED] To:

Re: [flexcoders] binding question?

2008-04-30 Thread Mark Shen
obj is a instance of VO(value object), do you think if the binding is ok? Thank Mark - Original Message From: Tracy Spratt [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent: Wednesday, April 30, 2008 3:19:33 PM Subject: RE: [flexcoders] binding question? Is “obj” type “Object”?

Re: [flexcoders] binding question?

2008-04-30 Thread Mark Shen
From:[EMAIL PROTECTED] ups.com [mailto:flexcoders@ yahoogroups. com] On Behalf Of Mark Shen Sent: Wednesday, April 30, 2008 3:21 PM To: [EMAIL PROTECTED] ups.com Subject: Re: [flexcoders] binding question? obj is a instance of VO(value object), do you think

Re: [flexcoders] Question for creationComplete event?

2008-04-29 Thread Mark Shen
Hi Alex, I use the following code but the function never execute.why. Can you show me a demo? ?xml version=1.0 encoding=utf- 8? mx:Canvas xmlns:mx=http://www.adobe. com/2006/ mxml show= getnameList( ) ... Thanks Mark - Original Message From: Alex Harui [EMAIL PROTECTED] To:

Re: [flexcoders] Question for creationComplete event?

2008-04-29 Thread Mark Shen
PM Subject: RE: [flexcoders] Question for creationComplete event? There is no “show” unless you’ve been hidden. Most folks hook up to both creationComplete and show From:[EMAIL PROTECTED] ups.com [mailto:flexcoders@ yahoogroups. com] On Behalf Of Mark Shen

Re: [flexcoders] Question for creationComplete event?

2008-04-29 Thread Mark Shen
. Did you try it? From:[EMAIL PROTECTED] ups.com [mailto:flexcoders@ yahoogroups. com] On Behalf Of Mark Shen Sent: Tuesday, April 29, 2008 10:48 AM To: [EMAIL PROTECTED] ups.com Subject: Re: [flexcoders] Question for creationComplete event? Hi Alex, But I

Re: [flexcoders] Question for creationComplete event?

2008-04-29 Thread Mark Shen
event to dispatch. that might be why you are expecting 'show' to do something and it's not. try what Alex suggested, put your function in both event handlers and try it show= getnameList( ) creationComplete=getnameList( ) d. On Tue, Apr 29, 2008 at 3:04 PM, Mark Shen markflex2007@ yahoo.com

Re: [flexcoders] Button in DatGrid problem

2008-04-24 Thread Mark Shen
Please give me a simple demo, what another layer means? Thanks Mark - Original Message From: Alex Harui [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent: Thursday, April 24, 2008 3:04:24 PM Subject: RE: [flexcoders] Button in DatGrid problem A renderer is

Re: [flexcoders] How to get current year

2008-03-13 Thread Mark Shen
you are right.Thanks - Original Message From: Scott Melby [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent: Thursday, March 13, 2008 4:43:35 PM Subject: Re: [flexcoders] How to get current year Looks like maybe you forgot creationComplete= initApp( ) on your

Re: [flexcoders] An ArrayCollection question ?

2008-02-12 Thread Mark Shen
Hi Ben, It works. Thank you for your help Mark - Original Message From: Ben Marchbanks [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent: Tuesday, February 12, 2008 10:11:42 AM Subject: Re: [flexcoders] An ArrayCollection question ? Try, Alert.show(acDept[ i].DeptID. toString(

Re: [flexcoders] An ArrayCollection question ?

2008-02-12 Thread Mark Shen
Hi Sherif This doesn't have relation with i. Thanks Mark - Original Message From: Sherif Abdou [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent: Tuesday, February 12, 2008 10:13:18 AM Subject: Re: [flexcoders] An ArrayCollection question ? see what your ArrayCollection looks

Re: [flexcoders] Array function error?

2008-02-06 Thread Mark Shen
I update the code public var arrFilenames:Array = new Array(); arrFilenames.push(abc); but I get same error message. Access of undefined property arrFilenames. Thanks - Original Message From: Sherif Abdou [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent: Wednesday,

Re: [flexcoders] Array function error?

2008-02-06 Thread Mark Shen
tion - Original Message From: Mark Shen markflex2007@ yahoo.com To: [EMAIL PROTECTED] ups.com Sent: Wednesday, February 6, 2008 3:03:55 PM Subject: Re: [flexcoders] Array function error? I update the code public var arrFilenames: Array = new Array(); arrFilenames. push(abc

Re: [flexcoders] Alert Box location??

2008-02-05 Thread Mark Shen
I get two same Alert Box in different location after I call centerPopUp() . Thanks Mark - Original Message From: Tom Chiverton [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent: Tuesday, February 5, 2008 11:51:12 AM Subject: Re: [flexcoders] Alert Box location?? On Tuesday 05 Feb

Re: [flexcoders] print to server

2008-01-11 Thread Mark Shen
which path I can get the flashlog.txt ?Thanks - Original Message From: Tracy Spratt [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent: Friday, January 11, 2008 2:29:05 PM Subject: RE: [flexcoders] print to server Remember, Flex apps do not run on the server like Java, jsp apps.

Re: [flexcoders] which Flex componet is similar to HTML table?

2008-01-09 Thread Mark Shen
I hear the name DataGrid and I never use it.Do you think if it can build a table with line? Thanks - Original Message From: Sheriff [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent: Wednesday, January 9, 2008 1:41:28 PM Subject: Re: [flexcoders] which Flex componet is similar to

Re: [flexcoders] Alert window position?

2008-01-02 Thread Mark Shen
What is the 'your alert popup'? Please give me a demo for this.Thanks Mark - Original Message From: Savan Patel [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent: Saturday, December 29, 2007 1:21:30 AM Subject: Re: [flexcoders] Alert window position? Hi Mark, You can use

Re: [flexcoders] Save data from datagrid to database?

2008-01-02 Thread Mark Shen
Thanks. Mike. I know how to use mx:RemoteObject . My question is how to get all the data from datagrid and pass it to mx:RemoteObject .Thanks Mark - Original Message From: Mike Chabot [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent: Wednesday, January 2, 2008 1:02:39 PM

Re: [flexcoders] data binding question for Cairngorm?

2007-12-28 Thread Mark Shen
but I already have the following code in ModelLocator [Bindable] public class CESFESFModel implements IModelLocator { // Single Instance of Our ModelLocator private static var instance:CESFESFModel; public var personData:PersonVO; } Thanks Mark - Original Message

Re: [flexcoders] data binding question for Cairngorm?

2007-12-28 Thread Mark Shen
Subject: Re: [flexcoders] data binding question for Cairngorm? PersonVO itself must be Bindable. - Original Message - From: Mark Shen [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent: Friday, December 28, 2007 6:45 PM Subject: Re: [flexcoders] data binding question for Cairngorm? but I

Re: [flexcoders] how to pass varible between screens?

2007-12-21 Thread Mark Shen
yes I use singleton and I can bind the variable. mx:Label id=temp1 x=397.5 y=1549 text={modelLocator.sID} / My question is how to use modelLocator.sID in actionscipt. I use the statement like filePrefix = modelLocator.sID; But no event call the statement .the filePrefix is empty. Thanks

Re: [flexcoders] how to pass varible between screens?

2007-12-21 Thread Mark Shen
I use creationComplete=initVar() in component page .it has same problem,why? Mark - Original Message From: Mark Shen [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent: Friday, December 21, 2007 12:51:57 PM Subject: Re: [flexcoders] how to pass varible between screens? yes I use

Re: [flexcoders] how to pass varible between screens?

2007-12-21 Thread Mark Shen
This is for control variable,but I need pass actionscript variable between screens.Thanks Mark - Original Message From: Mike Anderson [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent: Friday, December 21, 2007 12:44:54 PM Subject: RE: [flexcoders] how to pass varible between

Re: [flexcoders] Re: creationComplete question?

2007-12-21 Thread Mark Shen
But createPolicy is empty now but all the createComplate called at beginning? I need it called when it selected.How to fix this? Mark - Original Message From: rueter007 [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent: Friday, December 21, 2007 2:04:47 PM Subject: [flexcoders]

Re: [flexcoders] ArrayCollection question in Cairngorm?

2007-12-17 Thread Mark Shen
Thanks João Fernandes . Mark - Original Message From: João Fernandes [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent: Monday, December 17, 2007 1:28:20 PM Subject: Re: [flexcoders] ArrayCollection question in Cairngorm? Mark, your result is just fine, just define a labelField or

Re: [flexcoders] cairngorm value object type and cfc type do not match,why?

2007-12-05 Thread Mark Shen
Yes I change the cfc function code like cffunction name=addPerson displayname=addPerson access=remote output=false returntype=boolean cfargument name=personVO type=Bursary.cfcs.PersonVO required=true / cfquery name=insertPerson datasource=bursary INSERT INTO person_info (fname,

[flexcoders] cfc do not understand cairngorm VO?

2007-12-05 Thread Mark Shen
I have built a cfc vo class and flex vo class PersonVO.as package com.abc.CESF.Bursary.vo { import com.adobe.cairngorm.vo.IValueObject; [RemoteClass(alias=Bursary.cfcs.PersonVO)] public class PersonVO implements IValueObject { public var firstname:String = ; public var lastname:String = ;