Community Questions & Answers

Strange behavier of editing text?

Hey, if i wanna edit my field like so: Enter a word and edit ONE LETTER in this word... So i jump to th position of the letter and hit "delete". the letter is deleted but the "editcursor" jumps to the end of the word... ? Seems very...

application management

How can I delete an app that's on MyApp section on APpcelerator site? Also how can I delete apps from Android emulator in the PC?

Delete button does not work in DDMS

I got trouble with smdl2tmp1.asec all the time. So I've to delete it so I can install my app again on the simlulator. I've to delete it in DDMS with the 'delete the section' button in the upper right corner. But just pressing delete on keyboard would be...

Bug in ACS API for Deleting a Review.

According to the Example Provided by the ACS API Reference for deleting a review we have: SDK Callback: ~~~ JSONObject responseJSON = response.getResponseData(); CCMeta meta = response.getMeta(); if("ok".equals(meta.getStatus()) &&...

Deleting chat-group ACS

Hi.I am creating application using ACS. In my application I am allowing user to form a chat-group, add members to that group but I am not able to delete that group. Is there any way to delete this chat-chat group. In documentation there are only three...

TableView delete (row) indexing issues

Context: email application with "unread" images in leftImage, with several labels added to row Setting (row)rowData[e.index].leftImage = '' clears icon successfully while table is unchanged. After a a row is deleted, the new row at that index...

Dose HttpClient support DELETE method?

Http DELETE method doesn't work on HTTPClient. ------------------------------------------- var xhr = Titanium.Network.createHTTPClient(); xhr.onload = function() { ~~~~ }; // open the client xhr.open('DELETE',...

Can I delete labels?

Hey ;) How can I delete old labels? I request the text for the label from from a text file on my server. Every time when a tab is active, the text file refreshes... But now I have hundreds of dublicates from this label? So I want to delete the label and...

Documentation error

As I've tried to delete a custom object from my HTML project, I had to find out that the documentation at [http://cloud.appcelerator.com/docs/api/v1/custom_objects/delete](http://cloud.appcelerator.com/docs/api/v1/custom_objects/delete) is wrong. As stated...

delete a row on tableviewrow

Hello everyone. I create a FireEvent to create TableViewRow as you can see bellow. However, it has a problem. After I delete a row by "tableView.deleteRow(tableView.getIndexByName("rowname"));" and create a row again, a previous row pop...

get row index from custom data

Say I create a row with the following data: ~~~ {title:'long string here',id:278,custom:55} ~~~ How could I get the index of this row based on the "custom" value? Basically, I would like to delete a row based on a custom value stored within the...

Showing 1-50 of 90 1 2