Sereby

Forum Replies Created

Viewing 20 posts - 21 through 40 (of 63 total)
  • Author
    Posts
  • Sereby
    Participant

    i'm sorry i'm not able to write russian text <img src="style_emoticons//happy.gif” style=”vertical-align:middle” emoid=”^_^” border=”0″ alt=”happy.gif” />

    found and fixed some memory leaks in your control:
    in Line 406 there is the override; missing! so change it to this line

    CODE
    destructor Destroy; override;

    and in this Destroy procedure are some objects not free'ed.
    so I just added these lines (@ Line 2321)

    CODE
      FListGroups.Free;
      FListColumns.Free;
      FListItems.Free;
      FGroupFont.Free;
      FColumnFont.Free;
      FItemFont.Free;
      FStateChangeLink.Free;
      FSmallChangeLink.Free;

    in reply to: Error compiling my app with Alphalite w. D5 #42408
    Sereby
    Participant

    nicht wenn du es sauber und Vollstдndig Deinstalliert hast.
    Dann dьrften derartige Probleme nicht auftreten!

    Und bitte Versuch weiterhin in Englisch zu schreiben, da Serge und co. das sonst nicht lesen kцnnen und andere User mit eventuell dem selben Problem nicht geholfen wird

    in reply to: Error compiling my app with Alphalite w. D5 #42406
    Sereby
    Participant

    you have to uninstall the older version first!
    after that it will work without problems.


    german

    Du musst zuerst die alte Version komplett deinstallieren. Danach funktioniert auch alles ohne Probleme.

    in reply to: Delphi 2007 + V. 6.60 + ExtendedBorders #42104
    Sereby
    Participant

    QUOTE
    he's from the dev team.


    not correct @prefont:
    serge just looks 1 or 2 times a week into the english part of the forum. So just make a demo, you will help him with that! Trust me

    in reply to: sShowMessage in thread works twice #41960
    Sereby
    Participant

    thats a wrong usage of threads

    in reply to: alphaskins 6.58 bug? #41920
    Sereby
    Participant

    1. remove skinmanager from your project
    2. uninstall AC
    3. be sure to remove all bpl and dcu files from AC
    4. reinstall AC
    5. put skinmanager to your project-form

    this should work!

    in reply to: list index out of bound(0) #41864
    Sereby
    Participant

    i think this appears when he do not include a skin as internal skin and then forget to copy the used skin to the directory he defined

    in reply to: Support for Delphi2010 gestures? #41714
    Sereby
    Participant

    and what should he skin there?
    guestures are just mouse movements and nothing that can be skinned for the end-user!

    in reply to: html tooltip problem #41539
    Sereby
    Participant

    i know teamviewer

    in reply to: html tooltip problem #41537
    Sereby
    Participant

    @emailaya
    what do you have with your TV every time? are you married with it

    in reply to: Unable to install Alphacontrols in Delphi 6 #41304
    Sereby
    Participant

    QUOTE
    Install for Delphi :

    1. Start by unpacking the acnt*.zip files into a folder of your own choice.
    2. This directory must be registered in system search path. And add, (if need)
    AlphaControls directory in Delphi (Tools->Environment Options->Library->Library
    Path).
    3. Use “FileOpen…” menu item of Delphi IDE to open the AlphaControls
    run-time package acntX_r.dpk (x – version of Delphi). In the “Package…”
    window click “Compile” button to compile run-time library.
    4. Use “FileOpen…” menu item of Delphi IDE to open the AlphaControls
    design-time package acntX.dpk. In the “Package…” window click “Install”
    button to install the library.
    5. DB-aware components users can install AlphaDB pack by copying AlphaDB files
    to AlphaControls directory and AlphaDB.dpk file installing.}

    you need first to compile the _r package for D6 and then compile and Install the package without _r!
    Dont forget to add the path into the seach path (Tools->Environment Options->Library->Library
    Path)

    in reply to: [6.52] Accessviolation when re-activating skins #41293
    Sereby
    Participant

    my quick fix was near to the real fix

    in reply to: Random Skins every time I hit run(F9) #41267
    Sereby
    Participant

    this function was added in v6.42.

    Use the newest stable version v6.48

    in reply to: Exeption reading 00000 while Starting #41259
    Sereby
    Participant

    he says:
    v6.52 cannot be used.. Windows with fsStayOnTop are disappearing

    in reply to: Exeption reading 00000 while Starting #41236
    Sereby
    Participant

    look here: same problem with quick-fix

    http://www.alphaskins.com/forum/index.php?showtopic=4891

    in reply to: ZLibEx warning during installation #41227
    Sereby
    Participant

    thats no problem!
    thats normal and can be ignored (with D2009, too)

    in reply to: ListBox OnDrawItem eavent and AnimEfect.PageChange.Active #41226
    Sereby
    Participant

    just add it here as an attachment and he will get it when he is back on the board

    in reply to: [6.47] AccessViolation in sCommonData #40937
    Sereby
    Participant

    found the way to reproduce this:
    disable skins and hover a TsCheckBox

    in reply to: [6.46] TsMemo not correctly skinned #40915
    Sereby
    Participant

    thanks.. really fixed ^^

    in reply to: Weird border around buttons when hover #40913
    Sereby
    Participant

    yes only one pc with w7 x64 but with XP mode

    Author
    Posts
Viewing 20 posts - 21 through 40 (of 63 total)