RE: [flexcoders] StringValidator and required fields

2005-08-10 Thread Alistair McLeod
has any bindings on validators please let us know if it does. For what youre wanting to do, youre best bet will be to drop into ActionScript and change your validators at runtime. Cheers, Ali -- Alistair McLeod Development Director iteration::two [EMAIL PROTECTED] Office: +44

RE: [flexcoders] Re: Multiples ComboBox Cell Renderers ?

2005-08-10 Thread Alistair McLeod
Hi r0main, I've just realised that you don't need to set the columnName to 0,1,2 etc on the individual columns. Instead of getDataLabel(), use getCellIndex().columnIndex - it'll do the same thing. Cheers, Ali -- Alistair McLeod Development Director iteration::two [EMAIL PROTECTED] Office

RE: [flexcoders] Cairgorn Bug?

2005-09-14 Thread Alistair McLeod
Hi Omar, An exception is probably getting thrown somewhere, either in the EventBroadcaster because the event hasn't been registered with a command, or within your command itself. Have you checked flashlog.txt (ensure you have debug player, mm.cfg etc). Ali -- Alistair McLeod

RE: [flexcoders] Cairngorm 2.0

2005-10-10 Thread Alistair McLeod
Hi Vinny, Cairngorm is an open-source project which is overseen by a committee (http://www.richinternetapps.com/archives/95.html). The acquisition of iteration::two by Macromedia does not change that. Cheers, Ali -- Alistair McLeod RIA Practice Director (EMEA) Macromedia Consulting

RE: [flexcoders] (2.0) App flow

2005-10-20 Thread Alistair McLeod
://groups.yahoo.com/group/cairngorm-devel/) Cheers, Ali -- Alistair McLeod RIA Practice Director (EMEA) Macromedia Consulting [EMAIL PROTECTED] Office: +44 (0)131 338 6108 This e-mail and any associated attachments transmitted with it may contain confidential information and must

RE: [flexcoders] Are ViewHelper and ViewLocator deprecated in Cairngorm 2?

2006-05-16 Thread Alistair McLeod
, for example, unit tests it's functionality and keeps the Model and View separate. Cheers, Ali Alistair McLeod Practice Director (Rich Internet Applications) Adobe Consulting Westpoint, 4 Redheughs Rigg, South Gyle, Edinburgh, EH12 9DQ, UK p: +44 (0) 131 338 6108 [EMAIL PROTECTED] http

RE: [flexcoders] Are ViewHelper and ViewLocator deprecated in Cairngorm 2?

2006-05-16 Thread Alistair McLeod
to parse data. View should be decoupled from this. This is not clear solution. What do you think? Best regards Stanislav On 5/16/06, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: Thanks Alistar, That seems like a cleaner way to handle things. - mike Alistair McLeod To: flexcoders

RE: [flexcoders] Are ViewHelper and ViewLocator deprecated in Cairngorm 2?

2006-05-16 Thread Alistair McLeod
().complexData ) extract to controller that works with that view. So after that you will have independent view that can be reused. Am I Right? Best regards StanislavOn 5/16/06, Alistair McLeod [EMAIL PROTECTED] wrote: Hi Stanislav, But it this instance, the data is being formatted for the view. Eg. We

RE: [cairngorm-devel] Re: [flexcoders] cairngorm flash lite/AS2 version

2007-01-12 Thread Alistair McLeod
Hi, Things have gotten busier than expected here since Max, but the Cairngorm Mobile Edition release is still on our plan to get out there. Please bear with us on this. Best, Alistair PS. Please continue this discussion over at cairngorm-devel. Cross-posting to both serves little

RE: [flexcoders] Cairngorm support for Flex 2.0.1 modules?

2007-01-16 Thread Alistair McLeod
will likely happen first is blog posts/DevNet articles suggesting how we see things working, and then additions to the framework once those ideas have been proven. I'd be interested in hearing the thoughts and experiences on others on this too. Best, Alistair -- Alistair McLeod Technical

RE: [flexcoders] More knowledge of future component development?

2007-02-02 Thread Alistair McLeod
like RIAForge. Thanks, Alistair -- Alistair McLeod Technical Practice Leader (Rich Internet Applications and LiveCycle) Adobe Consulting Westpoint, 4 Redheughs Rigg, South Gyle, Edinburgh, EH12 9DQ, UK p: +44 (0) 131 338 6108 [EMAIL PROTECTED], http://weblogs.macromedia.com/amcleod Registered

RE: [flexcoders] Developing Rich Clients, Source Code?

2007-03-22 Thread Alistair McLeod
To: flexcoders@yahoogroups.com Subject: [flexcoders] Developing Rich Clients, Source Code? Hi all, I had the pleasure of picking up the book, Developing Rich Clients with Macromedia Flex, by our community brethren Steven Webster and Alistair McLeod. At first I was hesitant to pick it up because

RE: [flexcoders] Comments: Tab Navigator with Tabs at Bottom

2005-04-19 Thread Alistair McLeod
I need to make sure that it is reading the swc that you provided on my box... Craig Alistair McLeod [EMAIL PROTECTED] wrote: Hi,iterationtwo:AdvancedTabNavigator tabPlacement="bottom" //What goes here, do i do the same thing as a 'regular'tabnavigator?/iterationtwo:AdvancedTabNavigator

RE: [flexcoders] Comments: Tab Navigator with Tabs at Bottom

2005-04-19 Thread Alistair McLeod
iners.*"...and that 'path' doesn't exist on my box...so i am wondering why that works?, or is that not a 'path' as it were..Alistair McLeod [EMAIL PROTECTED] wrote: Hi Craig, No you're not going to our server - the namespace is simply an identifier - read up on namespaces i

RE: [flexcoders] setting conditional enabled with AS

2005-04-19 Thread Alistair McLeod
Hi, mx:Button id=myButton/ and Private function setButtonState() : Void { myButton.enabled = ( someval == otherval ); } Its all in the docs Ali -- Alistair McLeod Development Director iteration::two [EMAIL PROTECTED] Office: +44 (0)131 338 6108 This e-mail and any associated

RE: [flexcoders] Un-Registering View Helpers with a ViewLocator

2005-04-21 Thread Alistair McLeod
Title: Niklas Richardson, Prismix Ltd Hi Allen, See this post, which gives some idea of what'll be in the next release: http://groups.yahoo.com/group/flexcoders/message/6148 It adds an unregister method to the ViewHelper base class. Cheers, Ali -- Alistair

RE: [flexcoders] Tree and Panel

2005-04-28 Thread Alistair McLeod
Hi Ghislain, Can you show us what you've done so far - that should help us work out where you might be going wrong. Cheers, Ali -- Alistair McLeod Development Director iteration::two [EMAIL PROTECTED] Office: +44 (0)131 338 6108 This e-mail and any associated attachments transmitted

RE: [flexcoders] Re: Positioning from a label in a Button

2005-04-29 Thread Alistair McLeod
[ var buttonSkinRef : yourpackage.skins.CustomButtonSkin; ]] /mx:Script mx:Button label=Whatever / The button would have margins of 20. Ali -- Alistair McLeod Development Director iteration::two [EMAIL PROTECTED] Office: +44 (0)131 338 6108 This e-mail and any associated attachments

RE: [flexcoders] Tips on Custom component

2005-04-29 Thread Alistair McLeod
. Cheers, Ali -- Alistair McLeod Development Director iteration::two [EMAIL PROTECTED] Office: +44 (0)131 338 6108 This e-mail and any associated attachments transmitted with it may contain confidential information and must not be copied, or disclosed, or used by anyone other than the intended

RE: [flexcoders] iteration::two AdvancedTabNavigator problem

2005-05-03 Thread Alistair McLeod
Hi Rick, I've never used it in a ColdFusion environment, but theres no reason why it shouldn't work. Did you get it to work OK in the standalone JRun environment? Is the flex classpath in flex-confi.xml ok - ie. does it still include user_classes. Can you give us more info on the setup

RE: [flexcoders] About Grid listening to external JMS onMessage event.

2005-05-03 Thread Alistair McLeod
Hi Jesus, The nice way to do this would be to introduce Flash Comms Server into your architecture as a facade onto your JMS. The not-so-nice way would be to set up some client-side polling mechanism to check, over RemoteOjbect, whether there are any new items on the queue. Cheers, Ali

RE: [flexcoders] constructor properties

2005-05-05 Thread Alistair McLeod
Hi Duccio, Have a look at the commitProperties method which iscalled by the Flex component framework- override that method, and make sure you call super.commitProperties(). Cheers, Ali -- Alistair McLeodDevelopmentDirector iteration::two[EMAIL PROTECTED] Office: +44 (0)131 338

RE: [flexcoders] Re: Filtering data in Flex

2005-05-05 Thread Alistair McLeod
: http://manish.revise.org/2005/04/data-filtering-using-custom.html Cheers, Ali -- Alistair McLeod Development Director iteration::two [EMAIL PROTECTED] Office: +44 (0)131 338 6108 This e-mail and any associated attachments transmitted with it may contain confidential information and must

RE: [flexcoders] Re: Cairngorm 0.99

2005-05-18 Thread Alistair McLeod
the contents of the db directory from the distribution into it. Restart your app server and it should all work. Cheers, Ali -- Alistair McLeod Development Director iteration::two [EMAIL PROTECTED] Office: +44 (0)131 338 6108 This e-mail and any associated attachments transmitted with it may

[flexcoders] Cairngorm 0.99, JRun and Log4J

2005-05-19 Thread Alistair McLeod
Hi all, It turns out that the log4j JAR file that ships with the CairngormStore example in Cairngorm conflicts with the one that is pre-installed with the version of JRun that ships with Flex, and stops the application context from starting up successfully. So, to get it running, delete

RE: [flexcoders] Event Listeners

2005-05-19 Thread Alistair McLeod
Hi Michael, I imagine its because your event listener is an anonymous function, so the removeEventListener must be passed a reference to the same function. Try this (untested) myHandler : Function = Delegate.create( this, handleEvent ); pane.addEventListener("contentCreated",myHandler

RE: [flexcoders] TabNavigator - Hiding Tabs

2005-05-21 Thread Alistair McLeod
% / mx:HBox label=Tab 3 width=100% height=100% / /mx:TabNavigator mx:Button label=Hide Second Tab click=hideSecondTab(); / /mx:Application -- Alistair McLeod Development Director iteration::two [EMAIL PROTECTED] Office: +44 (0)131 338 6108 This e-mail and any associated

RE: [flexcoders] Operations to perform after sorting of datagrid

2005-05-23 Thread Alistair McLeod
, the event object broadcast will have an eventName property set to sort when sorting has taken place (though I'm not sure if that's a documented feature). Cheers, Ali -- Alistair McLeod Development Director iteration::two [EMAIL PROTECTED] Office: +44 (0)131 338 6108 This e-mail and any

RE: [flexcoders] At runtime setting an accordion child invisible

2005-05-23 Thread Alistair McLeod
Title: At runtime setting an accordion child invisible Hi Jereon, It seems that the Accordion wasn't designed for the runtime manipulation of the number of visible children, and does not easily lend itself to be changed in such a way. I imagine you'll have to extend the component,

RE: [flexcoders] Cairngorm 0.99 ViewHelper problem

2005-05-24 Thread Alistair McLeod
will change the id, which forces changes elsewhere in your code if you're attempting to retrieve that view helper via the ViewLocator. We'll continue to give this thought. Cheers, Ali -- Alistair McLeod Development Director iteration::two [EMAIL PROTECTED] Office: +44 (0)131 338 6108 This e-mail

RE: [flexcoders] Is there any event to handle a right click in flex?

2005-05-25 Thread Alistair McLeod
Hi Nithya, Flex (or, more correctly, the Flash Player)does have the notion of a context menu that can be configured - check the docs for details: http://livedocs.macromedia.com/flex/15/flex_docs_en/1276.htm However, there is a limitation of the current player where the context menu

RE: [flexcoders] Register a ChangeEvent listener on a static property

2005-05-25 Thread Alistair McLeod
://www.macromedia.com/support/documentation/en/flex/1/mixin/index.html You should probably also use the Delegate class in your addEventListener. Cheers, Ali -- Alistair McLeod Development Director iteration::two [EMAIL PROTECTED] Office: +44 (0)131 338 6108 This e-mail and any associated

RE: [flexcoders] Flex and Load Balancing

2005-05-25 Thread Alistair McLeod
Hi Leif, All Flex remoting calls are AMF over HTTP/S, so should seamlessly integrate with your load balancer. The problem with RMI will have been was that it wasnot going over HTTP. I've not actually used Flex with Radware, but I'd be very surprised if there were any issues. Regards,

RE: [flexcoders] Custom DateCellRenderer issue.

2005-05-25 Thread Alistair McLeod
dateFormat.format(date); } Cheers, Ali -- Alistair McLeod Development Director iteration::two [EMAIL PROTECTED] Office: +44 (0)131 338 6108 This e-mail and any associated attachments transmitted with it may contain confidential information and must not be copied, or disclosed, or used

RE: [flexcoders] Color Picker - IE CSS Explorer

2005-05-27 Thread Alistair McLeod
Look in C:\Program Files\Macromedia\Flex\extras\colorpicker (or equivalent) Ali -- Alistair McLeod Development Director iteration::two [EMAIL PROTECTED] Office: +44 (0)131 338 6108 This e-mail and any associated attachments transmitted with it may contain confidential information and must

RE: [flexcoders] horizontal numeric stepper

2005-06-05 Thread Alistair McLeod
Hi Paulo. Since you're overriding layoutChildren(), you probably need to override measure() too. Check the code for NumericStepper in FlexForFlash1.5.zip for a clue to whats going on there. Cheers, Ali -- Alistair McLeodDevelopmentDirector iteration::two[EMAIL PROTECTED] Office:

RE: [flexcoders] Need help with protecting FLVs

2005-06-07 Thread Alistair McLeod
of a risk (security through obscurity). If this is a problem, you could create some sort of session token, created by the server and passed back to the client, which must then be passed to the servlet to validate. Cheers, Ali -- Alistair McLeod Development Director iteration::two [EMAIL PROTECTED

RE: [flexcoders] Cairngorm .99 ViewHelper Bug ?

2005-06-13 Thread Alistair McLeod
-- Alistair McLeod Development Director iteration::two [EMAIL PROTECTED] Office: +44 (0)131 338 6108 This e-mail and any associated attachments transmitted with it may contain confidential information and must not be copied, or disclosed, or used by anyone other than the intended recipient(s

RE: [flexcoders] Cairngorm .99 ViewHelper Bug ?

2005-06-14 Thread Alistair McLeod
Hi Rich, Try recreating the view in a doLater() - that should give the player enough time to send the unload event. Cheers, Ali -- Alistair McLeod Development Director iteration::two [EMAIL PROTECTED] Office: +44 (0)131 338 6108 This e-mail and any associated attachments transmitted

RE: [flexcoders] No Complete Event for Image via Embed

2005-06-19 Thread Alistair McLeod
Hi Jesse, This is as expected; events are dispatched at runtime, but embedded images are included at compile time. Put those two together and you'll see why there's no complete event for embedded images. You could use the creationComplete event of the Image control. Cheers, Ali -Original

RE: [flexcoders] Creation events and view stack children

2005-06-30 Thread Alistair McLeod
of a containers children have been created. Cheers, Ali -- Alistair McLeod Development Director iteration::two [EMAIL PROTECTED] Office: +44 (0)131 338 6108 This e-mail and any associated attachments transmitted with it may contain confidential information and must not be copied

RE: [flexcoders] Creation events and view stack children

2005-06-30 Thread Alistair McLeod
Hi Michael, I think I misread your first post I see youre now saying that the childrens creationComplete event is being fire. Im popping out to lunch just now, but Ill have a think while Im eating J Cheers, Ali -- Alistair McLeod Development Director iteration::two

RE: [flexcoders] Disable Validators

2005-07-05 Thread Alistair McLeod
Hi, You can also use the static methods Validator.enable() and Validator.disable() to change the enablement of validators at runtime check the livedocs for the full method signature. Cheers, Ali -- Alistair McLeod Development Director iteration::two [EMAIL PROTECTED

RE: [flexcoders] Re: application flow, logic question . . .

2005-07-12 Thread Alistair McLeod
zones. So, how about we combine the two - you become a moderator, and until Yahoo fixes their problem, you can accept your posts immediately and accept other posts as and when they come in? Thoughts? Cheers, Ali -- Alistair McLeod Development Director iteration::two [EMAIL PROTECTED] Office

RE: [flexcoders] Re: application flow, logic question . . .

2005-07-12 Thread Alistair McLeod
Ok, slap me down and call me Gordon :) blush / Cheers, Ali -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Alistair McLeod Sent: 12 July 2005 13:42 To: flexcoders@yahoogroups.com Cc: Steven Webster Subject: RE: [flexcoders] Re: application

RE: [flexcoders] Extended ComboBox can't use mx:dataProvider /

2005-07-19 Thread Alistair McLeod
Hi Darron, Change mx:dataProvider to controls:dataProvider Because dataProvider is a property of the ComboBox, it should use the same namespace as its parent. Cheers, Ali -- Alistair McLeod Development Director iteration::two [EMAIL PROTECTED] Office: +44 (0)131 338 6108 This e-mail

[flexcoders] Cairngorm 2.2 on Adobe Labs

2007-04-27 Thread Alistair McLeod
Enterprise. See the release notes page on Labs for more details, and for a link on where it can be downloaded . http://labs.adobe.com/wiki/index.php/Cairngorm:Cairngorm2.2:Release_Note s Thanks, Alistair Alistair McLeod Technical Practice Leader (Rich Internet Applications and LiveCycle) Adobe

RE: [flexcoders] Cairngorm 2.2 incompatible with AS-based ServiceLocator?

2007-05-17 Thread Alistair McLeod
Hi Ben, I'm not exactly sure whats going on here. Can you give more info, with code and the exception your seeing? Thanks, Alistair -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of ben.clinkinbeard Sent: 03 May 2007 13:36 To:

RE: [flexcoders] Re: Cairngorm 2.2 incompatible with AS-based ServiceLocator?

2007-05-18 Thread Alistair McLeod
figCommand.as:56] at flash.events::EventDispatcher/flash.events:EventDispatcher::dispatchEven tFunction() at flash.events::EventDispatcher/dispatchEvent() at flash.net::URLLoader/flash.net:URLLoader::onComplete() --- In flexcoders@yahoogroups.com, Alistair McLeod [EMAIL PROTECTED

RE: [flexcoders] Re: Cairngorm 2.2 incompatible with AS-based ServiceLocator?

2007-05-18 Thread Alistair McLeod
think. Ben PS - I've converted to an MXML ServiceLocator, so this issue isn't holding me up, I'm just trying to make Cairngorm as robust as possible. --- In flexcoders@yahoogroups.com, Alistair McLeod [EMAIL PROTECTED] wrote: Hi Ben, I can't think of anything that's changed between 2.1 and 2.2

[flexcoders] Flex HotFix 2 and Cairngorm 2.2

2007-05-25 Thread Alistair McLeod
the Consumer class no longer exists in the SDK. We're looking into this at present. Thanks, Alistair Alistair McLeod Technical Practice Leader (Rich Internet Applications and LiveCycle) Adobe Consulting Westpoint, 4 Redheughs Rigg, South Gyle, Edinburgh, EH12 9DQ, UK p: +44 (0) 131 338 6108 [EMAIL

[flexcoders] RE: [cairngorm-devel] Flex HotFix 2 and Cairngorm 2.2

2007-05-25 Thread Alistair McLeod
I've posted the short term fix, and the long term view, here: http://weblogs.macromedia.com/amcleod/archives/2007/05/flex_201_hotfix.c fm Thanks, Alistair From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Alistair McLeod Sent: 25 May 2007 16:47

RE: [flexcoders] Compiler issue with event bubbling

2007-05-25 Thread Alistair McLeod
Hi, You say this is a compiler error. Do you actually mean a runtime error? Maybe I'm misunderstanding what your doing (a code extract would help), but this looks right to me. You're dispatching an event of TypeAEvent, the base class and your listening for that event. Remember, you listen for

RE: [flexcoders] Re: [cairngorm-devel] Flex HotFix 2 and Cairngorm 2.2

2007-05-30 Thread Alistair McLeod
Hi Kyle, I'll be posting a new beta build of Cairngorm/Cairngorm Enterrpise to my blog this afternoon (it's a few days turnaround to get things up on Labs). Alistair -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of kyle.vanvranken Sent: 29 May

RE: [flexcoders] calendar component

2006-09-11 Thread Alistair McLeod
Hi, We're still working on the calendar component. I will post to my blog (and here) when it is ready for release. Regards, Ali -- Alistair McLeod Technical Leader (Rich Internet Applications and LiveCycle) Adobe Consulting Westpoint, 4 Redheughs Rigg, South Gyle, Edinburgh, EH12 9DQ, UK p

RE: [flexcoders] calendar component

2006-09-14 Thread Alistair McLeod
@yahoogroups.comSubject: Re: [flexcoders] calendar component Alistair,your blog http://weblogs.macromedia.com/amcleod/ appears to be down or empty.HankOn 9/11/06, Alistair McLeod [EMAIL PROTECTED] wrote: Hi, We're still working on the calendar component. I will post to my blog

RE: [flexcoders] FW: Interesting Opportunity

2004-04-30 Thread Alistair McLeod
Hi, I got the same (spam) email. It does look quite interesting, though I'd like to see a demo on their site. It's interesting that they compare their offering with both MX 2004 and Flex, though from their Technology Comparison page, I'm not sure that they have actually used Flex much.

Re: [flexcoders] Context menu

2004-05-06 Thread Alistair McLeod
that top level application. I'm hoping that a future Flash Player will address this. However, saying that, I do know of a book coming out soon that contains and an example of a custom component that lets you easily add context menus to your Flex applications Ali -- Alistair McLeod Development

Re: [flexcoders] DateField behavior

2004-05-12 Thread Alistair McLeod
does not show the selected date anymore. Furthermore, the selectedDate property of the DateField is now undefined. Dirk. Yahoo! Groups Links -- Alistair McLeod Development Director iteration::two

Re: Re[4]: [flexcoders] Re: Required validation doesn't work...

2004-05-13 Thread Alistair McLeod
an alternative. However, the solution does show the power of Flex. I'd like to post the code I created here, but I don't think the publisher would like that :) Cheers, Ali -- Alistair McLeod Development Director iteration::two Co-Author Developing Rich Clients with Macromedia Flex Available June 2004

RE: [flexcoders] Help with effects

2005-02-10 Thread Alistair McLeod
the effect ends }; effect.playEffect(); Ali -- Alistair McLeod Development Director iteration::two [EMAIL PROTECTED] Office: +44 (0)131 338 6108 This e-mail and any associated attachments transmitted with it may contain confidential information and must not be copied, or disclosed, or used

RE: [flexcoders] Re: Multiple Row/Column Headers in a datagrid

2005-02-08 Thread Alistair McLeod
Hi Sree, You shouldn't need 3 datagrids using the same method I showed in the blog entry - you can do it with just the two - the first one has two columns and hScrollPolicy set to off, and the second one has the scrolling as per my example. Ali -Original Message- From: sreejithunni

RE: [flexcoders] Bug report: Incorrect hidden member in ancestor class warnings

2005-04-05 Thread Alistair McLeod
, you are hiding the base class member. Is there really a need to have the same class members in both the base class and the sub-class? If you explain what you're trying to do, we may be able to offer alternatives. Cheers, Ali -- Alistair McLeod Development Director iteration::two [EMAIL

RE: [flexcoders] Cairngorn Example

2005-04-10 Thread Alistair McLeod
its features. If you have any other questions on Cairngorm, please ask. Cheers, Ali -- Alistair McLeod Development Director iteration::two [EMAIL PROTECTED] Office: +44 (0)131 338 6108 This e-mail and any associated attachments transmitted with it may contain confidential information

RE: [flexcoders] Cairngorn Example

2005-04-10 Thread Alistair McLeod
of design patterns. We're you the sole developer on your intranet project? Cairngorm speeds up development particularly in teams of multiple developers, where it aids the separation of feature-add amongst those developers. Cheers, Ali -- Alistair McLeod Development Director iteration::two

RE: [flexcoders] Using Zinc with Flex

2005-04-12 Thread Alistair McLeod
@yahoogroups.comSubject: RE: [flexcoders] Using Zinc with Flex Hi Ali, I specified keep-generated-swfs to be TRUE and just copied this. Regards, Simon -Original Message-From: Alistair McLeod [mailto:[EMAIL PROTECTED]Sent: 12 April 2005 17:38To: flexcoders@yahoogroups.comSubject: RE

RE: [flexcoders] Using Zinc with Flex

2005-04-12 Thread Alistair McLeod
a link to the remoting server, but then something somewhere goes wrong. Regards, Simon -Original Message-From: Alistair McLeod [mailto:[EMAIL PROTECTED]Sent: 12 April 2005 18:03To: flexcoders@yahoogroups.comSubject: RE: [flexcoders] Using Zinc with Flex So, that effectively

RE: [flexcoders] Cairngorm flex/AS2 framework naming convention

2005-04-14 Thread Alistair McLeod
Hi Valy, From the 0.99 release, the framework willhavenon-iteration::two package structure. Cheers, Ali -- Alistair McLeodDevelopmentDirector iteration::two[EMAIL PROTECTED] Office: +44 (0)131 338 6108 This e-mail and any associated attachments transmitted with it may contain

RE: [flexcoders] Comments: Tab Navigator with Tabs at Bottom

2005-04-19 Thread Alistair McLeod
suspecting that you've not set the namespace up correctly - what error is the compiler returning? Ali -- Alistair McLeod Development Director iteration::two [EMAIL PROTECTED] Office: +44 (0)131 338 6108 This e-mail and any associated attachments transmitted with it may contain confidential information

RE: [flexcoders] Object Comparison

2006-01-30 Thread Alistair McLeod
See http://livedocs.macromedia.com/flex/15/flex_docs_en/2385.htm and http://livedocs.macromedia.com/flex/15/flex_docs_en/2386.htm Ali -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of fowleryj Sent: 30 January 2006 16:53 To:

RE: [flexcoders] Job: Flash Developer/Programmer

2006-02-14 Thread Alistair McLeod
Hi,This post shouldn't have gotten through as its nothing to do withFlex- apoligies for that. We do think that allowing companies (not agencies) to advertise the fact that they have open *Flex* positions is a good thing for the Flex community. However, the number of postings is increasing

RE: [flexcoders] flex2 Beta3 - slow to non existent document delivery

2006-05-26 Thread Alistair McLeod
Hi PB, Have you tried to save the pdf to your local file system, rather than downloading and reading it over the internet every time? Regards, Alistair From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of p bSent: 26 May 2006 14:25To:

RE: [flexcoders] flex2 Beta3 - slow to non existent document delivery

2006-05-26 Thread Alistair McLeod
. Thanks to both of you, PB Alistair McLeod [EMAIL PROTECTED] wrote: Hi PB, Have you tried to save the pdf to your local file system, rather than downloading and reading it over the internet every time? Regards, Alistair From: flexcoders@yahoogroups.com [mailto

RE: [flexcoders] Odd Cairngorm Event error

2007-12-19 Thread Alistair McLeod
Are you dispatching the same instance a second time? If so, ensure you implement the clone() method on your event. Alistair -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Giles Roadnight Sent: 19 December 2007 15:02 To: