Questions tagged [dataitem]
53 questions
0
votes
1 answer
onDataChanged isn´t called on android wear
I want to send just simple Strings from Smartphone to android wear. I looked in this Question before: Unable to push data to android wear (Emulator)
and tried to do the same way, but onDataChanged only when i delete the hole App on my Phone, but not…

Halatira
- 5
- 3
0
votes
1 answer
onDataChanged() not being called on android wear
I'm trying to use Data Items to send a few strings through to my wear, but my wear never seems to receive any signal, because onDataChanged() is never called. I even set a time stamp to ensure the data is always different whenever it is sent.
Is…

Cdaly
- 3
- 4
0
votes
1 answer
How can i set a DataItem to some part of aspx code?
I have some code like this:
<%# DataBinder.Eval(Container.DataItem, "M_ClassProperty") %>

uzay95
- 16,052
- 31
- 116
- 182
0
votes
0 answers
How to delete items from dataitem
How do I delete items from a DataItem wpf c#?
What happens, is the following:
I fill a DataGrid with a DataItem
public class DataItem
{
public String Column1 {get; set};
public String Column2 {get; set};
public String Column3 {get; set};
public…

Hugoski_91
- 1
- 1
0
votes
1 answer
ArcGIS API for SIlverlight 3.1 SIlverlight 5: Esri identify task
RE: ArcGIS API for SIlverlight 3.1 SIlverlight 5: Need help with identify task
I have the following using statements:
using ESRI.ArcGIS.Client;
using ESRI.ArcGIS.Client.Geometry;
using ESRI.ArcGIS.Client.Printing;
using…

python4gis
- 117
- 1
- 3
- 10
0
votes
2 answers
Kendo UI Delete a node attribute in Treeview
I have some nodes who contain the items value which seems to be initialized by default from Kendo with the value "[]" everytime!
I want to completely delete the "items" field from the node but I can't seem to find any method for attribute…

CipherDarkness
- 214
- 1
- 8
- 18
-1
votes
1 answer
Input string was not in a correct format - when passing NULL value
I have the following line of code in my web app.
foreach (DataRow dr in dtDataItemsSets_1.Rows)
{
lst_dataItem_1.Add(Convert.ToDecimal(dr["total"].ToString())); ;
}
iData.Add(lst_dataItem_1);
If I pass it…

user3580480
- 442
- 7
- 14
- 45
-1
votes
2 answers
Android Wear: Unable to connect to GmsClient com.google.android.gms.LIGHTWEIGHT_INDEX
I am working Data Layer on Android Wear, which trying to send DataItem (using Data API) from the Wearable (Moto 360 Gen1) to my mobile devices.
However, there is no sign of error or connection failed, and the data is not sent. The only message error…

Ting Shi Chuan
- 1
- 1
- 2