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 ...
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...
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 ...
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...
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...
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...
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 ...
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.