Opened 14 years ago

Closed 10 years ago

#4867 closed enhancement (fixed)

Wish: Surveyor-Plugin - Timeflag for SetWayPointAction — at Version 3

Reported by: Luebeck Owned by: team
Priority: normal Milestone:
Component: Plugin surveyor Version:
Keywords: Cc:

Description (last modified by Don-vip)

in the discrition for SetWayPointAction is the information that a dialog will close autom. after 5 sec.

it would be helpful for some point to hide this dialog. so a flag in this parameter could hide the dialog autom.

Change History (3)

comment:1 by skyper, 14 years ago

Type: defectenhancement

comment:2 by stoecker, 14 years ago

Component: PluginPlugin surveyor

comment:3 by Don-vip, 10 years ago

Description: modified (diff)
Resolution: fixed
Status: newclosed

Fixed in [o30646:30647].

SetWayPointAction now takes an additional timeout parameter, after text and icon, as follows:

<action class="SetWaypointAction" params="text,icon,timeout"/>

where icon is optional and timeout is an integer, in seconds. A positive value allows you to customize the duration. A negative value or zero disables the dialog completely:

<action class="SetWaypointAction" params="text,,0"/>
Note: See TracTickets for help on using tickets.