Forum Replies Created
-
AuthorPosts
-
SerebyParticipant
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 lineCODEdestructor Destroy; override;and in this Destroy procedure are some objects not free'ed.
so I just added these lines (@ Line 2321)CODEFListGroups.Free;
FListColumns.Free;
FListItems.Free;
FGroupFont.Free;
FColumnFont.Free;
FItemFont.Free;
FStateChangeLink.Free;
FSmallChangeLink.Free;SerebyParticipantnicht 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
SerebyParticipantyou 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.
SerebyParticipantQUOTEhe'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 meSerebyParticipantthats a wrong usage of threads
SerebyParticipant1. 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-formthis should work!
SerebyParticipanti 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
SerebyParticipantand what should he skin there?
guestures are just mouse movements and nothing that can be skinned for the end-user!SerebyParticipanti know teamviewer
SerebyParticipant@emailaya
what do you have with your TV every time? are you married with itSerebyParticipantQUOTEInstall 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)SerebyParticipantmy quick fix was near to the real fix
SerebyParticipantthis function was added in v6.42.
Use the newest stable version v6.48
SerebyParticipanthe says:
v6.52 cannot be used.. Windows with fsStayOnTop are disappearingSerebyParticipantlook here: same problem with quick-fix
SerebyParticipantthats no problem!
thats normal and can be ignored (with D2009, too)December 9, 2009 at 4:28 pm in reply to: ListBox OnDrawItem eavent and AnimEfect.PageChange.Active #41226SerebyParticipantjust add it here as an attachment and he will get it when he is back on the board
SerebyParticipantfound the way to reproduce this:
disable skins and hover a TsCheckBoxSerebyParticipantthanks.. really fixed ^^