"Scan line index out of range" error on BCB6

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #37089
    Kuremon
    Participant

    Hello,

    I'm using the latest version on AlphaSkin (v11.11) with BCB6 on c++.

    And the following error occurs when opening a small window from the main window :”Scan line index out of range”.

    Actually the first time I open the window, it does not occur but from the second time, it occurs every time.

    I am using the skin “Mint” set as internal skin.

    I join two DFM files.

    [attachment=7819:ScanLineIndexOutOfRangeDialog.zip]

    Dialog_Error.dfm creates the error, Dialog_Ok.dfm has no problem.

    Those two forms are very similar and I can't see the different between them which is the cause of this error.

    Is there some precautions to take so I can prevent this error from occuring ?

    Thanks in advance!

    Best regards.

    #55402
    Support
    Keymaster

    Thank you. I see this error and I will fix it in the nearest release.

    #55572
    Kuremon
    Participant
    'Support' wrote:

    Thank you. I see this error and I will fix it in the nearest release.

    Hello,

    I installed the new version of AlphaSkin (20.09.2016) but the problem is still present.

    Like someone reported it recently, by setting the option “ExtendBorder” of SkinManager to false, the error does not occur.

    But I want the border to be extended, it's prettier like this.

    As I said before, it only occurs from the second time I open a window.

    After a window, a form, has been shown and hid once, the error occurs when the program calls Show or ShowModal or simply when it set the Visible property to True.

    I noticed two things:

    First the error does not occur when the window has been closed from the cross button on the border.

    It only occurs when the window has been closed form a normal button, a button I created.

    Then the error does not occur if the option AllowAeroBluring of SkinManager is set to false.

    It seems the function MakeBluringRgn in class sSkinProvider provokes the error.

    I hope it will help you.

    #55592
    Support
    Keymaster

    Hello

    Thank you for information about the MakeBluringRgnfunction, I will check it.

    #55617
    Support
    Keymaster

    Hello again!

    Can you give me a compiled Exe-file where this issue exists, please?

    What is version number of your Windows system?

    I have some problems with this error repeating..

Viewing 5 posts - 1 through 5 (of 5 total)
  • You must be logged in to reply to this topic.