Expand my Community achievements bar.

aBill
aBill
Offline
Type
  • All
  • Questions
  • Discussions
  • Ideas
  • Blogs
Filter by user contributions
  • Hi,Try remove phoneNumbers = new ArrayCollection(); from you constructor! I saw similar problem before! Hope it helps!William Chan

    Type

    Discussions

    Views

    482

    Likes

    0

    Replies

    2
  • Hi,I think you need mx;Array tag<mx:DataGrid id="destgrid" allowMultipleSelection="true"dragEnabled="true" dropEnabled="true" dragMoveEnabled="true"><mx:columns><mx:Array><mx:DataGridColumn dataField="Employee"/><mx:DataGridColumn dataField="Trade"/><mx:DataGridColumn dataField="Skills"/></mx:Array>...

    Type

    Discussions

    Views

    227

    Likes

    0

    Replies

    0
  • Hihope the following example help<?xml version="1.0"?><Application xmlns="http://www.adobe.com/2006/mxml"> <DataGrid id="dgrid"/> <Script> <![CDATA[ import mx.controls.dataGridClasses.*; private function createCols():void { var array:Array = new Array(); var dc1:DataGridColumn = new DataGridColumn("...

    Type

    Discussions

    Views

    270

    Likes

    0

    Replies

    0
  • As error message undefined property "result", you should uselastResult instead. "result" is Flex 1.5 format<mx:XMLListCollection id="newsList"source="{newsFeed.lastResult.channel.item}" />

    Type

    Discussions

    Views

    623

    Likes

    0

    Replies

    0
  • As Cathy said, you should able to find a good documentationfrom the remoteobject & combobox tag. combobox takes array ofobjects as dataprovider. You can specify the field which you wantto use by specifying it in the labelField attributeExample:<?xml version="1.0"?><mx:Application width='800' height=...

    Type

    Discussions

    Views

    534

    Likes

    0

    Replies

    1
  • hiIn WEB-INF/flex, there is a remote-config.xml. You shoulddefined a destination there. Without the destination, remoteobjecthas not enough information to establish its connection such aswhich channel to use. Following are examples of destinations andremoteObject:1. use default channels defined <des...

    Type

    Discussions

    Views

    331

    Likes

    0

    Replies

    0
  • hi,Have you found the problem yet? Did you try the debug featurein FDS to find out the serialized object type? It should besomewhere in the codes still using sample.crm.Company, since itworked before you changed the package. If you need, you can zip itup and send to me. I can take a lookWilliam Chan

    Type

    Discussions

    Views

    815

    Likes

    0

    Replies

    0
  • I downloaded the cfcrm app. I found the cfc have<cfcomponent output="false" alias="samples.crm.Company"> Didyou also fix this when you changed the package?William Chan

    Type

    Discussions

    Views

    1.2K

    Likes

    0

    Replies

    0
  • When you click on the item on datagrid, there is no debuginformation on the server's log, since the data is already loaded.I am sorry about the confusion. What I meant was the log from theserver when the data was loaded. You should be able to see theserialized objects' information

    Type

    Discussions

    Views

    1.2K

    Likes

    0

    Replies

    1
  • I haven't tried it. The hibernate assembler class' source isprovided for this purpose. Developers can extends the assembler touse Spring framework. it is a zip file inresources\samples\assemblers.Hope it help!Thanks!William Chan

    Type

    Discussions

    Views

    722

    Likes

    0

    Replies

    0