Re: [flexcoders] Need Help on Date Globalization in Flex 3

2008-03-02 Thread Aly Sidi
try this. make a calss with some static functions public class CommonFunctions { public function CommonFunctions():void {} import mx.formatters.DateFormatter; private static var dfconv:DateFormatter = new DateFormatter(); public static function

Re: [flexcoders] Re: It's DEMO time! - www.PlayerStreak.com

2007-12-02 Thread Aly Sidi
The only JavaScript I had to add was for the IFRAME support. You can see that if you do a viewsource on the page. PS: the league administration functions were the real tough part.. Thanks for looking -aly On Dec 1, 2007 12:33 PM, candysmate [EMAIL PROTECTED] wrote: I liked the site. But

Re: [flexcoders] Submit Flex Applications

2007-11-02 Thread Aly Sidi
Hi Dave, Its not prime time yet, but its a Sports Management application with a facebook twist. Everything from League Management with Mapping, to Team managementm and Players can upload photos and YouTube Videos. I would be more than happy to set you up with a beta account if you would like to

Re: [flexcoders] Object serialisation + SimpleXMLEncoder

2007-02-04 Thread Aly Sidi
Hey Lachlan, did you ever get this to work?..I am trying to do the same thing... cheers -aly On 8/17/06, Lachlan Cotter [EMAIL PROTECTED] wrote: Hi List, I want to be able to serialise and de-serialise ActionScript objects to XML so they can sent to a server application. I would prefer to

[flexcoders] Relative / LocalHost Paths and WebServices

2007-02-03 Thread Aly Sidi
In Flex 1.5 I am running a Tomcat server on port 80 which hosts MXML files. In these MXML files I can reference .NET Webservices on port which are also local. So a sample webservice tag would look like this : mx: WebService url=http://localhost:/MyService/MyService.asmx and

[flexcoders] Relative / LocalHost Paths and WebServices

2007-02-03 Thread Aly Sidi
In Flex 1.5 I am running a Tomcat server on port 80 which hosts MXML files. In these MXML files I can reference .NET Webservices on port which are also local. So a sample webservice tag would look like this : mx: WebService url= http://localhost:/MyService/MyService.asmx and

[flexcoders] Draw Box Crop Tool?

2006-05-10 Thread Aly Sidi
Hello,This is probably a noob question..but here goes.anyone know to turn this into a MXML component What i really want is to be able to drag a box like on this site : http://www.myheritage.com/FP/Company/faceSamples.php?s=1u=g0lang=ENclick the pic then click the image crop tool.i just

[flexcoders] Draw Box Crop Tool?

2006-05-08 Thread Aly Sidi
Hello,This is probably a noob question..but here goes.anyone know to turn this into a MXML component What i really want is to be able to drag a box like on this site : http://www.myheritage.com/FP/Company/faceSamples.php?s=1u=g0lang=ENclick the pic then click the image crop tool.i just

[flexcoders] Passing delegates / function signatures [with Code Sample]

2005-10-17 Thread Aly Sidi
Hi Guys, I know my syntax is correct because both samples compile but only the first sample calls QueryResult. The reason i need to pass function pointers i baecause since flex remoteobjects are async i have a function that i may want to handle the results differently based on form data

[flexcoders] Load MXML after Login

2005-10-14 Thread Aly Sidi
This has probably been answered before but i was wondering if you could use teh mx:Loader to Load a MXML. forexample..once main.mxml is loaded you can click on a button that will unload main.mxml and goto next.mxml. I want ot use this for when a user logins then erdirects them to a mxml. I

Re: [flexcoders] binary data to render...

2005-10-13 Thread Aly Sidi
HI Abdul, I was looking more of an in memory image, that way we dont have to deal with clean up on the server. Also, multiple users may be logged on and requesting different photos. any way to go base64-binary-image in memory in AS2? -alyOn 10/12/05, Abdul Qabiz [EMAIL PROTECTED] wrote:

Re: [flexcoders] binary data to render...

2005-10-12 Thread Aly Sidi
I would like to do the same..can you provide some pseudo code for the mx:Image? -alyOn 10/12/05, Manish Jethani [EMAIL PROTECTED] wrote: On 9/20/05, Raymond Camden [EMAIL PROTECTED] wrote: If I call a web service that returns a base64 encoded version of a JPG file, is there anyway to actually

Re: [flexcoders] mx:method

2005-10-12 Thread Aly Sidi
o:flexcoders@yahoogroups.com] On Behalf Of Aly Sidi Sent: Monday, October 10, 2005 10:41 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] mx:method quicl question about mx:method concurrency. 1. what do all the values mean : multiple, single, etci couldnt find specifc documentatio

[flexcoders] mx:method

2005-10-11 Thread Aly Sidi
quicl question about mx:method concurrency. 1. what do all the values mean : multiple, single, etci couldnt find specifc documentation 2. how do call 1 remote object method A that sets some inits, then use the properties in remote object method B so A inits hostName and Port and B

Re: [flexcoders] sending arguments to addEventListener

2005-10-02 Thread Aly Sidi
hey face7Hill i dont think you can pass arguments to an eventlistner, only function pointers..so in your nextButton.addEventListener( click, goToScreen(screen2)); the screen2 parameter is never getting passed. If you want to invoke this function from code then I think you have to use teh

[flexcoders] Re: CellRenderer for Datagrid and horizontal alignment

2005-09-28 Thread Aly Sidi
, item:Object, sel:Boolean) : Void { image.x = (layoutWidth/2) - (image.width/2); if(item.isAvailable == true) { image.source = trueImage; } else { image.source = falseImage; } } /mx:Script mx:Image id=image / /mx:Canvas On 9/27/05, Aly Sidi [EMAIL

[flexcoders] CellRenderer for Datagrid and horizontal alignment

2005-09-28 Thread Aly Sidi
HI I have a datagrid with and ImageCellRender.mxml and it works great but i cant seem to align the image in teh middle of a DataGridColumn I have tried : textAlign=Center and textIndent=xx for the DatagridColumn I have alos tried in teh cellrenderer mx:Spacer horizontalGap=20 / still no luck

[flexcoders] mx:Validator

2005-09-28 Thread Aly Sidi
Hi All I have a combobox that i wisth to apply a mx:Validator field=formObjects.CanPlay required=true requiredFieldError=booboo validate= / 1. I do not know what the function signature is for validate 2. How to get that nice red error tooltip to show up if its not valid 3. Does

Re: [flexcoders] OT: just testing. can you see this mail?

2005-09-22 Thread Aly Sidi
i see it.On 9/22/05, Aldo Bucchi [EMAIL PROTECTED] wrote: I have posted several new threads and replies to the list this week.But I have had only few answers ( say 10% )If you see this mail please respond blank, just testingThanks,Aldo--: Aldo Bucchi : mobile (56) 8 429