Search found 60 matches: minimizebox

Return to advanced search

Re: TITLE CLASS BUG with oDLg TRansparent

seem not run ok TTItle class with a dialog TRansparent DEFINE DIALOG oDlg SIZE aCooDlg[1], aCooDlg[2] PIXEL TRUEPIXEL; FONT oFont TITLE "Configurazione" COLOR CLR_BLACK, rgb(245,245,235) TRANSPARENT; STYLE nOR( DS_MODALFRAME, WS_POPUP, WS_CAPTION, WS_SYSMENU, ; WS_MINIMIZEBOX) ICON oIcon ...
by Silvio.Falconi
Mon Mar 18, 2024 7:31 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: TITLE CLASS BUG with oDLg TRansparent - RESOLVED-
Replies: 9
Views: 1637

Re: TITLE CLASS BUG with oDLg TRansparent

seem not run ok TTItle class with a dialog TRansparent DEFINE DIALOG oDlg SIZE aCooDlg[1], aCooDlg[2] PIXEL TRUEPIXEL; FONT oFont TITLE "Configurazione" COLOR CLR_BLACK, rgb(245,245,235) TRANSPARENT; STYLE nOR( DS_MODALFRAME, WS_POPUP, WS_CAPTION, WS_SYSMENU, ; WS_MINIMIZEBOX) ICON oIcon ...
by nageswaragunupudi
Mon Mar 18, 2024 5:08 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: TITLE CLASS BUG with oDLg TRansparent - RESOLVED-
Replies: 9
Views: 1637

Re: TITLE CLASS BUG with oDLg TRansparent

What about? If you like it, I'll post the code. ¿Que tal? Si te gusta, publicaré el código. https://imgur.com/vZ67LOJ https://i.imgur.com/vZ67LOJ.png I LOVE FIVEWIN!! hahahahahaha, Regards, saludos. You still haven't understood anything!!!! and you insist on taking the piss ...
by Silvio.Falconi
Sun Mar 17, 2024 2:59 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: TITLE CLASS BUG with oDLg TRansparent - RESOLVED-
Replies: 9
Views: 1637

TITLE CLASS BUG with oDLg TRansparent - RESOLVED-

seem not run ok TTItle class with a dialog TRansparent DEFINE DIALOG oDlg SIZE aCooDlg[1], aCooDlg[2] PIXEL TRUEPIXEL; FONT oFont TITLE "Configurazione" COLOR CLR_BLACK, rgb(245,245,235) TRANSPARENT; STYLE nOR( DS_MODALFRAME, WS_POPUP, WS_CAPTION, WS_SYSMENU, ; WS_MINIMIZEBOX) ICON oIcon @...
by Silvio.Falconi
Fri Mar 15, 2024 3:55 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: TITLE CLASS BUG with oDLg TRansparent - RESOLVED-
Replies: 9
Views: 1637

Resizing the window

Hi,

There is a window (TWindow) in the style (WS_BORDER, WS_MINIMIZEBOX, WS_SYSMENU), I need to prohibit moving the window borders with the mouse (resizing the window). How to do it ?
by Natter
Sat Jun 11, 2022 6:40 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Resizing the window
Replies: 6
Views: 484

Re: Como Minimizar un DIALOG usando recursos

Prueba a añadirle el estilo WS_MINIMIZEBOX en el recurso
by Antonio Linares
Fri Nov 16, 2018 1:02 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Como Minimizar un DIALOG usando recursos (resuelto)
Replies: 3
Views: 690

Problem with scroll and bRush

I insert a brush into image and I try to make a scroll of a dialog when i move the scroll the bruh make error see here : https://s33.postimg.cc/74wtlgf0v/Immagine.png How I can resolve it ? DEFINE BRUSH oBrush1 FILENAME ".\bitmaps\spiaggia.bmp" DEFINE DIALOG oDlg SIZE 1100,...
by Silvio.Falconi
Thu Aug 09, 2018 4:48 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problem with scroll and bRush
Replies: 2
Views: 498

Re: Minimize Problem.

Hakan, If you use the style WS_MINIMIZEBOX with the dialog, then you may be able to minimize it: #include "FiveWin.ch"function Main()   local oDlg   DEFINE DIALOG oDlg STYLE nOr( WS_POPUP, WS_VISIBLE, WS_CAPTION, WS_SYSMENU, WS_THICKFRAME,;    ...
by Antonio Linares
Wed Apr 08, 2015 12:14 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Minimize Problem.
Replies: 2
Views: 470

Re: DIALOGO CON SCROLL

Lo manejo así para dividir el dialogo y poder tener una parte del dialogo de tamaño dinámico(scrol) DEFINE DIALOG oDlgHot TITLE HB_OEMTOANSI(" xxxxx"); FROM 0,0 TO ( 820 * nAjuWin ) + nLinAdi,1250 ; COLORS CLR_BLACK,RGB(224,232,248) ; STYLE nOr(WS_POPUP, ; WS_VISIBLE, ; WS_VSCROLL, ; WS_C...
by joseluisysturiz
Sun Sep 14, 2014 3:20 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: DIALOGO CON SCROLL - TEMA CERRADO
Replies: 8
Views: 1818

Re: DIALOGO CON SCROLL

Lo manejo así para dividir el dialogo y poder tener una parte del dialogo de tamaño dinámico(scrol) DEFINE DIALOG oDlgHot TITLE HB_OEMTOANSI(" xxxxx"); FROM 0,0 TO ( 820 * nAjuWin ) + nLinAdi,1250 ; COLORS CLR_BLACK,RGB(224,232,248) ; STYLE nOr(WS_POPUP, ; WS_VISIBLE, ; WS_VSCROLL, ; WS_CA...
by russimicro
Sun Sep 14, 2014 3:24 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: DIALOGO CON SCROLL - TEMA CERRADO
Replies: 8
Views: 1818

Re: (Soluc xEdit.) Gracias Postinelli,Valdenebro,Carlos Mora

Hola buenas tardes, esperando que se encuentren bien,les envio cordial saludos. Hola Postinelli y Valdenebro, me dirijo a ustedes,ya que usan la herramienta de xEdit 3.2.0 ,y con sus experiencias de usar y configurar misma herramienta,que estoy seguro que al igual usa recursos Pelles C . Ando atorad...
by ACC69
Tue Jul 08, 2014 6:30 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Re: (Soluc xEdit.) Gracias Postinelli,Valdenebro,Carlos Mora
Replies: 17
Views: 4363

Re: XBrowse - Midi y lRegistered

Jose Luis, asi es como lo he hecho, si puedo echarte una mano en lo que esté a mi alcance...... .../... local cControl := "TPanel" local aPnels := {} local aClrPnels := {} local oBrush1 local cPanel := "wcia21.bmp" //"wcia2.bmp" Local oBrw1 Local oBrw2 hDC := GetDeskTop...
by cnavarro
Thu Feb 21, 2013 5:00 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: XBrowse - Midi y lRegistered
Replies: 14
Views: 2524

Re: xBrowse-Memory, something to Relax ( Download )

Christian, thanks for the Response. I will have a look at this. 2. prevent to expand the window of the game. DEFINE DIALOG oDlg1 FROM 5, 0 TO 695, 1010 TITLE "MEMORY 1.1 / 12-Sept-2012" PIXEL oDlg1:nStyle += (WS_MINIMIZEBOX + WS_MAXIMIZEBOX) Got it working with the Solution from Mr. Rao !!...
by ukoenig
Tue Sep 11, 2012 9:49 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: xBrowse-Memory, something to Relax ( UPDATE 3.1 new )
Replies: 14
Views: 7560

Galeria fotografica clase tscrdlg

Foro: Estoy implementando una galería fotográfica con un scroll tanto horizontal como vertical, para ello uso la clase tscrdlg de Eric Yang. Hasta donde puedo modificar los valores de… # define D_WIDTH 08 && 06 && 04 DIP # define D_HEIGHT 36 && 24 && 13 ¿ Qué problema...
by J. Ernesto
Fri Jan 27, 2012 8:44 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Galeria fotografica clase tscrdlg
Replies: 0
Views: 548

Re: MouseMove no ListBox

Boa tarde Veja o exemplo abaixo. Funciona bem. Ficheiro Prg dbSelectArea("PRO") PRO->(OrdSetFocus("DDATA")) DEFINE DIALOG oDlg RESOURCE DIALOG_1 TITLE (Titulo) REDEFINE LISTBOX oLbx; FIELDS dtoc(PRO->DDATA), PRO->VENDE; FIELDSIZES 60, 70; HEADERS "Data", "...
by j.fmagalhaes
Sat Aug 27, 2011 1:36 pm
 
Forum: All products support
Topic: MouseMove no ListBox
Replies: 2
Views: 1667
Next

Return to advanced search