Expand my Community achievements bar.

isa___
isa___
Offline
Type
  • All
  • Questions
  • Discussions
  • Ideas
  • Blogs
Filter by user contributions
  • Suggestion:Adding a multi-language chat pod taking advantage of flash player 10 text engine.

    Type

    Questions

    Views

    750

    Likes

    0

    Replies

    0
  • Thank you for the tips,i removed the dataField and wrote a sortCompareFunction.The DataGrid is sortable now :-)<mx:DataGridColumn id="c2" headerText="Score" sortCompareFunction="sortMe" labelFunction="scoreLabelFunction" />import mx.utils.ObjectUtil;private function sortMe(obj1:Object, obj2:Object):...

    Type

    Questions

    Views

    1.1K

    Likes

    0

    Replies

    0
  • Thank you for the example I want to sort the DataGrid by the score.When I click on the DataGrid score column head to sort it, It throws error:ReferenceError: Error #1069: Property customFields['score'] not found on com.adobe.rtc.sharedManagers.descriptors.UserDescriptor and there is no default valu...

    Type

    Questions

    Views

    1.1K

    Likes

    0

    Replies

    0
  • That would be nice :-)

    Type

    Questions

    Views

    333

    Likes

    0

    Replies

    0
  • Spell It is a word game powered by AFCS.In which each player has the same random 9 letters and 90seconds, to spell as many words as he can.For each letter the player get one point.Players see other players words so the they cant retype it.I had fun scripting it,i hope it is fun to play :-)http://fla...

    Type

    Questions

    Views

    1.1K

    Likes

    0

    Replies

    2
  • <mx:DataGridColumn id="c2" headerText="Column 2"dataField="customFields['score']" />doesn't work?an example of putting customFileds inside a DataGridColumnwill be nice ...Thank you

    Type

    Questions

    Views

    1.1K

    Likes

    0

    Replies

    0
  • Thank you that was helpfulbut how can i put the results in a list or dataField?cSession.userManager.registerCustomUserField("score");cSession.userManager.setCustomUserField(cSession.userManager.myUserID,"score",7);var ud:UserDescriptor =cSession.userManager.getUserDescriptor(cSession.userManager.myU...

    Type

    Questions

    Views

    1.1K

    Likes

    0

    Replies

    0
  • Hi peoplei don't get how to use customFields ?how to use it to store a property and put it in dataGridColumn?var ud:UserDescriptor =cSession.userManager.getUserDescriptor(cSession.userManager.myUserID);ud.customFields.someProperty = 7;<mx:DataGrid id="datag"dataProvider="{cSession.userManager.userCo...

    Type

    Questions

    Views

    1.1K

    Likes

    0

    Replies

    0
  • i just started using cocomo, actually just started using Flexbuilder a trial version :-)so i think doing hello world is traditional start.im trying to popup hello world message for all users,any user click the button a hello world message will popupfor all users.Here is what I come up with <sharedMo...

    Type

    Discussions

    Views

    745

    Likes

    0

    Replies

    1