Search found 9 matches: iswindow

Return to advanced search

Re: Preview Window size

... := .T. ) if ::oDevice:lPrvModal if ::oWndMain == nil StopUntil( { || ::lExit } ) else hWndMain := WndMain():hWnd StopUntil( { || ::lExit .or. !IsWindow( hWndMain ) } ) endif endif return nil
by Silvio.Falconi
Tue Oct 15, 2019 7:09 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Preview Window size
Replies: 6
Views: 831

Re: Ayuda DLL

Antonio, aquí la segunda parte: Error: Unresolved external '_HB_FUN_DRAWTHEMED' referenced from P:\32BITS\FWH\LIB\FIVEHX.LIB|DIALOG Error: Unresolved external '_HB_FUN_GETDLGBASEUNITS' referenced from P:\32BITS\FWH\LIB\FIVEHX.LIB|DIALOG Error: Unresolved external '_HB_FUN_CDLG2CHR' referenced from P...
by ricardog
Thu Aug 31, 2017 2:56 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Ayuda DLL
Replies: 24
Views: 6348

Re: multiple defintions, forst defined here

I changed the folder I was using to start hbmk2 to where the source code sits, and now am getting undefined instead of duplicates This is due, I guess, to not pulling in the correct library(ies). I added trace to see what was going on (thanks for that tip). Does this and the console listing below he...
by lmheimendinger
Mon Dec 05, 2016 11:37 pm
 
Forum: FiveWin for CA-Clipper
Topic: multiple defintions, forst defined here
Replies: 15
Views: 20368

Gracias Antonio, he puesto este codigo dentro del metodo close de la clase tdialog: if ValType( ::bClose ) == "B" if ! IsWindow(::hWnd ) Eval( ::bClose, Self ) Endif Endif He creado una data nueva bClose y desde mi prg puede hacer lo siguiente : oDlg:bClose:={||cualquiercosa()} Esta ...
by Frafive
Wed Nov 07, 2007 11:24 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Dialog No Modal
Replies: 4
Views: 773

Gabriel,

IsWindow( oDlg:hWnd ) devolverá .F. cuando el handle ya no sea válido.

Igual puedes comprobarlo desde un timer, desde una opción del menú, desde un WHEN, etc.
by Antonio Linares
Wed Nov 07, 2007 8:29 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Dialog No Modal
Replies: 4
Views: 773

Aoki,

MsgInfo( IsWindow( oWnd:hWnd ) )
by Antonio Linares
Thu Aug 23, 2007 1:04 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Como saber se uma WINDOW MDI já esta aberta?
Replies: 2
Views: 601

Re: Closing Windows neatly

... ) 1. I want to prevent the user from opening the same table more than once, so I need to check before opening, if the window is defined - ISWINDOW() doesn't seem to be working - is it me? Is that correct way? Hi, I use tis code to check if window with the same title is already opened: ...
by Taavi
Fri Jan 05, 2007 1:25 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Closing Windows neatly
Replies: 6
Views: 1573

Closing Windows neatly

... ) 1. I want to prevent the user from opening the same table more than once, so I need to check before opening, if the window is defined - ISWINDOW() doesn't seem to be working - is it me? Is that correct way? 2.I've also tried checking if the table is already open - if it is, the user ...
by Ollie
Fri Jan 05, 2007 9:36 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Closing Windows neatly
Replies: 6
Views: 1573

... is destroyed when // the source manager is unloaded. // If hwnd is an invalid window handle (other than NULL) // an error box is displayed. { if (!IsWindow(hwnd)) { if (hwnd != NULL) { TWAIN_ErrorBox("EZTWAIN: window handle is invalid"); hwnd = NULL; } if (!hwndProxy) { hwndProxy = CreateProxyWindow(); ...
by areang
Mon Aug 07, 2006 3:33 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Please teach me about FWH and xHarbour
Replies: 3
Views: 4249

Return to advanced search