public void setWidths(float[] widths) throws BadElementException {....
But everything I try errors with:
Method selection Exception.
An exception occurred during method selection process for Method setWidths The
cause of this exception was that either there are no methods with the the
specified method name and argument types, or the method setWidths is
overloaded with arguments types that Coldfusion can't decipher reliablly. Use
javacast function to reduce ambiguity.
Which by the way, someone spelled reliably wrong there :) But anyways, I can
use Java's sorting on my array, but this method fails on it. Maybe I'm not
understanding what float[] means.
thanks,
seth
[Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

