]>
Commit | Line | Data |
---|---|---|
1 | List of files yet to be implemented. As you finish a file, delete it from the list. | |
2 | ||
3 | ..\os2\$D\dcprint.obj \ | |
4 | ..\os2\$D\dnd.obj \ | |
5 | ..\os2\$D\helpwin.obj \ | |
6 | ..\os2\$D\joystick.obj \ | |
7 | ..\os2\$D\metafile.obj \ | |
8 | ..\os2\$D\print.obj \ | |
9 | ..\os2\$D\taskbar.obj \ | |
10 | ..\os2\$D\wave.obj \ | |
11 | ||
12 | ||
13 | List of things that still need doing, include the above files. Some are more difficult than others. | |
14 | ||
15 | DND is a needed component of the tree control. | |
16 | ||
17 | The tree control is a component of the list and dirctrl's. These are, in turn, components of the dirdlgg. | |
18 | ||
19 | DDE isn't used much anymore as an IPC protocol, but if OS/2 needs DDE, it should be straight forward. | |
20 | ||
21 | Printing is an untouched area, but should not be too difficult to finish. | |
22 | ||
23 | Not sure what good a taskbar control is but the other ports have one. | |
24 | ||
25 | The wave file is for OS/2 to be able to simply play back a .wav file. I have not touched | |
26 | multimedia as of yet. | |
27 | ||
28 | There is a problem with TIFF right now for some reason. | |
29 | ||
30 | The color sliders in the color dialog do not seem to display correctly. | |
31 | ||
32 | Dialogs are generally not resizable, but in wxOS2, resizing a dialog leaves the title bar un-resized. | |
33 | ||
34 | Static bitmap controls need some work as they are non-wx standard, requiring a resource. Probably need | |
35 | a "roll-our-own" control that is a simple window with an icon or bitmap drawn directly in it. | |
36 | ||
37 | ||
38 | ||
39 |