'visible books' only enabled when applicable
This commit is contained in:
parent
e0248c2d8e
commit
00df6da366
@ -10,7 +10,7 @@ namespace DataLayer
|
|||||||
// ========================
|
// ========================
|
||||||
// these run against the db. linq queries against these MUST be translatable to sql. primatives only. no POCOs or this error occurs:
|
// these run against the db. linq queries against these MUST be translatable to sql. primatives only. no POCOs or this error occurs:
|
||||||
// Unable to create a constant value of type 'DataLayer.Contributor'. Only primitive types or enumeration types are supported in this context.
|
// Unable to create a constant value of type 'DataLayer.Contributor'. Only primitive types or enumeration types are supported in this context.
|
||||||
// to use full object-linq, load and use local
|
// to use full object-linq, load and use Local. HOWEVER, Local is only hashed/indexed on PK. All other searches are very slow
|
||||||
// load full table:
|
// load full table:
|
||||||
// List<Contributor> contributors = ...;
|
// List<Contributor> contributors = ...;
|
||||||
// Contributors.Load();
|
// Contributors.Load();
|
||||||
|
|||||||
124
Source/LibationWinForms/Form1.Designer.cs
generated
124
Source/LibationWinForms/Form1.Designer.cs
generated
@ -53,23 +53,23 @@
|
|||||||
this.firstFilterIsDefaultToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
this.firstFilterIsDefaultToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
||||||
this.editQuickFiltersToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
this.editQuickFiltersToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
||||||
this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
|
this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
|
||||||
|
this.scanningToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
||||||
|
this.visibleBooksToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
||||||
|
this.liberateToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
|
||||||
|
this.replaceTagsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
||||||
|
this.setDownloadedToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
||||||
|
this.removeToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
||||||
this.settingsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
this.settingsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
||||||
this.accountsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
this.accountsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
||||||
this.basicSettingsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
this.basicSettingsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
||||||
this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator();
|
this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator();
|
||||||
this.aboutToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
this.aboutToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
||||||
this.scanningToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
||||||
this.statusStrip1 = new System.Windows.Forms.StatusStrip();
|
this.statusStrip1 = new System.Windows.Forms.StatusStrip();
|
||||||
this.visibleCountLbl = new System.Windows.Forms.ToolStripStatusLabel();
|
this.visibleCountLbl = new System.Windows.Forms.ToolStripStatusLabel();
|
||||||
this.springLbl = new System.Windows.Forms.ToolStripStatusLabel();
|
this.springLbl = new System.Windows.Forms.ToolStripStatusLabel();
|
||||||
this.backupsCountsLbl = new System.Windows.Forms.ToolStripStatusLabel();
|
this.backupsCountsLbl = new System.Windows.Forms.ToolStripStatusLabel();
|
||||||
this.pdfsCountsLbl = new System.Windows.Forms.ToolStripStatusLabel();
|
this.pdfsCountsLbl = new System.Windows.Forms.ToolStripStatusLabel();
|
||||||
this.addFilterBtn = new System.Windows.Forms.Button();
|
this.addFilterBtn = new System.Windows.Forms.Button();
|
||||||
this.visibleBooksToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
||||||
this.liberateToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
|
|
||||||
this.replaceTagsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
||||||
this.setDownloadedToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
||||||
this.removeToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
||||||
this.menuStrip1.SuspendLayout();
|
this.menuStrip1.SuspendLayout();
|
||||||
this.statusStrip1.SuspendLayout();
|
this.statusStrip1.SuspendLayout();
|
||||||
this.SuspendLayout();
|
this.SuspendLayout();
|
||||||
@ -198,14 +198,14 @@
|
|||||||
// removeAllAccountsToolStripMenuItem
|
// removeAllAccountsToolStripMenuItem
|
||||||
//
|
//
|
||||||
this.removeAllAccountsToolStripMenuItem.Name = "removeAllAccountsToolStripMenuItem";
|
this.removeAllAccountsToolStripMenuItem.Name = "removeAllAccountsToolStripMenuItem";
|
||||||
this.removeAllAccountsToolStripMenuItem.Size = new System.Drawing.Size(448, 54);
|
this.removeAllAccountsToolStripMenuItem.Size = new System.Drawing.Size(390, 54);
|
||||||
this.removeAllAccountsToolStripMenuItem.Text = "All Accounts";
|
this.removeAllAccountsToolStripMenuItem.Text = "All Accounts";
|
||||||
this.removeAllAccountsToolStripMenuItem.Click += new System.EventHandler(this.removeAllAccountsToolStripMenuItem_Click);
|
this.removeAllAccountsToolStripMenuItem.Click += new System.EventHandler(this.removeAllAccountsToolStripMenuItem_Click);
|
||||||
//
|
//
|
||||||
// removeSomeAccountsToolStripMenuItem
|
// removeSomeAccountsToolStripMenuItem
|
||||||
//
|
//
|
||||||
this.removeSomeAccountsToolStripMenuItem.Name = "removeSomeAccountsToolStripMenuItem";
|
this.removeSomeAccountsToolStripMenuItem.Name = "removeSomeAccountsToolStripMenuItem";
|
||||||
this.removeSomeAccountsToolStripMenuItem.Size = new System.Drawing.Size(448, 54);
|
this.removeSomeAccountsToolStripMenuItem.Size = new System.Drawing.Size(390, 54);
|
||||||
this.removeSomeAccountsToolStripMenuItem.Text = "Some Accounts";
|
this.removeSomeAccountsToolStripMenuItem.Text = "Some Accounts";
|
||||||
this.removeSomeAccountsToolStripMenuItem.Click += new System.EventHandler(this.removeSomeAccountsToolStripMenuItem_Click);
|
this.removeSomeAccountsToolStripMenuItem.Click += new System.EventHandler(this.removeSomeAccountsToolStripMenuItem_Click);
|
||||||
//
|
//
|
||||||
@ -251,7 +251,7 @@
|
|||||||
// exportLibraryToolStripMenuItem
|
// exportLibraryToolStripMenuItem
|
||||||
//
|
//
|
||||||
this.exportLibraryToolStripMenuItem.Name = "exportLibraryToolStripMenuItem";
|
this.exportLibraryToolStripMenuItem.Name = "exportLibraryToolStripMenuItem";
|
||||||
this.exportLibraryToolStripMenuItem.Size = new System.Drawing.Size(448, 54);
|
this.exportLibraryToolStripMenuItem.Size = new System.Drawing.Size(387, 54);
|
||||||
this.exportLibraryToolStripMenuItem.Text = "E&xport Library...";
|
this.exportLibraryToolStripMenuItem.Text = "E&xport Library...";
|
||||||
this.exportLibraryToolStripMenuItem.Click += new System.EventHandler(this.exportLibraryToolStripMenuItem_Click);
|
this.exportLibraryToolStripMenuItem.Click += new System.EventHandler(this.exportLibraryToolStripMenuItem_Click);
|
||||||
//
|
//
|
||||||
@ -284,6 +284,55 @@
|
|||||||
this.toolStripSeparator1.Name = "toolStripSeparator1";
|
this.toolStripSeparator1.Name = "toolStripSeparator1";
|
||||||
this.toolStripSeparator1.Size = new System.Drawing.Size(636, 6);
|
this.toolStripSeparator1.Size = new System.Drawing.Size(636, 6);
|
||||||
//
|
//
|
||||||
|
// scanningToolStripMenuItem
|
||||||
|
//
|
||||||
|
this.scanningToolStripMenuItem.Alignment = System.Windows.Forms.ToolStripItemAlignment.Right;
|
||||||
|
this.scanningToolStripMenuItem.Enabled = false;
|
||||||
|
this.scanningToolStripMenuItem.Image = global::LibationWinForms.Properties.Resources.import_16x16;
|
||||||
|
this.scanningToolStripMenuItem.Name = "scanningToolStripMenuItem";
|
||||||
|
this.scanningToolStripMenuItem.Size = new System.Drawing.Size(224, 48);
|
||||||
|
this.scanningToolStripMenuItem.Text = "Scanning...";
|
||||||
|
this.scanningToolStripMenuItem.Visible = false;
|
||||||
|
//
|
||||||
|
// visibleBooksToolStripMenuItem
|
||||||
|
//
|
||||||
|
this.visibleBooksToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
||||||
|
this.liberateToolStripMenuItem1,
|
||||||
|
this.replaceTagsToolStripMenuItem,
|
||||||
|
this.setDownloadedToolStripMenuItem,
|
||||||
|
this.removeToolStripMenuItem});
|
||||||
|
this.visibleBooksToolStripMenuItem.Name = "visibleBooksToolStripMenuItem";
|
||||||
|
this.visibleBooksToolStripMenuItem.Size = new System.Drawing.Size(267, 48);
|
||||||
|
this.visibleBooksToolStripMenuItem.Text = "&Visible Books: {0}";
|
||||||
|
//
|
||||||
|
// liberateToolStripMenuItem1
|
||||||
|
//
|
||||||
|
this.liberateToolStripMenuItem1.Name = "liberateToolStripMenuItem1";
|
||||||
|
this.liberateToolStripMenuItem1.Size = new System.Drawing.Size(525, 54);
|
||||||
|
this.liberateToolStripMenuItem1.Text = "&Liberate";
|
||||||
|
this.liberateToolStripMenuItem1.Click += new System.EventHandler(this.liberateToolStripMenuItem1_Click);
|
||||||
|
//
|
||||||
|
// replaceTagsToolStripMenuItem
|
||||||
|
//
|
||||||
|
this.replaceTagsToolStripMenuItem.Name = "replaceTagsToolStripMenuItem";
|
||||||
|
this.replaceTagsToolStripMenuItem.Size = new System.Drawing.Size(525, 54);
|
||||||
|
this.replaceTagsToolStripMenuItem.Text = "Replace &Tags...";
|
||||||
|
this.replaceTagsToolStripMenuItem.Click += new System.EventHandler(this.replaceTagsToolStripMenuItem_Click);
|
||||||
|
//
|
||||||
|
// setDownloadedToolStripMenuItem
|
||||||
|
//
|
||||||
|
this.setDownloadedToolStripMenuItem.Name = "setDownloadedToolStripMenuItem";
|
||||||
|
this.setDownloadedToolStripMenuItem.Size = new System.Drawing.Size(525, 54);
|
||||||
|
this.setDownloadedToolStripMenuItem.Text = "Set \'&Downloaded\' status...";
|
||||||
|
this.setDownloadedToolStripMenuItem.Click += new System.EventHandler(this.setDownloadedToolStripMenuItem_Click);
|
||||||
|
//
|
||||||
|
// removeToolStripMenuItem
|
||||||
|
//
|
||||||
|
this.removeToolStripMenuItem.Name = "removeToolStripMenuItem";
|
||||||
|
this.removeToolStripMenuItem.Size = new System.Drawing.Size(525, 54);
|
||||||
|
this.removeToolStripMenuItem.Text = "&Remove from library...";
|
||||||
|
this.removeToolStripMenuItem.Click += new System.EventHandler(this.removeToolStripMenuItem_Click);
|
||||||
|
//
|
||||||
// settingsToolStripMenuItem
|
// settingsToolStripMenuItem
|
||||||
//
|
//
|
||||||
this.settingsToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
this.settingsToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
||||||
@ -298,39 +347,29 @@
|
|||||||
// accountsToolStripMenuItem
|
// accountsToolStripMenuItem
|
||||||
//
|
//
|
||||||
this.accountsToolStripMenuItem.Name = "accountsToolStripMenuItem";
|
this.accountsToolStripMenuItem.Name = "accountsToolStripMenuItem";
|
||||||
this.accountsToolStripMenuItem.Size = new System.Drawing.Size(448, 54);
|
this.accountsToolStripMenuItem.Size = new System.Drawing.Size(327, 54);
|
||||||
this.accountsToolStripMenuItem.Text = "&Accounts...";
|
this.accountsToolStripMenuItem.Text = "&Accounts...";
|
||||||
this.accountsToolStripMenuItem.Click += new System.EventHandler(this.accountsToolStripMenuItem_Click);
|
this.accountsToolStripMenuItem.Click += new System.EventHandler(this.accountsToolStripMenuItem_Click);
|
||||||
//
|
//
|
||||||
// basicSettingsToolStripMenuItem
|
// basicSettingsToolStripMenuItem
|
||||||
//
|
//
|
||||||
this.basicSettingsToolStripMenuItem.Name = "basicSettingsToolStripMenuItem";
|
this.basicSettingsToolStripMenuItem.Name = "basicSettingsToolStripMenuItem";
|
||||||
this.basicSettingsToolStripMenuItem.Size = new System.Drawing.Size(448, 54);
|
this.basicSettingsToolStripMenuItem.Size = new System.Drawing.Size(327, 54);
|
||||||
this.basicSettingsToolStripMenuItem.Text = "&Settings...";
|
this.basicSettingsToolStripMenuItem.Text = "&Settings...";
|
||||||
this.basicSettingsToolStripMenuItem.Click += new System.EventHandler(this.basicSettingsToolStripMenuItem_Click);
|
this.basicSettingsToolStripMenuItem.Click += new System.EventHandler(this.basicSettingsToolStripMenuItem_Click);
|
||||||
//
|
//
|
||||||
// toolStripSeparator2
|
// toolStripSeparator2
|
||||||
//
|
//
|
||||||
this.toolStripSeparator2.Name = "toolStripSeparator2";
|
this.toolStripSeparator2.Name = "toolStripSeparator2";
|
||||||
this.toolStripSeparator2.Size = new System.Drawing.Size(445, 6);
|
this.toolStripSeparator2.Size = new System.Drawing.Size(324, 6);
|
||||||
//
|
//
|
||||||
// aboutToolStripMenuItem
|
// aboutToolStripMenuItem
|
||||||
//
|
//
|
||||||
this.aboutToolStripMenuItem.Name = "aboutToolStripMenuItem";
|
this.aboutToolStripMenuItem.Name = "aboutToolStripMenuItem";
|
||||||
this.aboutToolStripMenuItem.Size = new System.Drawing.Size(448, 54);
|
this.aboutToolStripMenuItem.Size = new System.Drawing.Size(327, 54);
|
||||||
this.aboutToolStripMenuItem.Text = "A&bout...";
|
this.aboutToolStripMenuItem.Text = "A&bout...";
|
||||||
this.aboutToolStripMenuItem.Click += new System.EventHandler(this.aboutToolStripMenuItem_Click);
|
this.aboutToolStripMenuItem.Click += new System.EventHandler(this.aboutToolStripMenuItem_Click);
|
||||||
//
|
//
|
||||||
// scanningToolStripMenuItem
|
|
||||||
//
|
|
||||||
this.scanningToolStripMenuItem.Alignment = System.Windows.Forms.ToolStripItemAlignment.Right;
|
|
||||||
this.scanningToolStripMenuItem.Enabled = false;
|
|
||||||
this.scanningToolStripMenuItem.Image = global::LibationWinForms.Properties.Resources.import_16x16;
|
|
||||||
this.scanningToolStripMenuItem.Name = "scanningToolStripMenuItem";
|
|
||||||
this.scanningToolStripMenuItem.Size = new System.Drawing.Size(224, 48);
|
|
||||||
this.scanningToolStripMenuItem.Text = "Scanning...";
|
|
||||||
this.scanningToolStripMenuItem.Visible = false;
|
|
||||||
//
|
|
||||||
// statusStrip1
|
// statusStrip1
|
||||||
//
|
//
|
||||||
this.statusStrip1.ImageScalingSize = new System.Drawing.Size(40, 40);
|
this.statusStrip1.ImageScalingSize = new System.Drawing.Size(40, 40);
|
||||||
@ -381,45 +420,6 @@
|
|||||||
this.addFilterBtn.UseVisualStyleBackColor = true;
|
this.addFilterBtn.UseVisualStyleBackColor = true;
|
||||||
this.addFilterBtn.Click += new System.EventHandler(this.AddFilterBtn_Click);
|
this.addFilterBtn.Click += new System.EventHandler(this.AddFilterBtn_Click);
|
||||||
//
|
//
|
||||||
// visibleBooksToolStripMenuItem
|
|
||||||
//
|
|
||||||
this.visibleBooksToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
|
||||||
this.liberateToolStripMenuItem1,
|
|
||||||
this.replaceTagsToolStripMenuItem,
|
|
||||||
this.setDownloadedToolStripMenuItem,
|
|
||||||
this.removeToolStripMenuItem});
|
|
||||||
this.visibleBooksToolStripMenuItem.Name = "visibleBooksToolStripMenuItem";
|
|
||||||
this.visibleBooksToolStripMenuItem.Size = new System.Drawing.Size(218, 48);
|
|
||||||
this.visibleBooksToolStripMenuItem.Text = "&Visible Books";
|
|
||||||
//
|
|
||||||
// liberateToolStripMenuItem1
|
|
||||||
//
|
|
||||||
this.liberateToolStripMenuItem1.Name = "liberateToolStripMenuItem1";
|
|
||||||
this.liberateToolStripMenuItem1.Size = new System.Drawing.Size(525, 54);
|
|
||||||
this.liberateToolStripMenuItem1.Text = "&Liberate";
|
|
||||||
this.liberateToolStripMenuItem1.Click += new System.EventHandler(this.liberateToolStripMenuItem1_Click);
|
|
||||||
//
|
|
||||||
// replaceTagsToolStripMenuItem
|
|
||||||
//
|
|
||||||
this.replaceTagsToolStripMenuItem.Name = "replaceTagsToolStripMenuItem";
|
|
||||||
this.replaceTagsToolStripMenuItem.Size = new System.Drawing.Size(525, 54);
|
|
||||||
this.replaceTagsToolStripMenuItem.Text = "Replace &Tags...";
|
|
||||||
this.replaceTagsToolStripMenuItem.Click += new System.EventHandler(this.replaceTagsToolStripMenuItem_Click);
|
|
||||||
//
|
|
||||||
// setDownloadedToolStripMenuItem
|
|
||||||
//
|
|
||||||
this.setDownloadedToolStripMenuItem.Name = "setDownloadedToolStripMenuItem";
|
|
||||||
this.setDownloadedToolStripMenuItem.Size = new System.Drawing.Size(525, 54);
|
|
||||||
this.setDownloadedToolStripMenuItem.Text = "Set \'&Downloaded\' status...";
|
|
||||||
this.setDownloadedToolStripMenuItem.Click += new System.EventHandler(this.setDownloadedToolStripMenuItem_Click);
|
|
||||||
//
|
|
||||||
// removeToolStripMenuItem
|
|
||||||
//
|
|
||||||
this.removeToolStripMenuItem.Name = "removeToolStripMenuItem";
|
|
||||||
this.removeToolStripMenuItem.Size = new System.Drawing.Size(525, 54);
|
|
||||||
this.removeToolStripMenuItem.Text = "&Remove from library...";
|
|
||||||
this.removeToolStripMenuItem.Click += new System.EventHandler(this.removeToolStripMenuItem_Click);
|
|
||||||
//
|
|
||||||
// Form1
|
// Form1
|
||||||
//
|
//
|
||||||
this.AutoScaleDimensions = new System.Drawing.SizeF(17F, 41F);
|
this.AutoScaleDimensions = new System.Drawing.SizeF(17F, 41F);
|
||||||
|
|||||||
@ -15,6 +15,7 @@ namespace LibationWinForms
|
|||||||
{
|
{
|
||||||
public partial class Form1 : Form
|
public partial class Form1 : Form
|
||||||
{
|
{
|
||||||
|
private string visibleBooksToolStripMenuItem_format { get; }
|
||||||
private string beginBookBackupsToolStripMenuItem_format { get; }
|
private string beginBookBackupsToolStripMenuItem_format { get; }
|
||||||
private string beginPdfBackupsToolStripMenuItem_format { get; }
|
private string beginPdfBackupsToolStripMenuItem_format { get; }
|
||||||
|
|
||||||
@ -29,6 +30,7 @@ namespace LibationWinForms
|
|||||||
gridPanel.Controls.Add(productsGrid);
|
gridPanel.Controls.Add(productsGrid);
|
||||||
|
|
||||||
// back up string formats
|
// back up string formats
|
||||||
|
visibleBooksToolStripMenuItem_format = visibleBooksToolStripMenuItem.Text;
|
||||||
beginBookBackupsToolStripMenuItem_format = beginBookBackupsToolStripMenuItem.Text;
|
beginBookBackupsToolStripMenuItem_format = beginBookBackupsToolStripMenuItem.Text;
|
||||||
beginPdfBackupsToolStripMenuItem_format = beginPdfBackupsToolStripMenuItem.Text;
|
beginPdfBackupsToolStripMenuItem_format = beginPdfBackupsToolStripMenuItem.Text;
|
||||||
|
|
||||||
@ -516,8 +518,24 @@ namespace LibationWinForms
|
|||||||
#region Visible Books menu
|
#region Visible Books menu
|
||||||
private void configVisibleBooksMenu()
|
private void configVisibleBooksMenu()
|
||||||
{
|
{
|
||||||
//productsGrid.VisibleCountChanged += ;
|
productsGrid.VisibleCountChanged += (_, qty) => {
|
||||||
|
visibleBooksToolStripMenuItem.Text = string.Format(visibleBooksToolStripMenuItem_format, qty);
|
||||||
|
visibleBooksToolStripMenuItem.Enabled = qty > 0;
|
||||||
|
|
||||||
|
var notLiberatedCount = productsGrid.GetVisible().Count(lb => lb.Book.UserDefinedItem.BookStatus == DataLayer.LiberatedStatus.NotLiberated);
|
||||||
|
};
|
||||||
|
|
||||||
|
productsGrid.VisibleCountChanged += setLiberatedVisibleMenuItemAsync;
|
||||||
|
LibraryCommands.BookUserDefinedItemCommitted += setLiberatedVisibleMenuItemAsync;
|
||||||
|
}
|
||||||
|
private async void setLiberatedVisibleMenuItemAsync(object _, int __)
|
||||||
|
=> await Task.Run(setLiberatedVisibleMenuItem);
|
||||||
|
private async void setLiberatedVisibleMenuItemAsync(object _, EventArgs __)
|
||||||
|
=> await Task.Run(setLiberatedVisibleMenuItem);
|
||||||
|
void setLiberatedVisibleMenuItem()
|
||||||
|
{
|
||||||
|
var notLiberated = productsGrid.GetVisible().Any(lb => lb.Book.UserDefinedItem.BookStatus == DataLayer.LiberatedStatus.NotLiberated);
|
||||||
|
this.UIThreadSync(() => liberateToolStripMenuItem1.Enabled = notLiberated);
|
||||||
}
|
}
|
||||||
|
|
||||||
private async void liberateToolStripMenuItem1_Click(object sender, EventArgs e)
|
private async void liberateToolStripMenuItem1_Click(object sender, EventArgs e)
|
||||||
|
|||||||
@ -36,8 +36,7 @@ namespace LibationWinForms
|
|||||||
|
|
||||||
public partial class ProductsGrid : UserControl
|
public partial class ProductsGrid : UserControl
|
||||||
{
|
{
|
||||||
|
/// <summary>Number of visible rows has changed</summary>
|
||||||
ImageDisplay imageDisplay;
|
|
||||||
public event EventHandler<int> VisibleCountChanged;
|
public event EventHandler<int> VisibleCountChanged;
|
||||||
|
|
||||||
// alias
|
// alias
|
||||||
@ -81,6 +80,7 @@ namespace LibationWinForms
|
|||||||
await Cover_Click(getGridEntry(e.RowIndex));
|
await Cover_Click(getGridEntry(e.RowIndex));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
private ImageDisplay imageDisplay;
|
||||||
private async Task Cover_Click(GridEntry liveGridEntry)
|
private async Task Cover_Click(GridEntry liveGridEntry)
|
||||||
{
|
{
|
||||||
var picDefinition = new PictureDefinition(liveGridEntry.LibraryBook.Book.PictureLarge, PictureSize.Native);
|
var picDefinition = new PictureDefinition(liveGridEntry.LibraryBook.Book.PictureLarge, PictureSize.Native);
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user