Task #10476 (closed)
Opened 6 years ago
Closed 4 years ago
scripts.Double parameters not shown in script dialog
| Reported by: | spli | Owned by: | jburel |
|---|---|---|---|
| Priority: | minor | Milestone: | 5.x |
| Component: | Scripting | Version: | 5.0.8 |
| Keywords: | n.a. | Cc: | wmoore, jburel |
| Resources: | n.a. | Referenced By: | n.a. |
| References: | n.a. | Remaining Time: | n.a. |
| Sprint: | n.a. |
Description
client = scripts.client(
'XXX',
'XXX',
scripts.Double(
'Scale', optional=False, grouping='2',
description='Scale.',
default=1.),
version = '0.0.1',
authors = ['XXX', 'XXX'],
institutions = ['XXX'],
contact = 'XXX',
)
Launch the script from Insight or Web, the Double parameter is not shown.
Change History (2)
comment:1 Changed 6 years ago by spli
- Component changed from Insight to Scripting
comment:2 Changed 4 years ago by jburel
- Cc changed from wmoore, jburel, to wmoore, jburel
- Resolution set to fixed
- Status changed from new to closed
- Version set to 5.0.8
Note: See
TracTickets for help on using
tickets.
You may also have a look at Agilo extensions to the ticket.
Double are now supported. Closing.