RE: [flexcoders] Newbie again: Trouble implementing custom class (Flex2b)

2006-03-18 Thread rick
e above and it didn't make any difference, and then I moved on to try something else... Thanks for the response! It works now Rick -Original Message- From: Michael Schmalle [mailto:[EMAIL PROTECTED] Sent: Thursday, March 16, 2006 6:07 PM To: flexcoders@yahoogroups.com Subject: Re:

Re: [flexcoders] Newbie again: Trouble implementing custom class (Flex2b)

2006-03-16 Thread Michael Schmalle
Man, time to eat... SHOULD BE package com.jbe.picfindr {     import mx.rpc.http.HTTPService;     [Property(name="_siteID", type="String")] // What Is THIS?     public class pfHTTPService extends HTTPService {         public function pfHTTPService(rootURL:String = null)   

Re: [flexcoders] Newbie again: Trouble implementing custom class (Flex2b)

2006-03-16 Thread Michael Schmalle
Well, for starters; com.jbe.picfindr should be projectroot/com/jbe/picfinder/pfHTTPService.as Try that, you need the dots to be actuall directory structure. Are you dead ending the : HTTPService(rootURL:String = null) signature? If not, your super needs to look like super(rootURL:Str