Ultra-Modern UI

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts
  • Sheik
    Senior Member
    • Feb 2007
    • 152

    #16
    Okay, I guess I can't do 2 attachments on the same message.
    Attached is the 2nd of the pics.
    Attached Files

    Comment

    • Sheik
      Senior Member
      • Feb 2007
      • 152

      #17
      BTW,

      You fixed the "CONTINUE" problem by changing it to CONTINUE_SETUP

      But you missed the "DEFAULT" problem.
      It has the same issue. It conflicts with the name in LogicLib.

      You need to change this:
      !define DEFAULT 0 ; Default any flag set

      To like "DEFAULT_SETUP", like you did with "CONTINUE_SETUP".

      Comment

      • SuperPat
        Senior Member
        • Mar 2006
        • 212

        #18
        For the header texts on the welcome page, I withdraw there because they are empty in the InstallSheild intaller. Moreother, the same text was shown 3 times on the Welcome, finish, abort pages.
        It is not a bug.


        For the DEFAULT incompatibility, I will fix it tomorrow.

        Comment

        • SuperPat
          Senior Member
          • Mar 2006
          • 212

          #19
          New build Available: 2008-01-09

          - Fixed incompatibility with logiclib.nsh the flag DEFAULT become DEFAULT_STATE
          - Fixed bug in the UMUI package which remove NSIS key from the registry + some improvements.

          Comment

          • kichik
            M.I.A.
            [NSIS Dev, Mod]
            • Oct 2001
            • 11343

            #20
            - Fixed incompatibility with logiclib.nsh the flag DEFAULT become DEFAULT_STATE
            You should prefix any constants used by UMUI with UMUI_ or something similar. This way, there'd be no collisions with built-in stuff like LogicLib.
            NSIS FAQ | NSIS Home Page | Donate $
            "I hear and I forget. I see and I remember. I do and I understand." -- Confucius

            Comment

            • evin
              Junior Member
              • Oct 2006
              • 21

              #21
              I found 3 bugs. (in the picture with red arrow)

              Comment

              • kichik
                M.I.A.
                [NSIS Dev, Mod]
                • Oct 2001
                • 11343

                #22
                You forgot to attach the image.
                NSIS FAQ | NSIS Home Page | Donate $
                "I hear and I forget. I see and I remember. I do and I understand." -- Confucius

                Comment

                • evin
                  Junior Member
                  • Oct 2006
                  • 21

                  #23
                  I attached the image, but I don't know what happened.

                  So, the image: 3bugs

                  I hope this working.
                  Last edited by evin; 22 January 2008, 18:52.

                  Comment

                  • SuperPat
                    Senior Member
                    • Mar 2006
                    • 212

                    #24
                    Originally posted by evin
                    I found 3 bugs. (in the picture with red arrow)
                    These are not bugs:
                    the background are not transparent because texts were superimposed when they change.

                    I never found how to erase texts before to be modified.

                    Comment

                    • evin
                      Junior Member
                      • Oct 2006
                      • 21

                      #25
                      I hope, this problem soon resolve. Then it will be perfect.

                      (soon, I give you a Hungarian translation to the UMUIb2)

                      Comment

                      • SuperPat
                        Senior Member
                        • Mar 2006
                        • 212

                        #26
                        If somebody has a solution to correct this problem, I am interested.

                        Thank for translation.

                        PS: your background image seems very sympathetic, you could perhaps send it to me to be integrated into UMUI

                        Comment

                        • evin
                          Junior Member
                          • Oct 2006
                          • 21

                          #27
                          I made some transparent test with UMUIb1 (long time ago), but I just replaced the BGCOLOR scripts to Transparent. Almost worked.

                          The background was just a test image, to see, all text are transparented or not. I think it's very simply.

                          Modified Blue UMUI (the free Photoshop brush attached)

                          Comment

                          • ameer
                            Junior Member
                            • Jul 2007
                            • 30

                            #28
                            good work, thanks. This resolved so many issues of mine.

                            Comment

                            • legcsabi
                              Junior Member
                              • Jan 2008
                              • 7

                              #29
                              UMUI_PAGE_FILEDISKREQUEST

                              Hi!
                              i would like to know how to use the new PageEx called
                              UMUI_PAGE_FILEDISKREQUEST?

                              I tried playing with the following commands:
                              var vv
                              !define UMUI_FILEDISKREQUESTPAGE_VARIABLE $vv
                              !define UMUI_FILEDISKREQUESTPAGE_FILE
                              !insertmacro UMUI_PAGE_FILEDISKREQUEST
                              but in vain, I always get a compiler error from UMUI on this line: DirVar "$${UMUI_FILEDISKREQUESTPAGE_VARIABLE}"

                              Has someone a working example on this page?
                              thx

                              Comment

                              • SuperPat
                                Senior Member
                                • Mar 2006
                                • 212

                                #30
                                var dir
                                !define UMUI_FILEDISKREQUESTPAGE_VARIABLE dir
                                !define UMUI_FILEDISKREQUESTPAGE_VARIABLE_FILE_TO_FOUND "filetosearch"
                                !define UMUI_FILEDISKREQUESTPAGE_FILE ;use file request
                                !insertmacro UMUI_PAGE_FILEDISKREQUEST

                                Comment

                                Working...
                                X