Support

Forum Replies Created

Viewing 20 posts - 4,961 through 4,980 (of 5,144 total)
  • Author
    Posts
  • in reply to: SpeedButton and png #39574
    Support
    Keymaster

      Hi

      The glyph property of button is a Bitmap, and you can't just use LoadFromFile.
      Here is a changed code :

      CODE
      uses acPNG;

      {$R *.dfm}

      procedure TForm1.sButton1Click(Sender: TObject);
      var
        Png : TPNGGraphic;
      begin
        Png := TPNGGraphic.Create;
        Png.LoadFromFile(ExtractFilePath(Application.ExeName) + 'TestForm2-48.png');
        sSpeedButton2.Glyph.Assign(Png);
        Png.Free;
      end;

      in reply to: Menu paint on maximize #39573
      Support
      Keymaster

        Thank you for the demo.
        Problem will be solved in the nearest release, I hope.

        in reply to: Access Violation on FormClose #39572
        Support
        Keymaster

          Hello
          Qwark, Could you show me this error by TeamViewer?

          in reply to: TPaintbox transparency #39543
          Support
          Keymaster

            Hello
            Try this demo please.
            Example was created for grid but you can copy a code for receiving of the parent background.

            in reply to: Problem with sTimePicker #39539
            Support
            Keymaster

              It's a new property )

              in reply to: Problem with sTimePicker #39537
              Support
              Keymaster

                Ok, try set text '00:00:00' and set ShowSeconds property to False..

                in reply to: Problem with sTimePicker #39535
                Support
                Keymaster

                  Hello
                  Please be sure that you have AlphaControls v6.34 (it's a Beta, not a Stable still)
                  Stable version have 6.23 version.

                  in reply to: Problem with ReportBuilder #39527
                  Support
                  Keymaster

                    Hello
                    This problem will be solved today.

                    in reply to: problem with alphaskins and Delphi 6 #39506
                    Support
                    Keymaster

                      Hello
                      This message means that your jpeg.dcu file was changed. You must reinstall Delphi 6 seems, try it please.

                      in reply to: Problem with WM_SETREDRAW #39505
                      Support
                      Keymaster

                        If you have downloaded a new package already then redownload him please, a new little unicode problem was solved in this release.

                        in reply to: problem with alphaskins and tntpackage #39498
                        Support
                        Keymaster

                          If you can share your PC by TeamViewer tool then I can help to resolve a problem quickly..

                          in reply to: Компоненты rxLib (rxLookupcombobox) #39496
                          Support
                          Keymaster

                            Некоторые эдиты из этого пакета поддерживаются вроде, а вот с поддержкой Lookupcombobox проблема, как Rx так и стандартного.
                            Проблема в том, что они наследованы не от стандартного ComboBox и поведение скроллов не стандартно.

                            in reply to: InputQuery without a caption #39491
                            Support
                            Keymaster

                              Problem will be solved tomorrow I think.

                              in reply to: Problem with sTimePicker #39490
                              Support
                              Keymaster

                                Tomorrow will be available a new version of the package and TimePicker will be radically changed there.

                                in reply to: Problem with ReportBuilder #39489
                                Support
                                Keymaster

                                  Problem will be solved in the v6.34

                                  in reply to: problem with alphaskins and tntpackage #39488
                                  Support
                                  Keymaster

                                    Hello
                                    You must reinstall both packages seems. Do you have an experience of using together these packages?

                                    in reply to: TCheckbox descendant not skinned, occasionally #39487
                                    Support
                                    Keymaster

                                      Thank you.
                                      I don't see a reason of such behaviour, but I will research it more.
                                      Maybe you can use TeamViewer fo PC sharing? Problem will be solved much faster in this case.

                                      in reply to: Problem with WM_SETREDRAW #39486
                                      Support
                                      Keymaster

                                        Thank you very much for the example, problem will be solved in the v6.34 I think.

                                        Support
                                        Keymaster

                                          sRadioButton and sCheckBox are fully blended when disabled in other place (line №459 in sRadioButton.pas beta)
                                          So, is no need to draw a grayed text, text will be alphablended. I have tested it and haven't a black text when disabled. Could you show a screenshot?

                                          in reply to: Problem with ReportBuilder #39455
                                          Support
                                          Keymaster

                                            Problem with borders is solved already seems, I can send you a patched files now if you want to test them..

                                          Viewing 20 posts - 4,961 through 4,980 (of 5,144 total)