Search found 361 matches: flat

Return to advanced search

Re: flat style

I copy file from c:\fwh2111\samples\winxp\ to my source folder

Best regards
by mtajkov
Sun Apr 10, 2022 7:44 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: flat style
Replies: 6
Views: 419

Re: flat style

Enrico,
I have this line in my rc file:

1 MANIFEST "WindowsXP.Manifest"

But i get no flat controls.
by Detlef
Sun Apr 10, 2022 7:37 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: flat style
Replies: 6
Views: 419

Re: flat style

You have to include the manifest in your resource in order to get the flat style, or use the manifest file.

EMG
by Enrico Maria Giordano
Sun Apr 10, 2022 7:05 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: flat style
Replies: 6
Views: 419

Re: flat style

James, many thanks again for your reply. You are absolutely right, people judge a software by it's interface. I don't intend to fake windows 11 ui design for my program. But those sunken gets e.g. have a bit of smell like Windows 3.11 :? I just want to create a neat clean appearance for my work. The...
by Detlef
Sun Apr 10, 2022 9:41 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: flat style
Replies: 6
Views: 419

Re: flat style

Detlef, This will get you a flat panel on a window. Maybe you need to set the windows API values in your resource editor? #include "fivewin.ch"#include "winapi.ch"Function Main()   Local oWnd, oPanel1   Define ...
by James Bott
Sat Apr 09, 2022 11:01 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: flat style
Replies: 6
Views: 419

flat style

Hi all, I' still not able to get a dialog with flat controls when using Pelles rc editor for creation. All get and browse controls have a frame with a small inside shadow. https://www.hamelau.eu/tmp/borders.jpg Could anyone give ...
by Detlef
Sat Apr 09, 2022 7:13 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: flat style
Replies: 6
Views: 419

Re: Style of dialog

Thanks Mr. Rao.
I already found that.
But I'm not able to discover how the look of the Edit Dialog is made.
That flat style.
Is it due to the TScrollPanel?
I didn't yet work with panels.
by Detlef
Mon Apr 04, 2022 5:15 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Style of dialog
Replies: 10
Views: 777

Re: two dimensional array

... for k=1 to 10 For j=1 to 9 @ nrow,ncol BTNBMP oBtnNum[k,j] PROMPT "C"+ltrim(str(k))+"R"+lTrim(str(j)) ; SIZE xWidth,xHeight FLAT PIXEL OF oDlg NOROUND nrow+=xHeight +xSpace next ncol+=xWidth +xSpace nrow:= 25 next but the the oBtnNum[k,j] is no good Try this; for k=1 to 90  ...
by Silvio.Falconi
Fri Apr 01, 2022 7:08 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: two dimensional array - resolved!!
Replies: 5
Views: 353

Re: two dimensional array

... for k=1 to 10 For j=1 to 9 @ nrow,ncol BTNBMP oBtnNum[k,j] PROMPT "C"+ltrim(str(k))+"R"+lTrim(str(j)) ; SIZE xWidth,xHeight FLAT PIXEL OF oDlg NOROUND nrow+=xHeight +xSpace next ncol+=xWidth +xSpace nrow:= 25 next but the the oBtnNum[k,j] is no good Try this; for k=1 to 90  ...
by dutch
Fri Apr 01, 2022 1:45 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: two dimensional array - resolved!!
Replies: 5
Views: 353

two dimensional array - resolved!!

... for k=1 to 10 For j=1 to 9 @ nrow,ncol BTNBMP oBtnNum[k,j] PROMPT "C"+ltrim(str(k))+"R"+lTrim(str(j)) ; SIZE xWidth,xHeight FLAT PIXEL OF oDlg NOROUND nrow+=xHeight +xSpace next ncol+=xWidth +xSpace nrow:= 25 next but the the oBtnNum[k,j] is no good
by Silvio.Falconi
Wed Mar 30, 2022 10:35 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: two dimensional array - resolved!!
Replies: 5
Views: 353

btnbmp cargo

... save a state for k=1 to 11 for j=1 to 13 @ nrow,ncol BTNBMP oPrezziBtn[k+j] PROMPT transform(aImporti[j],"999.99") ; SIZE nSizeW,nSizeH FLAT PIXEL OF oDlg NOROUND oPrezziBtn[k+j]:cargo := {k,j,1} obviously at each cargo[3] value the btnbmp has its own color -at the beginning it has white ...
by Silvio.Falconi
Mon Mar 28, 2022 10:14 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: btnbmp cargo
Replies: 2
Views: 220

Re: add a number on Random

... // where is the table buttons AEval( aNatural, { |u,i| aNatural[ i ] := i } ) @xRow,xCol ButtonBMP oOpe[10] Prompt "+" size 30,30 PIXEL FLAT OF oDlg TOOLTIP "Aggiungi un numero"; action OneNumb(oBtnNum, oSay,@aNatural ) ..... Function OneNumb(oCmb, oSay,aNatural ) local atemp ...
by Silvio.Falconi
Sat Mar 26, 2022 10:47 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: add a number on Random
Replies: 8
Views: 523

Re: add a number on Random

... numbers except the one taken randomly, that is, the other way around I made : @xRow,xCol ButtonBMP oOpe[10] Prompt "+" size 30,30 PIXEL FLAT OF oDlg TOOLTIP "Aggiungi un numero"; WHEN Len( aNatural ) > 0 ; ACTION ( nAt := HB_RandomInt( 1, Len( aNatural ) ), ; AAdd( aLista, ...
by Silvio.Falconi
Sat Mar 26, 2022 8:04 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: add a number on Random
Replies: 8
Views: 523

Re: Archivo.env para xMate y VC2019

Este es el que uso yo. [Environment] Description 1=Harbour/FWH/MSVC2019 32 bits Description 2= Description 3= PRG Compiler ver=3.2 C compiler ver=2019 32 bits Subsystem=GTGUI Author=Carlos Vargas Last update=10/20/2021 [Advanced] Command types=1,1,1,1,1,1,1,1,1 [Harbour] HB_INSTALL=d:\compiler\harbo...
by carlos vargas
Wed Dec 01, 2021 6:49 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Archivo.env para xMate y VC2019
Replies: 4
Views: 577

Re: Ejemplo FUNCIONAL *hola mundo* FW + HARBOUR + BCC7.4

Conseguí descargarlo pulsando botón derecho del ratón y salvar como. Copio aqui el contenido de HelloWorld.hbp -hbexe -inc -Ic:\Joao\fwh\include #-trace #-static #-fullstatic -beep -nodefgt -gtgui -gui -prgflag=/n /m /d__FLAT__ -resflag=-D__FLAT__ Prg\HelloWorld.PRG -Lc:\Joao\fwh\lib -lfiveh -lfiveh...
by Antonio Linares
Wed Nov 24, 2021 4:48 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Ejemplo FUNCIONAL *hola mundo* FW + HARBOUR + BCC7.4
Replies: 19
Views: 2113
PreviousNext

Return to advanced search

cron