Search found 37 matches: stopuntil

Return to advanced search

Re: problem with report to excel

... 0 ) Called from: .\source\classes\WINDOW.PRG => _FWH( 0 ) Called from: => SYSREFRESH( 0 ) Called from: .\source\function\MSGRUN.PRG => STOPUNTIL( 0 ) Called from: .\source\classes\RPREVIEW.PRG => TPREVIEW:ACTIVATE( 0 ) Called from: .\source\classes\RPREVIEW.PRG => RPREVIEW( 0 ...
by bart
Mon Sep 04, 2023 11:35 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: problem with report to excel
Replies: 18
Views: 3399

Error xbrowse --> excel

... ) Called from: .\source\classes\WINDOW.PRG => _FWH( 3559 ) Called from: => SYSREFRESH( 0 ) Called from: .\source\function\MSGRUN.PRG => STOPUNTIL( 71 ) Called from: \servizio\prog\StdGes.prg => STDGES:ACTIVATE( 1899 ) Called from: prog\GesSmg.prg => GESSMG( 185 ) Called from: prog\Main.prg ...
by mauri.menabue
Fri Oct 02, 2020 3:31 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Error xbrowse --> excel
Replies: 2
Views: 546

ERROR EN PREVIEW DE FWH 18.03

... desde: .\source\classes\WINDOW.PRG => _FWH( 3388 ) Llamado desde: => SYSREFRESH( 0 ) Llamado desde: .\source\function\MSGRUN.PRG => STOPUNTIL( 60 ) Llamado desde: .\rpreview.prg => TPREVIEW:ACTIVATE( 162 ) Llamado desde: .\rpreview.prg => RPREVIEW( 1855 ) Llamado desde: .\source\classes\PRINTER.PRG ...
by rterraz
Mon May 04, 2020 11:03 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: ERROR EN PREVIEW DE FWH 18.03
Replies: 0
Views: 292

Re: Preview Window size

... ), ::oImageListPages:End(),),; ::oWnd := nil ,; ::oDevice:oPreview := nil ,; ::lExit := .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: 857

Re: Showing SVG-files with links

Antonio,

I have found a solution with the StopUntil() function.
Now I'm waiting until someone click a node. Then the window is closed, and I know the sURL variable
by Marc Vanzegbroeck
Wed Nov 11, 2015 11:51 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Showing SVG-files with links
Replies: 17
Views: 2012

Re: fwh 14.2 print preview issue with win xp

... ) Called from: .\source\classes\WINDOW.PRG => _FWH( 3236 ) Called from: => SYSREFRESH( 0 ) Called from: .\source\function\MSGRUN.PRG => STOPUNTIL( 60 ) Called from: .\source\classes\RPREVIEW.PRG => TPREVIEW:ACTIVATE( 155 ) Called from: .\source\classes\RPREVIEW.PRG => RPREVIEW( ...
by davor0501
Fri Apr 25, 2014 10:15 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: fwh 14.2 print preview issue with win xp
Replies: 18
Views: 4993

problem with report to excel

... ) Called from: .\source\classes\WINDOW.PRG => _FWH( 3234 ) Called from: => SYSREFRESH( 0 ) Called from: .\source\function\MSGRUN.PRG => STOPUNTIL( 60 ) Called from: .\source\classes\RPREVIEW.PRG => TPREVIEW:ACTIVATE( 143 ) Called from: .\source\classes\RPREVIEW.PRG => RPREVIEW( ...
by Patrick Chalvet
Tue Oct 15, 2013 5:18 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: problem with report to excel
Replies: 18
Views: 3399

Re: Again about scripting ... HB_CompileBuf

... I have proved to be serious and professional Excuse me , Antonio . I don't have that in mind . Simply I was collided that other solutions , like StopUntil in this situation , are working in other manier - loops and etc and it was eating mem . But that in earliers clipper + vb times . Excuse me ...
by Rimantas
Wed Mar 13, 2013 4:49 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Again about scripting ... HB_CompileBuf
Replies: 28
Views: 4943

Re: Again about scripting ... HB_CompileBuf

the window remains opened because it belongs to the operating system, not to the PRG :-) Try this: local lExit := .F. ... ACTIVATE WINDOW oWnd StopUntil( { || lExit } ) From the window, change lExit to .T. to finally exit. Wwoooowwww ! And that is working ! :D Very fine ! So all power of script ...
by Rimantas
Wed Mar 13, 2013 4:18 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Again about scripting ... HB_CompileBuf
Replies: 28
Views: 4943

Re: Again about scripting ... HB_CompileBuf

the window remains opened because it belongs to the operating system, not to the PRG :-)

Try this:

local lExit := .F.

...

ACTIVATE WINDOW oWnd

StopUntil( { || lExit } )

From the window, change lExit to .T. to finally exit.
by Antonio Linares
Wed Mar 13, 2013 3:18 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Again about scripting ... HB_CompileBuf
Replies: 28
Views: 4943

Re: MODAL WINDOW

John,

The risk of calling SysRefresh() (StopUntil() uses it) is that it could process an unwanted event.

So an alternative solution to simulate a modal window is to disable the other windows where we don't want the focus to go to:

oWndOther:Disable()

...

oWndOther:Enable()
by Antonio Linares
Fri Dec 02, 2011 9:33 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: MODAL WINDOW
Replies: 7
Views: 1112

Re: MODAL WINDOW

Thanks.

I didn´t know about StopUntil()
by ukservice
Fri Dec 02, 2011 4:34 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: MODAL WINDOW
Replies: 7
Views: 1112

msgrun - possível FIX?!

... cCaption, cTitle, { || WaitSeconds( nSeconds ) } ) //----------------------------------------------------------------------------// Function StopUntil( bBlock ) DO WHILE !Eval( bBlock ) WaitMessage() SysRefresh() ENDDO Return NIL
by MGA
Thu Sep 08, 2011 2:06 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: msgrun - possível FIX?!
Replies: 0
Views: 496

Ribbon Bar preview

... Called from: .\source\classes\WINDOW.PRG => _FWH(3397) Called from: => SYSREFRESH(0) Called from: C:\Dev\OptoWin\MYL_100.PRG => STOPUNTIL(4438) Called from: C:\Dev\OptoWin\RPREVIEW.PRG => TPREVIEW:ACTIVATE(264) Called from: C:\Dev\OptoWin\RPREVIEW.PRG => RPREVIEW(1628) ...
by chicko.mafetty
Tue May 31, 2011 7:10 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Ribbon Bar preview
Replies: 0
Views: 325

Re: rPreview does not close when app closes

Reinaldo

Try this way

open /source/function/msgrun.prg

change in function StopUntil()

Code: Select all  Expand view
DO WHILE !Eval( bBlock ) .and. WndMain() != NIL .and. IsWindow( WndMain():hWnd )
by Daniel Garcia-Gil
Fri Feb 11, 2011 12:48 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: rPreview does not close when app closes
Replies: 15
Views: 4819
Next

Return to advanced search