Welcome to the Invelos forums. Please read the forum rules before posting.

Read access to our public forums is open to everyone. To post messages, a free registration is required.

If you have an Invelos account, sign in to post.

    Invelos Forums->DVD Profiler: Desktop Feature Requests Page: 1  Previous   Next
Personal Information: Edit Location Feature
Author Message
DVD Profiler Unlimited Registrantmatworker
Registered: March 28, 2009
United Kingdom Posts: 1
Posted:
PM this userView this user's DVD collectionDirect link to this postReply with quote
I'm not sure if this has been suggested before. I've done a search but found nothing.
Is there an ability to create a list of Locations in the Personal Information part of the DVD Collection?

We have the ability to Edit Retailers, Users, Tags etc where we can create a list, adding to them etc.

I keep my collection in cd folders with up to 104 slots.
To have to type in the name of the Location each time I add a DVD is a bit of a pain.
It would be very useful to be able to select the Location from a list.

I hope I've explained my meaning well enough.
DVD Profiler Desktop and Mobile Registrantmediadogg
Aim high. Ride the wind.
Registered: March 18, 2007
Reputation: Highest Rating
United States Posts: 6,455
Posted:
PM this userVisit this user's homepageDirect link to this postReply with quote
Nice idea. +1

Until then, how about keeping your locations in a dropdown list control: Excel, Word, HTML section, whatever. Then, with the list open, you can copy / paste. Maybe a temporary  workaround?

Here is a sample HTML Section that keeps a drop down list, and when you select an item, it gets put into the clipboard. Then just Ctrl-P and paste into the location.

<HTML>
<HEAD>
<SCRIPT TYPE="text/javascript">
<!--
<DP NAME="HEADER_VARS" Language="JavaScript" Comments="True" IncludeCast="False" IncludeCrew="False">
//-->
</SCRIPT>
</HEAD>
<BODY>
<FORM NAME="myform">
<select NAME="location" onChange="var hold=myform.location.value;window.clipboardData.setData('text',hold);">
  <option value="Location 1">Location 1</option>
  <option value="Location 2">Location 2</option>
  <option value="Location 3">Location 3</option>
  <option value="Location 4">Location 4</option>
</select>
</FORM>
</BODY>
</HTML>
Thanks for your support.
Free Plugins available here.
Advanced plugins available here.
Hey, new product!!! BDPFrog.
 Last edited: by mediadogg
DVD Profiler Unlimited RegistrantStar Contributordee1959jay
Registered: March 19, 2007
Reputation: Highest Rating
Netherlands Posts: 6,018
Posted:
PM this userView this user's DVD collectionDirect link to this postReply with quote
Good idea! 
    Invelos Forums->DVD Profiler: Desktop Feature Requests Page: 1  Previous   Next