Expand my Community achievements bar.

Sort
  • Most recent
  • Most views
  • Most likes
  • Most replies
  • Oldest First
Filter
  • All
  • Resolved
  • Unresolved
  • Zero replies

  • 3/10/09
    I am coding a more custom roster in my app. Looking at theexamples provided there a couple of ways to do. Although looking atthe roster pods there seems to be alot of code needed.What do you think is the best may to approach to it? I waslooking at possibly an arraycollection or a more direct approac...

    Views

    1.1K

    Likes

    0

    Replies

    3
  • 3/8/09
    I put up a simple collaboration example using a chat, wb,roster and note pods. When the user focuses on the note pod, atoolbar related to notes surfaces right over the chat componententry box. Not only is this out of the bounds of the note pod, butit obscures further chat submissions. The y-value is...

    Views

    1.1K

    Likes

    0

    Replies

    4
  • 3/4/09
    Using FB with Flex sdk 3.3 and AFCS SDK 0.91. I installed theSDK per the instructions in the ACFS dev guide. I then added theFP9 afcs.swc to my project build path and compile for fp 9.0.124The sample apps do compile and run.However1. I am getting no code hinting for the acfs classes2. IN design view...

    Views

    1.0K

    Likes

    0

    Replies

    2
  • 3/4/09
    At Nigel's MAX presentation (http://tv.adobe.com/#vi+f15384v1006@ 26:20), he showed slides indicating polling pods. I have seenseveral other references to them in past marketing literature.Based on this I boldly offered to code up a poll example for mygroup, although now it looks like I have to buil...

    Views

    881

    Likes

    0

    Replies

    2
  • 3/4/09
    We have an application that's doing this (greatly simplified) var list:ArrayCollection; // list of PositionVO service.fill(list); var temp:PositionVO; temp.title = "hello";The list is a list of PositionVO objects and it is filled byan LCDS DataService. We think the temp object is not part of the lis...

    Views

    1.7K

    Likes

    0

    Replies

    8
  • 3/4/09
    I'm not a PHP wiz - in fact I am not a backend coder so I amsomewhat struggeling with the sample scripts - I still hope for aCF sample...I'm trying to run and log in to AFCS via the commandline(Terminal). I'm not sure what I'm doing wrong - here what I ampassing:php -f /Applications/MAMP/htdocs/afcs...

    Views

    2.1K

    Likes

    0

    Replies

    6
  • 2/28/09
    Today I am having issues authenticating as an owner for myroom. I am confident that the username and password is correct andwas previously working. It also seems to work fine with theAFCSDevConsole.Here's the message I get:[SWF]Users:stefan:Desktop:CocomoSDK_0.91:examples:SharedCollection:bin-debug:...

    Views

    2.0K

    Likes

    0

    Replies

    3
  • 2/28/09
    Can someone provide me with an example addEventListener()call to capture the following events. Please forgive the CDBDAOException post. I am trying to avoid paying the 750 for thesupport but it does involve the mx.messaging events. Any help wouldbe creately appreciated.I tried this, but it doesn't w...

    Views

    658

    Likes

    0

    Replies

    1
  • 2/27/09
    Hi again,I'd like to call setUserRole on a CollectionNode. Can I dothat right when the CollectionNode gets created (right now that'sinside my SharedModel's subscribe method)? I don't think it doesbecause I get a RTE if I try:TypeError: Error #1009: Cannot access a property or method ofa null object ...

    Views

    881

    Likes

    0

    Replies

    2
  • 2/27/09
    I am working with a simple Shared Model which implementsISessionSubscriber. I noticed that some of the examples set uptheir Shared Models upon creationComplete of one of the viewcomponents inside ConnectSessionContainer.Is this the recommended approach? Would it be better (or asefficient) to listen ...

    Views

    967

    Likes

    0

    Replies

    2