Support

Forum Replies Created

Viewing 20 posts - 5,101 through 5,120 (of 5,144 total)
  • Author
    Posts
  • in reply to: sDecimalSpinEdit bug #38787
    Support
    Keymaster

      Hello and thank you for demo, I will try it soon

      in reply to: Change color of TsEdit #38786
      Support
      Keymaster

        Try sEdit1.SkinData.CustomColor property

        in reply to: TsSpeedButton.ActionChange crash 6.22 #38752
        Support
        Keymaster

          In the v5.23 code we can see this :

          CODE
          procedure TsSpeedButton.ActionChange(Sender: TObject; CheckDefaults: Boolean);
          begin
            if Glyph.Empty {v4.72} and (TCustomAction(Sender).ActionList.Images nil) and (TCustomAction(Sender).ImageIndex > -1) then Glyph.Assign(nil); // v4.44
            inherited ActionChange(Sender, CheckDefaults);
            if Sender is TCustomAction then DoActionChanging(Self, TCustomAction(Sender));
            FCommonData.Invalidate;
          end;


          And we hasn't a checking of the TCustomAction(Sender).ActionList there too <img src="style_emoticons//blush.gif” style=”vertical-align:middle” emoid=”:blush:” border=”0″ alt=”blush.gif” />
          Seems, you hadn't error in the v5.23 because Glyph property was not empty?

          in reply to: [HELP]I cant get it installed… :( #38751
          Support
          Keymaster

            You can find this info in the About window, something like 12.0.3170.16989…

            in reply to: Component sugestions #38744
            Support
            Keymaster

              Hello
              As I understood, you talks about writing new control – enhanced, skinned grid?
              I'm not sure that such control will be added into the package soon, maybe you can use TDBAdvGrid by TMS or DevExpress Quantum grid?

              in reply to: Image Capture to a TsAlphaImageList #38743
              Support
              Keymaster

                Here is a demo, you can try it. Later this example may be improved

                in reply to: [HELP]I cant get it installed… :( #38742
                Support
                Keymaster

                  Hello Jeffijoe
                  Please tell your Delphi 2009 build number. Old Delphi 2009 releases are not completely compatible with last releases.

                  in reply to: Reflected property #38741
                  Support
                  Keymaster

                    Reflections are supported completely if TsAlphaImagelist component is used or if Glyphs have 32-bit format (Bmp or Png). Other formats and ImageLists will support this property soon too.

                    in reply to: PageControl #38740
                    Support
                    Keymaster

                      Thank you very much for an example!
                      This problem will be solved in the nearest release.

                      in reply to: Bits index out of range. #38737
                      Support
                      Keymaster

                        Could you show it in TeamViewer?

                        Support
                        Keymaster

                          Could you show a few pictures for better understanding of problem?
                          Form.Scaled property doesn't work?

                          in reply to: TsCurrencyEdit strange behaviours #38735
                          Support
                          Keymaster

                            This problem will be solved in the next Beta version (6.30) I think, please wait few days.

                            in reply to: Freeing TPopupMenu caused access violation #38734
                            Support
                            Keymaster

                              Ok, if you will catch this error in the future – could you save and show me an EurekaLog report?

                              in reply to: A very confused Problem in ASkinDemo for V6.21 #38733
                              Support
                              Keymaster

                                Thank's for code, but I don't know how to use it… <img src="style_emoticons//unsure.gif” style=”vertical-align:middle” emoid=”:???:” border=”0″ alt=”unsure.gif” />
                                Maybe you can give a working example with standard controls?
                                Thanks

                                in reply to: Devexpress Chart and hints problem #38668
                                Support
                                Keymaster

                                  Hello
                                  Sorry I can't use TV today, I'll link with you tomorrow, Ok?

                                  in reply to: UseSkinColor not exist in AC6.22 #38657
                                  Support
                                  Keymaster

                                    Hello
                                    DB-aware package is updated and may be downloaded there, sorry for inconvenience.

                                    in reply to: Freeing TPopupMenu caused access violation #38656
                                    Support
                                    Keymaster

                                      Hello
                                      I'll try to reproduce and solve this problem soon, if you can send me an example where problem is exists, then send it please )

                                      in reply to: Help Me Please again, A problem about framebar #38667
                                      Support
                                      Keymaster

                                        Try this code, please

                                        CODE
                                        procedure TFrameButtons.sBitBtn3Click(Sender: TObject);
                                        begin
                                          if Mainform.sFrameLookBar1.Items[0].Frame nil then TFrameBarControls(Mainform.sFrameLookBar1.Items[0].Frame).sBitBtn1.Enabled := True;
                                        {
                                          if Assigned(OldFrame) then FreeAndNil(OldFrame);
                                          Frame := TFrameBarControls.Create(nil);
                                          TFrameBarControls(Frame).sBitBtn1.Enabled := True;
                                        }
                                        end;


                                        PS. Other your messages will be deleted, please do not duplicate them.

                                        in reply to: A very confused Problem in ASkinDemo for V6.21 #38666
                                        Support
                                        Keymaster

                                          Sorry, I not quite understand you seems.
                                          You want to have a scaled form with all controls?

                                          in reply to: [NEW] Transparency and shadows #38646
                                          Support
                                          Keymaster

                                            I'll try to implement it at the next week

                                            Author
                                            Posts
                                          Viewing 20 posts - 5,101 through 5,120 (of 5,144 total)