Bug #218 - GetCoord() only succeeds once
Product:PageStream 5.0.4.11 (All Platforms)Reported By:Tim Doty
Severity:NormalAssigned To:Deron Kazmaier
Priority:Average sign in to watch (1 is watching)
Status:NewReported:2008-03-03 14:25:11
Category:Display/User InterfaceUpdated:2008-03-03 14:25:11
Summary:GetCoord() only succeeds once
Keywords:GetCoord
Attached Files:No files attached.
 Sign In to add a file.

The function GetCoord() only succeeds once per execution of PageStream. That is

Code:

>>> print GetCoord('coord', 'message', 'Click somewhere')
{'.error': 1, 'coord': {'y': 1.75, 'x': 2.0}, '.result': 0}
>>> print GetCoord('coord', 'message', 'Click somewhere')
{'.errno': 1006, '.error': 0, '.result': 0, '.errstr': 'No Tag'}

With the second result repeated until PageStream is re-started. Changing the stem (e.g., 'coord' -> 'coords') has no effect.

Tim Doty wrote...2008-03-03 14:25:40

Doh! I forgot to set the correct category. Sorry

Add a Comment
Sign in to add a comment.

Bug #218 - GetCoord() only succeeds once by Tim Doty   GetCoord
  created:2008-03-03 14:25:11   last updated:2008-03-03 14:25:11
  Copyright © 1985-2024 GrasshopperLLC. All Rights Reserved.


sign in to add a bug