"Alexander R. Pruss" <> wrote in message news:[EMAIL PROTECTED]
> I'm releasing a major new version of my PalmResize library.  This library 
> provides support for input-area resizing and non-standard-screen sizes on 
> all PalmOS devices (including Handera, Dana Alphasmart, Zodiac, Palm 
> T3/T5/TX/LD, Sony Clie, etc.)  The library is quite powerful, and all you 
> really need to do is to specify how you want your form elements to move 
> with resizing.
>
> Version 1.3.0.
>     No need to call SetResizePolicy() as it's automatically included
>     in the frmOpenEvent handler.
>     Created shared library and stubs.
>     Resize focus ring along with object.
>     Revamped documentation.
>     No more need to call SetDIAPolicy().
>     No more need to include T3 compatibility libraries.


Hi Alexander,

Thank you for this.

It looks like this might be a minor bug in DIA.c:

        case DIA_HARDWARE_PALMONE:
            PalmOneStatusBarLibClose(G(palmOneStatRefNum));
            SysLibRemove(G(palmOneStatRefNum));
            PinLibClose(G(palmOnePinRefNum));
            SysLibRemove(G(palmOneStatRefNum));        <-----  shouldn't it 
be palmOnePinRefNum ?
            break;


Regards,

-- 
David Thacker
http://www.SatelliteForms.net
The Premier RAD Tool for PalmOS & PocketPC



-- 
For information on using the ACCESS Developer Forums, or to unsubscribe, please 
see http://www.access-company.com/developers/forums/

Reply via email to