Ask a Question related to Macromedia Flex General Discussion, Design and Development.
-
sshwsfc11 #1
How to use "mx.utils.ClassUtil.findClass" method
I want get a as class use Sting, and I found the mehod
"mx.utils.ClassUtil.findClass" in the Flex ActionScript and MXML API Reference.
But I don't know how to use it to find a Class, I have try to call
"findClass("sshw.classme.ActionImpl")", but it return null;
Maybe the method only find a java class for RemoteObject or other, I hope
someone can help me, thx very much.
Btw, my mother language is not English, so maybe I didn't describe my problem
clearly.
sshwsfc11 Guest
-
Can't locate object method "newFromJpeg" via package "GD::Image"
Hi. I'm trying to execute this Perl simple script: -------- #!/usr/bin/perl use GD; my $srcimage = GD::Image->newFromJpeg("image_news.jpg");... -
Can't locate object method "blocking" via package "IO::Handle"
I am receiving the error message: Can't locate object method "blocking" via package "IO::Handle" at... -
Can't locate object method "new" via package "Net::SMTP"
I'm attempting to use the line: $smtp = Net::SMTP->new("mailhost.myisp.co.uk"); however it generates the error message: Can't locate object... -
Can't locate object method "get" via package "LWP::UserAgent"
#!/usr/bin/perl use strict; use URI; #use HTTP::Request::Common qw(GET); use LWP; #use HTTP::Response; my $browser = LWP::UserAgent->new;... -
Can't not locate object method "isadmin" via package "Noc1"
Hello all, I just added a new method called isadmin to existing and working module Noc1.pm And use this new added method in my index.html... -
pete #2
Re: How to use "mx.utils.ClassUtil.findClass" method
This is really an internal utility for RemoteObject, but perhaps you've not
linked your class in at compile time? That is, you must have a variable typed
to that class somewhere in order for it to be linked into the SWF and made
available at runtime.
pete Guest
-
sshwsfc11 #3
Re: How to use "mx.utils.ClassUtil.findClass" method
you mean the "class" is a java class or a as class.
I want find a as class by a Sting.
for eg, I want use "proxy.remote.spring.Action" get a as class not java class.
thx very much!!!!!!!!!! you are a really good man!!!
sshwsfc11 Guest



Reply With Quote

