Search found 14 matches: lwrunning

Return to advanced search

Re: Ayuda DLL

Antonio buenos dias, gracias por la ayuda Agrego la VM.LIB (xharbour), y me manda estos errorres :( :( Proyecto: Kept5, Entorno: BorlandDLL: [1]:Harbour.Exe Source\Tseguro.prg /m /n /es2 /ki /iP:\32bits\xharbour\include;P:\32bits\FWH\INCLUDE /i /oObj\Tseguro.c xHarbour Compiler build 1.2.1 (SimpLex)...
by ricardog
Thu Aug 31, 2017 2:56 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Ayuda DLL
Replies: 24
Views: 6329

Re: What is lWRunning?

I saw it but I didn't understand...
by emotta_no
Thu Mar 13, 2014 1:28 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: What is lWRunning?
Replies: 3
Views: 659

Re: What is lWRunning?

emotta_no,

There is a sample WINPOP4.prg
Maybe it gives You the infos You need.

hActiveWnd = If( ::oWnd != nil, ::oWnd:hWnd,;
If( nDlgCount > 1 .or. lWRunning(),;
GetActiveWindow(), GetWndApp() ) )


Best regards
Uwe :?:
by ukoenig
Thu Mar 13, 2014 12:44 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: What is lWRunning?
Replies: 3
Views: 659

What is lWRunning?

What's lWRunning?

What does the "lWRunning" function?
by emotta_no
Thu Mar 13, 2014 11:51 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: What is lWRunning?
Replies: 3
Views: 659

Re: problem with FWH 2013.09 and xHarbour.com

Antonio, when I use xharbour january 2013 and FWH1309 and compile a simple test (achoice): #include "FiveWin.ch"//----------------------------------------------------------------//function Main()   SET _3DLOOK ON   MsgInfo( MsgSelect( { "one&qu...
by codemaker
Sat Nov 16, 2013 9:01 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: problem with FWH 2013.09 and xHarbour.com
Replies: 4
Views: 1795

problem with FWH 2013.09 and xHarbour.com

when I compile simpe progam using FWH 2013.09 and xHarbour.com #include 'fivewin.ch' proc main alert('Test 2013.09') return a got error Type: C >>>xhb.exe -o"t.c" -m -n -q -gc0 -I"S:\include" -I"R:\include" -I"R:\include\w32" "t.prg"<<...
by kajot
Sat Nov 09, 2013 3:12 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: problem with FWH 2013.09 and xHarbour.com
Replies: 4
Views: 1795

Build fails with 13.09 and xHarbour(.com )

I have the latest FWH build, re-downloaded this morning, which is 13.09 ( 2nd Build ). My primary project code builds perfectly usining FWH 13.08 and xHarbour ( .com ) from Summer 2010. Using FWH 13.09, with the EXACT SAME LINK SCRIPT AND CODEBASE ... yields the following errors unresolved externals...
by TimStone
Thu Nov 07, 2013 5:52 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Build fails with 13.09 and xHarbour(.com )
Replies: 9
Views: 1704

Problem with FWH 13.09

Antonio, I installed FWH 13.09 but after rebuilding my application, I got a whole list of externals which weren't found : _HB_FUN_RESALLFREE _HB_FUN_SYSREFRESH _HB_FUN_LASTKEY _HB_FUN_LWRUNNING _HB_FUN_READBITMAP _HB_FUN_GETWNDAPP _HB_FUN_DIALOGBOX _HB_FUN_WINRUN .... (a lot more) Any idea what is w...
by driessen
Thu Oct 31, 2013 4:34 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problem with FWH 13.09
Replies: 13
Views: 2529

Re: "Snap" for Clipper

...  1330 LVSCROLL                WINDOW.PRG      485  1114  1119  1134  1195 LWHEN()                (function  in ?)    WINDOW.PRG      700  3377 LWRUNNING()            (function  in ?)    WINDOW.PRG     1332  1343 M                      WINDOW.PRG     2062 MAXIMIZE()             (function  in ...
by Antonio Linares
Sat Oct 26, 2013 9:44 am
 
Forum: Off Topic / Otros temas
Topic: "Snap" for Clipper
Replies: 7
Views: 6697

Re: Se necesita ayuda en el wiki !

... Loadlib32() LoadLibrary() LoadMenu() LoadResource() LoadString() LoadValue() LocalShrink() LogEvent() LogStatics() lOpen() LPToDP() lRMDir() lWRunning() lXor() LZCopyFile() MakeWin() MapDialogRect() MCIGetErrorString() MCISendCommand() MCISendString() MdiCtrlAdjust() MDIRecEdit() MeasureItem() ...
by Cgallegoa
Sun Feb 21, 2010 10:35 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Se necesita ayuda en el wiki !
Replies: 12
Views: 5501

Re: FWH/xHarbour Menus

... assigned for a dialog // "U" if empty ::nLastKey = 0 ++nDlgCount hActiveWnd = If( ::oWnd != nil, ::oWnd:hWnd,; If( nDlgCount > 1 .or. lWRunning(),; GetActiveWindow(), GetWndApp() ) ) ::lCentered = lCentered ::lModal = lModal ::bLClicked = bLClicked ::bRClicked = bRClicked ::bWhen = ...
by E. Bartzokas
Mon May 25, 2009 3:34 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH/xHarbour Menus
Replies: 20
Views: 7757

... 'destroy' does call PostQuitMessage(0), however I end up with the xHb app code running in task manager with the Frame Wnd closed. If I check lWRunning() at that point it returns .f. so the FW event loop is not running but the xHb code is still running and never returns to after the Frame ...
by peterk
Tue Oct 14, 2008 7:54 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: How does FiveW shut down xHb when you close the Mdi frameWND
Replies: 13
Views: 3151

... OF oDlg TO oFont ACTIVATE DIALOG oDlg CENTERED ; ON PAINT DrawBitmap( hDC, hLogo, 6, 6 ) DeleteObject( hLogo ) oFont:End() If lRet == Nil .Or. ( !LWRunning() .And. lRet ) DBCLOSEALL() SET RESOURCES TO ErrorLevel( 1 ) /* Rossine, Please add these lines in source\function\errsysw.prg: Código: */ ...
by karinha
Mon Jan 22, 2007 9:31 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: To Antonio - GPF com MDICHILD + DIALOG
Replies: 5
Views: 1718

Return to advanced search