Support

Forum Replies Created

Viewing 20 posts - 4,141 through 4,160 (of 5,144 total)
  • Author
    Posts
  • in reply to: Looking for an iPhone skin #44700
    Support
    Keymaster

      Updated skin is attached.

      Buttons with gradient will be drawn better in the nearest Beta version (some critical changes are required).

      in reply to: sDBComboBox's scroller is not painted #44820
      Support
      Keymaster

        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.

        in reply to: PNG image from resource… #44819
        Support
        Keymaster

          Your code must be working there 🙂

          in reply to: exception thrown for skin manager+skin provider #44816
          Support
          Keymaster

            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

            in reply to: Close MessageBox with X = Access violation #44815
            Support
            Keymaster

              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.

              in reply to: PNG image from resource… #44814
              Support
              Keymaster

                Hello and thank you for the example.

                This error will be fixed in the nearest release, I think. Please wait few days.

                in reply to: TsSpeedButton Reflected not working in runtime mode #44772
                Support
                Keymaster

                  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.

                  in reply to: Access Violation when using AC Lite and Save Dialogs #44767
                  Support
                  Keymaster

                    Ok, can you send me an example app with Exe, please?

                    Maybe you can receive a callstack for this error?

                    in reply to: C++ Builder 6 #44761
                    Support
                    Keymaster

                      У меня нет идей, как такое может быть. Может появится потом возможность показать это.. иначе гадать смысла нет.

                      in reply to: C++ Builder 6 #44756
                      Support
                      Keymaster

                        Что-то не так, жаль что я не могу посмотреть. После Fatal error не должен создаваться Bpl.

                        Попробуйте удалить его перед запуском IDE. Создастся он потом при возникновении ошибки?

                        in reply to: C++ Builder 6 #44754
                        Support
                        Keymaster

                          Возможно где-то еще есть Bpl?

                          Если была ошибка при компиляции, значит acntBCB6_R.bpl не должен создаваться.

                          И acntBCB6 не может установиться без acntBCB6_R.bpl

                          in reply to: C++ Builder 6 #44752
                          Support
                          Keymaster

                            Возможно еще где-то старые файлы остались.

                            Из Вашего описания проблемы не совсем понятно – run-time пакет скомпилировался? А design-time? На каком этапе ошибка?

                            in reply to: Access Violation when using AC Lite and Save Dialogs #44751
                            Support
                            Keymaster

                              Hello

                              Can you try latest version of AlphaControls LE, please?

                              in reply to: [Resolved] z-order issue with TsDateEdit #44749
                              Support
                              Keymaster

                                Hello

                                How can I reproduce this behaviour? Can you show an example please?

                                in reply to: C++ Builder 6 #44748
                                Support
                                Keymaster

                                  Есть возможность расшарить машину через TeamViewer?

                                  in reply to: C++ Builder 6 #44745
                                  Support
                                  Keymaster

                                    Нужно искать причину – почему билдер пытается перестроить пакет.

                                    pasall.tmp удален? он может находиться в папке Bin.

                                    in reply to: Turbo Delphi 2006 #44740
                                    Support
                                    Keymaster

                                      Ваша ссылка нерабочая.

                                      Ссылки на все пакеты, доступные на данный момент, находятся здесь : http://www.alphaskin…m/index_rus.php

                                      in reply to: C++ Builder 6 #44738
                                      Support
                                      Keymaster
                                        '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, и ставить с самого начала.

                                        in reply to: mouse wheel & short keys #44715
                                        Support
                                        Keymaster

                                          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.

                                          in reply to: sMessageDlgPos in sDialogs ignores x,y parameters #44712
                                          Support
                                          Keymaster

                                            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.

                                          Viewing 20 posts - 4,141 through 4,160 (of 5,144 total)