|
From: Maurizio la C. <m.l...@gm...> - 2013-06-25 17:30:14
|
Hi Itamar,
you know the cause of the error, as just you asked for the STRETCH
reintroduction.
Please, be patient until Alex will assure that the changes applied after
2.16c are working fine with the current trunk code.
If you've production apps, I suggest to build them with 2.17, otherwise
reduce your code to satisfy the syntax
#xcommand @ <x>,<y> BITMAP [ <oBmp> SHOW ] <bitmap> ;
[<res: FROM RESOURCE>] ;
[ OF <oWnd> ] ;
[ ID <nId> ] ;
[ SIZE <width>, <height> ] ;
[ ON INIT <bInit> ] ;
[ ON SIZE <bSize> ] ;
[ TOOLTIP <ctoolt> ] ;
=> ;
[<oBmp> := ] HSayBmp():New( <oWnd>,<nId>,<x>,<y>,<width>, ;
<height>,<bitmap>,<.res.>,<bInit>,<bSize>,<ctoolt> )
until the Basso and Culik changes will be merged.
BR
Maurizio
2013/6/25 Itamar M. Lins Jr. Lins <ita...@gm...>
>
> @ 010,010 bitmap oImg Show "imag1.jpg" STRETCH 0 SIZE 17,17 of oDlg
>
> Compiling fine with version 2.17
>
> Best regards,
> Itamar M. Lins Jr.
>
>
>
> ------------------------------------------------------------------------------
> This SF.net email is sponsored by Windows:
>
> Build for Windows Store.
>
> http://p.sf.net/sfu/windows-dev2dev
> _______________________________________________
> Hwgui-developers mailing list
> Hwg...@li...
> https://lists.sourceforge.net/lists/listinfo/hwgui-developers
>
>
|