Search found 217 matches: maximize

Return to advanced search

xbrowseWeb - Work in Progress

... Here, I also host the xbrowseWeb module. Another principle I follow is to keep the source code as simple as possible and use a modular approach to maximize component reuse. xbrowseWeb used as a file manager xbrowseWeb to browse a DBF file Have a nice weekend, Otto https://mybergland.com/fwforum/xbrWeb_screenshotmain.jpg ...
by Otto
Sat Apr 20, 2024 10:33 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: xbrowseWeb - Work in Progress
Replies: 1
Views: 101

Re: Cómo quitar MINIMIZE y MAXIMIZE ?

Amigos,

Solucionado, con la respuesta de Francisco, por si a alguien le sirve, la respuesta
de Joao es para un dialogo.

Saludos
by Armando
Tue Feb 27, 2024 4:41 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Cómo quitar MINIMIZE y MAXIMIZE ? (SOLUCIONADO)
Replies: 3
Views: 138

Re: Cómo quitar MINIMIZE y MAXIMIZE ?

Armando,

Code: Select all  Expand view
DEFINE WINDOW oWnd MDICHILD OF oWindow FROM 0,0 TO 10,10  NOMAXIMIZE NOMINIMIZE


Saludos
by FranciscoA
Tue Feb 27, 2024 4:37 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Cómo quitar MINIMIZE y MAXIMIZE ? (SOLUCIONADO)
Replies: 3
Views: 138

Cómo quitar MINIMIZE y MAXIMIZE ? (SOLUCIONADO)

... OF oWnd FONT oFont ICON oIcono;            BRUSH oBrush TRANSPARENT  La pregunta, cómo puedo quitarle a la ventana los botones MINIMIZE y MAXIMIZE???? Saludos
by Armando
Tue Feb 27, 2024 1:44 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Cómo quitar MINIMIZE y MAXIMIZE ? (SOLUCIONADO)
Replies: 3
Views: 138

Re: Dialogos dentro de una ventana

Maximize:
Code: Select all  Expand view
ACTIVATE DIALOG oDlg AS MDICHILD
oDlg:Maximize()
by nageswaragunupudi
Wed Dec 06, 2023 7:17 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Dialogos dentro de una ventana
Replies: 14
Views: 3121

Re: Newbie Question : XBROWSE

hi, interesting ... "where" can i read about it in Help File :?: --- when using DIALOG instead of WINDOW i can not "maximize" :shock: also BUTTONBAR does not appear when use oWnd:oClient := oBrwDBF ... so DIALOG is only when i do not want "resize" (which i ...
by nageswaragunupudi
Sun Nov 27, 2022 8:33 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Newbie Question : XBROWSE
Replies: 17
Views: 1486

Re: Newbie Question : XBROWSE

when using DIALOG instead of WINDOW i can not "maximize" :shock: WRONG. Use "RESIZABLE" clause while defining the DIALOG. Ref: dialog.ch also BUTTONBAR does not appear when use oWnd:oClient := oBrwDBF ... ALSO WRONG. Just oDlg:Resize(). ...
by nageswaragunupudi
Sun Nov 27, 2022 8:16 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Newbie Question : XBROWSE
Replies: 17
Views: 1486

Re: Newbie Question : XBROWSE

hi, interesting ... "where" can i read about it in Help File :?: --- when using DIALOG instead of WINDOW i can not "maximize" :shock: also BUTTONBAR does not appear when use oWnd:oClient := oBrwDBF ... so DIALOG is only when i do not want "resize" (which i ...
by Jimmy
Sun Nov 27, 2022 4:51 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Newbie Question : XBROWSE
Replies: 17
Views: 1486

Re: SPLITTER : how to"resize" Client Area

... "in Middle" of Window --- Request : would be nice to get "Percent" to use that Value to "o:SetPosition()" when "maximize" use a IMAGE to "paint" SPLITTER
by Jimmy
Thu Nov 03, 2022 5:02 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: SPLITTER : how to"resize" Client Area
Replies: 17
Views: 1014

Re: SPLITTER : how to"resize" Client Area

hi, try Sample "as it is" try "maximize" or "resize" try "move" SPLITTER --- SPLITTER go from TOP to BUTTOM when "ON RESIZE" is working when not use "ON RESIZE" you can "see" ...
by Jimmy
Tue Nov 01, 2022 10:50 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: SPLITTER : how to"resize" Client Area
Replies: 17
Views: 1014

Re: SPLITTER : how to"resize" Client Area

... when use SPLITTER i can "see" that "Area" of TFolder() resize but not Control on "Area" --- what is when "maximize" Windows :?: it "seems" me that SPLITTER will not "notice" new Size.
by Jimmy
Mon Oct 31, 2022 8:25 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: SPLITTER : how to"resize" Client Area
Replies: 17
Views: 1014

Re: Newbie have COMBOBOX Question

... this is while i put 2 x "Explorer" into Window and each "Side" have a own Combobox when "resize" e.g. "maximize" i need to calculate new Position of Control. https://i.postimg.cc/Hk62FBx3/DE-Combobox.png
by Jimmy
Sun Oct 30, 2022 10:08 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Newbie have COMBOBOX Question
Replies: 6
Views: 437

Re: CLASS fwTVCL for IP-TV

BUG : Position of VLCmenu is not correct when WINDOW is not maximize change Code to this PROCEDURE VLCmenu( nRow, nCol, oParent, nIndex )LOCAL aPos := GetCursorPos()LOCAL aRect := oParent:GetRect()...   ACTIVATE POPUP oPopup WINDOW ...
by Jimmy
Sat Aug 06, 2022 6:17 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: CLASS fwTVCL for IP-TV
Replies: 12
Views: 735

Re: XIMAGE -> CLASS TXImage -> ACTION ?

... size we can resize the image is the size of the XImage Control If you want to show the image in "full screen" then you need to first maximize the container window/dialog to full screen and then increase the size of the ximage control itself to maximum client area size of the window/dialog ...
by nageswaragunupudi
Wed Aug 03, 2022 10:45 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: XIMAGE -> CLASS TXImage -> ACTION ?
Replies: 4
Views: 612
Next

Return to advanced search

cron