Opened 17 years ago

Closed 17 years ago

#31 closed enhancement (fixed)

Increase number of characters supported in States drop down box

Reported by: bdragon Owned by: Steven Levine
Priority: trivial Milestone: Release_3.7
Component: fm/2 base Version: 3.07
Keywords: Cc: strrom@…

Description (last modified by Steven Levine)

The states name is relatively short. This really should not be limited.

To implement this requires reworking the entry field and the INI storage. This probably can be done without losing existing stored states.

While implementing this, the state name entry field handling probably should be enhanced. It would be useful if the last loaded state was not overwritten. This would allow states to be deleted without having to type in the name.

Some care will be needed to support reloading the current state.

The applicable code can be found by searching for lastsetups and hwndsetuplist.

Change History (9)

comment:1 Changed 17 years ago by Gregg Young

Type: defecttask

comment:2 Changed 17 years ago by Steven Levine

Owner: changed from StevenHL to Steven Levine
Status: newassigned
Type: taskenhancement

comment:3 Changed 17 years ago by Steven Levine

Description: modified (diff)
Status: assignednew

comment:4 Changed 17 years ago by Steven Levine

Owner: Steven Levine deleted

comment:5 Changed 17 years ago by Steven Levine

Description: modified (diff)
Reporter: changed from Gregg Young to bdragon

comment:6 Changed 17 years ago by Steven Levine

Summary: Increase number of character in States drop down boxIncrease number of characters supported in States drop down box

comment:7 Changed 17 years ago by Steven Levine

Milestone: Release_3.7
Version: 3.07

This change is a bit messy because the design of the current INI file keys used to save the states will not allow for size changes. With some thought we should be able to come up with a new disign that does not limit the name length. We can snoop or old style keys at startup and offer to convert them or silently convert them.

comment:8 Changed 17 years ago by Steven Levine

Owner: set to Steven Levine

comment:9 Changed 17 years ago by Steven Levine

Resolution: fixed
Status: newclosed
Note: See TracTickets for help on using tickets.