Support

Forum Replies Created

Viewing 20 posts - 4,741 through 4,760 (of 5,144 total)
  • Author
    Posts
  • in reply to: TsProgressbar Visibility #40687
    Support
    Keymaster

      Hi and thanks for demo, I'll try to solve it soon.

      in reply to: TsDbLookupComboBox in Version 6.45 #40686
      Support
      Keymaster

        Hi

        I'll try to fix it soon.

        in reply to: Out of bounds error in sLabel.pas #40685
        Support
        Keymaster

          Hello and thank you for message.
          Problem must be solved already in the v6.45, try it please.

          in reply to: Problem with ACControls. #40684
          Support
          Keymaster

            Hello and thank you for the demo. The problem will be solved in the nearest release.

            in reply to: Skins and BilleniumEffects #40621
            Support
            Keymaster

              Just AlphaControls have more additional features.
              You must disable SkinManager.AnimEffects.FormShow.Active property.
              Also ExtendedBorders will not work, you must disable it too.

              in reply to: Selected item color #40620
              Support
              Keymaster

                This feature is added in ToDo list and will be implemented later I think.

                in reply to: add 2 different skins to third party panels #40619
                Support
                Keymaster

                  In the AlphaControls v6.45 you can do it using SkinProvider.OnAddItem event.
                  Write here a code like this :

                  CODE
                  procedure TForm1.sSkinProvider1SkinItem(Item: TComponent; var CanBeAdded: Boolean; var SkinSection: String);
                  begin
                    if Item = Panel1 then SkinSection := 'HINT';
                  end;


                  Standard panel must be defined in the SkinManager.ThirdParty property for skinning.

                  in reply to: hi all, need a bit help #40618
                  Support
                  Keymaster

                    Hello
                    You should receive a notification about a password changing by email. You have it?
                    All notifications was sent to you and I haven't a “delivery failure” message for your address, maybe you have a SpamBox where was placed these notifications? Check it please.

                    in reply to: Graphic32 suported? #40591
                    Support
                    Keymaster

                      This control may be added into ThirdParty list as 'Edit' and scrolls will be skinned.

                      in reply to: FocusRect #40590
                      Support
                      Keymaster

                        TsButton and TsBitBtn controls have the ShowFocus property.
                        Tabs always have focus rectangle if TabStop property is True and Focused.

                        in reply to: Are these controls supported? #40589
                        Support
                        Keymaster

                          Hello
                          Not all third-party controls are supported now. Support of some controls will be added soon, but some some controls (like Outlook Bar) can't be supported now.

                          QUOTE (mrdutchie @ Sep 8 2009, 05:53 PM) <{POST_SNAPBACK}>
                          I do see a few Rzr components in the 3rd party screen, but wondering if thats the same.


                          If control exists in the predefined list then this control was tested and supported.

                          in reply to: combobox two value #40588
                          Support
                          Keymaster

                            Hi
                            It's not implemented in ComboBox. I think you can organize it in the program by making an array with hidden values or you can use LookupComboBox…

                            in reply to: 'Range Check Error' #40587
                            Support
                            Keymaster

                              This problem will be solved in the v6.45 I think, thank you for info.

                              in reply to: AC question… #40586
                              Support
                              Keymaster

                                Please give a more info, a little demo with problem – the best help.

                                in reply to: AC new bug #40585
                                Support
                                Keymaster

                                  Hello, demo is needed

                                  in reply to: TsAlphaImageList with Skins turned off #40584
                                  Support
                                  Keymaster

                                    Audreyn, maybe you can make a little demo? It can help to solve a problem quickly.
                                    Also, what version of Windows where this problem is exists?

                                    in reply to: AC 6.44 other bug… #40583
                                    Support
                                    Keymaster

                                      Hello
                                      You must update used skins to latest versions (internal skins must be reloaded too), try it please.

                                      in reply to: AutoHide Task Bar and Extended Borders #40582
                                      Support
                                      Keymaster

                                        This problem will be solved in the v6.45 I think.

                                        in reply to: Frames not skinned #40581
                                        Support
                                        Keymaster

                                          Hello Sereby, could you show an example of code – how you are creating this frame?
                                          Do you uses DLL's?

                                          in reply to: TStringGrid not skinned #40580
                                          Support
                                          Keymaster

                                            Hello Luciano
                                            Please try to make a little test-application with such trouble, because I can't receive a white column headers.
                                            They have a color from skin on my PC.
                                            What skin do you uses?

                                          Viewing 20 posts - 4,741 through 4,760 (of 5,144 total)