Search found 31 matches: nonmodal

Return to advanced search

James Bott wrote:Julio,

I downloaded it twice and both times I am getting an "invalid or corrupted zip file" message. Please create a new zip and just email me a copy.

James


Here James: http://rapidshare.com/files/138816359/nonmodal.zip.html
I have send to your email too!
And thank you very much for you help!
by JC
Wed Aug 20, 2008 7:26 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Dialog NOWAIT lost focus at activation!
Replies: 40
Views: 6696

by JC
Wed Aug 20, 2008 7:04 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Dialog NOWAIT lost focus at activation!
Replies: 40
Views: 6696

... James, try to download this mini-example... You will understanding my question! And thank for you patience! http://rapidshare.com/files/138461123/nonmodal.zip.html
by JC
Wed Aug 20, 2008 4:58 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Dialog NOWAIT lost focus at activation!
Replies: 40
Views: 6696

... We wait for your example, thanks I have already sent to you Antonio. But, take the link to download: http://rapidshare.com/files/138461123/nonmodal.zip.html I think I explained to you that the wrong way, sorry... The main window is that it loses the focus when the dialog is closed! When ...
by JC
Tue Aug 19, 2008 11:25 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Dialog NOWAIT lost focus at activation!
Replies: 40
Views: 6696

... tried to do: oDlg:SetFocus() after ACTIVATE DIALOG oDlg ? Maybe your program execution is giving the focus to some other window, control, etc. as NONMODAL will not wait. This my code: DEFINE DIALOG oDlg RESOURCE "WAIT_DIALOG" OF oWnd oDlg:lHelpIcon := .F. oDlg:cargo ...
by JC
Mon Aug 18, 2008 6:58 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Dialog NOWAIT lost focus at activation!
Replies: 40
Views: 6696

Have you tried to do:

oDlg:SetFocus()

after ACTIVATE DIALOG oDlg ?

Maybe your program execution is giving the focus to some other window, control, etc. as NONMODAL will not wait.
by Antonio Linares
Mon Aug 18, 2008 6:27 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Dialog NOWAIT lost focus at activation!
Replies: 40
Views: 6696

Antonio

I hope these words are not reserved .. but easily understandable would be
Modal and NonModal ??

Rick Lipkin
by Rick Lipkin
Tue Aug 05, 2008 10:27 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Rpreview MDI
Replies: 9
Views: 1406

Program is not nonmodal and there is no close in the prg. The dialog with the browse is called from another dialog which opens fine. I set a msgInfo(alias()) on init when activating the dialog with the browse and the alias is correct. ...
by hag
Wed Jul 16, 2008 1:47 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: work area not in use > dbskip
Replies: 13
Views: 2238

That means when the dialog is activated the alias is not active or already closed.

Normally this happens when we close the dbf immediately after we activate the window or a nonmodal dialog. In such cases we should close the workarea inside valid clause of the window or nonmodal dialog
by nageswaragunupudi
Wed Jul 16, 2008 6:00 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: work area not in use > dbskip
Replies: 13
Views: 2238

... eval to after the dialog show(), but I don't know what other consequences this might have. Note that it is not traditional behavior to call a nonmodal dialog from an outlook bar button. The outlook bar is really designed for SDI applications. James
by James Bott
Thu Feb 14, 2008 4:15 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Possible Backgrd.-Color or Brush for Outlook2003 ?
Replies: 1
Views: 505

... oIcon ***** //These dlgs and windows are activated as follows (so that they behave "as one" ACTIVATE DIALOG Dlg_Dbmain NOWAIT ; // It has to be NonModal ON INIT ( Dlg_Dbmain:Move( 0, 0 ) ) ; VALID ( Win_Dbmain:End(), .T. ) ACTIVATE WINDOW Win_Dbmain MAXIMIZED ; ON RESIZE ( WNDSETSIZE( Dlg_Dbmain, ...
by Ollie
Thu May 24, 2007 5:54 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Button Bar dissapears
Replies: 13
Views: 3085

TreeView & Splitters

... and I'm trying to deploy something similar to what you have when you open a chm help file: a) a tree on the left b) a splitter on the middle c) a nonmodal dialog or a tpanel or whatever works to display info on the right side. So far I'm stumped so I'm asking for a bit of help here. I'm using ...
by Luis Krause
Wed Sep 20, 2006 9:04 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: TreeView & Splitters
Replies: 8
Views: 2137

Maurilio, This sample is working fine, though on the nonmodal dialog the help-arrow cursor is not shown, but it properly fires the request for Help event: #include "FiveWin.ch" function Main() local oDlg1, oDlg2 DEFINE DIALOG ...
by Antonio Linares
Tue Jul 11, 2006 5:30 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Antonio: how about button [?] in NoModal dialogs?
Replies: 4
Views: 1063

... <nHelpId>, <nWidth>, <nHeight> ) #xcommand ACTIVATE TRANSPDIAG <oDlg> ; [ <center: CENTER, CENTERED> ] ; [ <NonModal: NOWAIT, NOMODAL> ] ; [ WHEN <uWhen> ] ; [ VALID <uValid> ] ; [ ON [ LEFT ] CLICK <uClick> ] ; [ ON INIT <uInit> ...
by manuramos
Mon Apr 24, 2006 6:37 pm
 
Forum: FiveWin para CA-Clipper
Topic: Para Manu Ramos (diálogo con sombra)
Replies: 1
Views: 1018

... <nHelpId>, <nWidth>, <nHeight> ) #xcommand ACTIVATE TRANSPDIAG <oDlg> ; [ <center: CENTER, CENTERED> ] ; [ <NonModal: NOWAIT, NOMODAL> ] ; [ WHEN <uWhen> ] ; [ VALID <uValid> ] ; [ ON [ LEFT ] CLICK <uClick> ] ; [ ON INIT <uInit> ...
by manuramos
Wed Mar 15, 2006 6:27 pm
 
Forum: Utilities / Utilidades
Topic: Sugerencias GET's
Replies: 6
Views: 3832
PreviousNext

Return to advanced search