Ventana semitrasparente siempre en primer plano y con esquinas redondeadas igual a la de las notificaciones del sistema ( enlaces ratones inalambricos y demas ) .
Ventana semitrasparente
- Antonio Linares
- Site Admin
- Posts: 37481
- Joined: Thu Oct 06, 2005 5:47 pm
- Location: Spain
- Contact:
Re: Ventana semitrasparente
Manuel,
Muy bueno!
Muy bueno!
Re: Ventana semitrasparente
Por cierto , el codigo de fivemac que lo genera :
Function redondo()
local oDlg
local oimage
DEFINE WINDOW oDlg FROM 20, 100 TO 320, 260 ROUNDED
@ 40, 40 IMAGE oImage OF oDlg SIZE 220, 220 FILENAME respath()+"/"+"PrefApp.tiff"
ACTIVATE WINDOW oDlg
Return nil
Function redondo()
local oDlg
local oimage
DEFINE WINDOW oDlg FROM 20, 100 TO 320, 260 ROUNDED
@ 40, 40 IMAGE oImage OF oDlg SIZE 220, 220 FILENAME respath()+"/"+"PrefApp.tiff"
ACTIVATE WINDOW oDlg
Return nil