You do realize you can import the Flex framework directly into your eclipse, so anytime you need to open a class, just hit CTRL + SHIFT + T and type it in.... That works best.
-Eric On Feb 7, 2008 1:43 PM, Kevin Aebig <[EMAIL PROTECTED]> wrote: > Actually I'm currently using the Scheduling Framework, but have found > that it doesn't scale with fluid layouts, which is a big problem in the > application I'm building. > > > > Thanks anyhow, > > > > !k > > > ------------------------------ > > *From:* [email protected] [mailto:[EMAIL PROTECTED] *On > Behalf Of *Dimitrios Gianninas > *Sent:* Thursday, February 07, 2008 12:08 PM > > *To:* [email protected] > *Subject:* RE: [flexcoders] Extending Base Classes > > > > Cant help with RemoteObject, but for the List based on, use the link below > an scroll to the bottom and take a look at the Scheduling framework > > > > http://code.google.com/p/flexlib/wiki/ComponentList > > > > *Dimitrios Gianninas* > > *RIA Developer and Team Lead* > > *Optimal Payments Inc.* > > > > > ------------------------------ > > *From:* [email protected] [mailto:[EMAIL PROTECTED] *On > Behalf Of *Kevin Aebig > *Sent:* Thursday, February 07, 2008 12:16 PM > *To:* [email protected] > *Subject:* RE: [flexcoders] Extending Base Classes > > Hi Dimitrios, > > For the List based Component: > > I'm looking to make a component that would be the same as a timesheet. > Basically a vertical list of time slots where items can be dragged and > resized to reflect time ranges inside of a day. The key with this is that > the time ranges could occupy multiple rows at once. A good example would be > the day view inside of the Outlook Calendar… > > For RemoteObject: > > I'm looking to extend the RemoteObject class to incorporate a security > implementation transparently as well as a more simple interface to make > calls with. > > Thanks, > > !k > ------------------------------ > > *From:* [email protected] [mailto:[EMAIL PROTECTED] *On > Behalf Of *Dimitrios Gianninas > *Sent:* Thursday, February 07, 2008 10:56 AM > *To:* [email protected] > *Subject:* RE: [flexcoders] Extending Base Classes > > can u talk in a bit more detail in both cases of what specific needs u > have? Cause for the List based component, maybe an item renderer will solve > your problem. > > *Dimitrios Gianninas* > > *RIA Developer and Team Lead* > > *Optimal Payments Inc.* > ------------------------------ > > *From:* [email protected] [mailto:[EMAIL PROTECTED] *On > Behalf Of *Kevin Aebig > *Sent:* Thursday, February 07, 2008 11:13 AM > *To:* [email protected] > *Subject:* [flexcoders] Extending Base Classes > > Hey all, > > I have a couple components I'd like to develop and use some of the base > classes to do it. The only issue I'm having is because we can't see the > inner workings of some of the base classes, it makes it more difficult to > know how to extend off of them, or which is the best for the job. Some > examples of what I mean: > > - A list based component, but needing more flexibility and > customizations than an altered Listbox could give me > > - A RemoteObject Class with added additional features and > specific usage cases > > How can I develop components based off the base classes when they remain a > mystery? > > Cheers, > > !k > > *AVIS IMPORTANT* > > *WARNING* > > Ce message électronique et ses pièces jointes peuvent contenir des > renseignements confidentiels, exclusifs ou légalement privilégiés destinés > au seul usage du destinataire visé. L'expéditeur original ne renonce à aucun > privilège ou à aucun autre droit si le présent message a été transmis > involontairement ou s'il est retransmis sans son autorisation. Si vous > n'êtes pas le destinataire visé du présent message ou si vous l'avez reçu > par erreur, veuillez cesser immédiatement de le lire et le supprimer, ainsi > que toutes ses pièces jointes, de votre système. La lecture, la > distribution, la copie ou tout autre usage du présent message ou de ses > pièces jointes par des personnes autres que le destinataire visé ne sont pas > autorisés et pourraient être illégaux. Si vous avez reçu ce courrier > électronique par erreur, veuillez en aviser l'expéditeur. > > This electronic message and its attachments may contain confidential, > proprietary or legally privileged information, which is solely for the use > of the intended recipient. No privilege or other rights are waived by any > unintended transmission or unauthorized retransmission of this message. If > you are not the intended recipient of this message, or if you have received > it in error, you should immediately stop reading this message and delete it > and all attachments from your system. The reading, distribution, copying or > other use of this message or its attachments by unintended recipients is > unauthorized and may be unlawful. If you have received this e-mail in error, > please notify the sender. > > >

