Your achievements

Level 1

0% to

Level 2

Tip /
Sign in

Sign in to Community

to gain points, level up, and earn exciting badges like the new
Bedrock Mission!

Learn more

View all

Sign in to view all badges

PamColwell-ZN29
PamColwell-ZN29
Offline

Badges

Badges
6

Accepted Solutions

Accepted Solutions
2

Likes Received

Likes Received
2

Posts & Comments

Posts & Comments
13

Discussions

Discussions
0

Questions

Questions
0

Ideas

Ideas
0

Blog Posts

Blog Posts
0
Top badges earned by PamColwell-ZN29
Customize the badges you want to showcase on your profile
Re: How to manually create item using model driven assembler - Adobe LiveCycle 07-11-2011
> DataServiceWrapper that I can add an event listener on MessageEvent.MESSAGE but when I tried it, the handler never gets called when a service side push is performed on this service...Checking again,, I dont even see this event in the reference anymoreDataServiceWrapper has a serviceControl property that isa DataServicehttp://help.adobe.com/en_US/FlashPlatform/reference/actionscript/3/com/adobe/fiber/services/wrapper/DataServiceWrapper.htmlYou can add your event listener to this property

Views

228

Like

1

Replies

0
Re: How to manually create item using model driven assembler - Adobe LiveCycle 27-10-2011
You can also register an eventListener on the DataService on the client side. This will receive server side push events.

Views

197

Likes

0

Replies

0
Re: How to manually create item using model driven assembler - Adobe LiveCycle 27-10-2011
> all I want to do is to display on the top of the grid the newly added items to the gridIn the implementing assembler, in the refreshFill() method return PREPEND_TO_FILLhttp://help.adobe.com/en_US/enterpriseplatform/10.0/ExperienceServicesAPI/flex/data/assemblers/Assembler.html#PREPEND_TO_FILLIs this getting you closer? Pam ColwellDataServices Team

Views

197

Likes

0

Replies

0
Re: How to manually create item using model driven assembler - Adobe LiveCycle 27-10-2011
All DataService CRUD methods return an AsyncToken. You can add a TokenResponder to this token with you callback function specificed.http://help.adobe.com/en_US/LiveCycleDataServicesES/3.1/Modeling/WS63EC411D-CAB9-4f46-A6FC-D3864605D828.htmlHope this helps,Pam ColwellDataServices Team

Views

197

Likes

0

Replies

0
Re: How to prevent "A request for the item is now pending." - Adobe LiveCycle 19-04-2011
> i saw in the link that you posted> " If you do not use data binding in conjunction with lazy loading, you can catch the ItemPendingError in your code and handle it accordingly."> How do i do that?There is an "Item pending errors" section in the page of the link that Tom posted with an example.In addition to this, in the version of Flex that you are using, you may have to issue the "moedaService.getAll()" on each tab's activate() explicitly.Cheers,Pam

Views

358

Like

1

Replies

0
Re: LCDS Fetching a single row - Adobe LiveCycle 13-04-2011
Just as you are specifying a "fill", you can specify a "get-item" that takes an identifier and returns a single item.Client side doc is here:http://help.adobe.com/en_US/FlashPlatform/reference/actionscript/3/mx/data/DataService.html

Views

431

Likes

0

Replies

0
Re: Move effect in loop - Adobe LiveCycle 12-04-2011
This question belongs over in the Flex/Actionscript forum, where the AS drawing experts are.http://forums.adobe.com/community/flex

Views

198

Likes

0

Replies

0
Re: Hibernate version property not updated on client side - Adobe LiveCycle 05-04-2011
You want to send *all* the changed properties: those coming from the client and any additional properties that were changed on the server. Also, send the latest version of the object, as it looks like you have.This capability propagates all changes to all listening clients, in addition to flagging any potential conflicts on the generating client when the acknowledge message is sent back.It is described in JavaDoc here: http://help.adobe.com/en_US/LiveCycleDataServicesES/3.1/Javadoc/flex/data/ass...

Views

258

Likes

0

Replies

0
Re: Hibernate version property not updated on client side - Adobe LiveCycle 24-02-2011
Any server side changes have to be registered with LCDS to get sent out to the clients. So in this case a simple call to DataServiceTransaction.updateItem() is needed, after your database commit is completed on the server.

Views

257

Likes

0

Replies

0
Re: Java server Push DataMessage through RTMP LC DataService - Adobe LiveCycle 12-02-2011
Since you're filtering your query according to a particular user, then your DataService's fill() parameters could contain a unique token for that user. When the fill is refreshed on the server after the createItem() (as mentioned in Rohit Kumar's link) only that will be refreshed and pushed out to the client with that token.The DataServiceTransaction api is the way to go, if you're using LC DataService.Hope this helpsPam

Views

250

Likes

0

Replies

0
Likes given to
Likes from