Giter Club home page Giter Club logo

Comments (10)

GoogleCodeExporter avatar GoogleCodeExporter commented on May 31, 2024
Switching style manager off with TSysStyleManager.Enabled := False and the 
exceptions, when ending the app, are gone.

Original comment by [email protected] on 11 Feb 2014 at 8:10

from vcl-styles-utils.

GoogleCodeExporter avatar GoogleCodeExporter commented on May 31, 2024
Reverting the last change in Vcl.Styles.Utils.SysControls.pas back (moving 
"end" from line 1077 to 1090) and the exceptions are gone.

Original comment by [email protected] on 11 Feb 2014 at 8:21

from vcl-styles-utils.

GoogleCodeExporter avatar GoogleCodeExporter commented on May 31, 2024
I can't reproduce the issue, I just tested the sample application removing the 
TMS components (because I don't have these) and the App close normally. anyway 
can you make this change try changing this line in the 
Vcl.Styles.Utils.SysControls unit 

if nCode = HCBT_DESTROYWND then 

to  

 if (nCode = HCBT_DESTROYWND) and not (StyleServices.IsSystemStyle) then


Original comment by [email protected] on 11 Feb 2014 at 9:09

from vcl-styles-utils.

GoogleCodeExporter avatar GoogleCodeExporter commented on May 31, 2024
Unfortunately the exceptions persist.
Commenting this one line removed the exception:

//FSysStyleHookList[wParam].Free;

Original comment by [email protected] on 12 Feb 2014 at 5:17

from vcl-styles-utils.

GoogleCodeExporter avatar GoogleCodeExporter commented on May 31, 2024
Please check the last revision (197), and let me know the results. 

Original comment by [email protected] on 12 Feb 2014 at 7:09

from vcl-styles-utils.

GoogleCodeExporter avatar GoogleCodeExporter commented on May 31, 2024
Still there, though reverting this change makes it go away:
  //FSysStyleHookList := TObjectDictionary<HWND, TSysStyleHook>.Create([doOwnsValues]);
  FSysStyleHookList := TObjectDictionary<HWND, TSysStyleHook>.Create;

Original comment by [email protected] on 12 Feb 2014 at 8:37

from vcl-styles-utils.

GoogleCodeExporter avatar GoogleCodeExporter commented on May 31, 2024
Ok, we really need a sample App to reproduce the issue. ideally without third 
party components (or only with JEDI and JAM).

Original comment by [email protected] on 13 Feb 2014 at 1:10

from vcl-styles-utils.

GoogleCodeExporter avatar GoogleCodeExporter commented on May 31, 2024
I sent you the demo app by PN today.

Original comment by [email protected] on 13 Feb 2014 at 10:09

from vcl-styles-utils.

GoogleCodeExporter avatar GoogleCodeExporter commented on May 31, 2024
This issue was closed by revision r198.

Original comment by [email protected] on 14 Feb 2014 at 2:10

  • Changed state: Fixed

from vcl-styles-utils.

GoogleCodeExporter avatar GoogleCodeExporter commented on May 31, 2024
Yeah! Exceptions are gone!

Original comment by [email protected] on 14 Feb 2014 at 7:23

from vcl-styles-utils.

Related Issues (20)

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.