Search found 61 matches: abtn

Return to advanced search

... solucionar el pintado de un botón en Disable() usando tu maravillosa clase TSBUTTON. ? Si tomas uno de los botones en NEWSAHPE.PRG y y lo pones aBtn[ 9 ]:Disable() verás que queda una mancha gris, tal como te lo reportó Jackson, y, según algo que tu le mandaste o le indicaste, te pone dos correos ...
by Cgallegoa
Fri Sep 05, 2008 3:21 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Sr. Manuel Mercado - TSBUTTON Disable() / when .f.
Replies: 15
Views: 3005

Ola Julio Na verdade o TO foi somente um erro de postagem meu ele nao existe na esrcrita original REDEFINE BUTTON aBtn[1] ID 105 OF oLog; MESSAGE "Return to the windows"; * * * * * he/she doesn't ppear ACTION IF (! lSalva,oGet[3]:SetFocus,oLog:End ()) Hello Armando Sintax no this ...
by marca
Wed Sep 03, 2008 5:13 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problems with the message of the button
Replies: 5
Views: 1105

Re: Problems with the message of the button

... message of the button According to example below the tooltipe of the button doesn't work in case it stops with the mouse on top REDEFINE BUTTON aBtn[1] ID 105 OF oLog; MESSAGE to "Return to the windows"; * * * * * he/she doesn't appear ACTION IF (! lSalva,oGet[3]:SetFocus,oLog:End ()) Marcelo... ...
by JC
Wed Sep 03, 2008 4:51 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problems with the message of the button
Replies: 5
Views: 1105

Problems with the message of the button

... message of the button According to example below the tooltipe of the button doesn't work in case it stops with the mouse on top REDEFINE BUTTON aBtn[1] ID 105 OF oLog; MESSAGE to "Return to the windows"; * * * * * he/she doesn't appear ACTION IF (! lSalva,oGet[3]:SetFocus,oLog:End ())
by marca
Wed Sep 03, 2008 4:37 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problems with the message of the button
Replies: 5
Views: 1105

... it give me error ..why? NEXT nI oDlg:Refresh() RETURN (NIL) In the above you are passing oBtn. Is this supposed to be aBtn, an array, or is it just a single button object? I don't see why you even need this function. If you DEFINE or REDEFINE all the buttons with the ...
by James Bott
Sat Aug 09, 2008 12:49 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: sbutton refresh : to manuel mercado
Replies: 2
Views: 521

PARA MANUEL MERCADO

... CREATE A BUTTON TRASPARENT IN A CHILD WINDOW i MUST LOAD DIFFERENT BACKGROUND HAVE YOU AN IDEA THIS IS MY CODE @ Fila,(Col+nPassLarg) SBUTTON aBtn[n]; File OMBEMPTY,; OMBFULL,; OMBEMPTY,; OMBEMPTY PIXEL ; OF oWChld ; FONT oFont2 ; CAPTION cCaption ; TEXT ON_CENTER ; tooltip cCaption2 ; NOBOX ...
by Silvio
Tue Jul 29, 2008 9:30 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: PARA MANUEL MERCADO
Replies: 2
Views: 578

AQUI ESTA

... local oOutLook2003, oStatusBar, oSplit, cCombo, oRad, nValue := 1 local oFont,oActiveX,oTimerRelog,oBrush, oBmp , oHSpl1,oVSpl1,oHSplll,oOut local aBtn[ 1 ] local A9 :=0 local A14 :=0 local A16 :=0 local A20 :=0 local A21 :=0 local A24 :=0 local A25 :=0 local A26 :=0 lOCAL AMBU21 Local cFileAgent ...
by AIDA
Thu Apr 17, 2008 1:25 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: PASA ALGO MUY RARO AL CERRAR MI PROGRAMA(RESUELTO)
Replies: 14
Views: 2885

... can you correct it pls ? look it http://img201.imageshack.us/img201/5752/spiaggianotrasyh7.jpg @ Fila,(Col+nPassLarg) SBUTTON aBtn[n]; File OMBEMPTY,; OMBFULL,; OMBEMPTY,; OMBEMPTY PIXEL ; OF oWChld ; FONT oFont2 ; CAPTION cCaption ; TEXT ON_CENTER ; tooltip cCaption2; NOBOXTR ...
by Silvio
Mon Jan 07, 2008 1:41 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Una sobre BRUSH
Replies: 8
Views: 1642

What about adding the number to the cargo.
aBtn[n]:cargo := n
by Gale FORd
Mon Jul 24, 2006 2:57 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: TSButton 5 with the latest FWH and xHarbour releases
Replies: 42
Views: 14616

Button and array

... of the button ? example : tot1:=20 to2:=8 bAction := {|oBtn| prenotamenu( oBtn ) ,oBtn:cCaption := "",oBtn:Disable( VK_RBUTTON ), oBtn:Refresh() } aBtn:= { Array( tot1 ), Array( tot2 ) } totarray := tot1*tot2 aAct := Array( totarray ) AFill( aAct, bAction ) nDisponibili:=0 nOccupati:=0 n := 1 fila ...
by Silvio
Thu Jul 20, 2006 10:15 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Button and array
Replies: 2
Views: 1009

Errore in array...forse...!!!

... finestra ho creato una serie di bottoni creando prima un array LOCAL OmbrxFila :=20 LOCAL FileOmbr := 6 totarray := OmbrxFila*FileOmbr aBtn := Array(totarray) Ho fatto creare i bottoni con un ciclo for next FOR k := 1 TO OmbrxFila per ogni bottone ho associato un'azione ...
by Silvio
Wed Jul 19, 2006 5:13 pm
 
Forum: All products support
Topic: Errore in array...forse...!!!
Replies: 12
Views: 4087

Silvio,

you can´t prompt an object, just a text

@ Fila,(Col+nPassLarg) SBUTTON aBtn[n] Font oFont3 ;
......
PROMPT aBtn[n] ; // here you display the text of the button

aBtn[n] is an object, replace it with a string in the prompt clause.

Stefan
by StefanHaupt
Tue Jul 18, 2006 7:51 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: TSButton 5 with the latest FWH and xHarbour releases
Replies: 42
Views: 14616

DIALOG

... WINDOW owMain ON CLICK m_DaNe('Something...',{'Yes','No'},'Atention !!!') return nil ************************************ FUNCTION m_DaNe(cMsg,aBtn,cTitle) ************************************ LOCAL oDlg DEFINE DIALOG oDlg RESOURCE "msgDaNe" TITLE 'BlaBla' REDEFINE SAY ID 3 OF oDlg PROMPT cMsg ...
by remecd
Mon Dec 19, 2005 5:20 pm
 
Forum: FiveWin for Pocket PC
Topic: DIALOG
Replies: 15
Views: 6242

Re: DIALOG

I have this function: #include "FWCE.ch" ************************************ FUNCTION m_DaNe(cMsg,aBtn,cTitle) ************************************ LOCAL oDlg DEFINE DIALOG oDlg RESOURCE "msgDaNe" REDEFINE SAY ID 3 OF oDlg PROMPT cMsg REDEFINE BUTTON ID 1 OF oDlg PROMPT ...
by Richard Chidiak
Mon Dec 19, 2005 12:35 pm
 
Forum: FiveWin for Pocket PC
Topic: DIALOG
Replies: 15
Views: 6242

DIALOG

I have this function: #include "FWCE.ch" ************************************ FUNCTION m_DaNe(cMsg,aBtn,cTitle) ************************************ LOCAL oDlg DEFINE DIALOG oDlg RESOURCE "msgDaNe" REDEFINE SAY ID 3 OF oDlg PROMPT cMsg REDEFINE BUTTON ID 1 OF oDlg PROMPT ...
by remecd
Mon Dec 19, 2005 11:17 am
 
Forum: FiveWin for Pocket PC
Topic: DIALOG
Replies: 15
Views: 6242
PreviousNext

Return to advanced search