Re: [Flashcoders] scrollRect.height?

2005-10-08 Thread Marcelo Volmaro

mainMenu.scrollRect.height = 50;
mainMenu.scrollRect = mainMenu.scrollRect;

You need to re-set the rectangle (setting it to itself do the work).



On Sat, 08 Oct 2005 09:43:32 -0300, Kent Humphrey [EMAIL PROTECTED] wrote:


Hey guys, this is my first post, so excuse me if I misbehave ;

I'm trying to come to grips with scrollRect.

I have applied it to a MC, no problem, using a new Rectangle. I can see
the width, height, x, and y of the scrollRect, but I can't change them.

Here is my code:

var rect:Rectangle = new
flash.geom.Rectangle(475,41,286,as2obj.main.length*20+8);
mainMenu.scrollRect = rect;

And this will tell me the height of the scrollRect:

trace(mainMenu.scrollRect.height);


But how do I change the height? This doesn't work:

mainMenu.scrollRect.height = 50;

So I'm guessing it's properties can be tested but not set?
The docs
(http://livedocs.macromedia.com/flash/8/main/wwhelp/wwhimpl/js/html/wwhelp.htm?href=2513.html)
don't list the properties of scrollRect so I'm kinda shooting in the
dark here.

Do I have to change the Rectangle's height? How do I access that?

Thankyou for your time.
___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders






--
Using Opera's revolutionary e-mail client: http://www.opera.com/mail/
___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


[Flashcoders] Re: attachMovie woes

2005-10-08 Thread Carlos Saenz
I am attaching the dots at a position well within the area of the  
target movieClip.
Also, the dots MUST be loaded into this MC because the MC will be  
programmatically scaled up and moved, and the red dots need to grow  
and move with it.


I just need to know why the width and height of the MC is getting  
messed up. There's no good visible reason.


Thanks,
-Carlos-


On Oct 8, 2005, at 5:56 AM, [EMAIL PROTECTED]  
wrote:



Message: 13
Date: Sat, 8 Oct 2005 12:47:18 +1000
From: Chris Velevitch [EMAIL PROTECTED]
Subject: Re: [Flashcoders] attachMovie woes
To: Flashcoders mailing list flashcoders@chattyfig.figleaf.com
Message-ID:
[EMAIL PROTECTED]
Content-Type: text/plain; charset=ISO-8859-1

It sounds like you are attaching the dots at a position outside of the
area of the target movieclip. Thus the result is the target movieclip
is now bigger.

It might be better if you attached the dots to the parent of the
target clip. That way you are not changing the target clip.

Does that make sense?


Chris
--
Chris Velevitch
Manager - Sydney Flash Platform Developers Group
www.flashdev.org.au


___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


Re: [Flashcoders] Flash player 8.5 and ActionScript 3.0

2005-10-08 Thread Jim Kremens
How does that work on the Mac?
 Jim Kremens

 On 10/8/05, ryanm [EMAIL PROTECTED] wrote:

  I fail to see the relationship between the .NET part of the
  statement and the possibility of cross-platform part.
 
 .NET apps can be *consumed* from any platform.

 ryanm
 ___
 Flashcoders mailing list
 Flashcoders@chattyfig.figleaf.com
 http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


Re: [Flashcoders] Flash player 8.5 and ActionScript 3.0

2005-10-08 Thread ryanm

How does that work on the Mac?



   Go to any site developed with .NET on a mac, and it'll work.

ryanm
___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


Re: [Flashcoders] Flash player 8.5 and ActionScript 3.0

2005-10-08 Thread Weyert de Boer

Mono runs under MacOSX (www.go-mono.org)
___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


Re: [Flashcoders] Flash player 8.5 and ActionScript 3.0

2005-10-08 Thread hank williams
Yeah... that is a **HUGE** difference. Typically when people talk
about .net they are talking about the whole managed environment.
Saying that anyone can consume .net apps is like saying that someone
without java can consume jsp apps. Its not the same thing as being
able to run java code client side.

Hank

On 10/8/05, Mike Chambers [EMAIL PROTECTED] wrote:
 I think you need to distinguish between the .NET runtime, and ASP.NET.

 mike chambers

 [EMAIL PROTECTED]

 ryanm wrote:
  How does that work on the Mac?
 
 
 Go to any site developed with .NET on a mac, and it'll work.
 
  ryanm
  ___
  Flashcoders mailing list
  Flashcoders@chattyfig.figleaf.com
  http://chattyfig.figleaf.com/mailman/listinfo/flashcoders
 

 ___
 Flashcoders mailing list
 Flashcoders@chattyfig.figleaf.com
 http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


Re: [Flashcoders] Flash player 8.5 and ActionScript 3.0

2005-10-08 Thread Isaac Rivera
Yes, .NET web applications running on MS can be consumed from any  
platform,


But I believe the point he was making was regarding Avalon apps.  
Isn't Avalon for developing desktop apps?


That is the point I was talking about.

Isaac

On Oct 8, 2005, at 1:38 PM, ryanm wrote:

I fail to see the relationship between the .NET part of the   
statement and the possibility of cross-platform part.



   .NET apps can be *consumed* from any platform.

ryanm
___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders



___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


Re: [Flashcoders] Flash player 8.5 and ActionScript 3.0

2005-10-08 Thread Jim Kremens
The discussion of JVM and .NET runtimes makes me wonder whether Flash
will ever really compete with them.

How much faster is the new Virtual Machine?  Whatever the increase,
does it put us in the realm of, say, Java regarding speed?  If not,
how far off?

Jim Kremens

On 10/8/05, Weyert de Boer [EMAIL PROTECTED] wrote:
 Isaac Rivera wrote:

  I know that MS has stated that they would port .NET to ALL platforms.
  Let's see.
 
  Until there is an official, up to date, fully capable, Darwin port,
  there is an even better alternative than mono... JVM can be developed
  and deployed everywhere with community-approved products.

 Too bad you need to use Java for JVM at the moment. :=) Of course Cocoa
 is a good option too and just drop Windows etc. g
 ___
 Flashcoders mailing list
 Flashcoders@chattyfig.figleaf.com
 http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


[Flashcoders] Flashout

2005-10-08 Thread Weldon MacDonald
I just installed eclipse 3.1.1 on my laptop, but I'm getting an error when I
try to create a .flashout file. I unzipped the download in to the plug-in
folder as per the instructions I could find, did I miss something? Where can
I ask about this error?


___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


Re: [Flashcoders] Flash player 8.5 and ActionScript 3.0

2005-10-08 Thread Weyert de Boer

Isaac Rivera wrote:


I would say all too common... when it comes to MS...


Yeah... anyway the Mono project is still active!

___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders