[EMAIL PROTECTED] Tue Apr 13 18:19:29 2004
Return-Path: <[EMAIL PROTECTED]>
X-Sender: [EMAIL PROTECTED]
X-Apparently-To: flexcoders@yahoogroups.com
Received: (qmail 11449 invoked from network); 14 Apr 2004 01:19:29 -0000
Received: from unknown (66.218.66.166)
  by m21.grp.scd.yahoo.com with QMQP; 14 Apr 2004 01:19:29 -0000
Received: from unknown (HELO mail3.panix.com) (166.84.1.74)
  by mta5.grp.scd.yahoo.com with SMTP; 14 Apr 2004 01:19:28 -0000
Received: from echonyc.com (echonyc.com [198.67.15.2])
  by mail3.panix.com (Postfix) with ESMTP id CE41298367
  for <flexcoders@yahoogroups.com>; Tue, 13 Apr 2004 21:18:27 -0400 (EDT)
Received: from Trotman.tapper.net (170-226.customer.cloud9.net 
[168.100.170.226])
  by echonyc.com (8.11.6/8.11.6) with ESMTP id i3E1IQU11872
  for <flexcoders@yahoogroups.com>; Tue, 13 Apr 2004 21:18:26 -0400 (EDT)
Message-Id: <[EMAIL PROTECTED]>
X-Sender: [EMAIL PROTECTED]
X-Mailer: QUALCOMM Windows Eudora Version 6.0.1.1
Date: Tue, 13 Apr 2004 21:18:18 -0400
To: flexcoders@yahoogroups.com
Mime-Version: 1.0
Content-Type: text/plain; charset="us-ascii"; format=flowed
X-eGroups-Remote-IP: 166.84.1.74
From: jeff tapper <[EMAIL PROTECTED]>
Subject: Re: [flexcoders] problems moving a component?
X-Yahoo-Group-Post: member; u=180891050
X-Yahoo-Profile: jefftappernyc

Steven -

Thanks for the response. Sadly, I still get the same results even using 
the creationComplete event (although thanks for pointing out its existence, 
I wasnt aware of it).

What is odd, is that im able to move it with an effect in the startUp 
method, but not by using moveTo(), or setting either _y or y properties.

I know i battled this in the beta, but cant seem to recall what the 
solution was.

At 05:21 PM 4/13/2004, you wrote:
>Jeff,
>
>Have you tried using creationComplete="startUp()" rather
>than load="startUp()" ? I'll hazard that you're trying to
>move something before it's actually finished instantiation...
>
>Steven
>
>On Tue, 2004-04-13 at 22:17, jeff tapper wrote:
> > Has anyone run across an issue with trying to move a component using
> > moveTo()? I think i ran across this in the beta, and dont remember the
> > workaround. The problem im having is with the code below. When the app
> > starts, the startUp method is firing, but its not moving the slide
> > component to the specified location. Any thoughts?
>
>
>
>
>
>
>Yahoo! Groups Links
>
>
>
>


Reply via email to