Estimado Antonio:
Necesito de un Maestro que me aclare las ideas, por favor:
Estoy escribiendo un módulo Touch y necesito cambiar el brush de los SBUTTON:
tengo el siguiente código:
REDEFINE SBUTTON obtnF[10] ID 4014 OF oDialog brush obrushF[10] ROUNDRECT NOBOXTR
REDEFINE SBUTTON obtnF[11] ID 4015 OF oDialog brush obrushF[11] ROUNDRECT NOBOXTR
REDEFINE SBUTTON obtnF[12] ID 4016 OF oDialog brush obrushF[12] ROUNDRECT NOBOXTR
ACTIVATE DIALOG oDialog center on init msgRun( "Cargando datos...","Espere",{ |oDialog| cargadatos()})
return
funct cargadatos()
local x:=1
select 3
do while .not. eof()
define brush oBrushF[x] file camino+'\graficos\familias\'+familia->path_image
obtnF[x]:refresh()
x++ ; skip
enddo
return
Este código NO genera errores, pero no muestra los brush.
Mil gracias de antemano.
LORENZO.
Para Antonio
Return to “FiveWin para Harbour/xHarbour”
Jump to
- English Forums
- ↳ FiveWin for CA-Clipper
- ↳ FiveWin for Harbour/xHarbour
- ↳ FiveTouch
- ↳ EasyReport, EasyDialog and EasyPreview
- ↳ FiveMac / FivePhone (iPhone, iPad)
- ↳ FiveLinux / FiveDroid (Android)
- ↳ FiveWin for Pocket PC
- ↳ mod_harbour
- Foros en Español
- ↳ FiveWin para CA-Clipper
- ↳ FiveWin para Harbour/xHarbour
- ↳ FiveTouch
- ↳ EasyReport, EasyDialog y EasyPreview
- ↳ FiveMac / FivePhone (iPhone, iPad)
- ↳ FiveLinux / FiveDroid (Android)
- ↳ FiveWin para Pocket PC
- ↳ mod_harbour
- Forum italiani
- ↳ All products support
- Forum Portuguese
- ↳ All products support
- Forum German
- ↳ All products support
- General
- ↳ WhatsNew / Novedades
- ↳ Bugs report & fixes / Informe de errores y arreglos
- ↳ To do - WishList / Por hacer - Peticiones
- ↳ Utilities / Utilidades
- ↳ Off Topic / Otros temas
- Artificial Intelligence
- ↳ TensorFlow and Python examples
- ↳ TensorFlow.dll for Harbour and FWH
- ↳ latest AI news
- ↳ Building TensorFlow.dll
- ↳ AI Introduction (Harbour code and samples)