Expand my Community achievements bar.

DLCKid
DLCKid
Offline
Type
  • All
  • Questions
  • Discussions
  • Ideas
  • Blogs
Filter by user contributions
  • Hi all,*EDIT*New question.  I have a dummy app set up that calls a CFC function via RemoteObject and returns my query.  My query is then bound to a DataGrid and everything imports nicely.  I simply just do  acData = ArrayCollection(event.result);  and the grid populates fine.  However, if I try to a...

    Type

    Questions

    Views

    375

    Likes

    0

    Replies

    0
  • Ok, after further review and attempts, clearly I don't understand RemoteObjects like I thought I would.  Are there any tricks to them?  What do I need to setup in order for them to work properly?  If I have all of my ColdFusion functions contained in a CFC, how to I access them using ROs?  Specifica...

    Type

    Questions

    Views

    689

    Likes

    0

    Replies

    0
  • Ok, I'll look up how to incorporate them instead.  In doing so, can you think of anything that would be skipped or easily missed in regards to setting up my server to handle the RO and/or the LCDS?

    Type

    Questions

    Views

    688

    Likes

    0

    Replies

    0
  • I guess because I also got errors trying to set one up and never understood the differences between them?

    Type

    Questions

    Views

    690

    Likes

    0

    Replies

    0
  • Here are the basic pieces of my coding stripped apart...Flex App:<mx:WebService id="cfdata" wsdl="http://localhost:8500/ProfileTest-debug/cfc/myStuff.cfc?wsdl" useProxy="false">     <mx:operation name="sendData" result="send_Result(event)" fault="send_Fault(event)" /></mx:WebService>AS file:private ...

    Type

    Questions

    Views

    687

    Likes

    0

    Replies

    0
  • Yea I forgot to mention, seems weird to me but when i set the remote argument type to "any" I get the following error:"faultCode:DecodingError faultString:'SOAP Response cannot be decoded. Raw response: ' faultDetail:'null'"I've seen this error numerous times and unsure how to fix this or get my arr...

    Type

    Questions

    Views

    690

    Likes

    0

    Replies

    0
  • I currently have a flex app setup using WebServices to communicate between the app and my CFCs.  Everything works well until I attempt to pass across my dataGrid information which are setup as ArrayCollections.  I have searched and searched and every example and/or response I've found results in mor...

    Type

    Questions

    Views

    2.3K

    Likes

    0

    Replies

    10
Top badges earned by DLCKid
Customize the badges you want to showcase on your profile