Search found 26 matches: testmdi4

Return to advanced search

Re: FWH 1808: Dialog as Mdichild

... different programmers are using different code to achieve this. The code you are using is a close variant of the logic used in "fwh\samples\testmdi4.prg". Using this logic, the mdichild window does not behave like any other mdichild window. No zooming and no resizing. We want the mdichild ...
by nageswaragunupudi
Tue Oct 23, 2018 11:53 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH 1808: Dialog as Mdichild
Replies: 14
Views: 4092

Re: Problem with Escape key and dialog on MDI child

That did not work at all. In the sample testmdi4.prg there was code after the activate dialog that sizes the window to match the dialog. Still the escape problem persists. I have included the full modified testmdi4.prg You will need the testmdi4.rc ...
by Gale FORd
Tue Sep 19, 2017 6:19 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problem with Escape key and dialog on MDI child
Replies: 8
Views: 1202

Problem with Escape key and dialog on MDI child

... dialog box closes and leaves and empty MDI child or I have problems with valid or disappearing menu. I went back to basics and looked at sample testmdi4.prg I found another reference in this forum about using GETKEYSTATE( VK_ESCAPE ) on the valid clause of activate dialog. After some trial and ...
by Gale FORd
Tue Sep 19, 2017 3:37 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problem with Escape key and dialog on MDI child
Replies: 8
Views: 1202

Re: Acerca de Dialogos en FWH 13.06

Antonio
Probe con Testmdi4.prg y no hay flasheo.
En WIN 8 tengo el flasheo en negro.
En Win XP el flsheo es mucho mas rapido en blanco.
Y el flasheo desaparece al quitar CENTERED.
Code: Select all  Expand view

       ACTIVATE DIALOG oWndChilds[1] CENTERED NOMODAL
 
by Blessed
Wed Oct 23, 2013 5:57 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Acerca de Dialogos en FWH 13.06 (Solucionado)
Replies: 13
Views: 1816

Re: TFolderex on mdichild is not painted correctly

Rick,

FWH\samples\testmdi4.prg is working fine here and the cursor shows ok in the GET.

I am going to modify it to include a TFolder in it.
by Antonio Linares
Wed Oct 16, 2013 7:58 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: TFolderex on mdichild is not painted correctly
Replies: 25
Views: 15701

Re: Acerca de Dialogos en FWH 13.06

Podeis probar el ejemplo FWH/samples/testmdi4.prg ?

Aqui funciona bien y no muestra parpadeo. A ver si podemos conseguir un ejemplo en donde falle, gracias
by Antonio Linares
Fri Oct 11, 2013 2:50 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Acerca de Dialogos en FWH 13.06 (Solucionado)
Replies: 13
Views: 1816

Re: Problem with xHarbour 1.2.3

Antonio, el ej. testmdi4.prg funciona ok, la unica dif. q tengo son las cordenadas en mi test :       DEFINE WINDOW oWndChild MDICHILD;         FROM 0, 1.5 TO 30.7, 110.7 ;      ...
by Ariel
Thu Sep 26, 2013 2:58 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Problem with xHarbour 1.2.3
Replies: 15
Views: 5647

Re: Problem with xHarbour 1.2.3

Ariel,

Por favor prueba FWH\samples\testmdi4.prg

Aqui funciona bien tanto con Harbour como con xHarbour, gracias
by Antonio Linares
Wed Sep 25, 2013 5:56 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Problem with xHarbour 1.2.3
Replies: 15
Views: 5647

Re: Skinbuttons in Win8 not activ!?

Günther,

Could you please check if FWH/samples/testmdi4.prg is a good example for what you are describing ? thanks
by Antonio Linares
Mon Mar 04, 2013 4:50 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Skinbuttons in Win8 not activ!?
Replies: 13
Views: 1609

NoModal Dialog ..... Para busquedas

... de mostrar un dialogo para que muestre los resultados que este "encima" pero que no tome focus para poder seguir tecleando. Ya revise testmdi4 y otros ejemplos como indican los Masters Antonio y M. Mercado, pero en todos lo manejan desde Windows y no en Dialogos. Me podrian indicar ...
by Raymundo Islas M.
Sat May 01, 2010 5:32 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: NoModal Dialog ..... Para busquedas
Replies: 2
Views: 573

Re: MDI CHILD CON DIALOGOS DE WORKSHOP

... tu rapida respuesta. Es bueno saberlo para futuras situaciones en las que tenga que tirar de esa ecuación. Por cierto, Y siguiendo con el ejemplo TestMdi4.prg.... He visto que si abro la ventana MDICHILD en modo MAXIMIZED, efectivamente me la muestra maximizada con el dialogo. Peeeero... se puede ...
by jfafive
Thu Apr 09, 2009 1:44 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: MDI CHILD CON DIALOGOS DE WORKSHOP
Replies: 11
Views: 2416

Re: MDI CHILD CON DIALOGOS DE WORKSHOP

Hola,

Esoy implementando un MDI con dialogo como el ejemplo Testmdi4.prg que viene en Samples.
Pero he visto que tiene que ser NOMODAL porque de lo contrario, la aplicación se cuelga.

¿se puede hacer para que funcione en MODAL?

:(
by jfafive
Thu Apr 09, 2009 10:53 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: MDI CHILD CON DIALOGOS DE WORKSHOP
Replies: 11
Views: 2416

Re: MDI CHILD CON DIALOGOS DE WORKSHOP

Hola Julio:
jponce wrote:Hola a todos soy nuevo en el foro y recien estoy empezando a programar en xHarbour.Yo necesito que un dialogo hecho en workshop se vuelva MDICHILD

Bienvenido.

Revisa TestMdi4.prg en FWH\Samples, muestra exactamente como se hace lo que mencionas.

Saludos.

Manuel Mercado
by mmercado
Sat Apr 19, 2008 1:20 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: MDI CHILD CON DIALOGOS DE WORKSHOP
Replies: 11
Views: 2416

... is a different behavior from Win16 to Win32 when using embeded dialogboxes into mdichild windows. This is a workaround that seems ok for samples\TestMdi4.prg: for n = 1 to Len( oDlg:aControls ) oDlg:aControls[ n ]:bLClicked = GenBlock( oWndChild, oDlg:aControls[ ...
by Antonio Linares
Mon Nov 05, 2007 12:02 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: MDIchild window Focus diferent behavior as FW16
Replies: 16
Views: 3046

AHF,

Testmdi5 is a standard MDI child window and it does work properly.

Testmdi4 is a dialog inside of a MDI child so this is not the same. You are clicking on a control on the dialog not on the MDI child window.

I don't know how to get the behavior you want.

James
by James Bott
Thu Oct 18, 2007 4:17 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: MDIchild window Focus diferent behavior as FW16
Replies: 16
Views: 3046
Next

Return to advanced search