bdegli

Forum Replies Created

Viewing 20 posts - 1 through 20 (of 21 total)
  • Author
    Posts
  • in reply to: LoadFromResource instead of File … #54352
    bdegli
    Participant
      'Support' wrote:

      Hello

      “LoadFromPngStream” is a method of the TsAlphaImageList component?

      Thanx for the tipp, but I tried that before … it works from a pure png – but want to load it from a fileStram wich probably include addl. file information than the png only.

      in reply to: TsListView – go to specific position #53964
      bdegli
      Participant
        'KSS' wrote:

        Hi bdegli,

        You can try acListView component. I tried to make this tool as flexible as possible to use (including work with groups).

        I'll try!

        Thanx a lot

        in reply to: Beta 10.x installation problems #53370
        bdegli
        Participant

          XE7 in the office XE6 at home

          all the xPack*.dcu are in the Trial directory … build worked after I added trial to the searchpath of acDelphiXE7.groupproj

          The groupproject consists xPack280.pas (wich is NOT present) -> iadded trial to search path – and build went ok.

          The error occurs when I try to link the application!

          Switching back to 9.20 and the Application compiles (without changing any line of code)

          in reply to: Beta 10.x installation problems #53369
          bdegli
          Participant
            'bdegli' wrote:

            Hi i tried to use 10.04 , built from Source

            When I try to build – xPack280 is not found -> added Trial to search -> build and installation works.

            When I try to rebuild the application -> it opens acZLibEx ins Source Editor (never used in my Project) and says: (sorry – german …)

            [dcc32 Fataler Fehler] acZLibEx.pas(1096): F2051 Unit xPack280 wurde mit einer unterschiedlichen Version von acZLibEx.TZDecompressionStream compiliert

            xPack280 was compiled with a different Version of acZLibEx.TZDecompressionStream

            acZLibEx.pas(1096) – the file has only 1095 Lines …

            I think its in combination with the new encrypted skins feature

            How can that be turned off totally – as I'm using the source version – and don't want to be dependant on ANY *.dcu

            Had to go back to 9.20

            Regards from Switzerland

            Beat

            in reply to: XE6 Support? #51925
            bdegli
            Participant

              It runs well so far with XE6 – just expand sDefs.inc – changes are obvious just have a look

              in reply to: ImageName Property #51922
              bdegli
              Participant
                'Support' wrote:

                Thank you, ImageName will be added in the v9.02

                [/quote

                Thanx !!!

                Whats about XE6?

                in reply to: V9.00beta radioGroup Error in IDE #51788
                bdegli
                Participant
                  'bdegli' wrote:

                  It's not possible to load existing forms with sRadioGroup. Also occurs if you place new group and then try to set items …

                  Compiled program working

                  Thanx – works in 9.01

                  in reply to: ImageName Property #51779
                  bdegli
                  Participant
                    'Support' wrote:

                    Still no mail from you.

                    Try to upload it in PM here.

                    done[attachment=6710:acAlphaImageList.zip]

                    in reply to: ImageName Property #51775
                    bdegli
                    Participant
                      'Support' wrote:

                      Hello!

                      Sorry, I can't find this email. Can you send it again?

                      sent it again 30.03.14 – sorry for the delay

                      in reply to: V9.00beta radioGroup Error in IDE #51702
                      bdegli
                      Participant
                        'bdegli' wrote:

                        It's not possible to load existing forms with sRadioGroup. Also occurs if you place new group and then try to set items …

                        Compiled program working

                        Error Message:

                        in reply to: ImageName Property #51696
                        bdegli
                        Participant
                          'Support' wrote:

                          Hello Beat

                          Could you send it to my email? (support@alphaskins…)

                          I'll check what I can get from your sources. ๐Ÿ™‚

                          sent .. ๐Ÿ˜‰

                          in reply to: Problem with nested PageControls #51001
                          bdegli
                          Participant
                            'Support' wrote:

                            Hello!

                            I'm sorry, I not quite understand a problem. How you change these pages?

                            Maybe you can show it remotely or in the demo?

                            Everything that changes the top-level tabControl – like add a new tabSheet or change tabsheet.

                            TeamViewer Session is possible

                            in reply to: Problem with nested PageControls #50965
                            bdegli
                            Participant

                              2 nd try for the screenshot

                              in reply to: v 8.46 ImageListEditor IDE crashes #50867
                              bdegli
                              Participant

                                Thx – as intermediate solution i copied the previous version of sbitbtn – and recompiled – it works!

                                in reply to: PageControl AddButton #46425
                                bdegli
                                Participant

                                  Hi I tried to change SkinSection of Tab to TOOLBUTTON – but it does not get flat ….

                                  regards Beat

                                  in reply to: PageControl AddButton #46390
                                  bdegli
                                  Participant

                                    Thanx – it works

                                    it's just a little bit unusual to have a 'button' within tabs

                                    Any way to make the button flat? (plus icon only – no borders)

                                    regards

                                    Beat

                                    in reply to: Resizing of Images #45990
                                    bdegli
                                    Participant

                                      My project is rather big more than 100 icons …

                                      To have 3 different image_list in 16×16 24×24 32×32 or even a view in 128×128 …

                                      costs a lot of memory and the management is quite diffucult to synchronize them

                                      button List16 image index 56 equals to List32 index 56 …

                                      If I have only one Image-List and size them at runtime … all icons change and not only a specific …

                                      If I create a new TabSheet from a Menu Button – I just want to copy the image from the button-Image-Source to the

                                      PageControl-Image Source and by the way adjust the size … A lot of my Forms are dynamically created at runtime…

                                      [attachment=4907:menu_Scrn1.jpg]

                                      in reply to: Resizing of Images #45989
                                      bdegli
                                      Participant

                                        My project is rather big more than 100 icons …

                                        To have 3 different image_list in 16×16 24×24 32×32 or even a view in 128×128 …

                                        costs a lot of memory and the management is quite diffucult to synchronize them

                                        button List16 image index 56 equals to List32 index 56 …

                                        If I have only one Image-List and size them at runtime … all icons change and not only a specific …

                                        If I create a new TabSheet from a Menu Button – I just want to copy the image from the button-Image-Source to the

                                        PageControl-Image Source and by the way adjust the size … A lot of my Forms are dynamically created at runtime…

                                        in reply to: Resizing of Images #45912
                                        bdegli
                                        Participant

                                          I tried to use it

                                          Could you please give an example how to copy an image from a 32×32-imagelist to a 16×16 imagelist?

                                          in reply to: enhanced Shell Images #45911
                                          bdegli
                                          Participant
                                            'Support' wrote:

                                            Hello and I'm sorry for a delay.

                                            I see an issue, but I have not an idea now – how to fix that. I need more time for researching.

                                            That would be great to have that support in ACNT

                                            In the meantime Iยดm using shellbrowser control from jam-software.de

                                          Viewing 20 posts - 1 through 20 (of 21 total)