Re: Building Spark Datagrid dynamically

2013-07-04 Thread OmPrakash Muppirala
(Please use dev@flex.apache.org for posting on this list) Spark DataGrid has support to automatically add the column based on the given dataProvider. You can declare a Spark DataGrid and just give it a dataprovider. The columns should appear automatically. As for the column lengths, you could s

Building Spark Datagrid dynamically

2013-07-04 Thread Oleg Konovalov
Hi, I am getting data from the database via XML (SOAP Web Service), and in that case I don't know number of columns or their names. Need to display them in Spark DataGrid (and allow user to add, edit, delete rows). The complication I see here is that in that project there is Parsley + proprietary

Re: Building installer for Linux

2013-07-04 Thread OmPrakash Muppirala
On Thu, Jul 4, 2013 at 3:10 PM, OmPrakash Muppirala wrote: > On Thu, Jul 4, 2013 at 3:07 PM, Justin Mclean wrote: > >> Hi, >> >> > We had a discussion a while ago that we don't want to clutter the root >> of >> > the website with numerous versions of the installer config file. Hence >> the >> > m

Re: Building installer for Linux

2013-07-04 Thread OmPrakash Muppirala
On Thu, Jul 4, 2013 at 3:07 PM, Justin Mclean wrote: > Hi, > > > We had a discussion a while ago that we don't want to clutter the root of > > the website with numerous versions of the installer config file. Hence > the > > move to the new installer directory. > Mind moving the config file to the

Re: Building installer for Linux

2013-07-04 Thread Justin Mclean
Hi, > We had a discussion a while ago that we don't want to clutter the root of > the website with numerous versions of the installer config file. Hence the > move to the new installer directory. Mind moving the config file to the correct place then? That probably easier than required people tes

Re: Building installer for Linux

2013-07-04 Thread OmPrakash Muppirala
We had a discussion a while ago that we don't want to clutter the root of the website with numerous versions of the installer config file. Hence the move to the new installer directory. Thanks, Om On Thu, Jul 4, 2013 at 2:53 PM, Justin Mclean wrote: > HI, > > > Which file, which location? Can

Re: Building installer for Linux

2013-07-04 Thread Justin Mclean
HI, > Which file, which location? Can you please be more specific? Did't the path use to be: http://flex.apache.org/sdk-installer-config-3.0.xml Rather than: http://flex.apache.org/installer/sdk-installer-config-3.0.xml Justin

Re: Building installer for Linux

2013-07-04 Thread OmPrakash Muppirala
On Thu, Jul 4, 2013 at 2:48 PM, Justin Mclean wrote: > Hi, > > >> http://flex.apache.org/installer/sdk-installer-config-3.0.xml > >> Error while trying to load XML configuration file: 2032 > >> Unable to clean up temporary installation directories > >> > >> which is obviously because the file aint

Re: Building installer for Linux

2013-07-04 Thread Justin Mclean
Hi, >> http://flex.apache.org/installer/sdk-installer-config-3.0.xml >> Error while trying to load XML configuration file: 2032 >> Unable to clean up temporary installation directories >> >> which is obviously because the file aint there yet. I see there is support >> for >> an override value - a

Re: http://blogs.apache.org/flex/ LINK NOT WORKING

2013-07-04 Thread Justin Mclean
Hi, > Link to blogs is not work in Community menu of website. As far as I can see it goes to http://blogs.apache.org/flex/ which is working. Is it still not working for you? Thanks, Justin

Re: Building installer for Linux

2013-07-04 Thread OmPrakash Muppirala
Moving to dev@f.a.o. In the loadXML() function, replace the line: request = new URLRequest(Constants.APACHE_FLEX_URL + Constants.CONFIG_XML_NAME); with request = new URLRequest(Constants.CONFIG_XML_NAME); This will let you load the config file from the local disk. Thanks, Om On Jul 4, 2013 11

Re: [SUGGESTION] reg. Implementation of IDisplayText in RichEditableText class

2013-07-04 Thread jude
I don't believe RichText supports hyperlinks. On Thu, Jul 4, 2013 at 1:06 PM, Alex Harui wrote: > > > On 7/4/13 4:45 AM, "Jagan Langa Sami Durai" wrote: > > >Hi All > > > >if the *RichEditableText *also implements *IDisplayText *interface as * > >TextBase* class, It will be very handy while cre

Re: [SUGGESTION] reg. Implementation of IDisplayText in RichEditableText class

2013-07-04 Thread Alex Harui
On 7/4/13 4:45 AM, "Jagan Langa Sami Durai" wrote: >Hi All > >if the *RichEditableText *also implements *IDisplayText *interface as * >TextBase* class, It will be very handy while creating a custom component >(which may have any kind of text based controls ) for skinning. > >P.S. RichEditableTe

Re: AW: [jira] [Commented] (FLEX-33086) Make SDK build with Maven/Flexmojos and deploy release and snapshot artifacts to the Apache Maven repository

2013-07-04 Thread Frédéric THOMAS
Hi Chris, What about deploying the the 6.1.0-SNAPSHOT to the snapshot Sonatype repo if you don't want to have the burden to release ? -Fred -Message d'origine- From: christofer.d...@c-ware.de Sent: Monday, June 17, 2013 1:05 PM To: dev@flex.apache.org Subject: AW: [jira] [Commented]

http://blogs.apache.org/flex/ LINK NOT WORKING

2013-07-04 Thread Abdul Sattar
Link to blogs is not work in Community menu of website. Regards, -- Abdul Sattar

[SUGGESTION] reg. Implementation of IDisplayText in RichEditableText class

2013-07-04 Thread Jagan Langa Sami Durai
Hi All if the *RichEditableText *also implements *IDisplayText *interface as * TextBase* class, It will be very handy while creating a custom component (which may have any kind of text based controls ) for skinning. P.S. RichEditableText class have all the method definitions for the method declar