Search found 49 matches: prevents

Return to advanced search

Re: Minimize Dialog and Window too

Marco,

A solution to the problem is to add BORDER NONE to the DEFINE WINDOW line. This prevents resizing. You could also add the NOMAXIMIZE clause.

DEFINE WINDOW oWnd FROM 1000 , 1000 TO 1000 , 1000 nomaximize border none

Regards,
James
by James Bott
Mon Jan 24, 2011 7:09 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Minimize Dialog and Window too
Replies: 25
Views: 4243

Re: XBrowse Win7 Bar New Sample

... oWnd. Converting would requite a lot of hand recoding of every browse. oBrw:= TXBrows():New( oWnd ) oBrw:nRow:= 10 oBrw:nCol:= 10 ... This prevents someone like UKService from easily converting his code via search and replace. This also explains why you were saying that using OOP syntax ...
by James Bott
Thu Jan 06, 2011 1:48 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: XBrowse Win7 Bar New Sample
Replies: 61
Views: 13558

Re: skinbuttons and enter key

Antonio

linking the obj sent prevents the executable to load

no error message , nothing just does not load

using fwh 10.8 uestudio

Richard
by Richard Chidiak
Tue Sep 21, 2010 11:04 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: skinbuttons and enter key
Replies: 19
Views: 3962

Re: Mdichild frivolos

... Here is another solution to check whether an MDI Child window is already open or not. If already open then the focus is set to the window. This prevents opening multiple instances of the same window. ...MENUITEM "Account &Heads" ;  ACTION  if(!wndSetFocus("Account ...
by anserkk
Wed Aug 04, 2010 5:21 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Mdichild frivolos - SOLUCIONADO
Replies: 17
Views: 6903

Re: Paper size problems

... menu or setup screen then always print to the specified printer, then change back to whatever printer was current before the print task. This prevents the user from having to select the proper printer each time they have to print. I have posted routines for how to do this on this forum before. ...
by James Bott
Sat Apr 24, 2010 4:15 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Paper size problems
Replies: 9
Views: 2436

Re: UP, DOWN arrow keys pressed in xBrowse

Unfortunately the name of the original class is used inside various FWH sources and this prevents the full working inheritance. EMG I think this is not correct. XBrowse is intentionally coded to enable use of Inherited classes. If we use the the statement SET XBROWSE ...
by nageswaragunupudi
Tue Nov 10, 2009 10:51 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: UP, DOWN arrow keys pressed in xBrowse
Replies: 19
Views: 3542

Re: UP, DOWN arrow keys pressed in xBrowse

Unfortunately the name of the original class is used inside various FWH sources and this prevents the full working inheritance.

EMG
by Enrico Maria Giordano
Tue Nov 10, 2009 8:34 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: UP, DOWN arrow keys pressed in xBrowse
Replies: 19
Views: 3542

Re: no mouse wheeling with txborowse in fwh9.08

... it's used to be before. That kinetic mousewheeling should be an option and that xbrowse should default to the original mousewheel behavior. This prevents current code from being affected (unless you want it to). James
by James Bott
Thu Sep 24, 2009 3:13 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: no mouse wheeling with txborowse in fwh9.08
Replies: 13
Views: 2183

... and the thread that owns the window are attached to different input queues, the system posts the request to the thread that owns the window. This prevents the calling thread from blocking its execution while other threads process the request. SWP_DEFERERASE Prevents generation of the WM_SYNCPAINT ...
by Daniel Garcia-Gil
Wed Nov 26, 2008 2:23 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Dialogo o ventana siempre al frente!
Replies: 8
Views: 2304

Antonio - thanks for the assistance

F Y I - I can also get around this by setting oWnd:bValid to {|| .f.} while the Wnd bInit runs which prevents the user closing the Wnd - this also works ok

Peter
by peterk
Tue Oct 14, 2008 9:17 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: How does FiveW shut down xHb when you close the Mdi frameWND
Replies: 13
Views: 3155

... DATA lMoveCols AS LOGICAL // Choose between moving or exchanging columns (::moveColumn() or ::exchange()) DATA lNoExit AS LOGICAL INIT .F. // prevents edit exit with arrow keys DATA lNoGrayBar AS LOGICAL // don't show inactive cursor DATA lNoHScroll AS LOGICAL // disables horizontal scroll ...
by Natter
Mon Sep 08, 2008 11:34 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: bChange
Replies: 9
Views: 5471

... local cProcName := Padr(ProcName( 1 ),20) local nProcLine := 0 // ProcLine( 0 ) ... nProcline := 0 prevents the problem. Instead from using a ch file to change the defines from GET , BTNGET and CHECKBOx , we can also : FOR EACH el IN oDlgPainel:aControls ...
by Rochinha
Mon Jul 07, 2008 6:48 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: CODE: Help in controls, now, so easy.
Replies: 3
Views: 1011

Suggested addition to Errsysw.prg

... the error.log file exceeds 50 K in size. If over 50 K, then just the most recent 5k chars of info are retained, and the file builds again. This prevents losing important error info in a situation where different errors occur in quick succession before you have a chance to debug the first errors ...
by Roger Seiler
Sat Jun 28, 2008 3:48 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Suggested addition to Errsysw.prg
Replies: 12
Views: 2812

... GETs does. Linares, so is necessary to modify the xHarbour (Clipper) GET to get better results for cursor position into the Windows GET? This prevents a good typing data.
by JC
Tue May 06, 2008 11:14 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Cursor into get with Mask!?
Replies: 7
Views: 1350

... - thanks for your suggestion but whether or not we give our localization office an exe with a bound resource is not the issue. The bug in brc32 prevents them from binding their alternative resource files. They would have to use ilink32 and have our link file and obj's at the very least.
by PatrickWeisser
Mon Apr 09, 2007 7:50 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Binding A Resource File Without Relinking the exe
Replies: 8
Views: 1909
PreviousNext

Return to advanced search