Removed PROCESS_GetPtr.
[wine] / resources / TODO
1 The dimensions of the controls should be changed so that they will be big 
2 enough to contain the text for every individual language.
3
4 Therefore:
5
6 - Dimensions of controls are based on sysres_En.rc.  Other languages should
7   change these dimensions in order to make the text fit.
8
9 I (krynos@qbc.clic.net) will try to make sysres_Fr.rc fit correctly, if 
10 someone is interrested in others languages, message me. I may correct 
11 others languages after, but not soon.
12
13 Here are structure of each line (for example):
14 PUSHBUTTON "&Help", 1038, 174, 75, 50, 14, WS_GROUP | WS_TABSTOP
15 1038: The ID of this button, you shouldn't change this.
16 174 : X-offset of the button with respect to the upper-left corner of
17       the dialog box.
18 75  : Y-offset
19 50  : The width of the button
20 14  : The height
21 flags (WS_??? etc): They control how the dialog behaves.  Things like:
22                     changing the focus with a TAB, scrolling to a list
23                     of radiobuttons with up/down keys, etc.  If you're
24                     not sure: leave them as they are (in the english
25                     version).
26  
27
28 Frans van Dorsselaer
29 dorssel@rulhm1.LeidenUniv.nl
30 ***************************************************************
31 1996, May
32
33 Subject: ChooseColor
34          ===========
35
36 Please delete the old CHOOSECOLOR in YOUR sysres_??.rc   
37 and insert the new CHOOSECOLOR from sysres_En.rc to YOUR 
38 language file and translate this as you like it - 
39 otherwise you'll get an undefined behavour. 
40
41 Today it works well for:
42 * English 
43 * German
44 * French
45 * Italian
46 * Korean
47 * Finnish
48 * Danish
49 * Dutch
50 ...to be continued......
51
52 Thank you.
53
54 Albrecht Kleine
55 kleine@ak.sax.de
56
57 **************************************************************
58 1996, May
59
60 Subject: ChooseFont
61
62 Just like ChooseColor, please copy CHOSEFONT from sysres_EN.rc,
63 and translate it to your language. It's okay for:
64
65 * English
66 * German
67 * Finnish
68 * Italian
69 * French
70 * Danish
71 * Dutch
72 .....
73
74 Thank you.
75
76 Albrecht Kleine
77 kleine@ak.sax.de
78
79 **************************************************************
80 1997, January
81
82 Subject: EDITMENU
83
84 There now is a resource EDITMENU.  It is the menu that is displayed when you
85 click the right mouse button within an edit control.  I included an English
86 version in all sysres_??.rc files, which needs translation in your language.
87 This has now been done for:
88
89 * English
90 * Danish
91 * Dutch
92 .....
93
94 Note: I picked the IDs of the menuitems "at random".  When someone wants to
95 find out the "real" (win95) values, feel free to change them.  However, you
96 should change _all_ sysres_??.rc files and subsequently the function
97 EDIT_WM_Command() in controls/edit.c.  This is a matter of minutes (i.e. no
98 programming skills required).
99
100 Bye,
101
102 Frans van Dorsselaer
103 dorssel@rulhm1.LeidenUniv.nl
104 **************************************************************
105 1998, October
106
107 Subject: Put Mark in DebugLog
108
109 I added an item to SYSMENU to put a mark in the Debuglog by request of the 
110 User. I picked 61762 as the next ID after SC_ABOUTWINE. This item needs
111 translations to all supported languages. At present it is only done for
112
113 * English
114 * German
115 * Dutch
116
117 After you implemented it for your language, please add it to the list above.
118
119 Bye
120
121 Uwe Bonnes bon@elektron.ikp.physik.tu-darmstadt.de