Search found 196 matches: nomodal

Return to advanced search

Re: Minimizar varios formularios a la vez

...  ACTIVATE WINDOW oWnd CENTEREDreturn nilfunction OpenDlg()   local oDlg   DEFINE DIALOG oDlg RESIZABLE   ACTIVATE DIALOG oDlg CENTERED NOMODALreturn nil  If the main window is minimized, the non-modal dialog also is minimized. Mr Rao, Setting the dialog as NOMODAL works as I want. The ...
by Compuin
Wed Jul 24, 2019 1:27 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Minimizar varios formularios a la vez
Replies: 13
Views: 1109

Re: MDI Unicode Problem

Dear Mr.Rao

Unicode malfunction according to modal / nomodal format problem, any solution?
http://forums.fivetechsupport.com/viewtopic.php?f=18&t=35539
by richard-service
Tue Jul 23, 2019 9:15 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: MDI Unicode Problem
Replies: 26
Views: 3754

Re: Unicode malfunction according to modal / nomodal format

Please reproduce the error.log. Do you have the problem in mdi-dialog only or in normal dialogs also? ACTIVATE DIALOG ::oDlg NOWAIT              ;                    ON INIT  ( oThis:oDlg:Move(0,0)...
by richard-service
Sun Jul 21, 2019 6:23 am
 
Forum: Bugs report & fixes / Informe de errores y arreglos
Topic: Unicode malfunction according to modal / nomodal format
Replies: 13
Views: 11308

Re: Unicode malfunction according to modal / nomodal format

Please reproduce the error.log.
Do you have the problem in mdi-dialog only or in normal dialogs also?
by nageswaragunupudi
Sun Jul 21, 2019 5:26 am
 
Forum: Bugs report & fixes / Informe de errores y arreglos
Topic: Unicode malfunction according to modal / nomodal format
Replies: 13
Views: 11308

Re: Unicode malfunction according to modal / nomodal format

Can you please try DEFINE DIALOG ....// Define Gets and other controlsACTIVATE DIALOG oDlg AS MDICHILD  I change to ACTIVATE DIALOG ::oDlg AS MDICHILD         ;              ON INIT  ( oThis:oDlg:Move(0,0) ) ;              VALID !paOpenWnd[IS_WSE31002]  I lose buttonbar ... ...
by richard-service
Sun Jul 21, 2019 5:06 am
 
Forum: Bugs report & fixes / Informe de errores y arreglos
Topic: Unicode malfunction according to modal / nomodal format
Replies: 13
Views: 11308

Re: Unicode malfunction according to modal / nomodal format

Can you please try
Code: Select all  Expand view

DEFINE DIALOG ....
// Define Gets and other controls
ACTIVATE DIALOG oDlg AS MDICHILD
 
by nageswaragunupudi
Sun Jul 21, 2019 4:28 am
 
Forum: Bugs report & fixes / Informe de errores y arreglos
Topic: Unicode malfunction according to modal / nomodal format
Replies: 13
Views: 11308

Re: Unicode malfunction according to modal / nomodal format

Hi My program REDEFINE GET ::oEX_WHO VAR ::cEX_WHO ID 101 OF ::oDlg UPDATE CHRGROUP CHR_WIDEACTIVATE DIALOG ::oDlg CENTER   Change to DEFINE WINDOW go31001Wnd FROM 0, 0 TO 0, 0         ...DEFINE DIALOG ::oDlg RESOURCE ::cResName FONT oFont BRUSH oBrush TRANSPARENT OF go31001Wnd REDEFINE GET ::oEX_WH...
by richard-service
Sun Jul 21, 2019 4:21 am
 
Forum: Bugs report & fixes / Informe de errores y arreglos
Topic: Unicode malfunction according to modal / nomodal format
Replies: 13
Views: 11308

Re: ERROR __OBJDERIVEDFROM

... C++ 7.0 (32-bit) Windows version: 7.1, Build 7601 Service Pack 1 y esto sucede en cualquier xbrowse que uso en MDICHILD, con un DIALOG NOMODAL o en DIALOG MODAL y el xbrowse dentro del DIALOG, le adjunto uno xbrowse para que vea, no puedo extraer un ejemplo autocontenido xq son trozos ...
by Ariel
Thu Feb 14, 2019 10:38 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: ERROR __OBJDERIVEDFROM
Replies: 14
Views: 2022

Re: Dialog controls are flickering when resized..

... one question. Why should we use a dialog from resource to build a mdichild window? Why can we not use the dialog itself directly? In what way a nomodal dialog different from mdichild in functionality? Mr. Rao, I managed to reduced the flickering by: 1. removing the STYLE clause in DEFINE WINDOW ...
by fraxzi
Wed Jun 20, 2018 5:42 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Dialog controls are flickering when resized..
Replies: 34
Views: 9320

Re: Dialog controls are flickering when resized..

... one question. Why should we use a dialog from resource to build a mdichild window? Why can we not use the dialog itself directly? In what way a nomodal dialog different from mdichild in functionality?
by nageswaragunupudi
Wed Jun 20, 2018 2:11 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Dialog controls are flickering when resized..
Replies: 34
Views: 9320

Re: BOM production

... REDEFINE( 201, odlg,0,nrgb(255,255,255)) // tree rc 属性 + TVS_HASBUTTONS | TVS_HASLINES | TVS_LINESATROOT | TVS_SHOWSELALWAYS, ACTIVATE DIALOG odlg nomodal; ON INIT (oself1:eng0300() method eng0300() class eng03class local odb1,odb2 odb1:=::odb1 odb2:=::odb2 ::oTree:bChanged := {|oTree,oItem|eng0303(self) ...
by ShumingWang
Fri Apr 27, 2018 2:03 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: BOM production
Replies: 3
Views: 1140

Re: Unicode malfunction according to modal / nomodal format

Thank you for your quick reply. The solution you provided was effective. However, if you install various controls besides TGET Control It will malfunction like before. It seems to have avoided the bug with time difference. It can be a useful tip for a very simple screen design. Let's wait for more b...
by kkwan
Tue Apr 24, 2018 10:29 am
 
Forum: Bugs report & fixes / Informe de errores y arreglos
Topic: Unicode malfunction according to modal / nomodal format
Replies: 13
Views: 11308

Re: Unicode malfunction according to modal / nomodal format

... CreateGets( oDlg )      ACTIVATE DIALOG oDlg CENTERED   else      ACTIVATE DIALOG oDlg CENTERED NOMODAL ON INIT CreateGets( oDlg )   endifreturn nil//----------------------------------------------------------------------------//static ...
by nageswaragunupudi
Mon Apr 23, 2018 4:09 pm
 
Forum: Bugs report & fixes / Informe de errores y arreglos
Topic: Unicode malfunction according to modal / nomodal format
Replies: 13
Views: 11308

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: 11308
PreviousNext

Return to advanced search