[flexcoders] Package Level Funtions

2007-06-05 Thread Jesse Hallam
Reading over: http://livedocs.adobe.com/flex/201/html/wwhelp/wwhimpl/common/html/wwhelp.htm?context=LiveDocs_Book_Partsfile=03_Language_and_Syntax_160_05.html I got the distinct impression that each .as file could only export one publicly visible definition (i.e. one public class, or one public

Re: [flexcoders] Package Level Funtions

2007-06-05 Thread Ralf Bokelberg
I haven't tried it with packages, but if you want to declare a class, which is visible to the current public class only, you have to define it outside of the package. Maybe the same works for package functions? package mypackage { public function myFunction() {

RE: [flexcoders] Package Level Funtions

2007-06-05 Thread Alex Harui
Did you have any public thing in that file? Maybe hack up one public thing From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Jesse Hallam Sent: Tuesday, June 05, 2007 7:50 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] Package

RE: [flexcoders] Package Level Funtions

2007-06-05 Thread Ely Greenfield
:[EMAIL PROTECTED] On Behalf Of Alex Harui Sent: Tuesday, June 05, 2007 10:28 AM To: flexcoders@yahoogroups.com Subject: RE: [flexcoders] Package Level Funtions Did you have any public thing in that file? Maybe hack up one public thing From: flexcoders