Forum Replies Created
-
AuthorPosts
-
Updated skin is attached.
Buttons with gradient will be drawn better in the nearest Beta version (some critical changes are required).
You are right, DBComboBox is not standard control and have non-standard implementation of scrolling.
I haven't idea at moment – how to improve it.
Your code must be working there 🙂
This error occurs when control is drawn in cache for animation effect (SkinManager.AnimEffects.FormShow.Active is True).
Standard FileListBox haven't checking of available items in DrawItem procedure : TextOut(Rect.Left + offset, Rect.Top, Items[Index]) < Index is 0 here, but Items not exists. I can suggest two solutions : – add a skinning support for this control (SkinManager.ThirdParty property) – change SkinManager.AnimEffects.FormShow.Active property to False
Hello and thank you for the example. Difference is in Delphi versions.
Delphi 7 haven't this problem, but Delphi 2010 have the error.
This problem will be solved in the nearest release, I think.
Hello and thank you for the example.
This error will be fixed in the nearest release, I think. Please wait few days.
Hello
Difference is in glyph format – bitmaps haven't support of reflections if pixel format is not pf32bit.
So, you must use 32-bit bitnaps or Png glyphs.
February 3, 2011 at 6:32 pm in reply to: Access Violation when using AC Lite and Save Dialogs #44767Ok, can you send me an example app with Exe, please?
Maybe you can receive a callstack for this error?
У меня нет идей, как такое может быть. Может появится потом возможность показать это.. иначе гадать смысла нет.
Что-то не так, жаль что я не могу посмотреть. После Fatal error не должен создаваться Bpl.
Попробуйте удалить его перед запуском IDE. Создастся он потом при возникновении ошибки?
Возможно где-то еще есть Bpl?
Если была ошибка при компиляции, значит acntBCB6_R.bpl не должен создаваться.
И acntBCB6 не может установиться без acntBCB6_R.bpl
Возможно еще где-то старые файлы остались.
Из Вашего описания проблемы не совсем понятно – run-time пакет скомпилировался? А design-time? На каком этапе ошибка?
February 3, 2011 at 1:07 pm in reply to: Access Violation when using AC Lite and Save Dialogs #44751Hello
Can you try latest version of AlphaControls LE, please?
Hello
How can I reproduce this behaviour? Can you show an example please?
Есть возможность расшарить машину через TeamViewer?
Нужно искать причину – почему билдер пытается перестроить пакет.
pasall.tmp удален? он может находиться в папке Bin.
Ваша ссылка нерабочая.
Ссылки на все пакеты, доступные на данный момент, находятся здесь : http://www.alphaskin…m/index_rus.php
'Davis' wrote:Я второй раз уже встречаюсь с той же проблемой: при обновлении на 7.29 и на 7.30
ошибка
[Pascal Fatal Error] pasall.tmp(65): File not found: 'sVCLUtils.dcu'
при компиляции acntBCB6_R.bpk, но либ и бпл генерятся и в дальнейшем все, вроде как работает.
Но почему ошибка?
Скорее всего нажимаете “Build” вместо Make и Install. При этом Билдер пытается перестроить весь пакет полностью и ищет все исходники.
После такой ошибки нужно все удалить, включая файл Pasall.tmp, и ставить с самого начала.
Hello and thank you for message.
I'll try to improve it in the next Beta version (not stable). This version will be released at the February I hope.
sMessageDlgPos is keeped for compatibility with old code. Difference between Windows MessageBox-based dialogs and Delphi dialogs is in automatic localization of buttons.
Delphi dialogs haven't automatic localization but have some other features. So, programmer can select required type of dialog and use it.
-
AuthorPosts