Search found 217 matches: maximize

Return to advanced search

Re: CLASS fwTVCL for IP-TV

... and "+" of NumPad (or CTRL + Wheel) to "zoom" XBROWSE btw. TIMER in MAIN using CheckFullScreen() will switch Sound ON when Maximize and OFF when Normalize XBROWSE have implement increment search --- todo : "mark" multiple Channel to display multiple VLC-Player ...
by Jimmy
Tue Aug 02, 2022 8:01 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: CLASS fwTVCL for IP-TV
Replies: 12
Views: 814

Re: about RESIZE

... Item now i have figure out how COMBOBOX Ownerdraw work under FiveWin but i have a (small) "Problem" at Start : i need to resize (e.g maximize) to "see" COMBOBOX ... *+--------------------------------------------------------------------*+*+ Source Module => c:\fwh\0\IPTV\RESIZE.PRG*+*+ ...
by Jimmy
Sun Jul 31, 2022 4:30 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: about RESIZE
Replies: 7
Views: 513

TWebView() for Dummy

hi, when watch IP-TV using TWebView() it want to use "Full-Screen" i can use Maximize() but Result "seems" not to have same Quality like in EDGE it "seems" like Scale-Up small Video ... in Source of c:\fwh\source\classes\twebview.prg there ...
by Jimmy
Wed Jul 13, 2022 2:56 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: TWebView() for Dummy
Replies: 4
Views: 565

Re: ACTIVATE DIALOG oDlg AS MDICHILD

oDlg:bMdiSetup := { |oMdiChild| oMdiChild:Maximize() }
ACTIVATE DIALOG AS MDICHILD
by nageswaragunupudi
Wed Jun 22, 2022 2:57 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: ACTIVATE DIALOG oDlg AS MDICHILD
Replies: 5
Views: 481

Re: Coordinates of a browser page

... get a list of visible application windows and through WMI the process name for each window. In the loop, I bring the windows to the foreground and maximize them. At this moment I am executing a PS script in which by means of the PS method .CopyFromScreen I take a screenshot, which I save to a file
by Natter
Sun Jun 19, 2022 8:39 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Coordinates of a browser page
Replies: 10
Views: 487

Re: Different style of window

hi Silvio, you can use these DLL Function to "remove" Minimize and/or Maximize Button on upper right * Source : WindowFuncs.prg* System : Windows* Author : Phil Ide* Created: 10/09/2003** Purpose:* ----------------------------* History:* ----------------------------* ...
by Jimmy
Wed May 18, 2022 12:28 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Different style of window
Replies: 10
Views: 878

Re: ACTIVATE DIALOG oDlg AS MDICHILD

... 0, - 14   DEFINE DIALOG oDlg  FONT oFont TITLE "Test Mdi" BRUSH oBrush   ACTIVATE DIALOG oDlg CENTERED AS MDICHILD ON INIT( oDlg:Maximize() )   oBrush:End()   oFont:End()RETURN NIL// FIN / END - kapiabafwh@gmail.com  Regards, saludos. pls http://forums.fivetechsupport.com/viewtopic.php?f=3&t=41750&start=0 ...
by Silvio.Falconi
Sun May 08, 2022 7:14 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: ACTIVATE DIALOG oDlg AS MDICHILD
Replies: 5
Views: 481

Problem with New AS MDICHILD

... dialog does not enlarge and I have to enlarge it As you can see in the figure I don't see the header of the dialog If I use the command oDialogo: Maximize () does not work correctly as you can see below https://i.postimg.cc/tg8pG2jG/hhhhhh.png I create the dialog with : DEFINE ...
by Silvio.Falconi
Sat May 07, 2022 11:39 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problem with New AS MDICHILD
Replies: 2
Views: 408

Re: ACTIVATE DIALOG oDlg AS MDICHILD

On Init( oDlg : Maximize() ) Saludos ok but there is some error because when I maximize the dialog it is over the width of the main window look this https://i.postimg.cc/brJQPcRd/jk.png #include "fivewin.ch"  ...
by Silvio.Falconi
Wed May 04, 2022 11:35 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: ACTIVATE DIALOG oDlg AS MDICHILD
Replies: 5
Views: 481

Re: ACTIVATE DIALOG oDlg AS MDICHILD

On Init( oDlg : Maximize() )

Saludos
by horacio
Tue May 03, 2022 3:22 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: ACTIVATE DIALOG oDlg AS MDICHILD
Replies: 5
Views: 481

Ventana MDI con Brush STRETCH

... y actualizar la ventana, la imagen queda cortada, perdiendo lo que ocupa la Ribbonbar en la parte inferior. Si hago oWnd:Restore() y luego oWnd:Maximize, la imagen se vuelve a ajustar, pero hace un parpadeo que quiero evitar. Como puedo hacer para solucionarlo? Dejo un ejemplo funcional #include ...
by cmsoft
Wed Mar 23, 2022 1:25 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Ventana MDI con Brush STRETCH
Replies: 11
Views: 906

Re: ACTIVATE DIALOG oDlg CENTERED AS MDICHILD

... a través de WorkShop.exe. En mi humilde opinión, faltan muchas cosas en MDICHILD.PRG en relación con MDIDLG.PRG. ICONE no funciona, MINIMIZE / MAXIMIZE no respeta las órdenes dadas en WORKSHOP.exe, nada que me moleste, pero no funciona como debería. Regards, saludos.
by karinha
Sun Dec 19, 2021 4:06 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: ACTIVATE DIALOG oDlg CENTERED AS MDICHILD
Replies: 12
Views: 909

ACTIVATE DIALOG oDlg CENTERED AS MDICHILD

Apagar(desligar) el WS_MAXIMIZE en WorkShop.exe no funciona, cuando uso DIALOGO AS MDICHILD, quiero que esté activo, solo WS_MINIMIZE. ¿Qué estoy haciendo mal?    ACTIVATE DIALOG oDlg CENTERED AS MDICHILD   // no puede MAXIMIZAR, solo MINIMIZAR.  https://imgur.com/mcaKXEZ...
by karinha
Thu Dec 16, 2021 3:33 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: ACTIVATE DIALOG oDlg CENTERED AS MDICHILD
Replies: 12
Views: 909

WINDOW Metrostyle pero no al 100%

Hola a todos, Espero ante todo que todos estéis bien en estos tiempos tan difíciles. Quiero usar el metrostyle para tener una ventana que ocupe toda la pantalla, pero que deje ver la barra de Windows. #define METRO_STYLE ( WS_POPUP + WS_VISIBLE + WS_MAXIMIZE ) la muestra, sin embargo, al 100%, impid...
by mgsoft
Sat Mar 21, 2020 7:09 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: WINDOW Metrostyle pero no al 100%
Replies: 1
Views: 395

Re: Genesis - mod harbour

... To be honest, many of my clients do not have good internet connections. Their speeds are low, and the connections lack reliability. They already maximize what is available doing lookups for parts, pricing, and guides. Most of them use 5 or more workstations. This is not a problem with an on-site ...
by TimStone
Wed Jan 15, 2020 7:02 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Genesis - mod harbour
Replies: 10
Views: 1530
PreviousNext

Return to advanced search