Search found 360 matches: flat

Return to advanced search

Ajustar compilacion y linkado compilador MSVC Microsoft

Saludos a todos. Estoy usando Borland 7.40 como compilador y el editor el Fivedit, con el que no tengo problema, pero mi objetivo futuro seria pasarme a 64 bits. y ahi creo que la mejor opcion es el compilador de Microsoft , es por lo que estoy haciendo pruebas con la version de 32 bits que tengo de...
by jvtecheto
Thu Oct 12, 2023 6:47 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Ajustar compilacion y linkado compilador MSVC Microsoft
Replies: 1
Views: 159

Re: How to make TFOLDEREX in FLAT style?

...  local oDlg, oFld   DEFINE DIALOG oDlg SIZE 400,300 PIXEL TRUEPIXEL ;      TITLE "FOLDEREX FLAT STYLE by Leandro"   @ 10,10 FOLDEREX oFld ADJUST OF oDlg SIZE 380,280 PIXEL ;      PROMPT "Monday", "Tuesday", ...
by nageswaragunupudi
Tue Sep 26, 2023 11:44 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to make TFOLDEREX in FLAT style?
Replies: 11
Views: 675

Re: How to make TFOLDEREX in FLAT style?

hi Dutch, Can I DISABLE TAB (disable color) for TFOLDER? in CLASS TFolderEx() there is METHOD DisableTab( nOption ) CLASS TFolderEx   DEFAULT nOption := ::nOption   IF ::aEnable[ nOption ]      ::aEnable[ nOption ] = .F.      ::aDialogs[ nOption ]:Disable()   ...
by Jimmy
Tue Sep 26, 2023 6:49 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to make TFOLDEREX in FLAT style?
Replies: 11
Views: 675

Re: How to make TFOLDEREX in FLAT style?

Dear Dutch,

Please try Leandro's solution as it seems a very good one:

viewtopic.php?p=263934&sid=1638a370ada5b0acba8110c25770d52a#p263934
by Antonio Linares
Tue Sep 26, 2023 6:14 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to make TFOLDEREX in FLAT style?
Replies: 11
Views: 675

Re: How to make TFOLDEREX in FLAT style?

Dear Antonio,

Can I DISABLE TAB (disable color) for TFOLDER?
Antonio Linares wrote:Dear Dutch,

We need to modify METHOD PaintTB() so tabs are painted in different styles. Looking for a way to do it
by dutch
Tue Sep 26, 2023 1:33 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to make TFOLDEREX in FLAT style?
Replies: 11
Views: 675

Re: How to make TFOLDEREX in FLAT style?

Creo que tambien te puede funcionar @ 0, 0 FOLDEREX oFld1 PIXEL PROMPTS "Pendientes", "Despachados" OF oP SIZE oP:nWidth, oP:nHeight TAB HEIGHT 40 ON CHANGE EVAL(cbRecibe) NOBORDER    WITH OBJECT oFld1        :aGradSel       :=...
by leandro
Mon Sep 25, 2023 10:13 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to make TFOLDEREX in FLAT style?
Replies: 11
Views: 675

Re: How to make TFOLDEREX in FLAT style?

hi,

Code: Select all  Expand view
  oTab := TFolderEx() :New( .. )
   // disable visual Style
   SetWindowTheme( oTab:hWnd, "", "" )
by Jimmy
Mon Sep 25, 2023 12:55 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to make TFOLDEREX in FLAT style?
Replies: 11
Views: 675

Re: How to make TFOLDEREX in FLAT style?

Dear Jimmy,

How to do it ? thank you
by Antonio Linares
Mon Sep 25, 2023 5:34 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to make TFOLDEREX in FLAT style?
Replies: 11
Views: 675

Re: How to make TFOLDEREX in FLAT style?

hi Dutch

have you try to disable "visual Style" for TFOLDEREX :?:
by Jimmy
Sun Sep 24, 2023 9:24 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to make TFOLDEREX in FLAT style?
Replies: 11
Views: 675

Re: How to make TFOLDEREX in FLAT style?

Dear Dutch,

We need to modify METHOD PaintTB() so tabs are painted in different styles. Looking for a way to do it
by Antonio Linares
Sun Sep 24, 2023 8:02 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to make TFOLDEREX in FLAT style?
Replies: 11
Views: 675

Re: How to make TFOLDEREX in FLAT style?

Dear Antonio, I use FOLDER for many years but the disable folder tab and enable is the same. I test TFOLDEREX is show different (that I need). I just need TFOLDER that show disable tab as disable object as TFOLDEREX. https://i.postimg.cc/FRd9G3b3/1695373819611.jpg Dear Dutch, Please ...
by dutch
Sat Sep 23, 2023 4:32 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to make TFOLDEREX in FLAT style?
Replies: 11
Views: 675

Re: How to make TFOLDEREX in FLAT style?

Dear Dutch,

Please provide a screenshot with the folderex look that you wish
by Antonio Linares
Fri Sep 22, 2023 1:46 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to make TFOLDEREX in FLAT style?
Replies: 11
Views: 675

How to make TFOLDEREX in FLAT style?

Dear All,

I need to change TFOLDEREX UI as FLAT style. How can I do it?

Thanks in advance,
by dutch
Fri Sep 22, 2023 9:19 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to make TFOLDEREX in FLAT style?
Replies: 11
Views: 675

Re: De *.C Para *.Obj en BCC74 no funciona más.

Perfect, Perfecto Enrico. Último archivo.c con errores: c:\TTaskPan>C:\BCC74\bin\bcc32 -c -Ic:\XHBBCC74\include;c:\fwh1905\include -D__HARBOUR__ -D__FLAT__ c_themeGDI.c Embarcadero C++ 7.40 for Win32 Copyright (c) 1993-2018 Embarcadero Technologies, Inc. c_ThemeGDI.c: Warning W8071 c_ThemeGDI.c 7...
by karinha
Mon Sep 11, 2023 12:18 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: De *.C Para *.Obj en BCC74 no funciona más.
Replies: 84
Views: 39912

Re: De *.C Para *.Obj en BCC74 no funciona más.

Que hago ahora en este archivo? c:\TTaskPan>C:\BCC74\bin\bcc32 -c -Ic:\XHBBCC74\include;c:\fwh1905\include -D__HARBOUR__ -D__FLAT__ c_dibbmp.C Embarcadero C++ 7.40 for Win32 Copyright (c) 1993-2018 Embarcadero Technologies, Inc. c_DibBmp.c: Warning W8012 c_DibBmp.c 488: Comparing signed and unsig...
by karinha
Fri Sep 08, 2023 6:53 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: De *.C Para *.Obj en BCC74 no funciona más.
Replies: 84
Views: 39912
PreviousNext

Return to advanced search

cron