Coder Social home page Coder Social logo

pentirefmx's People

Contributors

gmurt avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

pentirefmx's Issues

ksInputList memory leak

Hi Graham,
Under Windows and after closing the application a memory leak appear (ksInputList.pas)
after some digging I've found some way to fix this:

destructor TksInputList.Destroy;
...
begin
  FScrollMonitor.Terminate;
  Sleep(300); // Adding this line will fix this problem
...

Sleeping 300 exactly is because the creation of FScrollMonitor thread in the while loop sleeps 200
so after terminating it we have to wait until the thread get out from sleeping and terminates itself..
before code processed to:

  for AItem in FItems do
  begin
    if AItem is TksInputListItemWithControl then
    begin
      c := (AItem as TksInputListItemWithControl).FControl;
      c.parent := nil;
    end;
  end;

TksInputList + Windows + keyboard

Could you please add keyboard support (OnKeyDown, OnKeyPress, etc)? Can't select and check checkboxes by up/down arrows and space :(

ksVirtualListView memory Leaks

hi,
in ksVirtualListView, if drag item show delete-button, and click delete-button to delete a TksVListItem, close exe, it show memory leaks.
delphi 10.4.2 + windows 10 x64

demo code:
Action Buttons.zip

screensnaps:
001
002

What does it look like

Attach screenshots of what the components look like. It would be nice to see examples on the repository page in advance. I promise there will be more interest

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.