RE: [flexcoders] Calling play() on VideoDisplayer from JS using Flex-Ajax bridge doesn't work

2007-11-16 Thread Samuel D. Colak
Umm - this may be an odd question but WHY on earth would you bother with AJAX when you have Flex? Regards Samuel From: flexcoders@yahoogroups.com on behalf of s_tibrewal Sent: Fri 11/16/2007 11:29 To: flexcoders@yahoogroups.com Subject: [flexcoders] Calling pla

Re: [flexcoders] Re: WebService - What's wrong with this code?

2006-08-21 Thread Samuel D. Colak
, "Tom Chiverton" <[EMAIL PROTECTED]> wrote: > On Sunday 20 August 2006 16:55, Samuel D. Colak wrote: >> why - Its obvious that actionscript has taken a significant leap in >> development, so why is everyone here talking about a 3rd product (FDS) to >> do what y

Re: [flexcoders] Re: WebService - What's wrong with this code?

2006-08-18 Thread Samuel D. Colak
From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Samuel D. Colak Sent: Tuesday, August 15, 2006 10:22 AM To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] Re: WebService - What's wrong with this code? Hold on VS buggy ?? My god, that’s amazing news –

Re: [SPAM] Re: [flexcoders] Re: decimal numbers in financial applications

2006-08-18 Thread Samuel D. Colak
is for the sign. So it cannot store integers up to 2^64 -1 exactly; only up to 2^52 - 1. It can of course also store some integers (and non-integers) much larger than 2^64 - 1, such as 1e100.   - Gordon   From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Samuel D. Colak Sen

Re: [SPAM] Re: [flexcoders] Re: decimal numbers in financial applications

2006-08-17 Thread Samuel D. Colak
Title: Re: [SPAM] Re: [flexcoders] Re: decimal numbers in financial applications Guys, FP precision is based upon the machine capabilities. Normally this is guaranteed to 2^64 –1 as FP is usually encoded using 2*32 bit registers on mac and on PC 32 bit. Big or Small Edian aside, the IEEE rat

Re: [flexcoders] Parent Application Space?

2006-08-16 Thread Samuel D. Colak
Title: Re: [flexcoders] Parent Application Space? I mean the derived type – not the class with the same name as the project. On 16/8/06 12:05, "Samuel D. Colak" <[EMAIL PROTECTED]> wrote:     Matt / All, Under the definition of an MXML object, what is the object type?

[flexcoders] Parent Application Space?

2006-08-16 Thread Samuel D. Colak
Title: Parent Application Space? Matt / All, Under the definition of an MXML object, what is the object type? Regards Samuel __._,_.___ -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives: http://www.mail-archive.com/flexcod

Re: [flexcoders] Re: Web services or FDS: which are you using?

2006-08-16 Thread Samuel D. Colak
Title: Re: [flexcoders] Re: Web services or FDS: which are you using? Flex cant interpret the (dotNet anyway for sure) date structure in a web service return code – try returning the string variant of the construct rather than the data structure Regards Samuel On 15/8/06 23:56, "ldyhwke24"

Re: [flexcoders] Help regarding WebServices (FLEX) in Actionscript

2006-08-15 Thread Samuel D. Colak
otherwise I have a huge problem myself.   Recently, I see al this AsyncToken stuff popping up ... I don’t know where that comes from. I never used it ... and I hope I’ll never will.   My 2 cents, Cheers, Franck From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Samuel D. Col

Re: [flexcoders] Re: ArrayCollection object to Model for Remoting Help

2006-08-15 Thread Samuel D. Colak
Title: Re: [flexcoders] Re: ArrayCollection object to Model for Remoting Help To reference individual items in the array object simply do object.EnvNum (replacing object for the array index property) - for instance... for (var counter:Number = 0; counter < array.length; counter++) {

Re: [flexcoders] job opportunity in NYC

2006-08-15 Thread Samuel D. Colak
Title: Re: [flexcoders] job opportunity in NYC You have to be kidding me – job adverts in the flex group ? Samuel On 15/8/06 21:12, "vgriffith1968" <[EMAIL PROTECTED]> wrote:     Software Engineer, Actionscript and Flex We are seeking a Senior Software Engineer to be responsible for de

Re: [flexcoders] hi

2006-08-15 Thread Samuel D. Colak
Title: Re: [flexcoders] hi Flex is a new up and coming technology and being honest one requirement is a sense of humor and a willingness (at least at the moment anyhow) to spend a lot of nights without sleep ;P Welcome to the club, pull up a seat and try the coffee – Stay a while, Stay Foreve

Re: [flexcoders] Web services or FDS: which are you using?

2006-08-15 Thread Samuel D. Colak
Title: Re: [flexcoders] Web services or FDS: which are you using? YaHOOO ! Someone after my own heart – Welcome to the club – Now I count 2. F**k AJAX when you can use intelligent flex engines infront of Webservices :) Now we truly use client/server design – It continuously amazes me how ofte

Re: [flexcoders] Help regarding WebServices (FLEX) in Actionscript

2006-08-15 Thread Samuel D. Colak
Title: Re: [flexcoders] Help regarding WebServices (FLEX) in Actionscript Hey Franck, You use how many wsdl’s? Wow – I always thought that one wsdl caters for many functions. What I do, in psuedo code, is create a queue (array of objects) inside a class – the class instantiates the wsdl refer

[flexcoders] Awe

2006-08-15 Thread Samuel D. Colak
Title: Awe Dear All, Ive been a member of this group for the last 2 days and frankly am very amazed regarding the quality of the posts and replies given. Its fun to be part of a group that has an interest in this new technology. Just thought id leave my 2 cents. Regards Samuel __._,_.___

Re: [flexcoders] Flex/Cairngorm Syntax

2006-08-15 Thread Samuel D. Colak
Title: Re: [flexcoders] Flex/Cairngorm Syntax The * is an approximation of the Object keyword. Can be any type. Im not sure whether the typing is preserved or not but im sure Matt can confirm this. In effect event is cast as any object rather than having a strongly typed function call. Be awar

Re: [flexcoders] Flex / Eclipse under Mac OS X

2006-08-15 Thread Samuel D. Colak
Title: Re: [flexcoders] Flex / Eclipse under Mac OS X Oops – yep – you are right – my apologies Matt and Adam (and ze group!) Regards Samuel On 15/8/06 16:21, "Adam Dorritie" <[EMAIL PROTECTED]> wrote:     On 8/15/06, Samuel D. Colak <[EMAIL PROTECTED]> wro

Re: [flexcoders] Flex Data Services

2006-08-15 Thread Samuel D. Colak
Title: Re: [flexcoders] Flex Data Services You can use Flex alone with its webservice support. Im not sure what all the fuss is with FDS but webservices were never meant to be that hard in general. On 15/8/06 08:10, "scott.kinder" <[EMAIL PROTECTED]> wrote:     Hi All, I'm new to Flex 2

Re: [flexcoders] Re: WSDLError:Element not resolvable => LoadEvent doesn't imply service ready

2006-08-15 Thread Samuel D. Colak
Title: Re: [flexcoders] Re: WSDLError:Element not resolvable => LoadEvent doesn't imply service ready Hey Sahlas – actually the only test for a correctly loaded wsdl is the canLoadWSDL property. If this fails it is back to the drawing board. As for a publicly accessible wsdl try my server ht

Re: [flexcoders] How to create just clickable box?

2006-08-15 Thread Samuel D. Colak
Title: Re: [flexcoders] How to create just clickable box? Best to subclass UIComponent and then do the work yourself – it seems heavy handed but its very reliable and by default the property objects are all there – remember if you want to avoid it affecting the layout design, try IncludeInL

Re: [flexcoders] Flex / Eclipse under Mac OS X

2006-08-15 Thread Samuel D. Colak
Title: Re: [flexcoders] Flex / Eclipse under Mac OS X Matt, Im actually surprised as this implies specific coding for the browser... I know IE doesn’t have this effect and camino (under OSX) appears to run fine. Oh by the way, this is also true for the debugger too (Flash 9 r16 – which by th

Re: [flexcoders] Re: WebService - What's wrong with this code?

2006-08-15 Thread Samuel D. Colak
Title: Re: [flexcoders] Re: WebService - What's wrong with this code? Hold on VS buggy ?? My god, that’s amazing news – there was I thinking for a moment that M$oft had got it right at least once - ‘fraid to say im most disappointed – my world has surely shattered – frankly I would advise eve

Re: [flexcoders] Duplicate function error using setters

2006-08-14 Thread Samuel D. Colak
Title: Re: [flexcoders] Duplicate function error using setters Ok – you have a cyclic error where the property is the same as a value object. Change the value object to something else, for instance the code below ! package com.example.vo { import com.adobe.cairngorm.vo.ValueObject;