Search found 51 matches: inactive

Return to advanced search

Re: Inactive xBrowse on Main Windows

Dear All, Thanks for all help&idea, It is true as Rao said but Manuel idea is work well for my solution. Because this screen is work for viewing the interface record. http://img20.imageshack.us/img20/7595/smsrrx.th.jpg Hello Dutch: I create Main Windows and xBrowse. The probl...
by dutch
Sat Aug 01, 2009 5:36 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Inactive xBrowse on Main Windows
Replies: 7
Views: 1682

Re: Inactive xBrowse on Main Windows

Mr Mercado's suggestion works.
But even this has a few side effects in that the MDI childs do not get painted properly at times and when maximized we cant see the close, resize and minimize buttons, etc.
Basically we should keep in mind that we are trying to do something not intended.
by nageswaragunupudi
Fri Jul 31, 2009 11:12 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Inactive xBrowse on Main Windows
Replies: 7
Views: 1682

Re: Inactive xBrowse on Main Windows

Hello Dutch:

dutch wrote:I create Main Windows and xBrowse. The problem is xBrowse on Main Windows is not active. It cannot click, scroll and any action but refresh() is still working.


Try by creating the control over oWnd:oWndClient ( not over "oWnd").

Best regards.

Manuel Mercado.
by mmercado
Fri Jul 31, 2009 8:05 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Inactive xBrowse on Main Windows
Replies: 7
Views: 1682

Re: Inactive xBrowse on Main Windows

>Child windows get created behind the dialog. I believe this is a limitation of MDI. Personally, I do not like MDI. Consider a SDI design with splitter on a main window and put the main browse on one side and the others on the other side. This way the user doesn't have to move windows around. James
by James Bott
Fri Jul 31, 2009 7:08 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Inactive xBrowse on Main Windows
Replies: 7
Views: 1682

Re: Inactive xBrowse on Main Windows

Mr Uwe

Thanks for the lead.
But this solution has problem. Child windows get created behind the dialog.
We need the xbrowse on the frame like the background, but functional
by nageswaragunupudi
Fri Jul 31, 2009 4:33 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Inactive xBrowse on Main Windows
Replies: 7
Views: 1682

Re: Inactive xBrowse on Main Windows

I agree with Rao, it works only with a little help from a Dialog : http://www.pflegeplus.com/pictures/embedd1.jpg I wanted to calculate the Browse-Width and Hight with using oDlg0:nHeight and oDlg0:nWidth, but it didn't work and I had to find out the Bottom (-133) - and Right-Border ...
by ukoenig
Fri Jul 31, 2009 1:40 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Inactive xBrowse on Main Windows
Replies: 7
Views: 1682

Re: Inactive xBrowse on Main Windows

Main Windows and xBrowse

Do you mean XBrowse on MDI Main window ?
To my knowledge no controls work on MDI main window.
If there is a way I am also very much interested to know.
by nageswaragunupudi
Fri Jul 31, 2009 12:16 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Inactive xBrowse on Main Windows
Replies: 7
Views: 1682

Inactive xBrowse on Main Windows

Dear All, I create Main Windows and xBrowse. The problem is xBrowse on Main Windows is not active. It cannot click, scroll and any action but refresh() is still working. Why I put xBrowse to main windows, because it is interface program. It is waiting for the record and automatic action some routine...
by dutch
Fri Jul 31, 2009 11:57 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Inactive xBrowse on Main Windows
Replies: 7
Views: 1682

Re: Hiding an MDI main menu from a NOWAIT dialog

... Menu is still active ( which it should be ) .. however, the _Rptmenu() is an MDIChild and I use BuildMenu3() to blank out the MDI menu to imake it inactive. What I would like to do is disable the MDI oMenu line in the start of _Utilmenu() and then I can restore it on the way out. Here is the code ...
by Rick Lipkin
Thu May 21, 2009 1:16 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Hiding an MDI main menu from a NOWAIT dialog
Replies: 5
Views: 1624

Con todo gusto Manuel y disculpa la tardanza. Estuve varios días sin utilizar la red. Con DrawFrameControl() puedes dibujar todos estos "objetos" de windows: #define DFC_CAPTION 1 #define DFC_MENU 2 #define DFC_SCROLL 3 #define DFC_BUTTON 4 *#if(WINVER >= 0x0500) #define DFC_POPUPMENU 5 *#endif /...
by César E. Lozada
Sun Dec 21, 2008 3:54 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Pasar array a una función C
Replies: 10
Views: 1806

Can we detect how long the aplication is inactive ?

Each key stroke or mouse activity should reset the timer to zero ?

Frank
by demont frank
Fri Nov 28, 2008 10:32 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Automatic close fwh aplication
Replies: 2
Views: 560

... (::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 bar DATA lNoLiteBar AS LOGICAL // no cursor DATA lNoMoveCols AS LOGICAL INIT ...
by Natter
Mon Sep 08, 2008 11:34 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: bChange
Replies: 9
Views: 5470

ADO

... them to nothing. While in ADO.2 setting the connObj to nothing removes the connection from the pool, in ADO 2.1, the connection only becomes inactive and waits in the pool until, or if, it is needed. The final bit of code for this is: rsObj.Close Set rsObj = Nothing connObj.Close -------------------------------------------------------------------------------- ...
by Antonio Linares
Wed Aug 27, 2008 7:29 am
 
Forum: Utilities / Utilidades
Topic: Boris Pekic - NG's archive
Replies: 27
Views: 65602

Old problem - slow XP clipper + AdsDosIP problem/solution

... still being used by our clients In summary the reason for the Clipper application runs very slowly is because XP incorrectly thinks the app is inactive and then reduces its cpu cycles. XP thinks it is inactive because all the DBF activity is replaced with communications between the Clipper ...
by peterk
Thu Jul 03, 2008 4:38 pm
 
Forum: FiveWin for CA-Clipper
Topic: Old problem - slow XP clipper + AdsDosIP problem/solution
Replies: 2
Views: 1494

... cells at editing time. f).- Text and background in columns that controls the index. g).- Text and background in focused cells when the browse is inactive. h).- Grid lines. The manage of colors goes up to cell level (not only lines or columns), you'll see the sample programs. Colors can be assigned ...
by George
Fri Feb 08, 2008 3:40 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: TSBROWSE Class OF MANUEL MERCADO
Replies: 24
Views: 8829
PreviousNext

Return to advanced search

cron