Search found 1326 matches

by Edgar
Fri Oct 24, 2014 7:38 pm
Forum: Feature Request Archive
Topic: Display label count
Replies: 51
Views: 9642

Re: Display label count

In that case, perhaps it would be better to have small icons rather than the text "point labels", "region labels", "labels behind zero", and have the text as tooltips (which if I recall, don't work on the track info panel) My design criteria was something that was constantly updated; we can always ...
by Edgar
Fri Oct 24, 2014 6:24 pm
Forum: Feature Request Archive
Topic: Display label count
Replies: 51
Views: 9642

Re: Display label count

Regarding the size/length of text and localization, how do we get round that for audio track info? I'm guessing that we don't. Right in one: In srcTrackPanel.cpp at or near line number 9343 change the value of the string "Solo": _("this is an extremely long Solo button") : Check out the results: lo...
by Edgar
Fri Oct 24, 2014 6:20 pm
Forum: Feature Request Archive
Topic: Display label count
Replies: 51
Views: 9642

Re: Display label count

Just wondering, is this info available to screen readers? (Does not appear to be on Linux unless I'm missing a trick). Take 2: Take a look at srcTrackPanelAx.cpp (Track Panel accessibility) starting at or near line 281, there is a function (Get Name()) which makes this stuff readable by screen read...
by Edgar
Fri Oct 24, 2014 4:37 pm
Forum: Feature Request Archive
Topic: Display label count
Replies: 51
Views: 9642

Re: Display label count

steve wrote: Just wondering, is this info available to screen readers? (Does not appear to be on Linux unless I'm missing a trick).
Probably not, the Track Info Panel is not a wxWidgets Sizer, so we are drawing the text directly into the bitmap. There has been some rumbling in the past about making it a Sizer.
by Edgar
Fri Oct 24, 2014 4:32 pm
Forum: Feature Request Archive
Topic: Display label count
Replies: 51
Views: 9642

Re: Display label count

I see no need for the font size for the label to affect the font size of the label info. Monitor resolutions of 2560x1600 & 5120×2890 are out there and 1920x1080 is pretty much the norm for desktop monitors and most laptops now. The Audacity Developers have seen fit to give the user control of the ...
by Edgar
Fri Oct 24, 2014 6:45 am
Forum: Windows
Topic: Version 2.0.6 - Restoring Cuts
Replies: 28
Views: 2661

Re: Version 2.0.6 - Restoring Cuts

FWIW, Windows 7 SVN HEAD (but I don't think anything's changed since the release), trying many combinations of keyboard & menu gestures to cut and restore the cut, I was unable to duplicate this.

What operating system are you using?
by Edgar
Fri Oct 24, 2014 6:38 am
Forum: Feature Request Archive
Topic: Display label count
Replies: 51
Views: 9642

Re: Display label count

I've got all the preferences working now:
label.png
label.png (12.81 KiB) Viewed 1320 times
track.png
track.png (12.31 KiB) Viewed 1320 times
Ignore the split "Label Cursor and Box Color" buttons - I'm playing around with something…
by Edgar
Fri Oct 24, 2014 6:31 am
Forum: Feature Request Archive
Topic: Display label count
Replies: 51
Views: 9642

Re: Display label count

but isn't that first option redundant? Probably somewhat redundant; if it is not checked then even if any of the three ARE checked they will not be displayed. Use cases: 1) I'm using Analyze Silence and know how many labels it should create; if it is something more than about five it takes more tha...
by Edgar
Thu Oct 23, 2014 6:28 pm
Forum: Feature Request Archive
Topic: Display label count
Replies: 51
Views: 9642

Re: Display label count

Power to the people:
preference.png
preference.png (42.78 KiB) Viewed 1334 times
These are all immediately honored when you click "OK" as everything here is continuously redrawn.
by Edgar
Thu Oct 23, 2014 6:26 pm
Forum: Feature Request Archive
Topic: Display label count
Replies: 51
Views: 9642

Re: Display label count

steve wrote:
Edgar wrote:(but the vertical bar makes it look ugly
Sure does :D
Of course, I'm using a 16 point font for my labels and I have intentionally inherited this font for these count strings; the default sized font yield something usable/prettier:
default.png
default.png (2.72 KiB) Viewed 1335 times