Ask a Question related to Macromedia Flex General Discussion, Design and Development.
-
EdwinvD #1
How to load an Interface
I want to load an interface to an Module so I can pass on properties from the
application to the module. The interface is located in a seperate Flex-library
at the path User/General/interface.as. The Module itself is located in a
Flex-project that uses the Flex-library. But for some reason I keep getting the
error-message that the interface cannot be found. The path I use is
"user.General.interface" after implements in the topline of the Module. Anyone
who can help?
Edwin
EdwinvD Guest
-
How can I load load Additional extensions ?
My OS is Winxp . My web server is apache 2 which is installed as a NT service . My php version is 4.32 , and I extracted it into "c:\php" . I... -
#39403 [NEW]: A class can't implements interface implemented by implemented interface/classes
From: baldurien at bbnwn dot eu Operating system: Irrelevant PHP version: 5.2.0 PHP Bug Type: Feature/Change Request Bug... -
load videos in avi, qt or mpeg in the flash interface
Hi guys, I'm new to FCS, I need to realize a flash interface that dynamically load videos in avi, qt or mpeg in the flash interface. I would know... -
Interface
Hi there, I have made an interface in Photoshop and imported it into Director, it contains a title bar with text on it. What I am trying to achieve... -
Does Interface Size Matter? Is my interface too complex?
Hi all, Does Interface Size Matter? Is my interface too complex? I volunteered to design a couple of web pages, but since we don't have a... -
VarioPegged #2
Re: How to load an Interface
First thing I'd check is the case. You show "user" in the path as User/General/interface.as (uppercase "u") and then within the module as user.General.interface (lowercase "u").
TS
VarioPegged Guest
-
atta707 #3
Re: How to load an Interface
do you have the library that has the interface in it included in the lib folder
of Flex Builder project? Also ensure that in the Project -> Properties -> Build
Path -> Libraries you have reference of this library.
atta707 Guest
-
EdwinvD #4
Re: How to load an Interface
Unfortunately this is just a typo in my message and not in my code, so it does not resolve my isse
EdwinvD Guest
-
EdwinvD #5
Re: How to load an Interface
Yep it is there and working as there are also several components in the library that I can use with the Flex Project
EdwinvD Guest
-
EdwinvD #6
Re: How to load an Interface
And by sheer coincident I have found the reason for the problem. For a complete
different reason I right-clicked on the library-project and choose Properties.
I entered the menu in the Flex Library Build Path in the tab Classes and saw
that that the interface-file was not selected to be included in the library. I
do not know why the box before the interface was not ticked but after selecting
it everything works fine.
EdwinvD Guest



Reply With Quote

