I found the following bug in Palm's SampleCollapse_R3 program.
The functions CollapseResizeForm() & CollapseMoveResizeDialog() make use of
the WinGetBounds(WinHandle winH, RectangleType *rP) function, which is only
available on the Palm OS4 and later. On previous OS it will crash.
This is easily resolvable by adding the following lines at the beginning of
the above functions;
if (g_CollapseAPIVersion == 0)
return false;
This way, on older OS's the code is never reached.
LionScribe
begin 666 Arye Schreiber.vcf
M0D5'24XZ5D-!4D0-"E9%4E-)3TXZ,BXQ#0I..E-C:')E:6)E<CM!<GEE.SM-
M<BX-"D9..D%R>[EMAIL PROTECTED]<F5I8F5R#0I414P[2$]-13M63TE#13HW,S(M.30R
M+3DV-38-"E1%3#M#14Q,.U9/24-%.C<S,BTX,30M-S R,PT*5$5,.TA/344[
M1D%8.C<S,BTY-#(M,[EMAIL PROTECTED]@T*0412.TA/344Z.SLQ,3@@1F]R97-T($%V96YU
M93M,86ME=V]O9#M.2CLP.#<P,2TR-38W.U5300T*3$%"14P[2$]-13M%3D-/
M1$E.1SU154]4140M4%))3E1!0DQ%.C$Q."!&;W)E<[EMAIL PROTECTED];G5E/3!$/3!!
M3&%K97=O;V0L($Y*(# X-S Q+3(U-C<],$0],$%54T$-"D5-04E,.U!2148[
M24Y415).150Z87)Y94!L:6]N<V-R:6)E+F-O;0T*4D56.C(P,#0P-3 T5# S
2-#DT,EH-"D5.1#I60T%21 T*
`
end
--
For information on using the Palm Developer Forums, or to unsubscribe, please see
http://www.palmos.com/dev/support/forums/