Search found 188 matches: minimize

Return to advanced search

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)

... "BrwCli" 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

TWebView window size

...   oWebView:RUN()    oWebView:Destroy()        return nil and at the moment the user is able to almost completly minimize it with the mouse. here i send a picture to visualize it: https://mybergland.com/ruth/webview.jpg thank you a lot in advance and ...
by Ruth
Thu Feb 01, 2024 7:57 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: TWebView window size
Replies: 14
Views: 854

Re: hash for storing variables

... programming, although it does not encompass all aspects of OOP. Centralizing style definitions and avoiding redundancies are important to minimize conflicts and maintenance issues.
by Otto
Tue Nov 28, 2023 8:40 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: hash for storing variables
Replies: 7
Views: 527

Re: Small Question about Word and FWH

Dear Michel, > 1. How do I open my document minimized? odoc := oWord:Documents:Open( cFile ) odoc:WindowState := 1 // wdWindowStateMinimize > How do I minimize a document that already has been opened, without using oWord:Visible := .F. which ...
by Antonio Linares
Thu Jul 13, 2023 4:48 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Small Question about Word and FWH
Replies: 29
Views: 1151

Small Question about Word and FWH

Hello,

If I open a Word document in my application by using:

odoc := oWord:Documents:Open(cFile)

1. How do I open my document minimized?
2. How do I minimize a document that already has been opened, without using oWord:Visible := .F. which minimizes all my opened Word documents?

Thanks.
by driessen
Wed Jul 12, 2023 11:20 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Small Question about Word and FWH
Replies: 29
Views: 1151

Re: Read API data one by one or in block

... at a time or in larger batches. However, if you need to retrieve the data frequently, it may be more efficient to retrieve it in larger batches to minimize the number of connections you need to make. What are the requirements of the API? Some APIs may have limits on the number of requests you can ...
by Antonio Linares
Mon Dec 19, 2022 9:27 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Read API data one by one or in block
Replies: 1
Views: 254

Re: ¿Se puede Salir de un dialogo y Retornar al mismo punto?

Jose Punto 1: Es por el move y el refresh y el center No se me ocurre como solucionarlo. Punto 2: Puedes hacer que cada vez que se minimize muestre la barra oWnd:bResized := {if(oWnd:IsIconic(),oBar:Show(),nil)   }   el punto 3 (la imagen de fondo) ...
by cmsoft
Sat Oct 15, 2022 2:00 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: ¿Se puede Salir de un dialogo y Retornar al mismo punto?
Replies: 12
Views: 1229

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: 803

Re: ACTIVATE DIALOG oDlg CENTERED AS MDICHILD

... Recursos 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: 881

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: 881

Re: Fwh19.05 - New Class TDockPnel

is possible add Images on the right side, like the bellow?

Image
by vilian
Wed Oct 07, 2020 4:57 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Fwh19.05 - New Class TDockPnel
Replies: 93
Views: 16157

Re: Fwh19.05 - New Class TDockPnel

In function MenuPopup add

//
MENUITEM "Minimize" ACTION o:oWnd:oWnd:Minimize() // oWindow:Minimize // So oWindow is object window principal and static variable
by cnavarro
Wed Oct 07, 2020 3:14 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Fwh19.05 - New Class TDockPnel
Replies: 93
Views: 16157
Next

Return to advanced search