DevExpress v2011 vol 1.3 compatibility

Viewing 20 posts - 1 through 20 (of 24 total)
  • Author
    Posts
  • #46167
    Giuseppe
    Participant
      'Giuseppe' wrote:

      Hi,

      is latest version of Alphaskins compatible with DevExpress v2011 vol 1.3 ?

      Regards,

      Giuseppe

      I Try to compile AlphaControls v7.45 with DevExpress v2011 vol 1.3 and

      I see that cxLookAndFeelPainters was changed and I get a lot of errors

      in compiling acLFPainter.

      Pls Serge can You check and let me know ?

      Best Regards.

      #46175
      Support
      Keymaster

        Hello Giuseppe

        I plan to check this version of DevEx, but can't do it now. I hope I'll be able to do it soon.

        #46177
        Giuseppe
        Participant

          Thank You Serge,

          Pls let me know as soon as You have check it.

          Best Regards,

          Giuseppe

          #46221
          carlosig03
          Participant

            I corrected the errors. But isn't painting.

            if Active then begin

            if not GetExtendedStylePainters.GetPainterByName(s_AlphaSkins, vPainter) then begin

            GetExtendedStylePainters.Register(s_AlphaSkins, TcxACLookAndFeelPainter, TdxSkinInfo.Create(nil));

            cxLookAndFeels.RootLookAndFeel.SkinName := s_AlphaSkins;

            end

            end

            else if GetExtendedStylePainters.GetPainterByName(s_AlphaSkins, vPainter) then begin

            cxLookAndFeels.RootLookAndFeel.SkinName := '';

            GetExtendedStylePainters.Unregister(s_AlphaSkins);

            end

            Now we must use cxLookAndFeelPaintersManager.GetPainter and cxLookAndFeelPaintersManager.register, but don't now how use it.

            Any help ?

            #46222
            carlosig03
            Participant

              urgently needed

              #46246
              carlosig03
              Participant

                I've replaced the old functions of DEVX with the new one :

                procedure _InitDevEx(const Active : boolean);

                var

                vPainter: TcxCustomLookAndFeelPainter;

                begin

                if Active then begin

                if not cxLookAndFeelPaintersManager.GetPainter(s_AlphaSkins, vPainter) then begin

                cxLookAndFeelPaintersManager.Register(vPainter); <


                Access Violation

                RootLookAndFeel.SkinName := s_AlphaSkins;

                end

                end

                else if cxLookAndFeelPaintersManager.GetPainter(s_AlphaSkins, vPainter) then begin

                RootLookAndFeel.SkinName := '';

                cxLookAndFeelPaintersManager.Unregister(s_AlphaSkins);

                end

                end;

                But I get an access violation, maybe because vPainter is nil ?

                #46258
                Giuseppe
                Participant

                  Hi Serge,

                  pls let me know when You think to look at this new version (I need to know it

                  to schedule some improvmentes in my projects).

                  Thank You in advance and best regards.

                  Giuseppe

                  #46285
                  Giuseppe
                  Participant
                    'Giuseppe' wrote:

                    Hi Serge,

                    pls let me know when You think to look at this new version (I need to know it

                    to schedule some improvmentes in my projects).

                    Thank You in advance and best regards.

                    Giuseppe

                    +1

                    #46294
                    carlosig03
                    Participant
                      'Giuseppe' wrote:

                      +1

                      +2

                      #46296
                      Support
                      Keymaster
                        'Giuseppe' wrote:
                        pls let me know when You think to look at this new version

                        At the end of August, I think.

                        #46308
                        Support
                        Keymaster

                          Try attached file please.

                          #46309
                          Giuseppe
                          Participant

                            Hi Serge,

                            thank You for quick replay, I must to reinstall DevExpress v.2011

                            to try Your attached file. As soon as I'll try it I let You know.

                            Best regards,

                            Giuseppe

                            #46310
                            Giuseppe
                            Participant
                              'Support' wrote:

                              Try attached file please.

                              Hi Serge,

                              I have installed DevExpress v.2011 vol.1.4 and

                              after modifying the file acFLPainter.pas (I strip the

                              conditional compile directive that was still in the file)

                              as I could compile and install, but no DevExpress control

                              was skinned!!!

                              Pls Let me know, because I need to develop with a skinned

                              components and if no work I must uninstall V.2011 and

                              reinstall old version 54 that is working …

                              I attach a screenshot of previus version that is ok

                              and lsta version not skinned.

                              Regards,

                              Giuseppe

                              #46301
                              Support
                              Keymaster

                                Sorry for a trouble, try the updated file please.

                                #46302
                                Giuseppe
                                Participant
                                  'Support' wrote:

                                  Sorry for a trouble, try the updated file please.

                                  Hi Serge,

                                  installed with no truble, but DevExpress controls still no skinned,

                                  same as per previus images …

                                  regards,

                                  Giuseppe

                                  #46303
                                  Support
                                  Keymaster
                                    'Giuseppe' wrote:

                                    Hi Serge,

                                    installed with no truble, but DevExpress controls still no skinned,

                                    same as per previus images …

                                    regards,

                                    Giuseppe

                                    Native style should be Off by default, can you check it?

                                    #46304
                                    Giuseppe
                                    Participant
                                      'Support' wrote:

                                      Native style should be Off by default, can you check it?

                                      Hi Serge,

                                      I cheched and Native Style Is ON, if I put OFF

                                      the result is as per image attached, still no skin.

                                      Regards.

                                      #46312
                                      Support
                                      Keymaster

                                        Try this changed file please.

                                        #46318
                                        Giuseppe
                                        Participant
                                          'Support' wrote:

                                          Try this changed file please.

                                          Hi Serge,

                                          unfortunately same problem …

                                          Giuseppe

                                          #46320
                                          Support
                                          Keymaster

                                            Can we connect via TeamViewer tool?

                                          Viewing 20 posts - 1 through 20 (of 24 total)
                                          • You must be logged in to reply to this topic.