AskString always set the dialog id to 257. Fixed.
diff --git a/Mac/Lib/EasyDialogs.py b/Mac/Lib/EasyDialogs.py
index 24f6515..db855f5 100644
--- a/Mac/Lib/EasyDialogs.py
+++ b/Mac/Lib/EasyDialogs.py
@@ -72,7 +72,6 @@
 	can be at most 255 characters long.
 	"""
 	
-	id = 257
 	d = GetNewDialog(id, -1)
 	if not d:
 		print "Can't get DLOG resource with id =", id