Subversion Repositories filter_foundry

Rev

Rev 466 | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 466 Rev 529
Line 48... Line 48...
48
 
48
 
49
- WinNT311: "msctls_trackbar32" is not supported by Windows NT 3.1. `DialogBoxParamA` crashes with the confusing error code "Invalid Cursor Handle".
49
- WinNT311: "msctls_trackbar32" is not supported by Windows NT 3.1. `DialogBoxParamA` crashes with the confusing error code "Invalid Cursor Handle".
50
 
50
 
51
	Note: msctls_trackbar32 seems to be defined in COMCTL32.DLL, but Win NT 3.1 has no REGSVR32.EXE, so there can't be any controls added??
51
	Note: msctls_trackbar32 seems to be defined in COMCTL32.DLL, but Win NT 3.1 has no REGSVR32.EXE, so there can't be any controls added??
52
	Windows NT 3.51 has COMCTL32.DLL and works perfectly with the trackbars!
52
	Windows NT 3.51 has COMCTL32.DLL and works perfectly with the trackbars!
-
 
53
 
53
	Fixed in SVN Revision 422: We are now using the sliders of Photoshop using PLUGIN.DLL (like Filter Factory 3.0.4 does).
54
	Fixed in SVN Revision 422: We are now using the sliders of Photoshop using PLUGIN.DLL (like Filter Factory 3.0.4 does).
-
 
55
 
54
	If PLUGIN.DLL is not existing (e.g. non-Photoshop host) and msctls_trackbar32 is not available (Windows NT 3.1),
56
	If PLUGIN.DLL is not existing (e.g. non-Photoshop host) and msctls_trackbar32 is not available (Windows NT 3.1),
55
	then we will simply remove the sliders completely by subclassing them from a static control,
57
	then we will simply remove the sliders completely by subclassing them from a static control,
56
	and let the user enter the control values via keyboard only (SVN Revision 419).
58
	and let the user enter the control values via keyboard only (SVN Revision 419).
-
 
59
 
57
	Note that you can copy PLUGIN.DLL to any host application. It is not bound to Photoshop. However, it is copyrighted by Adobe!
60
	Note that you can copy PLUGIN.DLL to any host application. It is not bound to Photoshop. However, it is copyrighted by Adobe!
58
 
61
 
59
- WinNT311+WinNT351: The preview image is not drawn at dialog box opening. You need to enter something first.
62
- WinNT311+WinNT351: The preview image is not drawn at dialog box opening. You need to enter something first.
60
 
63
 
61
	Nothing seems to work. Already tried doing a `recalc_preview` and `drawpreview` in `WM_SHOWWINDOW` or
64
	Nothing seems to work. Already tried doing a `recalc_preview` and `drawpreview` in `WM_SHOWWINDOW` or