topbanner_forum
  *

avatar image

Welcome, Guest. Please login or register.
Did you miss your activation email?

Login with username, password and session length
  • Thursday March 28, 2024, 6:59 am
  • Proudly celebrating 15+ years online.
  • Donate now to become a lifetime supporting member of the site and get a non-expiring license key for all of our programs.
  • donate

Author Topic: [CH&S] Quick Paste list "empties" regularly  (Read 4445 times)

tomos

  • Charter Member
  • Joined in 2006
  • ***
  • Posts: 11,959
    • View Profile
    • Donate to Member
[CH&S] Quick Paste list "empties" regularly
« on: May 18, 2011, 11:14 AM »
using the latest beta, on XP SP3:

My quick paste list "empties" regularly, seems like every couple of hours the list starts again from scratch (with no restarts, no sleep, etc of PC)

Settings are

CHS003.png


other related settings:





edit/ removed "Beta" from the title
Tom
« Last Edit: May 19, 2011, 03:36 AM by tomos »

mouser

  • First Author
  • Administrator
  • Joined in 2005
  • *****
  • Posts: 40,896
    • View Profile
    • Mouser's Software Zone on DonationCoder.com
    • Read more about this member.
    • Donate to Member
Re: [CH&S Beta] Quick Paste list "empties" regularly
« Reply #1 on: May 18, 2011, 06:47 PM »
Go to the main window, left "tree" panel, right click on the Quick Paste group, and choose "Edit this Group"

Then in the SQL edit box you'll see something like: "NOT (IsInRecyleBin) AND CreationDateTime > DateTimeMinusOneHour"
The offending part of the sql that is causing what you are experiencing is the "AND CreationDateTime > DateTimeMinusOneHour" part.

Try maybe changing it to
"NOT (IsInRecyleBin) AND CreationDateTime > DateTimeMinusSevenDays"

tomos

  • Charter Member
  • Joined in 2006
  • ***
  • Posts: 11,959
    • View Profile
    • Donate to Member
Re: [CH&S Beta] Quick Paste list "empties" regularly
« Reply #2 on: May 19, 2011, 03:35 AM »
Go to the main window, left "tree" panel, right click on the Quick Paste group, and choose "Edit this Group"

Then in the SQL edit box you'll see something like: "NOT (IsInRecyleBin) AND CreationDateTime > DateTimeMinusOneHour"
The offending part of the sql that is causing what you are experiencing is the "AND CreationDateTime > DateTimeMinusOneHour" part.

Try maybe changing it to
"NOT (IsInRecyleBin) AND CreationDateTime > DateTimeMinusSevenDays"

:up: thanks :up:

~ if the default is to only show 15 clips (I think that was default, maybe it was even less), would it not be better to have the default "AND CreationDateTime" to be a lot higher than "> DateTimeMinusOneHour". More like minus 24 hrs?
It will only show X number of clips anyways, but if you're not copying much (or if you've simply taken a break) your last clips wont disappear so quickly.
Tom

mouser

  • First Author
  • Administrator
  • Joined in 2005
  • *****
  • Posts: 40,896
    • View Profile
    • Mouser's Software Zone on DonationCoder.com
    • Read more about this member.
    • Donate to Member
Re: [CH&S Beta] Quick Paste list "empties" regularly
« Reply #3 on: May 19, 2011, 03:37 AM »
Yes you are right, probably much less confusing if i set default to DateTimeMinusOneDay, i will make it so.

tomos

  • Charter Member
  • Joined in 2006
  • ***
  • Posts: 11,959
    • View Profile
    • Donate to Member
Re: [CH&S] Quick Paste list "empties" regularly
« Reply #4 on: August 02, 2011, 07:33 AM »
Yes you are right, probably much less confusing if i set default to DateTimeMinusOneDay, i will make it so.

dont know if that's on your todo list,** I had the same problem again with a new install,
at least I knew where to find the answer this time :)

** a nudge, in case it isnt on your list!
Tom

mouser

  • First Author
  • Administrator
  • Joined in 2005
  • *****
  • Posts: 40,896
    • View Profile
    • Mouser's Software Zone on DonationCoder.com
    • Read more about this member.
    • Donate to Member
Re: [CH&S] Quick Paste list "empties" regularly
« Reply #5 on: August 02, 2011, 07:43 AM »
thanks for the reminder, changing it now for future versions.