Opened 16 years ago
Closed 16 years ago
#2980 closed bug (fixed)
Event and Sound columns shouldn't be fixed
Reported by: | franxico | Owned by: | anevilyak |
---|---|---|---|
Priority: | normal | Milestone: | R1 |
Component: | Preferences/Sounds | Version: | R1/pre-alpha1 |
Keywords: | Cc: | ||
Blocked By: | Blocking: | ||
Platform: | All |
Description
In the Sounds preferences, these two columns are fixed. So if you have a long description in the Event column, it will mix with the Sound column. Resizing the window won't change anything.
Rev 28327, VMWare
Attachments (3)
Change History (16)
by , 16 years ago
Attachment: | sounds preflet.png added |
---|
comment:2 by , 16 years ago
src/preferences/sounds/HWindow.cpp have nonexistent HEventItem.h included
comment:3 by , 16 years ago
This bug (HEventItem.h too) seems to be fixed now, but now there are many other problems with ColumnListView, like buggy redraw, double clicking column separator not working, cloumn resizing, empty lines at the bottom, font sensitivity, etc...
comment:4 by , 16 years ago
What kind of font sensitivity issues were you seeing exactly? Double clicking column separator and empty lines at least should be fixed now.
follow-up: 6 comment:5 by , 16 years ago
- If you will change Font size to 18px you sould see that column text doesn't fit in column high. In Tracker column high and text size is always fixed.
- Double clicking column separator still have some problems: on the first click column separator moves by 1 pixel to the left.
Srtange thing is that I thought that DriveSetup is also using CLV, but double clicking column separator still doesn't work there.
- Slow resizing of Sounds window will also show some artifacts in listview.
- Also <none> text in "Sound" column will only appear if you click every listitem.
Maybe I should open 4 bug reports on these?
follow-up: 7 comment:6 by , 16 years ago
Replying to diver:
- If you will change Font size to 18px you sould see that column text doesn't fit in column high. In Tracker column high and text size is always fixed.
- Double clicking column separator still have some problems: on the first click column separator moves by 1 pixel to the left.
Srtange thing is that I thought that DriveSetup is also using CLV, but double clicking column separator still doesn't work there.
=> DriveSetup uses custom widgets, so a bit of work is needed.
- Slow resizing of Sounds window will also show some artifacts in listview.
- Also <none> text in "Sound" column will only appear if you click every listitem.
Maybe I should open 4 bug reports on these?
Dunno. Though Sounds only uses standard column types, these bugs might better fit in Interface Kit then.
comment:7 by , 16 years ago
Replying to korli:
=> DriveSetup uses custom widgets, so a bit of work is needed.
- Slow resizing of Sounds window will also show some artifacts in listview.
- Also <none> text in "Sound" column will only appear if you click every listitem.
Maybe I should open 4 bug reports on these?
Some of that could be scrolling related, I've noticed some drawing artifacts in Vision's textview also that I never saw on R5 or Dano, but mainly when scrolling.
comment:9 by , 16 years ago
The new sound_pref window looks better, but have some problems, the listview don't have borders. Check the shoot.
comment:10 by , 16 years ago
Owner: | changed from | to
---|
comment:11 by , 16 years ago
Owner: | changed from | to
---|
comment:12 by , 16 years ago
Chosen sounds do not show up apart from when selected in listview.
'Sounds' also becomes unstable after playing the event sounds.
Event sounds also don't seem to work ie. startup.wav dose not play even if set in 'sounds'.
by , 16 years ago
Attachment: | soundsapp.png added |
---|
Chosen sounds do not show up apart from when selected in listview.
comment:13 by , 16 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
The redraw problem is fixed in hrev28658. I cannot reproduce the instability problem mentioned, but as it has nothing to do with the columns or drawing, please open a separate ticket if you're still seeing that.
Sounds Preferences