Support

Forum Replies Created

Viewing 20 posts - 3,961 through 3,980 (of 5,144 total)
  • Author
    Posts
  • in reply to: Skinning problem in form caption #46590
    Support
    Keymaster

      These problems are really different, try attached file please.

      in reply to: Compiling on Delphi XE #46589
      Support
      Keymaster

        Hello

        You should be sure that files from old version of AlphaControls are not exists on your PC.

        If you want I can connect to this PC and solve an issue remotely.

        in reply to: Problem with changing Parent #46588
        Support
        Keymaster

          Thank you for demo, the issue was solved thanks this program 🙂

          in reply to: Feature request for sFrameBar #46584
          Support
          Keymaster

            Hello, I plan to add the GroupIndex property later. 🙂

            in reply to: MdiDemo Problem #46578
            Support
            Keymaster

              I see an issue from second post and I'll try to solve it soon.

              in reply to: TDateTimePicker bug #46577
              Support
              Keymaster

                TsDateEdit is not an analog of TDateTimePicker component.

                Or you mean something other?

                in reply to: DLL Skinning #46576
                Support
                Keymaster

                  If you mean a skinning of controls loaded from Dll then it's possible and many discussions exists already here.

                  Try to search “*DLL*”

                  in reply to: Extended Borders / Blend on Moving Bug #46575
                  Support
                  Keymaster

                    Hello and thank you for screenshot.

                    Please try to reproduce this problem in a new application. It's possible?

                    PS. This topic was moved to “Troubleshooting” part.

                    in reply to: Custom Font Color for Third Party Controls #46570
                    Support
                    Keymaster

                      Hello

                      It's possible to change an any section in the current loaded skin in run-time :

                      Code:
                      procedure TForm1.sButton1Click(Sender: TObject);
                      const
                      SectionName = 'EDIT';
                      var
                      SkinIndex : integer;
                      begin
                      SkinIndex := sSkinManager1.GetSkinIndex(SectionName);
                      if SkinIndex >= 0 then sSkinManager1.gd[SkinIndex].Color := clYellow;
                      if SkinIndex >= 0 then sSkinManager1.gd[SkinIndex].HotColor := clYellow;
                      sSkinManager1.RepaintForms(False);
                      end;

                      'OldGrumpy' wrote:

                      I solved it for this particular case by just editing the skin file and changing the color values for the EDIT section. It is only a small application so it is not a problem. 🙂 A really awesome solution would be: making the skin data writable at runtime so the application can change its appearance any time 🙂 (No, not loading another skin, just manipulating some bits of it)

                      in reply to: Problem with changing Parent #46526
                      Support
                      Keymaster

                        Hello

                        Thank you, I see this issue and will research it.

                        Try to place TsSkinProvider component, I think it helps.

                        in reply to: Button with vertical caption #46515
                        Support
                        Keymaster

                          Alpha Buttons have OnPaint event too. 🙂

                          in reply to: Problem with SetFocus in FormShow #46514
                          Support
                          Keymaster

                            Hello

                            Please try to place the TsSkinProvider component on forms.

                            in reply to: Delphi 7 Problem Run Time #46513
                            Support
                            Keymaster
                              'AndreSoft' wrote:
                              When I purchased the EurekaLog, had to install an update in which to build spent Version 7 (Build 8.1)

                              Build number of Delphi7 is 8.1? Are you sure?

                              Can you show a screenshot of the “About” window please?

                              in reply to: Проблема с sStrings #46478
                              Support
                              Keymaster

                                Раньше пакет был уже установлен?

                                Возможно проблема с правами в системе?

                                Еще, если есть уже такой файл, то нужно проверить его атрибуты – должен быть не ReadOnly.

                                Также могут мешать антивирус или файрвол.

                                in reply to: DevXpress Grid progress bar issue #46469
                                Support
                                Keymaster

                                  These functions are for receiving of custom Color with changed HUE or Saturation.

                                  Received color you can use in custom controls or elements where it's possible…

                                  in reply to: DevXpress Grid progress bar issue #46467
                                  Support
                                  Keymaster

                                    Hello

                                    You can change HUE or Saturation of color using these functions :

                                    function ChangeHue(Delta : integer; Color : TColor) : TColor;

                                    function ChangeSaturation(Color : TColor; Delta : integer) : TColor;

                                    These functions are declared in the sGraphUtils.pas

                                    in reply to: Button with vertical caption #46463
                                    Support
                                    Keymaster

                                      You uses OnPaint event?

                                      in reply to: PageControl AddButton #46461
                                      Support
                                      Keymaster

                                        Hello

                                        Changing of this button will work in the next release.

                                        in reply to: Button with vertical caption #46460
                                        Support
                                        Keymaster

                                          Hello Ralf

                                          This feature should be added specially. I have added it in ToDo list, but can't promise a quick implementation.

                                          in reply to: TsDateEdit (TsMonthCalendar) – localization please #46459
                                          Support
                                          Keymaster

                                            Hello

                                            s_Today and s_WeeksTitle variables are published already and may be changed.

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