Expand my Community achievements bar.

aBill
aBill
Offline
Type
  • All
  • Questions
  • Discussions
  • Ideas
  • Blogs
Filter by user contributions
  • HttpChannel has polling too. Refresh a browser is same asrestarting the application. For the live connection, it has toclose and reopen. It has to be a new session

    Type

    Discussions

    Views

    500

    Likes

    0

    Replies

    0
  • Is it using rtmp channel? Is there any firewall or proxyissue for its port? Try polling channel to see what happen. Thanks!William Chan

    Type

    Discussions

    Views

    599

    Likes

    0

    Replies

    1
  • i am going to follow the instruction to install CF today totry it out. However, you can debug it by change the logging lvl todebug in services-config.xml. Check the reponse is a typed objector not. As you know the exception is coming from company =Company(companies.getItemAt(dgCompany.selectedIndex)...

    Type

    Discussions

    Views

    1.3K

    Likes

    0

    Replies

    0
  • HiBy looking at your serverlog and error message, server didn'tknow the url. I think you know the problem too, since youparticularly pointed out that in your server log14/08 15:02:45 error Requested resource '/messagebroker/amf'(%2fmessagebroker%2famf) not foundHowever, I can see the server reportin...

    Type

    Discussions

    Views

    595

    Likes

    0

    Replies

    1
  • Using rtmp or polling channel should give you samefunctionality. However, rtmp push data to client when updatearrives. It doesn't have to reconnect to the server. It shouldperform better.

    Type

    Discussions

    Views

    500

    Likes

    0

    Replies

    1
  • Hi,I haven't tried the crm sample in cf. The error is tryingcast a untyped object into to com.crm.Company. Can you verify yourCompany.as' meta data?Did you make change of the following?from[RemoteClass(alias="samples.crm.Company")]to [RemoteClass(alias="com.crm.Company")]Hope it help!Thanks!William ...

    Type

    Discussions

    Views

    1.3K

    Likes

    0

    Replies

    0
  • HiFlex provides different levels to handle asynchonous calls. Ithink you already know, but I am still going to repeat them. Callcan be handle as service result, method result or request result..example:Service level<RemoteObject destination="getMyDataService"result="handleServiceResult(event)">metho...

    Type

    Discussions

    Views

    559

    Likes

    0

    Replies

    1
  • Ryan - you can just pass the object, flex does take carewhere it is element or attribute following is the sample(one of testcase we have)<s:complexType name="Person"> <s:sequence> <s:element minOccurs="1" maxOccurs="1" name="Age"type="s:double" /> <s:element minOccurs="1" maxOccurs="1" name="ID"type...

    Type

    Questions

    Views

    458

    Likes

    0

    Replies

    0
  • HiIt sounds like it is good scenario in chart. However,scrolling the canvas to see the chart has no get itemsinvolved.(not communicating with the chart controls) I could notthink of anyway to do it! BTW. do you experience any performanceissue in your app. I suggest to use remoteobject to get the dat...

    Type

    Questions

    Views

    365

    Likes

    0

    Replies

    0
  • In the SessionDestroyED event, it is not possible to getattribute. Thanks for bring out the doc issue. The way which Iovercome this issue I have to have a map to store the informationfor the destroy into the sessionIDpublic void sessionDestroyed(FlexSession flexSession) { String signoffUserName = (S...

    Type

    Discussions

    Views

    621

    Likes

    0

    Replies

    0