R: Re: [orkut-developer] How to replies to a Scrap?

2011-07-12 Thread a.bellav...@opentecheng.com
Hi, thank you for quick reply, now I can reply to any scrap. Now I have another question, regardings the replies to a scrap. If I see a scrap in a user scrapbook, now I can reply to this scrap: but can I know the num of replies already written to the same scrap? If I can, how can I get the te

Re: [orkut-developer] How to replies to a Scrap?

2011-07-07 Thread Robson Dantas
Hi! You need two things: 1- Get the scrapid, in order to reply; 2- Add a parameter to scrapActivity called msgId; Looking the class WriteScrapTx.java, it is possible to reply a scrap, there is a contructor available, see: WriteScrapTx(String personId, String body, String scrapId) { this(per

[orkut-developer] How to replies to a Scrap?

2011-07-06 Thread a.bellav...@opentecheng.com
Hi all, I'm using Orkut-os-client. I can't find a way to get the replies of a Scrap, and also it's impossible to reply to a Scrap. Searching on the web, I've found that the class ScrapActivity can do this, but I can't konw how. I use ScrapTxFactory to get, delete and write scraps, but there's