- This topic has 4 replies, 3 voices, and was last updated 2024-05-24 at 9:08 am by .
Viewing 4 reply threads
Viewing 4 reply threads
- You must be logged in to reply to this topic.
Home › Forums › Konopka Signature VCL Controls (formerly Raize Components) › Error in CustomFramingFrame
Tagged: bug
In the latest version for Delphi 11 I get a compiler error [dcc32 Error] CustomFramingFrame.pas(113): E2035 Not enough actual parameters
When I look at the declaration of this in RzCommon.pas then I seen that a control reference is needed.
Hi,
The control reference was added to several RzCommon methods in 6.5 in order to support VCL Style changes. Generally, you can simply pass “Self” as the parameter. For example, for the CustomFramingFrame.pas unit for the RCDemo:
if UsingSystemStyle then
becomes
if UsingSystemStyle( Self ) then
The same situation occurs in the TabsFrame.pas unit as well.
The MainForm.pas unit has a similar change but with the GetGradientPanelFrameColor method:
C := GetGradientPanelFrameColor( FCurrentGCS )
becomes
C := GetGradientPanelFrameColor( Self, FCurrentGCS )
Ray
Hi.
I also had the same error as in the post above. I did it as you wrote. Thank you.
But now another one has appeared – [CreateUWPManifestFile Error] Program Id is not valid. Value: ”
🙁
Nat.
Hi Nat,
That appears to be an error that is not related to the KSVC components.
Ray
Hi Ray,
Thanks for the help.
Nat.
We use cookies to improve your experience on our site. By using our site, you consent to cookies.
Manage your cookie preferences below:
Essential cookies enable basic functions and are necessary for the proper function of the website.
These cookies are needed for adding comments on this website.
These cookies are used for managing login functionality on this website.
Stripe is a payment processing platform that enables businesses to accept online payments securely and efficiently.
Service URL: stripe.com (opens in a new window)