Search found 96 matches: thickframe

Return to advanced search

Re: Resizing the window

Yes, the WS_THICKFRAME style is suitable, only the frame turns out to be wide and not beautiful :(
by Natter
Wed Jun 15, 2022 9:03 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Resizing the window
Replies: 6
Views: 484

Re: Dlg2Wnd

Detlef,

If you use the style WS_THICKFRAME in your dialog then you will be able to resize it
by Antonio Linares
Tue Apr 12, 2022 9:30 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Dlg2Wnd
Replies: 11
Views: 600

Re: Focus error on this new project

This is also in the code because of the sample. Maybe not needed also. I don't open dialogs when other are already open. In best way, I just open a extra Xbrowse for looking up (customers, products,...) // from the sample, but not mine HideDlg( 1 ) IF ValType( oDlgRB[ 1 ] ) <> "O" .....
by Marc Venken
Thu Dec 09, 2021 2:16 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Focus error on this new project
Replies: 16
Views: 1146

Focus error on this new project

For a new project, I was combining serveral new functions to have a nicer looking program. I use as always some sample programs for starting things up. There is also 'child' windows, so that could be it also, but I never used (MDI, Child),... In this program I try to use : Window, Dialog, ribbonbar,...
by Marc Venken
Thu Dec 09, 2021 10:10 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Focus error on this new project
Replies: 16
Views: 1146

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: scroll on folder

On explorer bar there is a dispositive create a vertical scroll when we resize it...why we cannot insert it on folder class ? here a test ( but not run) #include "fivewin.ch" #include "constant.ch" #define WS_VSCROLL 2097152 // 0x00200000L Function test() Local oDlg,oFolder,oVScr...
by Silvio.Falconi
Sun Feb 11, 2018 4:08 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: scroll on folder
Replies: 6
Views: 1116

Re: SET MSGBAR en DIALOG

Karinha, uso PellesC, WS_THICKFRAME esta en "NO" igual si lo pongo en "SI" sigue haciendo lo mismo
by albeiroval
Mon Feb 05, 2018 1:48 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: SET MSGBAR en DIALOG (Resuelto)
Replies: 7
Views: 1099

Re: Richedit on a dialog

I tried and run but I have problems http://www.eoeo.it/wp-content/uploads/2016/04/vv.jpg I use a Dialog and not a Window I use a Dialog style WS_OVERLAPPED oDlgModelli:nStyle := nOr( WS_OVERLAPPED,WS_THICKFRAME,WS_SYSMENU,WS_MAXIMIZEBOX, 0 ) then I resize all controls of the dialog i...
by Silvio.Falconi
Wed Apr 20, 2016 8:06 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Richedit on a dialog
Replies: 17
Views: 8927

Some problems after the WIN10 - update

Hello, yesterday I updated to WIN 10 All compiled and new compiled windows and dialogs changed Titles are not centered anymore All borders are missing Titletext is light grey and shown on a white background DEFINE WINDOW oWndMain FROM 5, 5 TO 450, 600 PIXEL ; TITLE SPACE(50) + cPaintTitle MENU TMenu...
by ukoenig
Fri Aug 07, 2015 9:47 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Some problems after the WIN10 - update
Replies: 5
Views: 1510

Re: ResEdit - Dialogos

José Luis; seguramente cuando este "mas tranquilo" con este proyecto voy a entrar en el uso de PellesC (que en otro momento lo instalé y probé... pero nunca le encontré la vuelta para ver en modo grafico, o sea veía el fuente del .rc) Antonio; mi línea STYLE está definida así: STYLE DS_3D...
by joseluisysturiz
Thu Aug 06, 2015 4:36 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: ResEdit - Dialogos (SOLUCIONADO)
Replies: 13
Views: 1427

Re: ResEdit - Dialogos

Mario,

Si lo que quieres es que no pueda redimensionarse, elimina estos estilos (en negrita):

STYLE DS_3DLOOK | DS_ABSALIGN | DS_CONTROL | DS_MODALFRAME | DS_SETFONT | WS_CAPTION | WS_VISIBLE | WS_CHILDWINDOW | WS_THICKFRAME | WS_SYSMENU
by Antonio Linares
Thu Aug 06, 2015 3:17 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: ResEdit - Dialogos (SOLUCIONADO)
Replies: 13
Views: 1427

Re: ResEdit - Dialogos

Esto: WS_THICKFRAME és ON.
by karinha
Thu Aug 06, 2015 1:32 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: ResEdit - Dialogos (SOLUCIONADO)
Replies: 13
Views: 1427

Re: ResEdit - Dialogos

José Luis; seguramente cuando este "mas tranquilo" con este proyecto voy a entrar en el uso de PellesC (que en otro momento lo instalé y probé... pero nunca le encontré la vuelta para ver en modo grafico, o sea veía el fuente del .rc) Antonio; mi línea STYLE está definida así: STYLE DS_3DL...
by MarioG
Thu Aug 06, 2015 12:25 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: ResEdit - Dialogos (SOLUCIONADO)
Replies: 13
Views: 1427

Re: ResEdit - Dialogos

Karina; No veo que tenga THICK FRAME, o alguna referencia a ello. Incluí WS_THICKFRAME en el fuente .rc, peo el comportamiento no cambió Jose; es un dlg con get, says, botones y xbrowse, se ve así, al inicio: http://i795.photobucket.com/albums/yy237/MLimonG/Redimensionable0.png Acá l...
by MarioG
Wed Aug 05, 2015 7:20 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: ResEdit - Dialogos (SOLUCIONADO)
Replies: 13
Views: 1427

Re: ResEdit - Dialogos

En ResEdit, no hay THICK FRAME On/Off ? Algo asi: WS_THICKFRAME DLG_ATUALIZACAO_DOS_SALDOS DIALOG 37, 70, 530, 146STYLE DS_ABSALIGN | DS_MODALFRAME | 0x4L | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_THICKFRAMECAPTION "SCE - SISTEMA DE GERENCIAMENTO EMPRESARIAL - ATUALIZAÇÃO DE SALDOS - MOVIMENTO ...
by karinha
Wed Aug 05, 2015 1:17 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: ResEdit - Dialogos (SOLUCIONADO)
Replies: 13
Views: 1427
Next

Return to advanced search