Search found 31 matches: nonmodal

Return to advanced search

Re: impossible Error : lost DBF ...

... :?: I remember to have clarified this in some earlier post. In an application, the first window created is MODAL and all other windows created are NONMODAL. All dialogs are MODAL by default and dialogs activated with NOMODAL clause are NONMODAL. Statements after ACTIVATE command of MODAL Window ...
by nageswaragunupudi
Fri Jun 02, 2023 3:17 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: impossible Error : lost DBF ...
Replies: 4
Views: 354

Re: Newbie Question : XBROWSE

... we can query this window by "oWndMain := WndMain()". Activation of the main window is always MODAL. Activation of ALL other windows are NONMODAL invariably. Dialogs: All dialogs are activated as MODAL by default, except when we activate with NOMODAL clause. MODAL ACTIVATION    ACTIVATE ...
by nageswaragunupudi
Sat Nov 26, 2022 5:44 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Newbie Question : XBROWSE
Replies: 17
Views: 1362

New FTDN July/Julio 2020 (FWH 20.07)

... nBottom, nRight ) --> hRgn can now use array also eg CreateRectRgn( { nTop, nLeft, nBottom, nRight } ) source\winapi\regions.c * RPreview.prg: Nonmodal preview in MDI environment is shown in a new MDICHILD window, which is maximzed. When the preview is closed, the existing windows are left ...
by Antonio Linares
Sat Aug 01, 2020 5:40 pm
 
Forum: WhatsNew / Novedades
Topic: New FTDN July/Julio 2020 (FWH 20.07)
Replies: 1
Views: 1182

Re: Previsualizacion de informe

... the late response. MODAL preview opens a separate window and does not interfere with the MDI window system. This problem is only in the case of NONMODAL previews. This issue is addressed in FWH2007 to be released. You may adopt the same fix in your "rpreview.prg". Please locate the ...
by nageswaragunupudi
Wed Jul 15, 2020 9:26 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Previsualizacion de informe
Replies: 7
Views: 1303

Re: MDI Unicode Problem

We do not think the problem is with mdi-dialog or nonmodal dialogs. The problem should be due to reasons external to this. We made this test program using mdi dialogs. We used a table "statesuni" in FWH Demo Server, so that you can test ...
by richard-service
Sun Aug 11, 2019 5:17 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: MDI Unicode Problem
Replies: 26
Views: 3618

Re: MDI Unicode Problem

We do not think the problem is with mdi-dialog or nonmodal dialogs. The problem should be due to reasons external to this. We made this test program using mdi dialogs. We used a table "statesuni" in FWH Demo Server, so that you can test ...
by nageswaragunupudi
Fri Aug 09, 2019 12:36 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: MDI Unicode Problem
Replies: 26
Views: 3618

Re: Unicode malfunction according to modal / nomodal format

As a temporary workaround, if you create the GETs this way, then unicode works fine on NONMODAL dialogs:

ACTIVATE DIALOG oDlg CENTERED NOMODAL ;
ON INIT CreateGets( oDlg )
by Antonio Linares
Mon Apr 23, 2018 12:04 pm
 
Forum: Bugs report & fixes / Informe de errores y arreglos
Topic: Unicode malfunction according to modal / nomodal format
Replies: 13
Views: 10945

Re: Harbour warning

Enrico, In Windows.ch you will see: <oWnd>:bInit [ := \{ | Self | <uInit> \} ],; But in Dialog.ch INIT is processed like this: [ ! <.NonModal.> ], [{|Self|<uInit>}],; I understand that dialogs can be nonmodal and windows can't so there has to be a difference, but perhaps ...
by James Bott
Sat Mar 30, 2013 6:23 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Harbour warning
Replies: 13
Views: 2016

Re: Windows 7 64 bit not responding.

Marco,

You can not create a Windows application just using a NONMODAL dialog.
Please remove the NOWAIT clause and it shoud work fine.

If you call to PostQuitMessage( 0 ) then you will instruct Windows to end your app.
by Antonio Linares
Wed Mar 21, 2012 8:27 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Windows 7 64 bit not responding.
Replies: 13
Views: 3471

Re: Need help with Dialogs

... dialog to specific position and assign it to bmoved block of dialog ACTIVATE DIALOG <oDlg> ; [ <center: CENTER, CENTERED> ] ; [ <NonModal: NOWAIT, NOMODAL> ] ; [ WHEN <uWhen> ] ; [ VALID <uValid> ] ; [ ON [ LEFT ] CLICK <uClick> ] ; [ ON INIT <uInit> ...
by Marcelo Via Giglio
Thu May 26, 2011 3:03 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Need help with Dialogs
Replies: 9
Views: 1640

Re: rPreview does not close when app closes

... a modification to a program like RPreview, we need to test the code in all these cases: 1. MDI application 1.1 From MDICHILD (a) Modal and (b) Nonmodal 1.2 From a Dialog inside the app (a) Modal and (b) Nonmodal 2. Normal window 2.1 From Window (a) Modal and (b) Nonmodal 2.2 From a Dialog inside ...
by nageswaragunupudi
Fri Feb 11, 2011 4:18 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: rPreview does not close when app closes
Replies: 15
Views: 4706

Re: BtnBmp on Main Window

Uwe and James Thanks for your replies I got the button to work but being a nonmodal dialog it was visible over child windows.           DEFINE DIALOG oDlg1 FROM 20, 20 TO 40, 40 OF oMainWnd PIXEL  ;          ...
by Colin Haig
Mon Dec 06, 2010 11:49 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: BtnBmp on Main Window
Replies: 13
Views: 3164

Transparent frame for MDI WinChild ?

... have a transparent frame. Dialogs will have the transparent frame but I do not want a Dialog nowait because if the user minimizes the MDI .. the nonmodal dialog will still be visable .. I do realize this may be an OS restriction .. but it sure would be nice to see a transparent frame on a Mdi ...
by Rick Lipkin
Mon Jun 01, 2009 10:09 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Transparent frame for MDI WinChild ?
Replies: 11
Views: 2390

Re: Rpreview MDI

Thank you Rick.
I knew that. But I thought “Modal and NonModal” should become a feature of rPreview that you can instantiate rprieview with parameter “MODAL” or "NONMODAL”.
Regards,
Otto
by Otto
Sun Jan 11, 2009 6:25 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Rpreview MDI
Replies: 9
Views: 1404

How to paint non modal dialogs using OutLook2003 Class

... to have an interface using OUTLOOK2003 Class. What I need is, when I click on any one of the buttons like "Mail", "Calendar" or "Contacts", a nonmodal dialog having some controls painted on it should popup on the client area of the window. And the nonmodal dialog should be closed or hidden ...
by RAMESHBABU
Sun Oct 05, 2008 5:39 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to paint non modal dialogs using OutLook2003 Class
Replies: 2
Views: 612
Next

Return to advanced search