Search found 3633 matches: action

Return to advanced search

Re: Fwh 23.10 TGet another problem (UNSOLVED)

... In my tests here, it always remains .F. In your case, it is .T. from the beginning? Or is it changing to .T. during execution? Instead of adding ACTION clause, if you run the test program without changes this status is shown by the SAY  @ 200, 40 SAY { || If( IsWindowUnicode( oGet:hWnd ...
by Horizon
Sun Feb 04, 2024 4:11 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Fwh 23.10 TGet another problem (UNSOLVED)
Replies: 132
Views: 54330

Re: Fwh 23.10 TGet another problem (UNSOLVED)

... In my tests here, it always remains .F. In your case, it is .T. from the beginning? Or is it changing to .T. during execution? Instead of adding ACTION clause, if you run the test program without changes this status is shown by the SAY  @ 200, 40 SAY { || If( IsWindowUnicode( ...
by nageswaragunupudi
Sun Feb 04, 2024 3:35 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Fwh 23.10 TGet another problem (UNSOLVED)
Replies: 132
Views: 54330

Re: CreateObject( "PDFCreator.PDFCreatorObj" Scale and Layout

... #include "fivewin.ch" FUNCTION MAIN LOCAL oPdfCreator LOCAL oDlg LOCAL oButton DEFINE DIALOG oDlg // @ 1 , 1 BUTTON oButton OF oDlg ACTION ( oPdfCreator := CreateObject( "PDFCreator.PDFCreatorObj" ) , MsgInfo( oPdfcreator ) ) @ 1 , 1 BUTTON oButton OF oDlg ACTION MsgInfo( ...
by MarcoBoschi
Mon Jan 29, 2024 2:08 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: CreateObject( "PDFCreator.PDFCreatorObj" Scale and Layout
Replies: 15
Views: 949

Re: RIBBONBAR cachar el nombre del ACTION ejecutado

Funciono perfecto!!
muchas gracias amigo Paquitohm

saludos
Joel Andujo
by Joel Andujo
Wed Jan 24, 2024 4:46 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: RIBBONBAR cachar el nombre del ACTION ejecutado
Replies: 3
Views: 193

Re: RIBBONBAR cachar el nombre del ACTION ejecutado

Buenos día, muy bien por ahí le buscamos.

gracias
Joel Andujo
by Joel Andujo
Wed Jan 24, 2024 4:41 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: RIBBONBAR cachar el nombre del ACTION ejecutado
Replies: 3
Views: 193

Re: RIBBONBAR cachar el nombre del ACTION ejecutado

Hola Temas asi los soluciono con el preprocesador. Haciendo un esbozo: #Translate  xmenuitem <c1> action                      <fAction>   message <cMessage> => ;             menuitem <c1> action  ( LogAction(<c1>),  <fAction>) ...
by paquitohm
Tue Jan 23, 2024 7:44 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: RIBBONBAR cachar el nombre del ACTION ejecutado
Replies: 3
Views: 193

RIBBONBAR cachar el nombre del ACTION ejecutado

Buenos días foro, una pregunta: Hay manera de tomar el nombre del ACTION que se ejecuta cuando damos click en la opción del menú ? Existe algún método, algún bchange donde se pueda tomar la opción antes de ejecutarse ? Ejemplo: menu oMnuDBIO Popup 2007 menuitem ...
by Joel Andujo
Tue Jan 23, 2024 4:50 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: RIBBONBAR cachar el nombre del ACTION ejecutado
Replies: 3
Views: 193

Re: Fine tune Phi2 from Microsoft with your own data

... the same as Brahman, and who can attain liberation, or moksha, by realizing this oneness. - Jiva: This is the individual soul, who is the agent of action, the experiencer of sensation, and the bearer of consciousness. The jiva is the essence of everything, and is the cause and the effect of everything. ...
by Antonio Linares
Mon Jan 15, 2024 7:55 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Fine tune Phi2 from Microsoft with your own data
Replies: 11
Views: 1252

Re: ButtonBmp TABSTOP

... oBtn[3]    DEFINE DIALOG oDlg RESOURCE "TEST"    REDEFINE BUTTONBMP oBtn[1] PROMPT "&One" ID 201 OF oDlg ACTION MsgInfo("One")    REDEFINE BUTTONBMP oBtn[2] PROMPT "&Two" ID 202 OF oDlg ACTION MsgInfo("Two ...
by wartiaga
Sun Jan 07, 2024 5:20 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: ButtonBmp TABSTOP
Replies: 18
Views: 2793

Re: ButtonBmp TABSTOP

wartiaga, explique em português o que você realmente quer fazer no segundo botão, você quer ligar/desligar depois de uma ação do programa(ACTION)? é isso? Qual a razão de ligar/desligar o TABSTOP de um botão? Sinceramente não entendi qual o objetivo disto! SDS, Regards, saludos. Oi Karinha ...
by wartiaga
Sat Jan 06, 2024 2:24 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: ButtonBmp TABSTOP
Replies: 18
Views: 2793

Re: ButtonBmp TABSTOP

wartiaga, explique em português o que você realmente quer fazer no segundo botão, você quer ligar/desligar depois de uma ação do programa(ACTION)? é isso? Qual a razão de ligar/desligar o TABSTOP de um botão? Sinceramente não entendi qual o objetivo disto!

SDS,

Regards, saludos.
by karinha
Sat Jan 06, 2024 2:04 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: ButtonBmp TABSTOP
Replies: 18
Views: 2793

Re: ButtonBmp TABSTOP

... DEFINE DIALOG oDlg FROM 0,0 TO 300,500 PIXEL TRUEPIXEL     @ 30, 30 BUTTONBMP oBtn[1] PROMPT "&One" OF oDlg PIXEL SIZE 50,30 ACTION MsgInfo("One")    @ 30, 90 BUTTONBMP oBtn[2] PROMPT "&Two" OF oDlg PIXEL SIZE 50,30 ACTION MsgInfo("Two ...
by wartiaga
Fri Jan 05, 2024 11:39 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: ButtonBmp TABSTOP
Replies: 18
Views: 2793

Re: Using Microsoft AI Phi-2 from FWH

... .T.        VSCROLLBAR .T.    END EDITBOX    DEFINE BUTTON oBtn        ROW    10        COL    620        WIDTH  80        HEIGHT 28        ACTION DoAction()        CAPTION "Start"        FONTNAME "Arial"        FONTSIZE 12        TOOLTIP ""        FLAT ...
by Jimmy
Thu Dec 21, 2023 12:11 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Using Microsoft AI Phi-2 from FWH
Replies: 51
Views: 8333

Re: FolderEx Behaviour Doubt

... REDEFINE GET oGet3300 VAR oArqCto:CALCATE ID 127 Bitmap "FINDP"; of Folder1:aDialogs[2] Picture "@!" Color Frente,Fundo update action Mostraate1() Frente e Fundo já é uma variável setada com as respectivas cores, o estranho é que funciona em todos os campos somente o primeiro ...
by wartiaga
Wed Dec 13, 2023 11:20 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FolderEx Behaviour Doubt
Replies: 4
Views: 389

Re: copy a row of xbrowse

MENUITEM "Copy" WHEN acopy=NIL .and. oBrw:IsSelectedRow(); // only when is seletected ACTION ( IIF(Len(oBrw:aselected) >1,aClone:=Giverows(oBrw),; aCopy := aclone(oBrw:aRow)),; oBrw:SetFocus() ) Function Giverows(oBrw) local n,atmp:={},nAt For n= 1 to Len( ...
by Silvio.Falconi
Wed Dec 06, 2023 12:04 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: copy a row of xbrowse
Replies: 36
Views: 5807
PreviousNext

Return to advanced search