NSIS 2 - Beta 0 is out!

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts
  • kichik
    M.I.A.
    [NSIS Dev, Mod]
    • Oct 2001
    • 11343

    Bad news =/
    WS_EX_RIGHT doesn't work on TreeView and ListView, which means the log, and the components selection page are not completely RTL

    Actually, it should only works on OS with full support for a RTL language (localized).
    NSIS FAQ | NSIS Home Page | Donate $
    "I hear and I forget. I see and I remember. I do and I understand." -- Confucius

    Comment

    • Joost Verburg
      NSIS MUI Dev
      • Nov 2001
      • 3717

      Welcome back Justin

      I don't understand the screenshot at all I'll update the Dutch/German/Frensh language files soon.

      Comment

      • Joost Verburg
        NSIS MUI Dev
        • Nov 2001
        • 3717

        Originally posted by kichik
        Bad news =/
        WS_EX_RIGHT doesn't work on TreeView and ListView, which means the log, and the components selection page are not completely RTL

        Actually, it should only works on OS with full support for a RTL language (localized).
        nm

        Comment

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

          Joost, it doesn't. I have one, I can tell

          Just look at the buttons, they are on the left
          NSIS FAQ | NSIS Home Page | Donate $
          "I hear and I forget. I see and I remember. I do and I understand." -- Confucius

          Comment

          • Joost Verburg
            NSIS MUI Dev
            • Nov 2001
            • 3717

            I see Quite strange, RTL listviews and treeview are possible, there are some examples on MSDN.

            Comment

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

              Would you mind posting some links please?
              NSIS FAQ | NSIS Home Page | Donate $
              "I hear and I forget. I see and I remember. I do and I understand." -- Confucius

              Comment

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

                Thanks Joost, but:
                Only localized Arabic/Hebrew Win98 and all versions of Win2000 support mirroring.
                NSIS FAQ | NSIS Home Page | Donate $
                "I hear and I forget. I see and I remember. I do and I understand." -- Confucius

                Comment

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

                  Fixed a bug that prevented the last letter from getting copied (copy details to clipboard feature). Available at the CVS.

                  Also new:
                  Always load RichEdit v2 if present.
                  DeleteRegKey 3 now only accepts two parameters as it should (and possibly /ifempty)
                  NSIS FAQ | NSIS Home Page | Donate $
                  "I hear and I forget. I see and I remember. I do and I understand." -- Confucius

                  Comment

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

                    Plugin call method has changed.
                    You must now call plugins in the form of dllname[.dll]::FunctionName.
                    This prevents clashes with future commands.
                    NSIS FAQ | NSIS Home Page | Donate $
                    "I hear and I forget. I see and I remember. I do and I understand." -- Confucius

                    Comment

                    • Sunjammer
                      Major Dude
                      • Jun 2002
                      • 559

                      Lose the .dll completely, it shouldn't be part of script syntax and is unnecessary and implied.

                      Comment

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

                        Done.
                        NSIS FAQ | NSIS Home Page | Donate $
                        "I hear and I forget. I see and I remember. I do and I understand." -- Confucius

                        Comment

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

                          Bug alert: LandDLL::LangDialog must be used first in the script or it might pop a lot of things it shouldn't from the stack.
                          NSIS FAQ | NSIS Home Page | Donate $
                          "I hear and I forget. I see and I remember. I do and I understand." -- Confucius

                          Comment

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

                            Make sure you run SetCVSShellCommands.exe before you start using the latest version of MakeNSISw from the CVS.
                            NSIS FAQ | NSIS Home Page | Donate $
                            "I hear and I forget. I see and I remember. I do and I understand." -- Confucius

                            Comment

                            • Sunjammer
                              Major Dude
                              • Jun 2002
                              • 559

                              MakeNSISW

                              MakeNSISW has had a *lot* of work done to it to fix bugs over the last couple of days. The only way I have now of crashing it involves compiling about 30 .nsi files in parallel ... so to anyone who has been having trouble with MakeNSISW I'd definitely recommend downloading the latest MakeNSISW.exe from CVS (get cvs revision 1.21, the most recent as of this post, here).

                              Comment

                              Working...
                              X