|
From: <ze...@us...> - 2007-05-10 05:51:42
|
Revision: 394
http://mp-plugins.svn.sourceforge.net/mp-plugins/?rev=394&view=rev
Author: zebons
Date: 2007-05-09 22:51:39 -0700 (Wed, 09 May 2007)
Log Message:
-----------
Add InfoTips on setup fields or groupBox
Modified Paths:
--------------
trunk/plugins/MyFilms/MesFilmsSetup.Designer.cs
trunk/plugins/MyFilms/MesFilmsSetup.cs
Modified: trunk/plugins/MyFilms/MesFilmsSetup.Designer.cs
===================================================================
--- trunk/plugins/MyFilms/MesFilmsSetup.Designer.cs 2007-05-09 17:30:36 UTC (rev 393)
+++ trunk/plugins/MyFilms/MesFilmsSetup.Designer.cs 2007-05-10 05:51:39 UTC (rev 394)
@@ -535,9 +535,9 @@
this.label5.AutoSize = true;
this.label5.Location = new System.Drawing.Point(7, 103);
this.label5.Name = "label5";
- this.label5.Size = new System.Drawing.Size(124, 13);
+ this.label5.Size = new System.Drawing.Size(145, 13);
this.label5.TabIndex = 24;
- this.label5.Text = "Search Path for File read";
+ this.label5.Text = "Paths for Movies File Search ";
//
// AntIdentLabel
//
@@ -709,7 +709,7 @@
this.label10.Name = "label10";
this.label10.Size = new System.Drawing.Size(69, 13);
this.label10.TabIndex = 34;
- this.label10.Text = "Version 4.2.2";
+ this.label10.Text = "Version 4.2.3";
//
// textBox1
//
Modified: trunk/plugins/MyFilms/MesFilmsSetup.cs
===================================================================
--- trunk/plugins/MyFilms/MesFilmsSetup.cs 2007-05-09 17:30:36 UTC (rev 393)
+++ trunk/plugins/MyFilms/MesFilmsSetup.cs 2007-05-10 05:51:39 UTC (rev 394)
@@ -34,6 +34,31 @@
private void MesFilmsSetup_Load(object sender, EventArgs e)
{
Refresh_Items(true);
+ ToolTip ToolTip1 = new ToolTip();
+ ToolTip1.AutoPopDelay = 15000;
+ ToolTip1.SetToolTip(this.Config_Name, "Enter here a config Name." + "\n" + "You can define many configuration on many (or on the same) database with differents selections." + "\n" + "Some configurations can be protected by a password usefull for children protection " + "\n" + "if you don't want they watch some movies...");
+ ToolTip1.SetToolTip(this.Config_Dflt, "If you select this, that configuration will be loaded each time you enter in the plugin." + "\n" + "If no default config defined and many configs, the configuration to load will be asked the first time." + "\n" + "After, the plugin load the last configuration used if no default defined");
+ ToolTip1.SetToolTip(this.Dwp, "Enter a password here if you want to protect that configuration." + "\n" + "Usefull for children protection if you don't want they watch some movies." + "\n" + "You have to repeat your password");
+ ToolTip1.SetToolTip(this.textBox1, "Name of the plugin displayed in MP." + "\n" + "By default Films, but you can choose a better name");
+ ToolTip1.SetToolTip(this.MesFilmsCat, "Enter here the complete Filename + Path to your AMC XML Database." + "\n" + "You can use the search button to help you");
+ ToolTip1.SetToolTip(this.MesFilmsImg, "Path to find pictures of your Movies" + "\n" + "(by default same path than your XML file)");
+ ToolTip1.SetToolTip(this.CatalogType, "Type of your Catalog : ANT Movie Catalog or DVDProfiler." + "\n" + "In case of DVDProfiler a new Catalog file will be created" + "\n" + "Name CatalogFile_tmp.xml. That new file is fully compatible with AMC...");
+ ToolTip1.SetToolTip(this.AntStorage, "Give here the fied of your AMC Database where you store" + "\n" + "the Movie Filename. Information used for launching Movie." + "\n" + "In that field, you can put either a filename, either many filenames" + "\n" + "separated by a ';' if your movie as many files" + "\n" + "either a playlist file (.m3u) text file with a list of filenames");
+ ToolTip1.SetToolTip(this.PathStorage, "Paths used for searching the file movie for launching. First search is made" + "\n" + "with information stored in 'Ant Item for Storage File Info' field of your DB," + "\n" + "if not found, search is made with those paths and after with amovibles drives" + "\n" + "of your computer. You can defined many paths separated by a ';'");
+ ToolTip1.SetToolTip(this.AntIdentItem, "When launching movies, if the filename is not found," + "\n" + "a popup windows ask you to mount the right media." + "\n" + "You can define here which item of your AMC database" + "\n" + "is usefull for identifying the right media. A label associated" + "\n" + "with that information can be defined below");
+ ToolTip1.SetToolTip(this.AntIdentLabel, "Text associated with the mounting information helping you" + "\n" + "to find the right media for launching movie");
+ ToolTip1.SetToolTip(this.LayOut, "Default View (List, Icons, Larges Icons) used when launching" + "\n" + "for the fist time that configuration ." + "\n" + "After, the last view defined is re-used." + "\n" + "You can change it with the Layout Button when running the plugin");
+ ToolTip1.SetToolTip(this.groupBox5, "Fields of your DB used as Master Title" + "\n" + "(often OriginalTitle or TranslatedTitle) and secondary Title");
+ ToolTip1.SetToolTip(this.TitleDelim, "Classification delimiter Title." + "\n" + "With that you can classify your movie collection" + "\n" + "essentially for series movies. Take a look on the MP forum" + "\n" + "for that use");
+ ToolTip1.SetToolTip(this.groupBox3, "Some views (Genre, Year, Country..) are predefined." + "\n" + "You can define here two extra views for your needings." + "\n" + "You have to enter an item field and a label associated with." + "\n" + "That Text will be displayed in choice View Menu");
+ ToolTip1.SetToolTip(this.groupBox8, "Default View used when you enter in that" + "\n" + "Configuration for the first time. Last view defined in the plugin will be used then." + "\n" + "You have to define an item and eventually a value associated with" + "\n" + "Ex: you define 'Category' as default view Item;" + "\n" + "if you put 'Comedy' as value, all comedies movies'll be displayed;" + "\n" + "if you leave it blank a Category Choice Menu will be proposed");
+ ToolTip1.SetToolTip(this.groupBox2, "You can filter here records you want to see" + "\n" + "with that configuration. You have to define" + "\n" + "items and values associated with for selections." + "\n" + "Ex: exclude Hard movies for a children default configuration" + "\n" + "Hard movies'll be include in another config protected wit a password");
+ ToolTip1.SetToolTip(this.groupBox1, "You can add extra informations on the detailed View." + "\n" + "Two with a label assopciated with and one without." + "\n" + "Try it to see where those extra infos are displayed" + "\n" + "and choose the right place for your needings");
+ ToolTip1.SetToolTip(this.groupBox4, "Some fields are already updatable in the plugin." + "\n" + "You can define here two supplementary fields" + "\n" + "that can be updated. Define Fields and label associated with");
+ ToolTip1.SetToolTip(this.groupBox6, "Some sorts are already defined in the plugin" + "\n" + "(Year, Date, Rating, Name..); You can define add another" + "\n" + "sort for your need. Define Field and label associated with");
+ ToolTip1.SetToolTip(this.ButSave, "Save the Configuration. Controls are made at this time." + "\n" + "For DVDP database type, the temporary is built here" + "\n" + "and after each time the DVDP XML update date will be newer than the generated file one");
+ ToolTip1.SetToolTip(this.ButDelet, "Delete all informations for that configuration." + "\n" + "If that config was the default one, No default config'll be define.");
+ ToolTip1.SetToolTip(this.ButQuit, "No comments...");
textBox1.Text = MyFilms_xmlreader.GetValueAsString("MyFilms", "PluginName", "Films");
MesFilms_nb_config = MyFilms_xmlreader.GetValueAsInt("MyFilms", "NbConfig", -1);
for (int i = 0; i < (int)MesFilms_nb_config; i++)
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|