![]() | |
![]() |
| | Thread Tools | Search this Thread | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
I've generally had a fairly miserable time using winres for localizing forms. It seems to be very buggy - loses bitmaps, doesn't display things correctly, is generally miserably with inherited forms etc. etc. Do most people actually use winres for localizing forms and if so how are they dealing with its bugginess or are they using some other nifty tool that I am not aware of (other than Notepad )Is WinRes improved in VS.NET 2005? Andrew |
#3
| |||
| |||
|
|
Winres was designed as a simple localization editor - it's not a good solution for large scale projects. As you've noticed, there's no support for translation memories, update management, string localization etc. It's just a solution for people that may have very simple projects as a localization editor. I recommend using some of the third party localization tools available. I haven't really reviewed any myself, but I believe that Passolo, Alchemy Catalyst and SDL all have support for the .NET resource model. I think there is another one as well called Visual Localize. As for Winres, you can localize inherited forms, but the base assembly must be installed in the GAC or in the same folder as Winres. You can find more information about common Winres problem in this blog entry: http://blogs.msdn.com/rprabhu/archiv.../21/56536.aspx If you are experiencing other problems, please report them through the MSDN Product Feedback Center at http://lab.msdn.microsoft.com/productfeedback/ . I haven't heard of anyone losing bitmaps, so that would be something that we should look into fixing if it can be reproduced in our environment. Winres is somewhat improved for 2005. We tried to make it more stable and fix the common errors that people experience, however, it's still not a full fledged localization tool so I would still recommend a commerical translation tool. Hope this helps, Marin "AndrewEames" wrote: I've generally had a fairly miserable time using winres for localizing forms. It seems to be very buggy - loses bitmaps, doesn't display things correctly, is generally miserably with inherited forms etc. etc. Do most people actually use winres for localizing forms and if so how are they dealing with its bugginess or are they using some other nifty tool that I am not aware of (other than Notepad )Is WinRes improved in VS.NET 2005? Andrew |
#4
| |||
| |||
|
|
Thanks for the response. I am aware of the workaround you mentioned for derived forms but there are other issues. Just to clarify on some of the problems I have had 1) WinRes wont open derived forms which have public sub controls in the base form. I actually reported this bug and it is apparently fixed in 2005. The remaining issues I haven't reported nor have I made a huge effort to track them down but you might be interested in them 2) If I open a derived control in WinRes and save it in another language, WinRes can't open the file it just saved. 3) If I open a .resx file wihch contains a picturebox with an image, when I save it in another language, the image is gone 4) Controls with transparent backgrounds dont appear to be rendered correctly 5) Some 3rd party controls are not rendered correctly - in particular, the SandBar menubar control If you are unaware of these bugs, I'd be appy to try and make a repro if they could get fixed in 2005! I did try the Passolo tools briefly but they too seemed to have problems rendering some controls as well as the fact they cost an arm and a leg. Our application is relatively small and we'd be happy to use WinRes if it worked reliably Anyway, thanks for replying Andrew Eames "Marin Millar [Microsoft]" wrote: Winres was designed as a simple localization editor - it's not a good solution for large scale projects. As you've noticed, there's no support for translation memories, update management, string localization etc. It's just a solution for people that may have very simple projects as a localization editor. I recommend using some of the third party localization tools available. I haven't really reviewed any myself, but I believe that Passolo, Alchemy Catalyst and SDL all have support for the .NET resource model. I think there is another one as well called Visual Localize. As for Winres, you can localize inherited forms, but the base assembly must be installed in the GAC or in the same folder as Winres. You can find more information about common Winres problem in this blog entry: http://blogs.msdn.com/rprabhu/archiv.../21/56536.aspx If you are experiencing other problems, please report them through the MSDN Product Feedback Center at http://lab.msdn.microsoft.com/productfeedback/ . I haven't heard of anyone losing bitmaps, so that would be something that we should look into fixing if it can be reproduced in our environment. Winres is somewhat improved for 2005. We tried to make it more stable and fix the common errors that people experience, however, it's still not a full fledged localization tool so I would still recommend a commerical translation tool. Hope this helps, Marin "AndrewEames" wrote: I've generally had a fairly miserable time using winres for localizing forms. It seems to be very buggy - loses bitmaps, doesn't display things correctly, is generally miserably with inherited forms etc. etc. Do most people actually use winres for localizing forms and if so how are they dealing with its bugginess or are they using some other nifty tool that I am not aware of (other than Notepad )Is WinRes improved in VS.NET 2005? Andrew |
#5
| |||
| |||
|
|
Yes, sorry that is another known issue with 2003. I haven't heard of the other problems, but I will see if I can repro them here. It would be great if you have time to report 2, 3 & 4 in the product feedback center. It really helps to have customer reports when trying to get bugs fixed. I'm not sure about problem 5, but if you report it to the Sandbar owners, they can contact us if they can identify the problem and we may be able to help find a solution. Marin "AndrewEames" wrote: Thanks for the response. I am aware of the workaround you mentioned for derived forms but there are other issues. Just to clarify on some of the problems I have had 1) WinRes wont open derived forms which have public sub controls in the base form. I actually reported this bug and it is apparently fixed in 2005. The remaining issues I haven't reported nor have I made a huge effort to track them down but you might be interested in them 2) If I open a derived control in WinRes and save it in another language, WinRes can't open the file it just saved. 3) If I open a .resx file wihch contains a picturebox with an image, when I save it in another language, the image is gone 4) Controls with transparent backgrounds dont appear to be rendered correctly 5) Some 3rd party controls are not rendered correctly - in particular, the SandBar menubar control If you are unaware of these bugs, I'd be appy to try and make a repro if they could get fixed in 2005! I did try the Passolo tools briefly but they too seemed to have problems rendering some controls as well as the fact they cost an arm and a leg. Our application is relatively small and we'd be happy to use WinRes if it worked reliably Anyway, thanks for replying Andrew Eames "Marin Millar [Microsoft]" wrote: Winres was designed as a simple localization editor - it's not a good solution for large scale projects. As you've noticed, there's no support for translation memories, update management, string localization etc. It's just a solution for people that may have very simple projects as a localization editor. I recommend using some of the third party localization tools available. I haven't really reviewed any myself, but I believe that Passolo, Alchemy Catalyst and SDL all have support for the .NET resource model. I think there is another one as well called Visual Localize. As for Winres, you can localize inherited forms, but the base assembly must be installed in the GAC or in the same folder as Winres. You can find more information about common Winres problem in this blog entry: http://blogs.msdn.com/rprabhu/archiv.../21/56536.aspx If you are experiencing other problems, please report them through the MSDN Product Feedback Center at http://lab.msdn.microsoft.com/productfeedback/ . I haven't heard of anyone losing bitmaps, so that would be something that we should look into fixing if it can be reproduced in our environment. Winres is somewhat improved for 2005. We tried to make it more stable and fix the common errors that people experience, however, it's still not a full fledged localization tool so I would still recommend a commerical translation tool. Hope this helps, Marin "AndrewEames" wrote: I've generally had a fairly miserable time using winres for localizing forms. It seems to be very buggy - loses bitmaps, doesn't display things correctly, is generally miserably with inherited forms etc. etc. Do most people actually use winres for localizing forms and if so how are they dealing with its bugginess or are they using some other nifty tool that I am not aware of (other than Notepad )Is WinRes improved in VS.NET 2005? Andrew |
#6
| |||
| |||
|
|
I am still investigating 2 & 3. But I realized that 4 is because color is not a localizable property, so the that information is not included in the .resx file. Therefore, there's no way to render color changes in Winres and it falls back to the default colors. Thanks, Marin "Marin Millar [Microsoft]" wrote: Yes, sorry that is another known issue with 2003. I haven't heard of the other problems, but I will see if I can repro them here. It would be great if you have time to report 2, 3 & 4 in the product feedback center. It really helps to have customer reports when trying to get bugs fixed. I'm not sure about problem 5, but if you report it to the Sandbar owners, they can contact us if they can identify the problem and we may be able to help find a solution. Marin "AndrewEames" wrote: Thanks for the response. I am aware of the workaround you mentioned for derived forms but there are other issues. Just to clarify on some of the problems I have had 1) WinRes wont open derived forms which have public sub controls in the base form. I actually reported this bug and it is apparently fixed in 2005. The remaining issues I haven't reported nor have I made a huge effort to track them down but you might be interested in them 2) If I open a derived control in WinRes and save it in another language, WinRes can't open the file it just saved. 3) If I open a .resx file wihch contains a picturebox with an image, when I save it in another language, the image is gone 4) Controls with transparent backgrounds dont appear to be rendered correctly 5) Some 3rd party controls are not rendered correctly - in particular, the SandBar menubar control If you are unaware of these bugs, I'd be appy to try and make a repro if they could get fixed in 2005! I did try the Passolo tools briefly but they too seemed to have problems rendering some controls as well as the fact they cost an arm and a leg. Our application is relatively small and we'd be happy to use WinRes if it worked reliably Anyway, thanks for replying Andrew Eames "Marin Millar [Microsoft]" wrote: Winres was designed as a simple localization editor - it's not a good solution for large scale projects. As you've noticed, there's no support for translation memories, update management, string localization etc. It's just a solution for people that may have very simple projects as a localization editor. I recommend using some of the third party localization tools available. I haven't really reviewed any myself, but I believe that Passolo, Alchemy Catalyst and SDL all have support for the .NET resource model. I think there is another one as well called Visual Localize. As for Winres, you can localize inherited forms, but the base assembly must be installed in the GAC or in the same folder as Winres. You can find more information about common Winres problem in this blog entry: http://blogs.msdn.com/rprabhu/archiv.../21/56536.aspx If you are experiencing other problems, please report them through the MSDN Product Feedback Center at http://lab.msdn.microsoft.com/productfeedback/ . I haven't heard of anyone losing bitmaps, so that would be something that we should look into fixing if it can be reproduced in our environment. Winres is somewhat improved for 2005. We tried to make it more stable and fix the common errors that people experience, however, it's still not a full fledged localization tool so I would still recommend a commerical translation tool. Hope this helps, Marin "AndrewEames" wrote: I've generally had a fairly miserable time using winres for localizing forms. It seems to be very buggy - loses bitmaps, doesn't display things correctly, is generally miserably with inherited forms etc. etc. Do most people actually use winres for localizing forms and if so how are they dealing with its bugginess or are they using some other nifty tool that I am not aware of (other than Notepad )Is WinRes improved in VS.NET 2005? Andrew |
#7
| |||
| |||
|
|
Is WinRes improved in VS.NET 2005? |
|
Thread-Topic: winres thread-index: AcT8HvpuhVB7wiRTSzOt7o7azjk7Mg== X-WBNR-Posting-Host: 24.60.87.64 From: "=?Utf-8?B?QW5kcmV3RWFtZXM=?=" <AndrewEames (AT) discussions (DOT) microsoft.com Subject: winres Date: Sun, 16 Jan 2005 14:59:05 -0800 Lines: 9 Message-ID: <B3C5EB0E-EAC1-4501-AF9F-3C38B1F3D6A1 (AT) microsoft (DOT) com MIME-Version: 1.0 Content-Type: text/plain; charset="Utf-8" Content-Transfer-Encoding: 7bit X-Newsreader: Microsoft CDO for Windows 2000 Content-Class: urn:content-classes:message Importance: normal Priority: normal X-MimeOLE: Produced By Microsoft MimeOLE V6.00.3790.0 Newsgroups: microsoft.public.dotnet.internationalization NNTP-Posting-Host: TK2MSFTNGXA03.phx.gbl 10.40.1.29 Path: cpmsftngxa10.phx.gbl!TK2MSFTNGXA03.phx.gbl Xref: cpmsftngxa10.phx.gbl microsoft.public.dotnet.internationalization:1224 X-Tomcat-NG: microsoft.public.dotnet.internationalization I've generally had a fairly miserable time using winres for localizing forms. It seems to be very buggy - loses bitmaps, doesn't display things correctly, is generally miserably with inherited forms etc. etc. Do most people actually use winres for localizing forms and if so how are they dealing with its bugginess or are they using some other nifty tool that I am not aware of (other than Notepad )Is WinRes improved in VS.NET 2005? Andrew |
![]() |
| Thread Tools | Search this Thread |
| Display Modes | |
| |