Search found 16 matches: omainwnd

Return to advanced search

TITLETEXT Refresh() Arrays...(SOLVED)

... Endif t++ ; P6_AAAA->(DbSkip()) Enddo tX := 15 ; tY := 20 nX := 225 ; nY := 0 // Header @ 0,nY TITLE oBar_AA Size 480, 28 Of oMainWnd TRANSPARENT @ 10, nY TITLETEXT OF oBar_AA TEXT " Daily Analysis" // Making Box @ 30, nY TITLE oBar_AA Size 150, 430 of oMainWnd TRANSPARENT ...
by RiazKhan
Sat Jun 06, 2020 7:33 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: TITLETEXT Refresh() Arrays...(SOLVED)
Replies: 2
Views: 506

How To Refresh() TITLETEXT With Arrays...???

... Endif t++ ; P6_AAAA->(DbSkip()) Enddo tX := 15 ; tY := 20 nX := 225 ; nY := 0 // Header @ 0,nY TITLE oBar_AA Size 480, 28 Of oMainWnd TRANSPARENT oBar_AA:lRound := .T. @ 10, nY TITLETEXT OF oBar_AA TEXT " Daily Analysis" COLOR 16711680 FONT oDash_F // Making Box ...
by RiazKhan
Mon May 25, 2020 3:33 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: How To Refresh() TITLETEXT With Arrays...???
Replies: 2
Views: 682

Re: La nueva apariencia de EasyReport

... = {|nRow,nCol,nFlags| DeactivateItem(), ; StartSelection( nRow, nCol, aWnd[ nArea ] ), ; nAktArea := aWnd[ nArea ]:nArea,; DeactivateItem(), ; ::oMainWnd:SetFocus()} ---------------------------edito ----------------------------- aun mas : aWnd[ nArea ]:bLClicked = {|nRow,nCol,nFlags| aWnd[ nArea ...
by mastintin
Wed Oct 08, 2014 10:13 am
 
Forum: EasyReport, EasyDialog y EasyPreview
Topic: La nueva apariencia de EasyReport
Replies: 226
Views: 155035

Re: La rueda del ratón debe mover todo el reporte arriba y abajo

... lDown, lPageUp, lPageDown, lPos, nPosZugabe ) LOCAL i, aFirstWndCoors, nAltWert LOCAL nZugabe := 14 LOCAL nPageZugabe := 392 LOCAL aCliRect := oMainWnd:GetCliRect() DEFAULT lUp := .F. DEFAULT lDown := .F. DEFAULT lPageUp := .F. DEFAULT lPageDown := .F. DEFAULT lPos := .F. pausa(1) UnSelectAll() ...
by mastintin
Sun Aug 17, 2014 11:17 am
 
Forum: EasyReport, EasyDialog y EasyPreview
Topic: La rueda del ratón debe mover todo el reporte arriba y abajo
Replies: 27
Views: 14979

Re: Change Caption on Radio at Run Time?

Thanks for your help Karinha :)

I implemented it this way:

ACTIVATE DIALOG oDlg ON INIT (oObj[3]:aItems[1]:SetText("Rounds"), oObj[3]:aItems[1]:Refresh(), oDlg:Center(oMainWnd)) ;
VALID (oFont:End(), SysRefresh(), .T.)

David
by David Williams
Thu Jul 03, 2014 4:49 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Change Caption on Radio at Run Time?
Replies: 3
Views: 561

Re: BtnBmp on Main Window

Colin,

Maybe try:

oMainWnd:bGotFocus:= {|| oBtn:refresh() }

Regards,
James
by James Bott
Tue Dec 07, 2010 3:03 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: BtnBmp on Main Window
Replies: 13
Views: 3189

Re: color in Windows and Dialogs

Hello Dear, Please find PRF code for toolbar section DEFINE BUTTONBAR oBar 3D SIZE 40,40 OF oMainWnd DEFINE BUTTON RESNAME "T_EXIT" OF oBar NOBORDER ; TOOLTIP "Exit" ACTION (iRtrn:=Exit(.T.)) DEFINE BUTTON aBRts_Obj[++n] RESNAME "T_CHART" ...
by istkharsma
Mon Mar 30, 2009 4:03 pm
 
Forum: FiveWin for CA-Clipper
Topic: color in Windows and Dialogs
Replies: 3
Views: 2134

color in Windows and Dialogs

... MDI Window, but now I want to change my main MDI window including menu and toolbar and currently I am using command as follows: DEFINE WINDOW oMainWnd ; TITLE M_Name ; MDI ; COLOR RGB(224,224,128),RGB(64,32,0) ; MENU BuildMenu() ; ICON oIco but using this command, I am able the change the ...
by istkharsma
Mon Mar 30, 2009 2:00 pm
 
Forum: FiveWin for CA-Clipper
Topic: color in Windows and Dialogs
Replies: 3
Views: 2134

First FWPPC App - Help :-)

... the right direction. The code I am playing with is below (very rough … just testing a new device) Thanks Jeff #include "FWCE.ch" STATIC oMainWnd Function Main() Define window oMainWnd title "TEST NN9560" Activate window oMainWnd on init Connect() VALID QUITAPP() Return nil ...
by Jeff Barnes
Wed Jan 07, 2009 1:45 pm
 
Forum: FiveWin for Pocket PC
Topic: First FWPPC App - Help :-)
Replies: 31
Views: 5275

... i have to figure out another way.... oBtn1:Disable() Define GCLIENT oChatClient // define Client object DEFINE DIALOG oDlg RESOURCE "CONN" of oApp:oMainWnd REDEFINE GET oGet1 Var cVar1 ID 201 of oDlg COLOR CLR_BLACK, CLR_GETS REDEFINE GET oGet2 Var cVar2 ID 202 of oDlg COLOR CLR_BLACK, CLR_GETS ...
by norberto
Wed Sep 24, 2008 7:00 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: TCPIP Chat
Replies: 18
Views: 5366

Marco,

LargeFonts()


e per sapere tutti i dati del font per default:

oFont := oMainWnd:oFont


oFont:nInpHeight
oFont:nInpWidth
oFont:nWeight
..
..
by pymsoft
Tue Mar 11, 2008 5:03 pm
 
Forum: All products support
Topic: Large font
Replies: 4
Views: 852

Prueba de esta manera.

... Auxiliar de Facturacion" oToolBar5:AddSeparator() *------------------------------------------------------------------------------ Function MEst(oMainWnd ) LOCAL oMenu, nRow:=65, nCol:=Menos1, aPos := GetCursorPos() Local cClrDegrIni,cClrDegrFin Local cClrSelIni,cClrSelFin,cClrSelTxt,cClrSelBor ...
by Leonel
Thu Dec 27, 2007 4:30 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Problema con ToolBar y TbMenu
Replies: 6
Views: 1503

Button Bar

Hi Tim ACTIVATE DIALOG oDlg CENTERED ; ON INIT(AddBar(oData,oLbx,nNum,oStock)); VALID(WinOpen(oMainWnd,0),lExit) static function AddBar(oData,oLbx,nNum,oStock) local oBar,oBtn,oBtn1,oBtn2,oBtn3,cExitTip := '',cAddTip := '',cDelTip := '',cPrintTip := '',lRecs := FALSE if ...
by Colin Haig
Thu Dec 13, 2007 12:54 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Button bar on dialog ?
Replies: 6
Views: 1193

When I try to do: oPulseOX = TActiveX():New( oMainWnd, "{828B8942-5924-4BD3-963D-20786181A6A4}" ) I get an empty white box in the upper left corner and the windows error: EzSat.exe has encountered a problem and needs to close. We are sorry for ...
by Jeff Barnes
Thu Aug 09, 2007 10:49 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: ActiveX DLL Functions
Replies: 26
Views: 5465

... disable la opción de un popup que cuelga del botón de una toolbar, ya que al activar el menú, vuelve a activar los items. Código: Function MCCC(oMainWnd ) LOCAL oMenu, nRow:=63, nCol:=44, aPos := GetCursorPos() MENU oMenu POPUP ; MenuItem oMIt[1] Prompt "Cuenta Corriente Individual"; ACTION ...
by Leonel
Wed Jul 04, 2007 3:43 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: ¿Cómo puedo dejar disable un botón de una toolbar?
Replies: 3
Views: 1002
Next

Return to advanced search