Search found 44 matches: uaction

Return to advanced search

Re: Windows 8 Metro style - A Class TMetro test

... <nClrPane> ] ; [ IMAGE <cImgName> ] ; [ TOOLTIP <cToolTip> ] ; [ OF <oMetro> ] ; [ <large: LARGE> ] ; [ ACTION <uAction,...> ] ; => ; [ <oBtn> := ] <oMetro>:AddButton( <cPrompt>, <nClrText>, <nClrPane>, <.large.>, <cImgName>,<cToolTip>, ...
by MdaSolution
Sun Sep 25, 2011 12:51 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Windows 8 Metro style - A Class TMetro test
Replies: 64
Views: 27922

Re: Como puedo en una Toolbar...

jjl; voy a necesitar mas ayuda porque mirando el include de la toolbar tengo;   #xcommand DEFINE TBBUTTON ; [ OF <oToolBar> ] ; [ ACTION <uAction> ] ; [ TOOLTIP <cToolTip> ] ; [ PROMPT <cPrompt> ] ; [ WHEN <uWhen> ] ; [ MESSAGE <cMsg> ] ; => ; <oToolBar>:AddButton( ...
by MarioG
Mon Sep 05, 2011 2:02 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Como puedo en una Toolbar...
Replies: 7
Views: 1196

Re: btnbmp - alinhar imagem é possivel?

... <cBmpFile1> ; [,<cBmpFile2>[,<cBmpFile3>[,<cBmpFile4>] ] ] ] ; [ SIZE <nWidth>, <nHeight> ] ; [ ACTION <uAction,...> ] ; [ <of:OF, WINDOW, DIALOG> <oWnd> ] ; [ MESSAGE <cMsg> ] ; [ WHEN <uWhen> ] ; [ <adjust: ADJUST> ] ...
by FranciscoA
Fri Aug 19, 2011 10:31 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: btnbmp - alinhar imagem é possivel?
Replies: 2
Views: 549

Re: GET AND ENTER

Uwe,

Some years ago we had BTNGET from Manuel Mercado , but the last two (?) years the get class has also this possibilty; See Fivewin.ch , REDEFINE GET :

[ ACTION <uAction> ] ;

Frank
by Demont Brecht
Sun Jul 31, 2011 6:25 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: GET AND ENTER
Replies: 7
Views: 1079

Re: Timer Interval

Sorry, I just found the problem. In uAction routine is ReadComm(). So, I have to set timeout faster.
by Surasak
Tue Jul 26, 2011 10:41 am
 
Forum: FiveWin for Pocket PC
Topic: Timer Interval
Replies: 4
Views: 1066

Re: Timer Interval

Surasak,

Are you using the syntax ?

DEFINE TIMER [ <oTimer> ] ;
[ INTERVAL <nInterval> ] ;
[ ACTION <uAction,...> ] ;
[ <of: OF, WINDOW, DIALOG> <oWnd> ]
by Antonio Linares
Tue Jul 26, 2011 7:07 am
 
Forum: FiveWin for Pocket PC
Topic: Timer Interval
Replies: 4
Views: 1066

Re: Insert waterImage and other into Ttaskpanel class

... <cPrompt> ]; [ FONT <oFont> ] ; [ HEIGHT <nHeigth> ] ; [ LEFT <nLeft> ] ; [ BITMAP <cBitmap> ] ; [ ACTION <uAction> ] ; =>; <oPanel>:AddLink( <(cPrompt)>,; <nHeigth> ,; <nLeft> ,; [{|Self|<uAction>}],; [<cBitmap>],; ...
by Silvio
Sat Nov 20, 2010 11:24 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Insert waterImage and other into Ttaskpanel class
Replies: 2
Views: 904

Re: Problema con botones y metodos

mag071 cuando llamas a una accion desde un boton, delde el CH se le pasa como parametro Self [{|Self|<uAction>}], en este caso con la buttonbmp no sucede asi, por tl motivo no te genera ese error recuerda que el Self es "::" como haces ACTION ::SincroSorteos(cCodLot,oBrw4,oBtn3), ...
by Daniel Garcia-Gil
Fri Jun 25, 2010 3:16 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Problema con botones y metodos
Replies: 2
Views: 470

Re: oSefl vs. ::

Otto, When we use: ... BTNBMP ... ACTION ... ACTION ... gets preprocessed into: [{|Self|<uAction>}] But that "Self" will be provided to the codeblock as a parameter and it is not :: So when we do local oSelf := Self and then we use oSelf from the codeblock, ...
by Antonio Linares
Mon Apr 19, 2010 10:24 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: oSefl vs. ::
Replies: 1
Views: 328

Re: Ayuda para Crear librerias Tbntget y Tsbrowse con FWH 8.12

No se si te sirva, pero yo cambie el TBtnGet() por el TGet() estandar, utilizando las opciones: [ ACTION <uAction> ] ; [ BITMAP <cBmpName> ] ; funciona de maravilla. .. y respecto a TSBrowse(), nunca lo use; pero cambie de TWBrowse()/TCBrowse() a xBrowse().. no fue ...
by RSalazarU
Thu Oct 29, 2009 12:38 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Ayuda para Crear librerias Tbntget y Tsbrowse con FWH 8.12
Replies: 12
Views: 1524

Re: High contrast screen for non blind user - Antonio ?

... all, is there any C guru able to convert this VB6 call SystemParametersInfo Lib "user32" Alias "SystemParametersInfoA" (ByVal uAction As Long, ByVal uParam As Long, ByVal lpvParam As Any, ByVal fuWinIni As Long) As Long into xharbour code ? I need to know the SPI_GETHIGHCONTRAST ...
by Marco Turco
Tue Sep 22, 2009 4:17 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: High contrast screen for non blind user - Antonio ?
Replies: 9
Views: 2787

Re: High contrast screen for non blind user - Antonio ?

... VB 6 Code 'Declarations Private Declare Function SystemParametersInfo Lib "user32" Alias "SystemParametersInfoA" (ByVal uAction As Long, ByVal uParam As Long, ByVal lpvParam As Any, ByVal fuWinIni As Long) As Long Private Declare Function SystemParametersInfoByLong Lib ...
by anserkk
Thu Sep 17, 2009 10:33 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: High contrast screen for non blind user - Antonio ?
Replies: 9
Views: 2787

Re: New FTDN April/Abril 2009 (9.04)

... utilizar "@ T" para imprimir los valores datetime. * Mejora: TREES ( FWH lista de enlaces ): - Comando TREEITEM: - Clausula [ACTION <uAction>] no estaba funcionando. Se ha corregido. - Nueva clausula [CARGO <uCargo>] - Función _TreeItem(...) se ha cambiado para aceptar los ...
by Antonio Linares
Fri Apr 10, 2009 6:12 pm
 
Forum: WhatsNew / Novedades
Topic: New FTDN April/Abril 2009 (9.04)
Replies: 6
Views: 3701

New FTDN April/Abril 2009 (9.04)

... picture "@T" can be used to print datetime values. * Enhancement: TREES ( FWH LinkLists ): - Command TREEITEM: - Clause [ACTION <uAction>] was not working. Now it is fixed. - New Clause [CARGO <uCargo>] - Function _TreeItem(...) is changed to accept the above two parameters ...
by Antonio Linares
Fri Apr 10, 2009 1:20 pm
 
Forum: WhatsNew / Novedades
Topic: New FTDN April/Abril 2009 (9.04)
Replies: 6
Views: 3701

Re: To Antonio: ReadVar()

... 1. Please notice that since ... GET ... ACTION ... implementation, the preprocessor adds these two extra params: ... , [\{|self| <uAction> \}], <cBmpName>, <"uVar"> ) so we have added <"uVar"> after them. The same applies for supplied params ...
by Antonio Linares
Mon Jan 26, 2009 12:01 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: To Antonio: ReadVar()
Replies: 10
Views: 2538
PreviousNext

Return to advanced search