org.symbian.tools.wrttools/plugin.xml
changeset 374 92f6ae438d71
parent 373 85c2a2a29aad
child 375 d1edab2715d4
--- a/org.symbian.tools.wrttools/plugin.xml	Mon Jun 14 11:48:28 2010 -0700
+++ b/org.symbian.tools.wrttools/plugin.xml	Mon Jun 14 15:42:08 2010 -0700
@@ -942,7 +942,7 @@
 			var mobile = contact.MobilePhoneGen;
 			var landPhone = contact.LandPhoneGen;
 			var jobTitle = contact.JobTitle;
-			// Consult WRT documentation for possible values
+			// Consult WRT documentation for other possible fields
 			// TODO Process contact information
 		}
 	} else {
@@ -964,6 +964,7 @@
 	if (result.ErrorCode != null) {
 		var errorCode = result.ErrorCode;
 		var errorMessage = result.ErrorMessage;
+		// TODO Cannot send SMS message
 	}
           </content>
        </item>
@@ -979,7 +980,7 @@
 	var result = sensors.ISensor.FindSensorChannel(SensorParams);
 
 	if (result.ErrorCode == 0) {
-		var result2 = sensors.ISensor.RegisterForNotification({ ChannelInfoMap : result.ReturnValue[0], ListeningType : "ChannelData" }, ${orientationCallback});
+		var result2 = sensors.ISensor.RegisterForNotification({ ChannelInfoMap : result.ReturnValue[0], ListeningType : "ChannelData" }, orientationCallback);
 		if (result.ErrorCode == 0) {
 			var transactionId = result.TransactionID;
 			// TODO Use this transaction ID to cancel notifications when watching orientation is no longer needed