why haven't i thought about adding the framework.swc before? thanks Tim, you ended up teaching me something!
On Sat, Feb 7, 2009 at 12:02 PM, Tim Rieder <[email protected]> wrote: > Thanks once more for a hint in the right direction, Bachir. > Just an FYI you can import it like so in your FlashDevelop project: > > right click lib > Add > Library Asset > > flex_sdk_4.0.0.4021\frameworks\libs\framework.swc > > then: > > import mx.controls.DataGrid; > > Have a great weekend all! > > > > On Fri, Feb 6, 2009 at 7:44 PM, Tim Rieder <[email protected]> wrote: > >> Hi Bachir, >> >> Thanks so much for the response. I'm in the process of reading about >> swfmill right now. I'm assuming I create the library you speak of with this? >> >> Have a great weekend! >> >> Tim >> >> >> On Fri, Feb 6, 2009 at 7:23 PM, Bachir El Khoury <[email protected]>wrote: >> >>> Tim datagrid is a graphic component. Add it in your flash library with >>> linkage, export swc, add swc to library in flashdevelop, and there u have >>> it. >>> >>> If that didn't work will send u a zipped project to have a look at. >>> >>> Bachir >>> >>> >>> >>> On 07/02/2009, at 10:57 AM, "Radsl" <[email protected]> wrote: >>> >>> mmhmm, not sure it's possible to have an AS3 only solution... >>> >>> ----- Original Message ----- >>> *From:* Tim Rieder <[email protected]> >>> *To:* Open Source Flash Mailing List <[email protected]> >>> *Sent:* Friday, February 06, 2009 6:30 PM >>> *Subject:* Re: [osflash] How to use Data Grid >>> >>> Hi Radsl, >>> >>> I've actually looked at the live docs and they don't really answer the >>> question I've asked. Here is what I found earlier: >>> >>> <http://livedocs.adobe.com/flex/3/langref/mx/controls/DataGrid.html> >>> http://livedocs.adobe.com/flex/3/langref/mx/controls/DataGrid.html >>> >>> The only example of usage they show is the MXML. As I've previously >>> mentioned, I am looking for an AS3 only solution, not one involve both. >>> Additionally, I have FlashDevelop pointing to the full 3.2 Flex SDK (not >>> just the open source components), but I do not see the mx top level package >>> that contains the Flex controls. This is why I think you need to use MXML >>> also. >>> >>> Thanks, >>> Tim >>> >>> On Fri, Feb 6, 2009 at 10:54 AM, Tim Rieder < <[email protected]> >>> [email protected]> wrote: >>> >>>> On 2/6/09, Radsl < <[email protected]>[email protected]> wrote: >>>> > adobe livedocs >>>> > ----- Original Message ----- >>>> > From: Tim Rieder >>>> > To: <[email protected]>[email protected] >>>> > Sent: Friday, February 06, 2009 8:38 AM >>>> > Subject: [osflash] How to use Data Grid >>>> > >>>> > >>>> > Hi all, >>>> > >>>> > I am very new to OS Flash/Flex development using FlashDevelop and >>>> Flex >>>> > SDK. I've built a few basic swf files, but now I want to try and >>>> connect to >>>> > a database and render a result set. I can't seem to find anything that >>>> shows >>>> > how to create a DataGrid purely through AS3 (MXML is always shown). Is >>>> this >>>> > possible? If so, can anyone point me to some documentation or a >>>> tutorial? >>>> > >>>> > Thanks, >>>> > Tim >>>> > >>>> > -- >>>> > This message has been scanned for viruses and >>>> > dangerous content by MailScanner, and is >>>> > believed to be clean. >>>> > >>>> > >>>> > >>>> ------------------------------------------------------------------------------ >>>> > >>>> > >>>> > _______________________________________________ >>>> > osflash mailing list >>>> > <[email protected]>[email protected] >>>> > <http://osflash.org/mailman/listinfo/osflash_osflash.org> >>>> http://osflash.org/mailman/listinfo/osflash_osflash.org >>>> > >>>> > -- >>>> > This message has been scanned for viruses and >>>> > dangerous content by MailScanner, and is >>>> > believed to be clean. >>>> > >>>> > >>>> >>>> -- >>>> Sent from Gmail for mobile | mobile.google.com >>>> >>> >>> >>> -- >>> This message has been scanned for viruses and >>> dangerous content by *MailScanner* <http://www.mailscanner.info/>, and >>> is >>> believed to be clean. >>> >>> ------------------------------ >>> >>> _______________________________________________ >>> osflash mailing list >>> [email protected] >>> http://osflash.org/mailman/listinfo/osflash_osflash.org >>> >>> >>> -- >>> This message has been scanned for viruses and >>> dangerous content by *MailScanner* <http://www.mailscanner.info/>, and >>> is >>> believed to be clean. >>> >>> _______________________________________________ >>> osflash mailing list >>> [email protected] >>> http://osflash.org/mailman/listinfo/osflash_osflash.org >>> >>> >>> _______________________________________________ >>> osflash mailing list >>> [email protected] >>> http://osflash.org/mailman/listinfo/osflash_osflash.org >>> >>> >> > > _______________________________________________ > osflash mailing list > [email protected] > http://osflash.org/mailman/listinfo/osflash_osflash.org > > -- Regards, Bachir El Khoury
_______________________________________________ osflash mailing list [email protected] http://osflash.org/mailman/listinfo/osflash_osflash.org
