Search found 60 matches: getwnddefault

Return to advanced search

Error - crash open Pdf file

... why ? for now I resolve with oBrowse:bRClicked := {|nRow,nCol| ShellExecute( IfNil( oDlg:hWnd, GetWndDefault() ), "open",cFolderFiles+oBrowse:aArrayData[oBrowse:narrayat][2])} But I wish open the pdf in a dialog
by Silvio.Falconi
Sat Mar 23, 2019 10:47 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Error - crash open Pdf file
Replies: 0
Views: 654

Re: FWH64

Antonio, I have slill a problem. I have changed the MAK-file to #Microsoft Visual-Studio Community 2015, (c) FiveTech Software 2016HBDIR=C:\_vmsdata\FWH64\harbour64FWDIR=C:\_vmsdata\FWH64\fwh64VCDIR="c:\Program Files (x86)\Microsoft Visual Studio 14.0\VC"SDKDIR="c:\Program Fil...
by Marc Vanzegbroeck
Tue Mar 22, 2016 7:08 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH64
Replies: 110
Views: 25125

Re: Buscando clase tdsay.ch y prg

Estoy teniendo problemas al enlazar la clase. xHarbour Compiler build 1.2.1 (SimpLex) (Rev. 9445) Copyright 1999-2012, http://www.xharbour.org http://www.harbour-project.org/ Compiling 'D:\DSAY\SAMPLES\main.prg'... Lines 39, Functions/Procedures 1 Generating C source output to 'D:\DSAY\OBJ\main.hrb'...
by jose_murugosa
Thu Mar 05, 2015 10:40 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Buscando clase tdsay.ch y prg
Replies: 6
Views: 1441

Re: Atascado con TTreeview

... en el código del método redefine? METHOD ReDefine( nId, oWnd, nClrFore, nClrBack, lDesign, cMsg, bChange ) CLASS TTreeView    DEFAULT oWnd     := GetWndDefault(),;            nClrFore := oWnd:nClrText,;            nClrBack := oWnd:nClrPane,; // GetSysColor( COLOR_WINDOW ),;            lDesign ...
by jmartial
Sat Sep 20, 2014 6:50 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Atascado con TTreeview
Replies: 12
Views: 1278

Re: "Snap" for Clipper

...  4088 GETWINDOWTEXT()        (function  in ?)    WINDOW.PRG      626  1443 GETWNDAPP()            (function  in ?)    WINDOW.PRG     2610  3798 GETWNDDEFAULT()        (function  in WINDOW.PRG)    WINDOW.PRG     3224! 3425  3426 GETWNDRECT()           (function  in ?)    WINDOW.PRG     1707 GLOBALFREE() ...
by Antonio Linares
Sat Oct 26, 2013 9:44 am
 
Forum: Off Topic / Otros temas
Topic: "Snap" for Clipper
Replies: 7
Views: 6698

Re: ayuda con tactivex

... para monitore y solo llega al pasa 2 te anexo el codigo. METHOD New( oWnd, cProgID, nRow, nCol, nWidth, nHeight ) CLASS TActiveX DEFAULT oWnd := GetWndDefault(), nRow := 0, nCol := 0, nWidth := 200,; nHeight := 200 ::nTop = nRow ::nLeft = nCol ::nBottom = nRow + nHeight ::nRight = nCol + nWidth ...
by GuillermoMtz
Thu Aug 29, 2013 10:27 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: ayuda con tactivex
Replies: 4
Views: 1058

Re: GetWndDefault() bug?

Antonio,

Antonio Linares wrote:Enrico,

function SetWndDefault() does not keep a stack, so we have to manage it ourselves:


Thank you. I already know that way. Ok, that's fine, no problem my friend. :-)

EMG
by Enrico Maria Giordano
Sat Aug 24, 2013 9:10 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: GetWndDefault() bug?
Replies: 2
Views: 446

Re: GetWndDefault() bug?

...            CENTER    RETURN NILSTATIC FUNCTION TEST()    LOCAL oDlg, oDefault := GetWndDefault()    ? GETWNDDEFAULT():cCaption    DEFINE DIALOG oDlg TITLE "Two"    ? GETWNDDEFAULT():cCaption  ...
by Antonio Linares
Sat Aug 24, 2013 9:03 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: GetWndDefault() bug?
Replies: 2
Views: 446

GetWndDefault() bug?

...            CENTER    RETURN NILSTATIC FUNCTION TEST()    LOCAL oDlg    ? GETWNDDEFAULT():ClassName    DEFINE DIALOG oDlg    @ 1, 1 BUTTON "Close";           ACTION ...
by Enrico Maria Giordano
Sat Aug 24, 2013 8:44 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: GetWndDefault() bug?
Replies: 2
Views: 446

Re: FiveDBU para 32/64 bits

Adhemar, FiveWin llama a la función GetWndDefault() cuando no se le proporciona la claúsula OF ..., asi que no hay problema de omitirlo :-) oBrw:lWillShowABtn hace que las filas de un browse no se muevan de izquierda a derecha y viceversa cuando ...
by Antonio Linares
Mon Jun 04, 2012 6:59 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: FiveDBU para 32/64 bits
Replies: 98
Views: 43747

New FTDN April/Abril 2012 (FWH 12.04)

... on a column footer. Now it is ok: http://forums.fivetechsupport.com/viewtopic.php?p=128842#p128842 * Fix: function XBrowseNew() was not calling GetWndDefault() by default. Now it is ok. * Fix: Print Preview zoom factor combobox was not issuing a zoom. Now it is ok. * Fix: TXBrowse: Methods ToExcel() ...
by Antonio Linares
Sun Apr 29, 2012 3:41 pm
 
Forum: WhatsNew / Novedades
Topic: New FTDN April/Abril 2012 (FWH 12.04)
Replies: 0
Views: 1408

Re: FWH 11.11 Errors - FWH / Harbour 3.0 / MSVC

... New this way: METHOD New( oWnd, nBtnWidth, nBtnHeight, l3D, cMode, oCursor, l2007, l2010 ) CLASS TBar   local oRect   DEFAULT oWnd := GetWndDefault(), nBtnWidth := BAR_HEIGHT,;           nBtnHeight := BAR_HEIGHT, l3D := .f., cMode := "TOP", l2007 := .F.,;          ...
by Antonio Linares
Tue Dec 06, 2011 9:09 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH 11.11 Errors - FWH / Harbour 3.0 / MSVC
Replies: 16
Views: 10208

Re: FWH 11.06 link error

Antonio, and now there are a lot of Unresolved external symbol: xLINK: error: Unresolved external symbol '_HB_FUN_WNDMAIN referenced from (my_application.obj)'. xLINK: error: Unresolved external symbol '_HB_FUN_TXBROWSE referenced from (my_txbrowse.obj)'. xLINK: error: Unresolved external symbol '_H...
by frose
Sun Jul 03, 2011 8:58 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH 11.06 link error
Replies: 13
Views: 1855

Re: Como se crea una CLASE para dibujar líneas.

... "VLINE", "WBOX", "WBOX", "GBOX", "GBOX", "BBOX", "BBOX" } Default oWnd := GetWndDefault(), ; nClrLite := GetSysColor( COLOR_BTNHIGHLIGHT ), ; nClrDark := GetSysColor( COLOR_BTNSHADOW ), ; nClrText := GetSysColor( COLOR_BTNTEXT ...
by QAZWSX2K
Tue May 25, 2010 7:16 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Como se crea una CLASE para dibujar líneas.
Replies: 8
Views: 1761

Re: Juan Planelles Lazaga

... cFileBmp ) MsgAlert( 'Archivo: ' + cFileBmp + CRLF + ; 'NO Encontrado ..!', 'Atención !' ) // Ferase( cFileNm ) lBmps := .f. endif DEFAULT oWn := GetWndDefault() DEFAULT cBase := '' DEFAULT lVacio:= .f. //DEFAULT cMemb := 'X' membr0 := {} membr1 := {} membr2 := {} //oWnd := oWn //oWn := Nil oPrn ...
by Juan Planelles
Tue Dec 29, 2009 10:39 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Juan Planelles Lazaga
Replies: 9
Views: 6739
Next

Return to advanced search