Search found 981 matches: mdichild

Return to advanced search

lIncrFilter + MDI

... ), oBrw:SetFocus() ) ; SIZE 50,400 PIXEL OF oDlg oDlg:oClient := oBrw oDlg:bPostEnd := {||oRs:Close(),oRs:=Nil} ACTIVATE DIALOG oDlg CENTER AS MDICHILD Fivewin 22.03, BCC 7.4
by cpheraclio
Fri Jun 02, 2023 11:31 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: lIncrFilter + MDI
Replies: 4
Views: 372

Ayuda por favor con folder y listbox

... que tengo es que no muestran los datos, muestra un solo registro, a persar de que los datos se graban bien en las dbf. DEFINE WINDOW oWndChild MDICHILD OF oWnd FROM 0, 0 TO 24, 79TITLE "Carga Informe de Auditoría " font oFont11 DEFINE DIALOG princfac RESOURCE "Informe" ; ...
by jpcavagnaro
Wed Mar 29, 2023 12:04 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Ayuda por favor con folder y listbox
Replies: 1
Views: 238

Re: BarMdi [ versión 4]

... seguido probando cosas con las ventanas MDI. En esta última versión: 1) Los botones simulan ser pestañas de un Folder. Cada pestaña es una ventana MdiChild 2) Se pueden abrir multiples ventanas del mismo prg. Con su alias y area de trabajo distintas, para simular entornos de red. 3) Soporta movimiento ...
by JESUS MARIN
Thu Feb 23, 2023 5:13 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: BarMdi [ versión 4]
Replies: 34
Views: 2954

Re: Scroll of Panel not at the same Height of Xbrowse

here not run
perhaps id as mdichild the problem
by Silvio.Falconi
Thu Jan 12, 2023 8:21 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Scroll of Panel not at the same Height of Xbrowse
Replies: 2
Views: 307

Re: New FTDN December/Diciembre 2022 (FW 22.12)

Diciembre 2022 ============== * Mejora: La clase TSkin ahora también soporta totalmente las ventanas MDICHILD. Por favorm revisa el nuevo ejemplo samples\skin3.preg y el fichero de recursos skin3.rc. También se ha implementado un nuevo tema estilo Windows 11. Gracias al maestro ...
by Antonio Linares
Wed Jan 04, 2023 6:55 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN December/Diciembre 2022 (FW 22.12)
Replies: 5
Views: 1243

New FTDN December/Diciembre 2022 (FW 22.12)

December 2022 ============= * Enhancement: Class TSkin now fully supports MDICHILD windows too. Please review new example samples\skin3.prg and skin3.rc. A new theme Windows 11 style has also been implemented. Thanks to Master Lailton! * New: samples\webiew2.prg ...
by Antonio Linares
Tue Jan 03, 2023 7:31 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN December/Diciembre 2022 (FW 22.12)
Replies: 5
Views: 1243

Re: MDI child window appearance

Dear Silvio,

Look at this! Thanks to Master Lailton! :-)

EXE and new theme:
https://github.com/FiveTechSoft/FWH_tools/blob/master/mdi_skin_w11.zip

Image
by Antonio Linares
Wed Dec 28, 2022 7:51 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: MDI child window appearance
Replies: 50
Views: 4208

Re: MDI child window appearance

Dear Silvio, Master Lailton added MDICHILD support for his Class TSkin and see the results :-) We will include it in next FWH version! Lets see if we can add a new skin for Windows 10/11 style... https://github.com/FiveTechSoft/screenshots/blob/master/mdi-skin1.jpg?raw=true ...
by Antonio Linares
Wed Dec 28, 2022 6:45 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: MDI child window appearance
Replies: 50
Views: 4208

Re: MDI child window appearance

... Main()    local oWnd, oWndChild   DEFINE WINDOW oWnd TITLE "Class TSKIN demo" MDI      DEFINE WINDOW oWndChild MDICHILD OF oWnd STYLE nOr( WS_CHILD, WS_THICKFRAME )   oWndChild:bInit := {|| Skin( oWndChild, "blue_skin" ) }  ...
by Antonio Linares
Fri Dec 23, 2022 4:56 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: MDI child window appearance
Replies: 50
Views: 4208

Re: problem with AS MDICHILD

... opinion, it's perfect. Excellent job. // C:\FWH\SAMPLES\SILVPREV.PRG#include "FiveWin.ch"#include "constant.ch"#define AS_MDICHILD  1#define AS_DIALOG    2STATIC oWndFUNCTION Main()   DEFINE WINDOW oWnd TITLE "Test" MDI MENU BuildMenu()  ...
by karinha
Wed Nov 23, 2022 2:01 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: problem with AS MDICHILD
Replies: 9
Views: 713

Re: problem with AS MDICHILD

Perhaps Now I resolve with this : #include "FiveWin.ch"#include "constant.ch"#define AS_MDICHILD  1#define AS_DIALOG    2function Main()   local oWnd   DEFINE WINDOW oWnd TITLE "Test" MDI ;    ...
by Silvio.Falconi
Wed Nov 23, 2022 9:42 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: problem with AS MDICHILD
Replies: 9
Views: 713

Re: problem with AS MDICHILD

Look at the METHOD PAINT() of the class. There's something wrong with him. See if it finds out. Mire el METHOD PAINT() de la clase. Hay algo mal con él. A ver si se entera. Regards, saludos. of tdialog ???? copy from c:\fwh\source\classes\GROUP.PRG and see the METHOD PAINT(). Go stopping the class ...
by karinha
Tue Nov 22, 2022 1:09 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: problem with AS MDICHILD
Replies: 9
Views: 713

Re: problem with AS MDICHILD

karinha wrote:Look at the METHOD PAINT() of the class. There's something wrong with him. See if it finds out.

Mire el METHOD PAINT() de la clase. Hay algo mal con él. A ver si se entera.

Regards, saludos.



of tdialog ????
by Silvio.Falconi
Tue Nov 22, 2022 1:04 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: problem with AS MDICHILD
Replies: 9
Views: 713

Re: problem with AS MDICHILD

Look at the METHOD PAINT() of the class. There's something wrong with him. See if it finds out.

Mire el METHOD PAINT() de la clase. Hay algo mal con él. A ver si se entera.

Regards, saludos.
by karinha
Tue Nov 22, 2022 12:38 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: problem with AS MDICHILD
Replies: 9
Views: 713

Re: problem with AS MDICHILD

I have another dialog with many tgroup , how I can resolve ?

Image
by Silvio.Falconi
Tue Nov 22, 2022 9:48 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: problem with AS MDICHILD
Replies: 9
Views: 713
PreviousNext

Return to advanced search