Search found 32 matches: tcs

Return to advanced search

Ancho de solapas (pestañas) del folder - Peticion

Antonio El api de windows permite que las pestañas (solapas) de un folder tengan un ancho igual, un ancho adecuado al texto que contienen y un ancho distribuido segun el ancho del control folder. pero fwh no respeta esas constantes, aun si son usadas desde reources, ni aun usando el metodo style de ...
by carlos vargas
Tue Oct 09, 2012 7:27 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Ancho de solapas (pestañas) del folder - Peticion
Replies: 0
Views: 360

Re: Folders multilinea ( Solved )

SurGom,

En mi .rc asi tengo la linea :

CONTROL "", 106, "SysTabControl32", 512 | WS_CHILD | WS_VISIBLE | WS_TABSTOP, 293, 5, 374, 358

pero al principio del archivo .rc tengo esto :

#define TCS_MULTILINE 512

Checa si por ahi va el asunto.


Saludos
by Raymundo Islas M.
Fri Apr 22, 2011 4:21 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Folders multilinea ( Solved )
Replies: 25
Views: 8067

Re: Folders multilinea ( Solved )

Hola necesito hacer un folder multilínea y utilizó workshop y al querer abrir el rc de ejemplos me da este error : 100: CONTROL "FOLDERS", 11, "SysTabControl32", 0 | WS_CHILD | WS_VISIBLE | TCS_MULTILINE, 4, 4, 324, 227 error 765 Expresión incompleta Hay alguna forma de poder abr...
by surGom
Wed Apr 20, 2011 11:58 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Folders multilinea ( Solved )
Replies: 25
Views: 8067

Re: Folders multilinea

Daniel, La unica diferencia que encontre fue : CONTROL " FOLDERS ",  11, "SysTabControl32", 0 | WS_CHILD | WS_VISIBLE | TCS_MULTILINE, 4, 4, 324, 227       <== En SamplesCONTROL ""       , 103, "SysTabControl32", 0 | WS_CHILD | WS_VISIBLE | TCS_MULTILINE, 5...
by Raymundo Islas M.
Wed Jun 16, 2010 3:41 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Folders multilinea ( Solved )
Replies: 25
Views: 8067

Re: Multiline Folders

Hi Antonio, Can you please check it? Thanks in advance. Hi, Is there any new solution for not using rc file. Thanks, Define #define TCS_MULTILINE 512 and After the line @ <r>, <c> FOLDER ... add this line:   oFld:nStyle := nOr( oFld:nStyle, TCS_MULTILINE ) This is enough to have ...
by Horizon
Thu May 13, 2010 1:52 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Multiline Folders
Replies: 32
Views: 7376

Re: Multiline Folders

Hi,

I think TabCtrl_AdjustRect() function calculate the wrong coordinates while TCS_MULTILINE is used in TFolder.prg.
by Horizon
Sat Apr 17, 2010 11:57 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Multiline Folders
Replies: 32
Views: 7376

Re: Multiline Folders

Hi, Is there any new solution for not using rc file. Thanks, Define #define TCS_MULTILINE 512 and After the line @ <r>, <c> FOLDER ... add this line:   oFld:nStyle := nOr( oFld:nStyle, TCS_MULTILINE ) This is enough to have prompts in multiline when folder is created from source...
by Horizon
Sat Apr 17, 2010 9:12 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Multiline Folders
Replies: 32
Views: 7376

Re: Multiline Folders

Hi, Is there any new solution for not using rc file. Thanks, Define #define TCS_MULTILINE 512 and After the line @ <r>, <c> FOLDER ... add this line:   oFld:nStyle := nOr( oFld:nStyle, TCS_MULTILINE ) This is enough to have prompts in multiline when folder is created from source...
by nageswaragunupudi
Sat Apr 17, 2010 3:15 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Multiline Folders
Replies: 32
Views: 7376

Para Manuel Mercado - ERRO TSBROWSE

Sr. Manuel, ao entrar na dialog eu posicionei o browse obrw3 com o browse obrw2 ( obrw3:nat:=obrw2:nat ), funcionou perfeitamente, porém percebi que a SCROLL BAR VERTICAL estava desposicionada, então arrastei ela, quando me aconteceu o erro abaixo mencionado: REDEFINE BROWSE oBrw3 ID 4002 OF oDlg FO...
by MGA
Thu Apr 17, 2008 11:27 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Para Manuel Mercado - ERRO TSBROWSE
Replies: 4
Views: 1183

Sr. Manuel oDlg1, é uma segunda DIALOG que tenho, só não postei a parte dela para não ficar muito extenso o código fonte: #include "FiveWin.ch" #INCLUDE "wcolors.ch" #INCLUDE "Voget.ch" #INCLUDE "BTNGET.ch" #INCLUDE "Image.ch" #Include "SSay.ch" #include "TSButton.ch" #include "TSBrowse.ch" #define ...
by MGA
Mon Apr 07, 2008 6:31 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: SR.MANUEL MERCADO-BKEYDOWN TSBROWSE
Replies: 14
Views: 5058

SGS wrote:REDEFINE BROWSE oBrw2 ID 4016 OF oDlg1 FONT fonte_TCS
Donde se define oDlg1?

Manuel Mercado
by mmercado
Mon Apr 07, 2008 5:57 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: SR.MANUEL MERCADO-BKEYDOWN TSBROWSE
Replies: 14
Views: 5058

DEFINE WINDOW oWndChild OF ownd MDICHILD TITLE "Touch Screen" icon oico color GetSysColor(COLOR_BTNFACE),GetSysColor(COLOR_BTNFACE) @ 8, 0 TABS oTabs PROMPTS " Vendas "," Outras Opções " OF oWndChild ; message "Escolha a opção"; ACTION ( aDlgs[ nDlg ]:Hide(), nDlg := nOption,; aDlgs[ nOption ]:Show(...
by MGA
Mon Apr 07, 2008 11:14 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: SR.MANUEL MERCADO-BKEYDOWN TSBROWSE
Replies: 14
Views: 5058

Charles,

Even if the style TCS_MULTILINE is not implemented yet, the SysTabControl32 control should be shown
by Antonio Linares
Mon Dec 10, 2007 8:48 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH Resources Editor - Speed test
Replies: 85
Views: 18077

Antonio -

I do use SysTabControl32 but I get a message that TCS_MULTILINE style is not found. Can you add that to the style list?

Regards,
Charles
by CharlesPratt
Mon Dec 10, 2007 8:43 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH Resources Editor - Speed test
Replies: 85
Views: 18077

Ditto on the checkboxes for control styles. RW won't even allow "TCS_MULTILINE" to be added to a folder style in RW so it has to be added by hand in the RC file.

Also, I've found that RC doesn't recognise some bitmap files.

Regards,
Charles Pratt
by CharlesPratt
Mon Dec 03, 2007 8:02 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FiveWin Visual IDE
Replies: 52
Views: 12881
Next

Return to advanced search