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: Layouts and Reports Page: 1  Previous   Next
Want to Edit General Information Tab
Author Message
DVD Profiler Unlimited RegistrantJdurg
Registered: October 30, 2007
Posts: 1
Posted:
PM this userView this user's DVD collectionDirect link to this postReply with quote
I've been using DVD Profiler for quite a long time now and still love the software.  One thing that I am hoping I can do, however, is edit the General Info tab to get rid of some things that just seem to take up extra space and aren't anything that I really care about.  I would like to take the image below and make it look like the image after that one.  Is there any way to do this?





DVD Profiler Unlimited RegistrantStar ContributorMithi
Sushi Annihilator
Registered: March 13, 2007
Reputation: Superior Rating
Germany Posts: 2,216
Posted:
PM this userEmail this userVisit this user's homepageView this user's DVD collectionDirect link to this postReply with quote
Quoting Jdurg:
Quote:
One thing that I am hoping I can do, however, is edit the General Info tab ...

Unfortunately you can't edit the contents of those tabs. You can choose not to show them at all or re-arrange them, but that is it.

Only thing you could do is to create a HTML-window that mimics the General Info tab.

You could download e.g. 'Pantheon's Showroom (v 3.0.0)' and in the View -> HTML Windows -> Edit go to File -> Import from Layout. That would give you at least a head-start and something to copy the syntax from.

But be sure to save your Layout first!

cya, Mithi
Mithi's little XSLT tinkering - the power of XML --- DVD-Profiler Mini-Wiki
DVD Profiler Unlimited RegistrantStar Contributorsurfeur51
Since July 3, 2003
Registered: March 29, 2007
Reputation: Great Rating
France Posts: 4,479
Posted:
PM this userView this user's DVD collectionDirect link to this postReply with quote
Quoting Mithi:
Quote:
Only thing you could do is to create a HTML-window that mimics the General Info tab.

I'm trying to create this General Info HTML window.


The present result is not satisfying since I cannot recreate the interactivity of the General Info Window of the program:
- mouse scrolling on rating to get rating details
- possibity to change review directly in the window
- use of icons for locks, loaned status, changes made...

I do not know if this is possible, with javascript for example, and I'm totally unable to program this.

Here is what I have already done. Perhaps someone will be able to improve this window.

<html>
<head>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; CHARSET=iso-8859-1">
</head>
<body bgcolor="#b5CFF2">
<font size="2" face="Arial Narrow">
<center>
<table border="0" width="100%" cellspacing="0" cellpadding="0"><tr>
    <td width="82%"><font size="3" face="Arial Narrow" color="#000080"><b><DP NAME="TITLE"> (<DP NAME="ORIGINAL_TITLE">)</b></font></td>
</center>
    <td width="18%">
      <p align="right"><font face="Arial Narrow" size="2">
N° collection
</font>
      <b><font face="Arial Narrow" size="3"> :<DP NAME="COLLNUM">
      </font></b>
      </p>
    </td>
  </tr>
</table>
<center>
<HR color="#808080" size="1">
<div align="left">
<table border="0"><tr>
<td align="left">
<font size="2" face="Arial Narrow">Genres : <DP NAME="GENRES"></font></td>
<td width="150"></td>
<td align="left">
<font face="Arial Narrow" size="2">Classement :<font face="Arial Narrow" size="3"><b><DP NAME="RATING"></b>
</font>
</td></tr>
<tr><td align="left">
<font size="2" face="Arial Narrow">Sortie : <DP NAME="RELDATE"></font></td>
<td width="150"></td>
<td align="left">
<font size="2" face="Arial Narrow">Durée : <DP NAME="RUNTIME" HoursOnly="true"> h <DP NAME="RUNTIME" MinsOnly="true"> mn</font></td></tr>
<tr><td align="left">
<font face="Arial Narrow" size="2">Studios :<DP NAME="STUDIOS">
&nbsp;</font></td>
<td width="150"></td>
<td align="left">
<font size="2" face="Arial Narrow">Boîtier : <DP NAME="CASETYPE"></font></td></tr>
<tr><td align="left"><font face="Arial Narrow" size="2">
Distributeurs :<DP NAME="MEDIA_COMPANIES">&nbsp;</font></td>
<td width="150"></td>
<td align="left">
<font size="2" face="Arial Narrow">Acheté le: <DP NAME="PURCHDATE">  <DP NAME="PURCHPLACE" Prefix="from "></font></td></tr>
<tr><td align="left"><b><font face="Arial Narrow" size="3">&nbsp;&nbsp;</font></b><font face="Arial Narrow" size="2">
    &nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;</font></td>
<td width="150"></td>
<td align="left"><font face="Arial Narrow" size="2"> Evaluation :<DP NAME="REVIEW">  &nbsp;</font> </td></tr>
</table>
</div>
</center>
<center>
<HR color="#808080" size="1">
</center>
<table border="0" width="75%" cellspacing="0" cellpadding="0">
  <tr>
    <td width="120"><b><font face="Arial Narrow" size="3"><DP NAME="MEDIA_TYPE">&nbsp;
      </font></b><font face="Arial Narrow" size="2">Région : <DP NAME="REGIONS">            &nbsp;  </font></td>
    <td width="60"><font face="Arial Narrow" size="2">            <DP NAME="LOCALITY">          </font></td>
    <td width="200"><font face="Arial Narrow" size="2">          <DP NAME="UPC">  </font></td>
  </tr>
</table>
</body>
</html>
Images from movies
 Last edited: by surfeur51
DVD Profiler Desktop and Mobile Registrantmediadogg
Aim high. Ride the wind.
Registered: March 18, 2007
Reputation: Highest Rating
United States Posts: 6,396
Posted:
PM this userVisit this user's homepageDirect link to this postReply with quote
Simple change to get hover of details:

<font title="<DP NAME="RATING" ShowDetails="TRUE"'>" face="Arial Narrow" size="2">Classement  .....

The other stuff is a bit more complex. I am looking at another way.

Questions:
(1) Do you know about "AutoIT" ?
Thanks for your support.
Free Plugins available here.
Advanced plugins available here.
Hey, new product!!! BDPFrog.
 Last edited: by mediadogg
DVD Profiler Desktop and Mobile RegistrantStar ContributorPantheon
Registered: March 14, 2007
Reputation: High Rating
United Kingdom Posts: 1,819
Posted:
PM this userView this user's DVD collectionDirect link to this postReply with quote
The best way to do this (as it's something I have been asking for forever) is to utilise the pop-up hints box. Create (or edit) a layout with the information you like and then use it as the template for the pop-up hints. That way, you can actually not have the general information tab in your layout at all if you prefer.
    Invelos Forums->DVD Profiler: Layouts and Reports Page: 1  Previous   Next