Regisztráció Elfelejtett jelszó

Re: GAP

apafi Előzmény: #172847

_SECTION_BEGIN("Vízjel");

U = StrFormat("Ár: %g D:%.2f (%.2f%%)", C, SelectedValue (C-(Ref( C, -1 ))), SelectedValue( ROC( C, 1 )));

GfxSetOverlayMode(1);

GfxSelectFont("Tahoma", Status("pxheight")/20 );

GfxSetTextAlign( 6 );// center alignment;

GfxSetTextColor( dynamic_color = IIf(SelectedValue (C-(Ref( C, -1 )))> 0, colorLime, colorRed ));

//GfxSetTextColor( ColorRGB( 0, 0, 0 ) );

GfxSetBkMode(1); // transparent

GfxTextOut( U , Status("pxwidth")/2, Status("pxheight")/12);

_SECTION_END();

Próbáld ki!