Support

Forum Replies Created

Viewing 20 posts - 4,841 through 4,860 (of 5,144 total)
  • Author
    Posts
  • in reply to: Problem with AlphaControls v6.42 stable and D2009 #40128
    Support
    Keymaster

      Thanks for message.
      Try to change this line to

      CODE
      Message.HitTest := SmallInt(Ex_WMNCHitTest(M));

      in reply to: Form borders disappear #40119
      Support
      Keymaster

        Ok, try to open an application with enabled ExtendedBorders property, and try to disable and enable Windows themes.
        Borders will be hidden and shown in this case. It's similar to your problem?
        ExtendedBorders is invisible when system shows a copy of screen, because layered windows can't be copied there…

        in reply to: windowblinds problem #40117
        Support
        Keymaster

          It's a conflict between AC and Windowblinds.
          Cause is unknown at moment. Windowblinds replaces a system Dll's as I know, maybe some standard procedures have a little differences in behaviour…

          in reply to: Problem with popupborder of TcxShellcombobox (DevExpress) #40116
          Support
          Keymaster

            Hello
            This patch was made for solving of DevExpress problems. Try latest release, more changes was made there.

            in reply to: Something wrong with screen snap #40102
            Support
            Keymaster

              Hello

              QUOTE (cox @ Jul 23 2009, 08:38 PM)
              But I think this is Aero problem?


              You are right seems, I'll research it under Vista soon.

              in reply to: any can helpme? #40092
              Support
              Keymaster

                Hello

                This problem is linked with using of layered alphablended windows seems.
                Please tell a version of used Windows.

                Support
                Keymaster

                  Try this patched file please, some problems are solved here (if you uses DevEx v6.45, then 'VER645' key must be enabled in beginning of this file).
                  Support of cxPageControl is more difficult because non-common Painter is used in this control.

                  in reply to: Problem with caption changing #40090
                  Support
                  Keymaster

                    Try to replace “sSkinManager1.UpdateSkin” by “TacCtrlAdapter(Child.sSkinProvider1.Adapter).AddAllItems(Child)”.
                    This code must update all non-skinned third-party and standard controls which placed on Child.

                    If changing will not be successful then you can try to call “sSkinManager1.RepaintForms” after all changes like this :

                    CODE
                      …
                      sSkinManager1.UpdateSkin;
                      Child.Caption := 'verändert – ' + Name;
                      sSkinManager1.RepaintForms;

                    If you can make a demo with incorrectly painted controls then I will suggest a more effective solution I think.

                    in reply to: MessageBox() #40089
                    Support
                    Keymaster

                      Thank you
                      Problem is linked with using of glowing effect and will be solved in the version 6.42

                      in reply to: windowblinds problem #40088
                      Support
                      Keymaster

                        Solution for using AlphaSkins and Windowblinds is in disabling of menus skinning seems.
                        Try to disable skinning of menus when program runned under Windowblind (SkinManager.SkinnedPopups property)

                        in reply to: Form borders disappear #40087
                        Support
                        Keymaster

                          Hello

                          Maybe your problem is similar to problems which discussed there?
                          Look this topic.

                          in reply to: Vista Dialogs… #40069
                          Support
                          Keymaster

                            These dialogs will be supported soon I think.

                            in reply to: New Version #40068
                            Support
                            Keymaster

                              Hello and sorry for trouble. You are right that writing here because sometimes letters can't be delivered for some reasons.
                              Please check your mailbox an answer was sent by email and write here again please, if you will not have this answer received.

                              in reply to: System menu is not localized correctly #40065
                              Support
                              Keymaster

                                I think you have stored internal skin before changing of language…
                                '(Internal)' is a part of skin name and you can change it in the InternalSkins property.
                                Also you can reload internal skin, but you must be sure that package was installed with Hungarian resources.

                                in reply to: AlphaControls AV bug #40064
                                Support
                                Keymaster

                                  QUOTE (Christopher Dely @ Jul 24 2009, 12:28 PM)
                                  Yes. But, please fix this bug.


                                  Of course, just firstly I must reproduce this problem. If you can help to reproduce then error will be fixed quickly.

                                  in reply to: Buttons in window title bar + ExtendedBorders bug #40059
                                  Support
                                  Keymaster

                                    Check the nearest release, this problem must be solved there, I think.

                                    in reply to: System menu is not localized correctly #40058
                                    Support
                                    Keymaster

                                      What language do you uses?

                                      in reply to: EListError #40057
                                      Support
                                      Keymaster

                                        Thank you for info, this code will be tried in the next release.

                                        in reply to: Problem with caption changing #40056
                                        Support
                                        Keymaster

                                          Thank you for demo. Why you are using UpdateSkin there?

                                          in reply to: 6.40 Extended Borders bug #40055
                                          Support
                                          Keymaster

                                            I can't unpack the file <img src="style_emoticons//sad.gif” style=”vertical-align:middle” emoid=”:(” border=”0″ alt=”sad.gif” />
                                            Damaged?

                                          Viewing 20 posts - 4,841 through 4,860 (of 5,144 total)