Support

Forum Replies Created

Viewing 20 posts - 4,941 through 4,960 (of 5,144 total)
  • Author
    Posts
  • in reply to: menu aligned right to left problem #39678
    Support
    Keymaster

      I'm sorry, where is a problem here? <img src="style_emoticons//smile.gif” style=”vertical-align:middle” emoid=”:)” border=”0″ alt=”smile.gif” />
      Characters between '(' and ')'?

      in reply to: addictive software and popup menu #39677
      Support
      Keymaster

        I meant a problem with automatic popups skinning.
        Some changes was added in the v6.37, please try.

        in reply to: Problem with Devexpress controls #39676
        Support
        Keymaster

          Could you show a demo?
          I can't reproduce it independently, unfortunately.

          in reply to: Problem with extendedborders #39675
          Support
          Keymaster

            Hello
            What version of the package do you uses?
            Could you give a small demo with MDI menu issue?

            PS. Mdi child forms and forms, which have a parent, can't have an extended borders.

            in reply to: Marquee on splash screen #39674
            Support
            Keymaster

              Hello, I will research this situation soon.

              Support
              Keymaster

                Hello
                Some problems must be resolved in the v6.37, please check it.

                Support
                Keymaster

                  Could you use the TeamViewer and show me a problems? <img src="style_emoticons//smile.gif” style=”vertical-align:middle” emoid=”:)” border=”0″ alt=”smile.gif” />

                  in reply to: TsAlphaImageList.LoadFromResource #39642
                  Support
                  Keymaster

                    In the latest release was added the new function AddImageFromRes(aInstance: LongWord; ImageList : TsAlphaimageList; const ResName: String; ImageFormat : TsImageFormat): Boolean;
                    This function is not a method of the AlphaImageList object, implemented as separated function. Please check it, may be added Ico and Png there.
                    TsImageFormat = (ifPNG, ifICO);

                    in reply to: Editors in sapphire #39604
                    Support
                    Keymaster

                      You don't like a white color in edit controls? <img src="style_emoticons//smile.gif” style=”vertical-align:middle” emoid=”:)” border=”0″ alt=”smile.gif” />

                      in reply to: Title captions visibility #39603
                      Support
                      Keymaster

                        You mean a buttons in the TitleButtons property?

                        Support
                        Keymaster

                          Thank you.
                          Unfortunately I haven't LMD now and can't recompile.
                          Could you show a screenshot of disabled control with unchanged sCheckBox.pas?

                          in reply to: Disabled Control Color #39601
                          Support
                          Keymaster

                            See answer there

                            in reply to: DevExpress Patch #39600
                            Support
                            Keymaster

                              Hello
                              Patching is not required anymore. What instruction do you use?
                              Look the “3rd party.txt” file, the “2. TntControls Unicode” part please.

                              Support
                              Keymaster

                                Hello and thanks for demo
                                Could you attach the Exe file also? I have recompiled it but haven't a problem.
                                (Maybe because my exe was compiled without PngComponents, I haven't them)

                                Support
                                Keymaster

                                  Thanks for message, it is moved to the “Tricks”

                                  in reply to: bug report #39597
                                  Support
                                  Keymaster

                                    I must look it, maybe problem is in Application.ProcessMessages.

                                    in reply to: addictive software and popup menu #39596
                                    Support
                                    Keymaster

                                      Thanks for links, I'll try to solve a problem.

                                      in reply to: Runtime created menus #39595
                                      Support
                                      Keymaster

                                        Hi
                                        Do you know how to catch a moment when the new Menuitem is created?
                                        Where may be inserted a handler for this event?

                                        in reply to: Form Caption #39577
                                        Support
                                        Keymaster

                                          This problem is actual for Aero.
                                          In other situations caption must be changed without flickering.
                                          If you really have this flickering in the Aero only, then I try to find a solution soon and problem will be solved automatically.

                                          in reply to: Disabled Control Color ? #39575
                                          Support
                                          Keymaster

                                            Hello
                                            Sorry for delay, I'm not always here
                                            So, disabled edit haven't constant color, because control is alphablended.
                                            For some skins this color will not be changed and may be calculated, but in many skins this color depended from a color of parent :
                                            [attachment=3334:disedit.png]
                                            So, solution depends from a your task.
                                            Try this code for receiving average color between active edit and main skin color :

                                            CODE
                                            uses sGraphUtils, sDefaults;
                                            Color := MixColors(SkinManager.GetActiveEditColor, SkinManager.GetGlobalColor, DefDisabledBlend);


                                            Maybe it helps.

                                          Viewing 20 posts - 4,941 through 4,960 (of 5,144 total)