website logo
Auteur
avatar
Sharynn

Forum » » Création-Développement » » Pb sur les écrans Intuition


Posté : 23-02-2012 20:13 icone du post

Voici mon Ecran:
my_screen = IIntuition->OpenScreenTags( NULL,
SA_Left, OffsetX[NB]+1,
SA_Top, OffsetY[NB]+1,
SA_Width, XScr,
SA_Height, YScr+11,
SA_Depth, NbBitplane,
SA_DetailPen, 1,
SA_BlockPen, 0,
SA_DClip, &Rect,
SA_Font, &ta,
SA_LikeWorkbench, TRUE,
SA_Behind, FALSE,
SA_Quiet, TRUE,
SA_Type, CUSTOMSCREEN,
SA_DisplayID, LO,
TAG_DONE);

Et voici ma fenetre:
my_window = IIntuition->OpenWindowTags(NULL,
WA_Width, Xwin,
WA_Height, Ywin,
WA_Left,PWX,
WA_Top,PWY+11,
WA_CustomScreen, my_screen,
WA_Borderless, TRUE,
WA_Backdrop,TRUE,
WA_Activate, TRUE,
TAG_DONE, 0);

Il ne semble pas y avoir de problème dans le code, mais on ne sais jaùais !!
Projet AmOS4 - Retour vers l'Amos sous OS4...

SAM440EP - A1200 3.1 de base

Cet article provient de Le site des utilisateurs francophones actuels et futurs d'AmigaOS 4.x
https://amiga-ng.org/viewtopic.php?topic=1211&forum=14