Search found 188 matches: groupbox

Return to advanced search

Re: GROUPBOX

Thank you very, very much for your ... now it is displaying as I wished...wonderful :-) may I check if I got TRANSPARENT right please ... is it overwriting the | <nClrBack> | The background color of the group.    | meaning if I put COLOR CLR_MSPURPLE, CLR_ORANGE TRANSPARENT CLR_ORANGE is omitt...
by Ruth
Tue Feb 27, 2024 8:37 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: GROUPBOX
Replies: 3
Views: 191

Re: GROUPBOX

#include "FiveWin.ch"#Define CLR_MSPURPLE nRGB( 0,   120, 215 ) //-> Purpura.#Define CLR_ORANGE   nRGB( 255, 165, 000 ) //-> Orange - LaranjaFUNCTION Main()  local oDlg, oGroup, oFont  // SetDlgGradient( { { 1, RGB( 199, 150, 237 ), RGB( 2...
by karinha
Tue Feb 27, 2024 7:22 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: GROUPBOX
Replies: 3
Views: 191

Re: GROUPBOX

Try removing TRANSPARENT. That is allowing the background to be seen in the control. REDEFINE GROUP [ <oGroup> ]; [ LABEL | PROMPT <cLabel> ]; [ ID <nId> ]; [ OF | WINDOW | DIALOG <oWnd> ]; [ COLOR <cClrFore> [, <nClrBack> ] ]; [ FONT <oFont> ]; [ TRANSPAREN...
by TimStone
Tue Feb 27, 2024 7:16 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: GROUPBOX
Replies: 3
Views: 191

GROUPBOX

... can you help me once again. also ... may I ask about the meaning of TRANSPARENT. Again kind regards :-) Ruth https://mybergland.com/ruth/groupbox.jpg
by Ruth
Tue Feb 27, 2024 6:32 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: GROUPBOX
Replies: 3
Views: 191

Re: RC to PRG generator

Antonio. I've already done some tests and I couldn't identify the GoupBox control. The control is assigned to the BUTTON type. I needed a way to identify the BS_GROUPBOX too.  CONTROL "Guias Anteriores", 1101, "Button", BS_GROUPBOX, 2, 13, 135, 22  CONTROL "Atualiz...
by Giovany Vecchi
Mon Feb 12, 2024 11:12 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: RC to PRG generator
Replies: 23
Views: 1243

Re: Color a Groupbox Frame

Perfect, // Testing Groups#include "FiveWin.ch"#include "WColors.ch"#Define CLR_ORANGE     nRGB( 255, 165, 000 ) //-> Orange     - Laranja//----------------------------------------------------------------------------//FUNCTION Main()  &...
by karinha
Tue Jun 13, 2023 4:49 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Color a Groupbox Frame
Replies: 23
Views: 1203

Re: Color a Groupbox Frame

I don't use BCC55. I use BCC 7.3. *** FWH-20.07, xHarbour 1.2.3 Build 20190603, Borland C++7.30, PellesC *** With your scripts (making adjustments to my paths) it compiles and works perfect. Maybe it's something in your path. Could you indicate what compile/linking error you have ? Regards, Carlos,...
by karinha
Tue Jun 13, 2023 2:02 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Color a Groupbox Frame
Replies: 23
Views: 1203

Re: Color a Groupbox Frame

To All Antonio sent me this simple FW solution ... ACTIVATE DIALOG oDlg ON INIT ( SetWindowTheme( oGroupBox:hWnd, "", "" ), .T. ) Just substitute your oGroupbox variable into the above code .. Many thanks to Antonio ! Rick Lipkin ps .. this code presumes that you are using the Wi...
by Rick Lipkin
Tue Jun 13, 2023 1:02 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Color a Groupbox Frame
Replies: 23
Views: 1203

Re: Color a Groupbox Frame

I don't use BCC55. I use BCC 7.3.

*** FWH-20.07, xHarbour 1.2.3 Build 20190603, Borland C++7.30, PellesC ***

With your scripts (making adjustments to my paths) it compiles and works perfect.

Maybe it's something in your path.

Could you indicate what compile/linking error you have ?

Regards,
by Cgallegoa
Mon Jun 12, 2023 9:23 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Color a Groupbox Frame
Replies: 23
Views: 1203

Re: Color a Groupbox Frame

... 130STYLE DS_MODALFRAME | 0x4L | WS_POPUP | WS_CAPTION | WS_SYSMENUCAPTION "Testeando el TGroup"FONT 8, "MS Sans Serif"{ GROUPBOX "Mensaje desde RECURSO", 101, 10, 6, 156, 82, BS_GROUPBOX | WS_GROUP EDITTEXT 502, 13, 15, 149, 69, ES_CENTER | ES_MULTILINE ...
by karinha
Mon Jun 12, 2023 1:20 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Color a Groupbox Frame
Replies: 23
Views: 1203

Re: Color a Groupbox Frame

PRUEBA.MAK ############################################################################### Template make file for FWH and Borland Make tool                           #####################################################################...
by karinha
Mon Jun 12, 2023 11:39 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Color a Groupbox Frame
Replies: 23
Views: 1203

Re: Color a Groupbox Frame

Carlos, With XHBBCC74 and BCC74 it doesn't work at all. Please see if I made a mistake in modifying your SCRIPT which is terrible. haha ha. Con XHBBCC74 y BCC74 no funciona en absoluto. Vea si cometí un error al modificar su SCRIPT, lo cual es terrible. jajaja. CX.BAT @ECHO OFFIf Exist PRUEBA1.EXE D...
by karinha
Mon Jun 12, 2023 11:38 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Color a Groupbox Frame
Replies: 23
Views: 1203

Re: Color a Groupbox Frame

João,

Full Source TSLINES.PRG, BCPAINT.C, TSLINES.CH, TSLINES.LIB (xHarbour, BORLAND 7.3), TESTLIN3.PRG, TESTLIN3.RC, TESTLIN3.EXE and BATCH's/Script for Lib and Exe.

Here all is working fine.

https://mega.nz/file/RvU0lSwB#8-5ACpCKv5XgLJhGsGGL-Sj8DoW84lrtOc3yYBF2EEw

Regards,
by Cgallegoa
Mon Jun 12, 2023 12:38 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Color a Groupbox Frame
Replies: 23
Views: 1203

Re: Color a Groupbox Frame

WITH BCC55 compila WITH BCC74 NO compila!

Code: Select all  Expand view

@ECHO OFF
C:\BCC74\BIN\BCC32 -D__HARBOUR__ -O2 -c -Ic:\BCC74\include;c:\XHBBCC74\include;c:\fwh1905\include %1
 


Thanks.

Regards, saludos.
by karinha
Mon Jun 12, 2023 12:16 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Color a Groupbox Frame
Replies: 23
Views: 1203

Re: Color a Groupbox Frame

NO FUNCIONA: SBUTTON7 C:\BCC74\BIN\BCC32 -M -c -O2 -D__HARBOUR__;HB_API_MACROS;HB_FM_STATISTICS_OFF -I%C:\FWH1905\INCLUDE;C:\XHBBCC74\INCLUDE;C:\BCC74\INCLUDE% -tW BPAINT.c >> LOGFILE.TXTxHarbour 1.2.3 Intl. (SimpLex) (Build 20201212)Copyright 1999-2020, http://www.xharbour.org...
by karinha
Sun Jun 11, 2023 11:54 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Color a Groupbox Frame
Replies: 23
Views: 1203
Next

Return to advanced search