Search found 17 matches: childwindow

Return to advanced search

Re: Dialog inside oMDI:oWndClient

... But I have this new approach ( if it works ), using MDI:oWndClient behind ChildWindow but still functioning as a monitoring panel-like container for xBrowse (or any other control). :?: :?: :?:
by fraxzi
Tue Jul 03, 2018 12:41 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Dialog inside oMDI:oWndClient
Replies: 7
Views: 1320

e-mail manager

... somewhat limited. So I programmed an e-mail manager for me. I can import from outlook into a mdi Fivewin program. For every email there is a mdi childwindow. Now I can arrange perfect order. I can move around the emails add/edit text inside the mail and much more. Best regards, Otto http://www.atzwanger-software.com/fw/maildesktop.mp4
by Otto
Sat Feb 27, 2016 6:31 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: e-mail manager
Replies: 1
Views: 597

Re: ResEdit - Dialogos

Karinha, Jose Luis; gracias por estar! Antonio; finalmente mi Style quedo así: STYLE DS_3DLOOK | DS_ABSALIGN | DS_CONTROL | DS_MODALFRAME | DS_SETFONT | WS_VISIBLE | WS_CHILDWINDOW para que se vea asi (Obviamente es inmovil :wink: ) http://i795.photobucket.com/albums/yy237/MLimonG/Redime...
by MarioG
Fri Aug 07, 2015 1:04 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: ResEdit - Dialogos (SOLUCIONADO)
Replies: 13
Views: 1454

Re: ResEdit - Dialogos

José Luis; seguramente cuando este "mas tranquilo" con este proyecto voy a entrar en el uso de PellesC (que en otro momento lo instalé y probé... pero nunca le encontré la vuelta para ver en modo grafico, o sea veía el fuente del .rc) Antonio; mi línea STYLE está definida así: STYLE DS_3D...
by joseluisysturiz
Thu Aug 06, 2015 4:36 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: ResEdit - Dialogos (SOLUCIONADO)
Replies: 13
Views: 1454

Re: ResEdit - Dialogos

Mario,

Si lo que quieres es que no pueda redimensionarse, elimina estos estilos (en negrita):

STYLE DS_3DLOOK | DS_ABSALIGN | DS_CONTROL | DS_MODALFRAME | DS_SETFONT | WS_CAPTION | WS_VISIBLE | WS_CHILDWINDOW | WS_THICKFRAME | WS_SYSMENU
by Antonio Linares
Thu Aug 06, 2015 3:17 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: ResEdit - Dialogos (SOLUCIONADO)
Replies: 13
Views: 1454

Re: ResEdit - Dialogos

José Luis; seguramente cuando este "mas tranquilo" con este proyecto voy a entrar en el uso de PellesC (que en otro momento lo instalé y probé... pero nunca le encontré la vuelta para ver en modo grafico, o sea veía el fuente del .rc) Antonio; mi línea STYLE está definida así: STYLE DS_3DL...
by MarioG
Thu Aug 06, 2015 12:25 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: ResEdit - Dialogos (SOLUCIONADO)
Replies: 13
Views: 1454

Re: error + mdi + xbrowse

When using MDI ChildWindow, closing data, release of fonts/resources, etc should be done in oWndChild:bPostEnd, but NOT in VALID clause or after activate command Please replace    oWChild:oClient := oBrw    ACTIVATE ...
by nageswaragunupudi
Sun May 24, 2015 11:47 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: error + mdi + xbrowse (Solucionado)
Replies: 10
Views: 2690

Re: Borde de Dialogo

Hola,

prueba con

WS_CHILDWINDOW

saludos

Marcelo
by Marcelo Via Giglio
Tue Sep 24, 2013 2:04 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Borde de Dialogo (Solucionado)
Replies: 4
Views: 639

*Fixed* BASE/1004 Message not found: TWINDOW:LCHILDAUTOSIZE

Dear All, New Error after upgrade 10.01 -> 13.05. This is the CHILDWINDOW error occur. It will not error, if I change back to 10.01.   Error occurred at : 26/06/2013, 09:38:27   Error description : Warning BASE/1004  Message not found: TWINDOW:LCHILDAUTOSIZEStack ...
by dutch
Wed Jun 26, 2013 2:44 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: *Fixed* BASE/1004 Message not found: TWINDOW:LCHILDAUTOSIZE
Replies: 3
Views: 644

Re: WDBU clone - xbrDBU

... the original window, oWnd. That creates errors. So I simply substituted the name of the main window for this procedure, but then when creating a childwindow, and applying the control bar, I get an error. My question is, would there be a better way to obtain the window for this sub-program then ...
by TimStone
Fri Sep 02, 2011 9:06 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: WDBU clone - xbrDBU
Replies: 25
Views: 14359

Re: XBrowse Win7 Bar New Sample

Dear All, "Error in creating dialog". I tried to use the class using resource and that error appeared. Does anyone has a sample using resource. please post it. BTW, here's my resource declaration: DLG_MAIN DIALOGEX -2,-16,387,255 FONT 8,"MS Sans Serif",0,0,0 STYLE WS_POPUP|WS_VIS...
by amnunez
Tue Feb 15, 2011 12:29 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: XBrowse Win7 Bar New Sample
Replies: 61
Views: 13495

Re: Disabling scrollbars(H and V) in redefined xbrowse at runtim

Dear Sir James, In resource editor,scrollbars in xbrowse (UDC) control are both enabled. Here's code in resource editor: DLG_PRINTRPT DIALOGEX -2,-16,461,308 FONT 8,"MS Sans Serif",0,0,0 STYLE WS_POPUP|WS_VISIBLE|WS_CAPTION BEGIN CONTROL "",1601,"TXBROWSE",WS_CHILDWINDO...
by amnunez
Wed Feb 02, 2011 4:01 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Disabling scrollbars(H and V) in redefined xbrowse at runtim
Replies: 16
Views: 2375

Re: To Antonio : Dialog with old caption

I think You not understand me ,
I want create childwindow into a MDI window with No caption and no button and with old 16 bit style
and the user cannot modify the size (height and width)
by Silvio
Thu Apr 16, 2009 8:30 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: To Antonio : Dialog with old caption
Replies: 12
Views: 1363

Refresh of a Dialog when chang. to Off.2007-Btnbar solved !!

Im using a Office2007-Buttonbar in a ChildWindow of Outlock2003. The Bar is a Control of the Child like the Gets and Says. I dont want a Save-Button. I solved the problem like this 1. I created a hidden button with the function oDlg1:Update() ...
by ukoenig
Thu Jan 31, 2008 6:27 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Refresh of a Dialog when chang. to Off.2007-Btnbar solved !!
Replies: 1
Views: 513

xharbour from xharbour.com and fwh aug release Problems

When I try to make fwh samples I get the following error file. What do I have to do ? Thanks Mike. Type: C >>>xhb.exe -o"bigfold.c" -m -n -w -p -q -gc0 -I"C:\FWH\INCLUDE" -I"C:\fwh\include" -I"C:\xHB\include" -I"C:\xHB\include\w32" "bigfold.prg"<<< xHarbour Compiler build 0.99.61 (...
by Mike Buckler
Mon Sep 11, 2006 9:35 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: xharbour from xharbour.com and fwh aug release Problems
Replies: 7
Views: 2024
Next

Return to advanced search