Support

Forum Replies Created

Viewing 20 posts - 3,941 through 3,960 (of 5,144 total)
  • Author
    Posts
  • in reply to: [SOLVED] Here is a strange thing… how can i solve it ? #46729
    Support
    Keymaster
      'azrael11' wrote:
      i := ConfIni.ReadInteger('Themes','Theme',i);

      What is value of “i” here? You should check it.

      Quote:
      Conf.sLB_ce_themes.Selected := true;

      Error may be occurred here if “i” is out of range.

      Quote:
      Conf.sLabelFX3.Caption := Conf.sLB_ce_themes.Items.Strings;

      “i” should be bigger or equal 0 and smaller than Conf.sLB_ce_themes.Items.Strings.Count

      And sLB_ce_themes is ListBox? Maybe you should write Conf.sLB_ce_themes.Items?

      Quote:
      ThemeCreator(i+1);

      SetAllCursor(i+1);

      I don't know what is that, but why “i + 1”?

      You should check all this code?

      What is number of line with “Out of range” error?

      in reply to: Support for PNG graphics in TsListBox? #46719
      Support
      Keymaster

        Hello Steven

        Of course, PNG may be shown on items manually in the OnDrawItem event.

        For a drawing of 32-bit bitmaps you can use the CopyByMask procedure. This procedure is implemented in the sGraphUtils module.

        Example :

        Code:
        CopyByMask(DstRect, SrcRect, DstBmp, SrcBitmap, EmptyCI, False);

        Also, the TPNGGraphic object have own Draw(ACanvas: TCanvas; const Rect: TRect) procedure.

        in reply to: [SOLVED] Here is a strange thing… how can i solve it ? #46718
        Support
        Keymaster

          Hello

          I think, you should debug this code more.

          The “i” variable can have incorrect value here…

          This topic will be moved in “Troubleshooting” part.

          in reply to: Moonlight skin issue #2 #46679
          Support
          Keymaster
            in reply to: Please implement TsCategoryPanelGroup #46675
            Support
            Keymaster

              Hello

              When you calls the ResetColour procedure?

              Try it in the sSkinManager.OnAfterChange event.

              in reply to: NeonNight skin problem #46674
              Support
              Keymaster

                Hello and thank you for the demo.

                Try this updated skin : http://www.alphaskins.com/sfiles/skins/neonnight.asz

                in reply to: Skinning problem in form caption #46673
                Support
                Keymaster

                  Thank you!

                  The issue with icon will be solved in the nearest release.

                  The problem with caption I can't reproduce seems. Maybe you can share a PC with me for remote debugging?

                  UpdateSkinCaption(sSkinProvider1) procedure can repaint a form title quickly and may be used as temporary solution.

                  in reply to: Moonlight skin issue #2 #46672
                  Support
                  Keymaster

                    I'm sorry, I not quite understand a problem. You have received wrong colors?

                    in reply to: Moonlight skin issue #46671
                    Support
                    Keymaster

                      Hello

                      I think I understand a problem.

                      This panel is not dark because Transparency parameter is 100

                      You can try to change the SkinSection property to 'PANEL_LOW'. Panel will not be transparent in this case.

                      Or change the color of the parent.

                      in reply to: How work condition function DrawDataCell in TsDBGRID #46670
                      Support
                      Keymaster

                        Hello

                        I have made a test-application, but problem not exists here.

                        Can you help me with reproducing please?

                        in reply to: DLL Skinning #46620
                        Support
                        Keymaster

                          Maybe you have several SkinManagers in Exe and Dll?

                          You should have one SkinManager with defined properties.

                          in reply to: DLL Skinning #46617
                          Support
                          Keymaster
                            'STR1KE0UT' wrote:
                            Is it possible to make the components in my DLL forms glow as if they were using the “AnimatEvents” property?

                            I think you should use controls from the package for this effect.

                            Quote:
                            Also, If possible could support for TTrackBar and TScrollBar be added to the Third Party List?

                            I'm sorry, it's not possible now, maybe later.

                            in reply to: Form is not painted correctly under Win7 (classic design) #46616
                            Support
                            Keymaster

                              Thank you for demo, I'll try to solve the issue in the next release.

                              in reply to: NeonNight skin problem #46615
                              Support
                              Keymaster

                                Sorry, I can't receive described kind of controls, can you help me with demo please?

                                in reply to: Compiling on Delphi XE #46614
                                Support
                                Keymaster
                                  'kevin' wrote:
                                  As a matter of interest, do you know a way of finding out the location of a unit that Delphi finds when it is compiling? That way I can remove the offending unit.

                                  If you searching a source file (Pas) then you can press “Ctrl+Enter” in the Delphi editor when cursor is placed on name of unit in the 'uses' part.

                                  Otherwise you can search 'Dcu' files in all directories which are defined in the Delphi search path (and in the project directory).

                                  in reply to: DLL Skinning #46600
                                  Support
                                  Keymaster
                                    'STR1KE0UT' wrote:
                                    I searched this but the only way that i could find was to build with run-time packages.

                                    I can do this but i would prefer not to. Is there any other way to do it?

                                    Using acntDx_r.bpl as run-time package is a best way. Other ways have other problems ('can not assign TFont to TFont', for example), these problems are known and discussed on Internet.

                                    Quote:
                                    Also, another thing i was wondering, is there support for the TTrackBar component in the ThirdPartyList?

                                    This control is not supported at moment.

                                    in reply to: NeonNight skin problem #46599
                                    Support
                                    Keymaster

                                      I have an other behaviour of listbox. What version of the AlphaControls package do you uses?

                                      in reply to: acHints.res CRC error #46594
                                      Support
                                      Keymaster

                                        Thanks

                                        I had installed IZarc and I have a same issue with this unpacker.

                                        But other standard unpackers are working without this problem, I'll research this situation more.

                                        in reply to: acHints.res CRC error #46592
                                        Support
                                        Keymaster

                                          Hello

                                          Please tell me your download link, I will check it.

                                          in reply to: NeonNight skin problem #46591
                                          Support
                                          Keymaster

                                            Hello

                                            This skin will be improved soon.

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