Support

Forum Replies Created

Viewing 20 posts - 4,321 through 4,340 (of 5,144 total)
  • Author
    Posts
  • in reply to: 7.05 Page Control/Radio Group Still same #43292
    Support
    Keymaster

      Hello

      I'm sorry, but Lite Edition have limitation in the list of supported controls.

      Supported such standard components as TEdit, TMemo, TMaskEdit, TLabeledEdit, THotKey, TListBox, TCheckListBox, TRichEdit, TDrawGrid, TTreeView, TListView, TButton and TStatusBar.

      in reply to: Dramatic size increase in final exe size when skins enabled #43290
      Support
      Keymaster

        Hello

        Size is increased because sSkinManager is linked with most of units.

        In other words, a basic part of the AlphaControls package is linked to your Exe 🙂

        in reply to: ASL v7.04 not working in my Delphi 5 #43264
        Support
        Keymaster

          XPMan was added just for support of XP themes (system themes are not supported without Manifest, and AlphaSKins haven't the built-in manifest).

          GeneralData, Images and Patterns properties were removed from internal skins, because are not used.

          TsListBox and TsComboBoxEx controls inherited from standard controls now.

          Other changes in the version 7 :

          * Internal bitmap format is changed from 24 to 32 bits

          * Faster drawing and improved animations

          + Added minimizing/restoring animation, added the TsSkinManager.AnimEffects.Minimizing property

          + Forms and dialogs may be alphablended automatically when moved, added TsSkinManager.AnimEffects.BlendOnMoving property

          + Added TsSkinProvider.AllowBlendOnMoving property

          + Added new cbSavedColors style for the TsColorBox component

          + Added 'SELECTION' skin section

          * Drawing of selections was improved in TsListView, TsTreeView and in all comboBoxes and listboxes from the package

          + All comboBoxes and listboxes from the package may be alphablended (if defined in skin)

          * Updated the ASkinEditor.exe

          * All skins are updated

          * TsComboBoxEx component is changed completely (default style is csExDropDown)

          * In the TsButton control added support of the CommandLink style and the Reflected property

          * TsSkinManager.AllowGlowing property was moved to TsSkinManager.Effects.AllowGlowing

          * Huge changes in the ASkinEditor tool

          * ZLibEx unit was renamed to acZLibEx for compatibility with original ZLibEx library

          – Removed the deprecated TsCommonData.InitCacheBmp procedure (use InitCacheBmp procedure which is declared in the sCommonData unit)

          – Support of unpacked internal skins was removed (only packed skins may be built-in now)

          Some notes about a migrating from AphaControls version 6 to version 7 :

          1. Don't forget to backup own projects!

          2. Load all forms in projects and resave them (datamodules must be resaved too if SkinManager is placed there)

          3. If you have Delphi or Builder warnings about unexisting “GeneralData” property (after the project loading) – ignore it.

          GeneralData is a property of internal skin which is not used now.

          4. It's strongly recommended to update all skins to latest versions (internal skins must be reloaded too).

          Old skins may work slow. If you have own skin then open him in the latest ASkinEditor, press the “Warnings” button

          and you will have information how the skin may be improved.

          in reply to: An AlphaBlend Panel Like Outlook #43263
          Support
          Keymaster

            Yes, you will have this update too, of course )

            I hope this component will be ready in this autumn.

            in reply to: Поддержка FWTrayIcon #43256
            Support
            Keymaster

              Скоро буду смотреть 🙂

              in reply to: Letting the end user decide (saving skin settings) #43253
              Support
              Keymaster

                Hello

                You must insert this line

                Code:
                ini.UpdateFile;

                before

                Code:
                ini.Free;

                and

                insert

                Code:
                sSkinManager1.SkinName := Label1.Caption;

                before

                Code:
                sSkinManager1.Active := ini.ReadBool('Settings','SkinActive',False);
                in reply to: Image dosn't show on button? #43252
                Support
                Keymaster

                  Hello.

                  XP themes must be enabled in this case (Manifest must be used). You did it?

                  Images are shown when AlphaSkins are not active?

                  in reply to: An AlphaBlend Panel Like Outlook #43251
                  Support
                  Keymaster

                    Yes, implementing of this feature is in plans.

                    'Delphimpd' wrote:
                    I do own the AlphaControls package or I don't?.

                    What you mean?

                    in reply to: Retro skins – Zune,WP7 #43250
                    Support
                    Keymaster

                      Thank you John.

                      I will research it soon and I'll able to answer with more details.

                      in reply to: Skinned TPrintDialog Memory Leak v6.64 #43194
                      Support
                      Keymaster

                        Hello
                        Dialog will not be skinned if you will change the srStdDialogs will be False (you can change it before calling of dialog immediately).
                        What printer do you uses? I'll try to install a driver and will play with it.

                        in reply to: still have extborders when BorderStyle:=bsnone #43193
                        Support
                        Keymaster

                          Ok, why you need to change the BorderStyle property to bsNone?
                          You will have a window which you need if this property will not be bsNone.

                          in reply to: An AlphaBlend Panel Like Outlook #43192
                          Support
                          Keymaster

                            Hello
                            This feature is planned only in the AlphaControls package.

                            in reply to: Image dosn't show on button? #43191
                            Support
                            Keymaster

                              Hello
                              Please write a type of buttons – TsSpeedButton, TButton, TsBitBtn, TBitBtn or other. Small example can help.

                              in reply to: When should I use TsSkinProvider? #43190
                              Support
                              Keymaster

                                Hello
                                Most forms may be skinned automatically if creation and showing procedures of forms and controls are standard.
                                But in some cases skinning initialization may be failed. After placing the SkinProvider in design-time we have correct initialization always.
                                So, I suggest always to use SkinProvider where it's possible. And main form of application must have this component for initialization of animation before form showing.

                                If you have a problem with form when SkinProvider is not used, then give me a demo please, if it's possible.

                                in reply to: Skinned printer properties produces an AV (6.68) #43189
                                Support
                                Keymaster

                                  Thank you, I see glitches now and I'll try to fix it soon.

                                  in reply to: FormShow ANIMEFFECTS MID FORM #43188
                                  Support
                                  Keymaster

                                    Sorry for a delay, look the answer there, please.

                                    in reply to: Main Menu #43186
                                    Support
                                    Keymaster

                                      Hello
                                      You can set SkinProvider.DrawNonClientArea property to False.

                                      in reply to: AnimEffects MDI Form #43185
                                      Support
                                      Keymaster

                                        Hello

                                        AnimEffects.FormShow.Active property must work. You tried this property? You have only one SkinManager in the application?

                                        in reply to: Not all edit fields are created equal #43184
                                        Support
                                        Keymaster

                                          I'll try to improve it soon.

                                          in reply to: Skinned printer properties produces an AV (6.68) #43182
                                          Support
                                          Keymaster

                                            Hello

                                            Thank you for screenshots. Which HP printer you have installed?
                                            I'll try to install drivers and I will look this dialog on my PC.

                                          Viewing 20 posts - 4,321 through 4,340 (of 5,144 total)