FlatSpark for datagrid

2016-10-14 Thread galapagos
I am going to migrate a Flex 3 app to Flex 4 and I plan to use FlatSpark for
the user interface.

I don't see the "datagrid" as part of the components available in FlatSpark.

Please confirm. 

If not available, is it planned? When?

If not planned, what would be a workaround?

Thanks in advance.




--
View this message in context: 
http://apache-flex-users.246.n4.nabble.com/FlatSpark-for-datagrid-tp13810.html
Sent from the Apache Flex Users mailing list archive at Nabble.com.


Re: get url or domain of requesting Flex app from a remote object

2015-09-02 Thread galapagos
Thanks again, but I'm not sure.

This seems to be for HTTP servlets, and I am not sure that Java remote
objects called from Flex are equivalent to HTTP servlet. Do you know if yes
or no?

Will need to test it.



--
View this message in context: 
http://apache-flex-users.246.n4.nabble.com/get-url-or-domain-of-requesting-Flex-app-from-a-remote-object-tp11123p11127.html
Sent from the Apache Flex Users mailing list archive at Nabble.com.


Re: get url or domain of requesting Flex app from a remote object

2015-09-02 Thread galapagos
Thanks, but this gets the URL or domain from the Flex app, using
ActionScript.

My question is how to do it from the remote object, which is written in
Java.




--
View this message in context: 
http://apache-flex-users.246.n4.nabble.com/get-url-or-domain-of-requesting-Flex-app-from-a-remote-object-tp11123p11125.html
Sent from the Apache Flex Users mailing list archive at Nabble.com.


get url or domain of requesting Flex app from a remote object

2015-09-02 Thread galapagos
I would like to know if it is possible to get the URL (or the domain) of the
Flex application which calls a remote object, from that remote object.
 
I have a Flex application which is accessed by different domains, and for
each domain, the remote object must use a database whose name is the root of
the domain name of the URL, such as 'sample1' if the remote object is called
from the Flex application through URL 'sample1.mydomain.com/myapp', and
'sample2' if the remote object is called from the same Flex application
through URL 'sample2.mydomain.com/myapp'
 
I know I could use an argument that the Flex app could pass to the remote
object, but this is legacy code and this would imply a huge amount of
changes.
 
If I could do it in the remote object which does the connection to the
database, I would only have to change the getconnection call in that remote
object.
 
Please advise.



--
View this message in context: 
http://apache-flex-users.246.n4.nabble.com/get-url-or-domain-of-requesting-Flex-app-from-a-remote-object-tp11123.html
Sent from the Apache Flex Users mailing list archive at Nabble.com.