[flexcoders] (unknown)

2012-08-30 Thread duncan mcmillan
http://tantra-club.cz/wp-admin/ikhkjskl.php?wdzq=wdzq

Re: [flexcoders] Facebook Application

2010-06-09 Thread duncan mcmillan
Chris Go to the flex4 learning paths at: http://www.adobe.com/devnet/flex/learn/learningpath.html#type=taskrole=facebookgoal=Get%20startedtask=1.%20Get%20started%20with%20Facebook This is great from Adobe , I am following them religeously Duncan From:

[flexcoders] ocnfusion over data services with flex3 standard

2008-04-24 Thread duncan mcmillan
Hi I have recently upgraded from Flex2-Flex3 Beta to Flex3 standard, I'm now wanting to link with PHP classes using remoteObject components and have downloaded Weborb. I did have FDS with my Flex2. Question is what do I need to connect to my PHP classes remotely and which is the best option??

[flexcoders] multiuser apps with flex and testing them

2008-03-21 Thread duncan mcmillan
Folks I'm trying to get my head around how to best produce a multiuser application in flex and the best way to test the performance. I aware of the flex messaging classes (producers/consumers), LDS and BladeDS, so which is my best approach downloading BladeDS and trying the samples? I am also

[flexcoders] white background on embeded image

2008-03-13 Thread duncan mcmillan
Hi Guys I have an image I want to embed which has a white background border, does any one know how to get rid of this white background with alpha settings or something else, as I've tried sofar with no success Cheers Duncan __

[flexcoders] Using modules in Actionscript

2008-01-20 Thread duncan mcmillan
Folks I want to make a module in actionscript and have read that you need to extend the moduleBase class to do this. What I want though is to make the module a composite component which usually extends the UIComponent. Does this mean the only way you can do this is to extend the ModuleBase

[flexcoders] handCursor with Text Label components

2008-01-08 Thread duncan mcmillan
Hi flexcoders When I'm using either a Text or Label and want the handcursor to appear on Mouseover, it fails to activate. I have set true both useHandCursor buttonMode, still without success. My Texts and Labels are within a composite component which extends UIComponent. I addChild them

Re: [flexcoders] handCursor with Text Label components

2008-01-08 Thread duncan mcmillan
Thanks Frederico, this now works Duncan - Original Message From: Frederico Garcia [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent: Tuesday, 8 January, 2008 3:23:17 PM Subject: Re: [flexcoders] handCursor with Text Label components duncan mcmillan escreveu: Hi flexcoders

[flexcoders] Event dispatching and receiving

2007-11-16 Thread duncan mcmillan
Folks Maybe I'm interpreating all the docs wrong but, I have a Custom Class which is one of several View Classes as part of an MVC model I'm using. I have an associated Controller class. I want the Custom class to dispatch custom Event to the COntroller class, the Custom class is embedded

Re: [flexcoders] Re: Event dispatching and receiving

2007-11-16 Thread duncan mcmillan
with Application. application? --- In [EMAIL PROTECTED] ups.com, duncan mcmillan [EMAIL PROTECTED] wrote: Folks Maybe I'm interpreating all the docs wrong but, I have a Custom Class which is one of several View Classes as part of an MVC model I'm using. I have an associated Controller class. I

Re: [flexcoders] Internal build errors

2007-11-16 Thread duncan mcmillan
PM Subject: Re: [flexcoders] Internal build errors usually it either means u have an empty switch statament or some invalid character on the side/ not acutally code ex: a comma/period might be somewhere in the whitespace around the code - Original Message From: duncan mcmillan [EMAIL

Re: [flexcoders] Event dispatching and receiving

2007-11-16 Thread duncan mcmillan
Jehanzeb suggested, changing the Controller to reference the CustomClassInstance as below, but this is the problem the CustomClass is so deep in the Display list that this is difficult programmatically. I thought that if you declared the Custom Event using Metatags that anyClass could handle

Re: [flexcoders] Internal build errors

2007-11-16 Thread duncan mcmillan
and directories that begin with a dot are hidden by default. -matt -Original Message- From: [EMAIL PROTECTED] ups.com [mailto:[EMAIL PROTECTED] ups.com] On Behalf Of duncan mcmillan Sent: Friday, November 16, 2007 10:40 AM To: [EMAIL PROTECTED] ups.com Subject: Re: [flexcoders

Re: [flexcoders] Event dispatching and receiving

2007-11-16 Thread duncan mcmillan
[mailto:flexcoders@ yahoogroups. com] On Behalf Of duncan mcmillan Sent: Friday, November 16, 2007 10:47 AM To: [EMAIL PROTECTED] ups.com Subject: Re: [flexcoders] Event dispatching and receiving Jehanzeb suggested, changing the Controller to reference the CustomClassInstance as below

[flexcoders] Internal build errors

2007-11-15 Thread duncan mcmillan
Hi I've suddenly been getting An internal build error has occurred please check the error log , has anyone got any refereces as to why these errors happen? also I've never used an error log so could someone please tell how to set it up and refer to it. Thanks again Duncan - Original

Re: [flexcoders] AS3 decorator pattern examples

2007-06-05 Thread duncan mcmillan
Thanks Mike But was wondering if you could ellaborate. What I am trying to do is to use the decorataor pattern to decorate Charts (or any other UI component for that matter), so that a user could select say chart data effects, chart filter types at runtime. So I set upon using

Re: [flexcoders] RemotingConnection not found in Mike Potter's Flex2AMFPHP tutorial

2006-06-09 Thread Duncan McMillan
object expressed as a sort of binary form of xml (a bitstream or something) and http is the protocol used to send it. I may be wrong though! There are far more knowledgeable people on this list that could clarify that. HTH Phil Duncan McMillan wrote: Thanks Phil I have further

Re: [flexcoders] RemotingConnection not found in Mike Potter's Flex2AMFPHP tutorial

2006-06-08 Thread Duncan McMillan
trying the server seems to be a bit flakey. HTH Phil Duncan McMillan wrote: Phil So do you mean that you put this RemotingConnection.as file in the same DIR as the mxml file? I'm using Flex 1.5 and this example is not working for me and complaining about the same thing. I've also tried

Re: [flexcoders] RemotingConnection not found in Mike Potter's Flex2AMFPHP tutorial

2006-06-07 Thread Duncan McMillan
Phil So do you mean that you put this RemotingConnection.as file in the same DIR as the mxml file? I'm using Flex 1.5 and this example is not working for me and complaining about the same thing. I've also tried to take the package declaration out (as I'm not sure if Flex1.5 likes package