Expand my Community achievements bar.

atta707
atta707
Offline
Type
  • All
  • Questions
  • Discussions
  • Ideas
  • Blogs
Filter by user contributions
  • check the resultFormat property of the HTTPService instanceand you might have to set to e4x to have it treat the response asXML.http://livedocs.adobe.com/flex/3/langref/mx/rpc/http/HTTPService.html#resultFormatATTA

    Type

    Discussions

    Views

    412

    Likes

    0

    Replies

    0
  • First off, you'll need to read your response as a simple textby specifying resultFormat="text" in your service:<mx:HTTPService id="srv" url="http://192.168.103.128:8081/ManageMe/manageme/generateXMLForGantt.action"resultFormat="text"/>Now in your result event you'll read the response as simpletext:v...

    Type

    Questions

    Views

    497

    Likes

    0

    Replies

    0
  • Here are the keywords for your research on google: BlazeDS,Live Cycle Data Services, RemoteObject!Basically, you need a service side infrastructure that wouldexpose your pojos as callable objects and RemoteObject on the Flexclient to call these pojos. This is, of course, an alternative to you JSP, S...

    Type

    Discussions

    Views

    476

    Likes

    0

    Replies

    1
  • try putting your crossdomain.xml file at the root of your webserver. That is, in this case, it should be available at http://localhost:8080/crossdomain.xml.You might want to hit that URL in the browser to confirm thatyou're indeed have placed the file at the right place.ATTA

    Type

    Discussions

    Views

    678

    Likes

    0

    Replies

    1
  • Are you sure you're using correct parameters, like host name,port, user name and password, for you MySql DB? Can you connectusing same values from the command line?

    Type

    Discussions

    Views

    327

    Likes

    0

    Replies

    0
  • have a look at the sortCompareFunction property ofDataGridColumn. This function allows you to define you customsorting implementation is meant exactly for these kind ofscenarios. Flex Builder help and web has examples of this.ATTA

    Type

    Discussions

    Views

    465

    Likes

    0

    Replies

    0
  • I think AdvancedDataGrid supports such use case not theDataGrid.

    Type

    Discussions

    Views

    430

    Likes

    0

    Replies

    0
  • Hi Mike,Unfortunately, the answer is no! Just like you can't showyour result set on an HTML page without iterating it, getting it'sproperties -- rows and columns -- and converting them them to HTMLtext for browser to show; there is no way for Flex to understandsemantics of a result set.Your best bet...

    Type

    Discussions

    Views

    528

    Likes

    0

    Replies

    0
  • The most important thing to realize about Flex and it'sability to connect to a database is that i cannot! There is nothing in Flex that knows anything about .Net orvice versa! Absolutely, Flex can talk to old simple ASP pages. It'sentirely upto the ASP page to figure out about how it wants toconnect...

    Type

    Discussions

    Views

    528

    Likes

    0

    Replies

    1
  • have you tried <local:formname id="fn"/>and then in your script this.fn.doInit() should work!Do you have the event on which you're chaning thecurrentState? If so, that would be place to add more logic. For a more graceful solution of the latter take a look at theenterState and exitState event of the...

    Type

    Discussions

    Views

    441

    Likes

    0

    Replies

    0
Top badges earned by atta707
Customize the badges you want to showcase on your profile