1248 File | Open URL or File is missing ellipsis [#5709]
Moderator: Gurus
1248 File | Open URL or File is missing ellipsis [#5709]
EDIT: "Open URL or File" should be "Open URL or File..." i.e. with ellipsis.
Chris
Re: 1248 File | Open URL or File is missing ellipsis ---------
So is File/Manage Filters.
(At least in build 1247)
(At least in build 1247)
Re: 1248 File | Open URL or File is missing ellipsis ---------
File / Create Reports / Statistics
File / Create Reports / Track List (...)
Edit / Properties
Edit / Search
View / Properties
View / Toolbars / Configure
File / Create Reports / Track List (...)
Edit / Properties
Edit / Search
View / Properties
View / Toolbars / Configure
● Magic Nodes 4.3.3 / 5.2 ● RegExp Find & Replace 4.4.9 / 5.2 ● Invert Selection/Select None 1.5.1 ● Export/Create Playlists for Child Nodes 4.1.1 / 5.4.1 ● Expand Child Nodes/Expand All 1.1.2 ● Event Logger 2.7 ● Filtered Statistics Report 1.6 ● Track Redirection & Synchronization 3.4.2 ● Restore/Synchronize Database 3.1.8 / 4.0.1 ● Find Currently Playing Track 1.3.2 ● Queue List 1.2.1 ● Add to Library on Play 1.0.1 ● Tree Report for Child Nodes 1.1.1 ● Update Location of Files in Database 1.4.5 / 2.3 ● Inherit Child Playlists 1.0.3 ● Add Currently Playing/Selected Track(s) to Playlist 1.2
Re: 1248 File | Open URL or File is missing ellipsis ---------
Sorry, but I just don't get this. Are you saying that you think it should read 'Open URL (or file)' ?
-Rusty
-Rusty
Re: 1248 File | Open URL or File is missing ellipsis ---------
"Open URL or File" should be "Open URL or File..." i.e. with ellipsis.
Chris
Re: 1248 File | Open URL or File is missing ellipsis ---------
Referring to the menu text, in most windows apps the ellipsis is a visual indicator of a menu item to show that further info/a dialog will be opened instead of a direct action.
Like if you look at the file > open... menu of IE, you will see the ellipsis on it and other menu items which open further dialogs.
Like if you look at the file > open... menu of IE, you will see the ellipsis on it and other menu items which open further dialogs.
New script:
Last.FM Node Now with DJ Mode!
Last.fm + MediaMonkey = Scrobbler DJ!
Tag with MusicBrainz ~ Get Album Art!
Tweak the Monkey! ~ My Scripts Page


Last.fm + MediaMonkey = Scrobbler DJ!
Tag with MusicBrainz ~ Get Album Art!
Tweak the Monkey! ~ My Scripts Page

Re: 1248 File | Open URL or File is missing ellipsis ---------
Thanks. I must have been having a mind block. At the time I'd read this I read 'parentheses' rather than ellipsis.
Noted at: http://www.ventismedia.com/mantis/view.php?id=5709
-Rusty
Noted at: http://www.ventismedia.com/mantis/view.php?id=5709
-Rusty
Re: 1248 File | Open URL or File is missing ellipsis [#5709]
Most entries are corrected with 1252 (thanks), but you should update scripts as well:
File / Create Reports / Statistics
File / Create Reports / Track List (xxx)
File / Create Reports / Statistics
File / Create Reports / Track List (xxx)
● Magic Nodes 4.3.3 / 5.2 ● RegExp Find & Replace 4.4.9 / 5.2 ● Invert Selection/Select None 1.5.1 ● Export/Create Playlists for Child Nodes 4.1.1 / 5.4.1 ● Expand Child Nodes/Expand All 1.1.2 ● Event Logger 2.7 ● Filtered Statistics Report 1.6 ● Track Redirection & Synchronization 3.4.2 ● Restore/Synchronize Database 3.1.8 / 4.0.1 ● Find Currently Playing Track 1.3.2 ● Queue List 1.2.1 ● Add to Library on Play 1.0.1 ● Tree Report for Child Nodes 1.1.1 ● Update Location of Files in Database 1.4.5 / 2.3 ● Inherit Child Playlists 1.0.3 ● Add Currently Playing/Selected Track(s) to Playlist 1.2
Re: 1248 File | Open URL or File is missing ellipsis [#5709]
The remaining issues were deferred as they require a bit more effort:
http://www.ventismedia.com/mantis/view.php?id=5764
-Rusty
http://www.ventismedia.com/mantis/view.php?id=5764
-Rusty
Re: 1248 File | Open URL or File is missing ellipsis [#5709]
Scripts.ini file, instead of:
you should have:
Code: Select all
[Statistics]
FileName=Stats.vbs
ProcName=ShowStats
Order=1
DisplayName=&Statistics
Description=Library Statistics Report
Language=VBScript
ScriptType=1
[ExportHTML]
FileName=Export.vbs
ProcName=ExportHTML
Order=2
DisplayName=Track List (&HTML)
Description=Exports selected tracks to a .htm file
Language=VBScript
ScriptType=1
[ExportXML]
FileName=Export.vbs
ProcName=ExportXML
Order=3
DisplayName=Track List (&XML)
Description=Exports selected tracks to an .xml file
Language=VBScript
ScriptType=1
[ExportCSV]
FileName=Export.vbs
ProcName=ExportCSV
Order=4
DisplayName=Track List (CS&V)
Description=Exports selected tracks to a .csv file
Language=VBScript
ScriptType=1
[ExportXLS]
FileName=Export.vbs
ProcName=ExportXLS
Order=5
DisplayName=Track List (&Excel)
Description=Exports selected tracks to a .xls file
Language=VBScript
ScriptType=1
Code: Select all
[Statistics]
FileName=Stats.vbs
ProcName=ShowStats
Order=1
DisplayName=&Statistics...
Description=Library Statistics Report
Language=VBScript
ScriptType=1
[ExportHTML]
FileName=Export.vbs
ProcName=ExportHTML
Order=2
DisplayName=Track List (&HTML)...
Description=Exports selected tracks to a .htm file
Language=VBScript
ScriptType=1
[ExportXML]
FileName=Export.vbs
ProcName=ExportXML
Order=3
DisplayName=Track List (&XML)...
Description=Exports selected tracks to an .xml file
Language=VBScript
ScriptType=1
[ExportCSV]
FileName=Export.vbs
ProcName=ExportCSV
Order=4
DisplayName=Track List (CS&V)...
Description=Exports selected tracks to a .csv file
Language=VBScript
ScriptType=1
[ExportXLS]
FileName=Export.vbs
ProcName=ExportXLS
Order=5
DisplayName=Track List (&Excel)...
Description=Exports selected tracks to a .xls file
Language=VBScript
ScriptType=1
● Magic Nodes 4.3.3 / 5.2 ● RegExp Find & Replace 4.4.9 / 5.2 ● Invert Selection/Select None 1.5.1 ● Export/Create Playlists for Child Nodes 4.1.1 / 5.4.1 ● Expand Child Nodes/Expand All 1.1.2 ● Event Logger 2.7 ● Filtered Statistics Report 1.6 ● Track Redirection & Synchronization 3.4.2 ● Restore/Synchronize Database 3.1.8 / 4.0.1 ● Find Currently Playing Track 1.3.2 ● Queue List 1.2.1 ● Add to Library on Play 1.0.1 ● Tree Report for Child Nodes 1.1.1 ● Update Location of Files in Database 1.4.5 / 2.3 ● Inherit Child Playlists 1.0.3 ● Add Currently Playing/Selected Track(s) to Playlist 1.2
Re: 1248 File | Open URL or File is missing ellipsis [#5709]
Sure...but there's no rush...
-Rusty
-Rusty
Re: 1248 File | Open URL or File is missing ellipsis [#5709]
Fixed in 1255.chrisjj wrote:EDIT: "Open URL or File" should be "Open URL or File..." i.e. with ellipsis.
Chris