Expand my Community achievements bar.

devhu
devhu
Offline
Type
  • All
  • Questions
  • Discussions
  • Ideas
  • Blogs
Filter by user contributions
  • I needed the custom adapter to send 3 messages to 3subscribedusers. The message contains each users name...The adapter code is something like this(not like a pro butworking)private Vector messages = new Vector();public Object invoke(Message message) { MessageService msgService =(MessageService)getDe...

    Type

    Questions

    Views

    365

    Likes

    0

    Replies

    0
  • Hi,anybody knows where can I find some serious documentationabout how to create custom message service adapters?I tried the sample from the lcds dev guide, it works fine,but i need to use subscription handling, but not found it anywherehow to realize one...Can anybody point me where can i find one, ...

    Type

    Questions

    Views

    908

    Likes

    0

    Replies

    3
  • Hi there,is there a capability for data management like the subtopics for messaging?I need to send data only for a few users, and not for all.Ex. 1000 users logged on, but need to send the changes only for 3of them.Thx

    Type

    Discussions

    Views

    530

    Likes

    0

    Replies

    1
  • I was wrong. So the working code is:<mx:Button label="Delete item"click="ds.deleteItem(products.getItemAt(dtProducts.selectedIndex))"/>it deletes the selected item from the DataGrid dtProducts - is the dataGridds - is the DataServiceproducts - is the arraycollectionworks fine for me...hope this help...

    Type

    Questions

    Views

    439

    Likes

    0

    Replies

    0
  • Hi,I had this error too, but solved it. I'm not in work rightnow, where my code is, but I try to remember how it was solved.For the delete method you must pass only the id of the rowyou wish to delete. But not your unique ID, for ex. teacherId, butthe one with LCDS identifies the rows. You should tr...

    Type

    Questions

    Views

    440

    Likes

    0

    Replies

    0
  • I've solved the problem...after days of coding...First of all, i forgot to add to my MXML file the <Product/> tag, to reference the Product.as, therefore the clientreturned the ASObject instead of Product.After this I received a stack overflow error. The problem wasthat I had the same name for Produ...

    Type

    Questions

    Views

    231

    Likes

    0

    Replies

    0
  • Hi all,i'm having a problem with the LCDS.My application is almost copied from the sample applicationsample8 -> data management service. I can fetch the data to thedatagrid from my MySQL server, but the update doesn't work at all.The returning object from the client is not Product, but for somereaso...

    Type

    Questions

    Views

    445

    Likes

    0

    Replies

    1