Ticket #1026 (assigned defect)

Opened 1 year ago

Last modified 1 year ago

Status text getting overwritten too often by record position messages

Reported by: johnf Assigned to: paul (accepted)
Priority: minor Milestone: 0.8.3
Component: ui Version: 0.8.1
Keywords: status bar Cc:

Description

The status is not displaying any text after a successful Form.saveAll() SUSE 10.2 python 2.5 wxPython 2.6

Change History

03/28/07 16:19:36 changed by paul

  • status changed from new to assigned.
  • summary changed from status bar not being updated to Status text getting overwritten too often by record position messages.
  • priority changed from trivial to minor.
  • version set to 0.8.x.
  • milestone changed from 1.0 to 0.9.
  • owner changed from somebody to paul.

John, please clarify: the status bar is blank? My status bar shows text like "Record 1/10".

Note: turning off dForm.AutoUpdateStatusText? will keep the "Record 1/10" messages from overwriting other messages, such as "changes to all records saved".

We need to look into only displaying the record position messages when the row number changes.