topic stringlengths 1 63 | text stringlengths 1 577k ⌀ |
|---|---|
BOX change color how? | Thank you for your answer.
Here are more infos.
Tanti saluti
Otto
// Class. Mainly used for Automatic Alignment techniques
#include "FiveWin.ch"
#ifdef __XPP__
#define Super ::TControl
#define New _New
#endif
//----------------------------------------------------------------------------//
CLASS TInvoice... |
BOX change color how? | [quote="Otto":3g3bi4qj]Thank you for your answer.
Here are more infos.[/quote:3g3bi4qj]
Your class inherits from TControl. Then, if I'm not wrong, you are calling TWindow:Box() method that doesn't have nPen parameter, right?
EMG |
BOX change color how? | You are right.
You think I could draw my own box - 4 lines?
Regards
Otto |
BOX change color how? | This is a working sample:
[code:i2b9r21q]#include "Fivewin.ch"
FUNCTION MAIN()
LOCAL oDlg
DEFINE DIALOG oDlg
ACTIVATE DIALOG oDlg;
ON PAINT DRAWBOX( oDlg, hDC, 10, 10, 100, 100, CLR_HRED );
CENTER
RETURN NIL
STATIC FUNCTION DRAWBOX( oDlg, hDC, n... |
BOX change color how? | Thank you.
Otto |
BOX ROUND | HOW create the header round as the HEADER OF OUTLOOK 2003 ? |
BOX with html | How create a small box to call a html page ? |
BOX with html | Silvio,
You can use a SAY with no text or "[ ]" (etc.) like in this example:
[code:37xfefmi]
#include "FiveWin.ch"
Function Main()
LOCAL oDLG,oBRU, oSAY, oSAY1, oHand
DEFINE CURSOR oHand HAND
DEFINE BRUSH oBru FILENAME ( "SPLASH.BMP" )
DEFINE DIALOG oDLG ;
TITLE "Intranet Help" ;
S... |
BOX with html | sorry I am explaining bad
I want open a Tpanel when I open the main window of my application and show into a page ( html) |
BOX with html | Silvio,
Please review FWH\samples\webexp.prg
is it what you want ? |
BROWSE CON ARRAY ALGUIEN ME LO EXPLICA | Alguien me podria explicar como usar BROWSE con ARRAY,
yo uso TSBROWSE,, ahi defino con ADD COLUMN TO Obrw ARRAY ELEMENT
algun ejemplo util
GRACIAS |
BROWSE CON ARRAY ALGUIEN ME LO EXPLICA | Algun Ejemplo URGENTE |
BROWSE CON ARRAY ALGUIEN ME LO EXPLICA | Pon una copia de tu pregunta en la sección de FWH, posiblemente puedan orientarte.
Nosotros no sabemos como ayudarte pues TSBrowse no es estandard de FWH y no estamos familiarizados con él. |
BROWSE DE HERNAN | Consegue me disponibilizar uma versao mais nova da classe wBrowse... por favor ?
att
Gilberto |
BROWSE DE HERNAN | [quote="Giba_Fro":3gnbx1wp]Consegue me disponibilizar uma versao mais nova da classe wBrowse... por favor ?
att
Gilberto[/quote:3gnbx1wp]
Abandone isso. Atualize sua versão do Fivewin com o Gilmer tavares: <!-- e --><a href="mailto:gilmer@fivewin.com.br">gilmer@fivewin.com.br</a><!-- e --> e comece a usar o poder da ... |
BROWSE DE HERNAN | Muchas gracias Carlos
me funcionó muy bien |
BROWSE DE HERNAN | Adquirí en diciembre la versión de FWH 2019
De casualidad alguien tendrá la librería
del browser de Hernán Diego Cesarelli
para la ultima versión de xharbour 1.2.3. Pcode versión 10 bcc7
no la he podido construir
gracias de antemano |
BROWSE DE HERNAN | [url:1751t0w4]https://castillolawyers.zapto.org/owncloud/index.php/s/JUMoQWiHRSfmcuP[/url:1751t0w4]
incluida las lib para harbour y xharbour.
se construye las lib usando xmate.
[url:1751t0w4]https://castillolawyers.zapto.org/owncloud/index.php/s/st8i36O5ESv97cz[/url:1751t0w4]
si deseas... |
BROWSE DESDE FOLDER | Necesito crear un folder que algunos de los dialogos tengan listbox tomo el ejemplo testfld y le añado una pestaña mas con un listbox y me genera el siguiente error :
Can´t create dialogbox y despues me dice que no esta Identificado el control
Non defined Id No. 10
aqui esta el codigo fuente
#include "FWCE.ch"
funct... |
BROWSE DESDE FOLDER | Mario,
Prueba a incluir esta línea en el PRG:
#include "FWCE.ch"
function Main()
local oWnd, cValue, cText := "Hello world!"
DEFINE WINDOW oWnd TITLE "Folders"
[color=red:ubjqtnvw]TWBrowse()[/color:ubjqtnvw]
@ 0.5, 1 FOLDER oFld PROMPTS "One", "Two" , "Three" ;
DIALOGS "sub1", "sub2" , "sub3" ;
SIZE 225, 245
..... |
BROWSE DESDE FOLDER | Antonio
Gracias por responder pero Incluyo la Linea TWBrowse()
y sigue generando el mismo error. |
BROWSE DESDE FOLDER | Mario,
Asi funciona bien:
[code:31igu480]
#include "FWCE.ch"
function Main()
local oWnd, cValue, cText := "Hello world!", oLbx
DEFINE WINDOW oWnd TITLE "Folders"
USE ( CurDir() + "\Customer" )
oLbx := TWBrowse():New( 100, 100 )
... |
BROWSE DESDE FOLDER | Muy Agradecido
ahora si funciona Ok. |
BROWSE DESDE FOLDER | bien <!-- s:-) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":-)" title="Smile" /><!-- s:-) --> |
BROWSE com muitos registros - MYSQL remoto | Amigos,
Tenho uma tabela de produtos com muitos registros, e vou acessar este banco MYSQL remotamente.
Alguem teria uma dica de como criar uma consulta com TSBROWSE/TWBROWSE + SQLRDD, de modo que esta consulta não fique lenta?
Muito Obrigado |
BROWSE com muitos registros - MYSQL remoto | Hola,,
Con TWBROWSE y EAGLE1 lo hago asi:
[code=fw:2sayqujl]<div class="fw" id="{CB}" style="font-family: monospace;"><br />oDatos := TMSQuery<span style="color: #000000;">(</span><span style="color: #000000;">)</span>:<span style="color: #00C800;">New</span><span style="color: #000000;">(</span> oMySQL <s... |
BROWSE com muitos registros - MYSQL remoto | Willi,
obrigado por ter respondido.
estou usando o SQLRDD, e da maneira como postou não ficaria lento? pois todo o conteudo da tabela seria carregado no browse!
Obrigado |
BROWSE com muitos registros - MYSQL remoto | Prueba a usar XBROWSE + ADO, va muy bién. Pues ADO crea en forma local un array denominado recordset con los datos de nuestra consulta. imagínate si es un array será rápido. Únicamente al inicio de la carga se siente un poco la espera, después todo OK.
Un saludo
Marcelo Jingo |
BROWSE com muitos registros - MYSQL remoto | Marcelo,
Por favor, teria um exemplo de como usar ADO e um exemplo de browse com ADO?
Muito obrigado |
BROWSE com muitos registros - MYSQL remoto | 1.- Bajar de la página de Mysql [url:3s5h0cqc]http://www.mysql.com[/url:3s5h0cqc] el conector ODBC la versión que esté disponible. Si tienes problemas te puedo enviar a tu correo.
2. Ejecutar el programa de instalación del conector.
3. Asegurarte que en el servidor no haya restricciones para el puerto del... |
BROWSE com muitos registros - MYSQL remoto | Muito obrigado Marcelo. |
BROWSE com muitos registros - MYSQL remoto | Marcelo,
1) De onde baixo o ADORDD?
2) Poderia enviar para o meu email:
Bajar de la página de Mysql <!-- m --><a class="postlink" href="http://www.mysql.com">http://www.mysql.com</a><!-- m --> el conector ODBC la versión que esté disponible. Si tienes problemas te puedo enviar a tu correo.
<!-- e --><a href="mailto:... |
BROWSE com muitos registros - MYSQL remoto | Marcelo,
eu consegui fazer os testes e como você disse ele demora um pouco mais para carregar mais depois fica muito bom para navegar no browse.
porém, fiquei com algumas dúvidas:
1)Imagine o usuário fazendo uma venda, ele vai consultar na mesma venda varios produto, em cada consulta o sistema vai carregar a base(ob... |
BROWSE com muitos registros - MYSQL remoto | 1)Imagine o usuário fazendo uma venda, ele vai consultar na mesma venda varios produto, em cada consulta o sistema vai carregar a base(objeto RECORDERSET). Isso vai gerar demora! Como você faz?
Entiendo que te refieres a que el usuario está facturando. Si no son muchos productos se podría hacer la consulta de toda la ... |
BROWSE com muitos registros - MYSQL remoto | Marcelo,
você poderia me enviar a sua ADORDD.PRG/LIB? a que consegui é muito antiga!
Marcelo: y si hay cambios en la tabla sea con insert delete o update se puede usar el método requery() para refrescar el Recordset
Você teria exemplos (PRG) de como usar INSERT/DELETE/UPDATE/REQUERY, me ajudaria muito.
Marcelo, uma... |
BROWSE com muitos registros - MYSQL remoto | Estimado Santos
No uso ADORDD, lo hago directamente con las instrucciones propias.
Lo que quieres hacer depende del tipo de cursor que implementes, cada uno tiene sus ventajas y desventajas. Debemos estar claros que se quiere hacer, si se quiere solo consultar o una edición en línea. De acuerdo al tipo será más lento ... |
BROWSE com muitos registros - MYSQL remoto | Ok,
Marcelo muito obrigado amigo, agora vou fazer varios testes referente as informações que você me forneceu.
Muito obrigado |
BROWSE com muitos registros - MYSQL remoto | SGS
Visita este blog
<!-- m --><a class="postlink" href="http://sqlcmd.blogspot.com/">http://sqlcmd.blogspot.com/</a><!-- m -->
Ahí encontraras casí todo sobre ADO y MySql
Saludos |
BROWSE com muitos registros - MYSQL remoto | Obrigado Armando! |
BROWSE con varias paginas | Estimados
alguna forma de que el browse se vea en varias pagina con TWEB
resulta que demora en mostrar los resultados
lo estoy haciendo de esta manera
[code=fw:2gyhxsna]<div class="fw" id="{CB}" style="font-family: monospace;"><br /> ROWGROUP o<br /> <span style="color: #0000ff;">DEFINE</span> BRO... |
BROWSE con varias paginas | Hola,
TWeb no tiene todavia paginación, está pendiente de de implmentación. Si te tarda mucho es que debes enviar muchos datos. Mi consejo es que busques la manera de optimizar una busqueda y acotes la cantidad de registros.
Saludos.
C. |
BROWSE con varias paginas | gracias
lo he solucionado con esta linea en el archivo twebbrowse.prg
[b:1i57a704]data-pagination="{{ IF( oThis:lPagination, 'true', 'false') }}"[/b:1i57a704]
si que cree una variable en la clase y esta funcionando
[code=fw:1i57a704]<div class="fw" id="{CB}" style="font-family: monospace;"> data... |
BROWSE con varias paginas | Patricio,
Si esta opcion te sirve perfecto, pero recuerda que lo que haces es activar una paginacion "client-side", que no es lo mismo que la "server-side" que es la que para mi tiene sentido. Si tienes los datos ya en el navegador, para que quieres paginarlos ? <!-- s:roll: --><img src="{SMILIES_PATH}/icon_rolleyes... |
BROWSE editavel com FIVELINUX? | Sr. Antonio é possível browse editavel com FIVELINUX?
obrigado |
BROWSE editavel com FIVELINUX? | SGS,
Aún no está implementado. Lo más sencillo es que abras un diálogo encima del browse y que ahí realices la edición. |
BROWSE editavel com FIVELINUX? | obrigado Sr. Antonio |
BROWSE() in testtcbr.prg | In testtcbr.prg in the fwh\samples folder, it calls the function BROWSE()
The MODIFY, DELETE and PRINT buttons work, and I can't see what functions are called.
When I put BROWSE() in my app, none of the buttons do anything.
Why? |
BROWSE() in testtcbr.prg | Ollie,
FWH function Browse() source code is located at source\function\browse.prg. There you will see that those actions have to be supplied as codeblocks when calling Browse():
function Browse( cTitle, cListName, bNew, bModify, bDelete, bSearch, bList, aColSizes ) |
BROWSE() in testtcbr.prg | I know, but in that sample it is simply called as browse().
So my question is - why it is working - without specifying code blocks? |
BROWSE() in testtcbr.prg | Ollie,
Because inside function Browse() some codeblocks are defined by default:
[code:27779bgv]
DEFAULT cTitle := "Browse", cListName := "Fields",;
bNew := { || oLbx:RecAdd(), oLbx:Refresh() },;
bDelete := { || RecDelete( oLbx )... |
BRW Error ""Could not allocate memory"" | I used BRW and the show error message when I duplicate Dialog as follow; 1st Error Message from BRW.----------------------------------"New field instance fail"2nd Error Message from BRW.----------------------------------"Could not allocate memory"The size file of DLL is 910Kb and when save to RC format is 2216Kb.Regar... |
BRW Error ""Could not allocate memory"" | Can you send the offending resource file to my private email?EMG |
BRW Error ""Could not allocate memory"" | I've got the problem with .RC file. It has the limitation size of file. When I create a DLL file almost 1 Mb, it will alway show error. I will try to split for 2 RC files but when I use xBuild and add 2 RC. The second file has not used when I refer from second RC file. Can I add 2 RC in xBuilder (xHb.com)? If so,... |
BRW Error ""Could not allocate memory"" | I think not. If I remember correctly, it is a limitation of the C tools used with xBuilder. But please ask to xHarbour.com.EMG |
BRW Error ""Could not allocate memory"" | Dutch it is very easy, if you have 2 or more rc files example rc1.rc and rc2.rccreate a rc file example myrc.rcin this file add#include rc1.rc#include rc2.rcand you are donei use 7 rc files with my app, no problem with Xharbour or Borland (note i use borland now)HTHRichard |
BRW Error ""Could not allocate memory"" | Mr.RichardGood tip.- Ramesh Babu P |
BRW Error ""Could not allocate memory"" | Dear Richard,I've used xHb.com + FWH 8.04.I'm not successful with 2 rc files as your recommendation. I try by copy screen32.dll from fwh\dll and save to rc file and add 2 lines as following. It doesn't work.What I did wrong?Regards,Dutch[code:qm2w5tty]
/***********************************************************
ez4... |
BRW Error ""Could not allocate memory"" | Hi Mr.Dutch [code:srw7yvum]
Yours :
#include 'ez4fo.rc'
#include 'ez4bmp.rc'
Mr.Richard's
#include rc1.rc
#include rc2.rc
[/code:srw7yvum]Please check that you have included your rc files in quotes. Mr.Richardhas included the rc files without quotes. This might be reason for yourerrors.- ... |
BRW Error while save after delete DVCLAL in DLL | Dear All,
I converted RC to DLL32 and it has RCDATA->DVCLAL. I try to delete and save, because it cannot build if it exist.
But it will show an error while save (BRW error)
WORKSHOP
An error has occurred in your application.
Thanks in advance,
Dutch |
BRW Error while save after delete DVCLAL in DLL | Can't you delete that section manually from the RC ? |
BRW Error while save after delete DVCLAL in DLL | Dear Antonio,
Yes, I can. I used to delete and save in DLL but many I cannot save in DLL. I don't know why. |
BRW Error while save after delete DVCLAL in DLL | Maybe by the time that the resource workshop was created, Borland was not supporting (its) DVCLAL yet.
Anyhow if you can do it manually, then you have a solution <!-- s:-) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":-)" title="Smile" /><!-- s:-) --> |
BRW Error while save after delete DVCLAL in DLL | Dear Antonio,
Ok, I've got it. I understood that this are a lot of question posts in here but could you tell me. Which is the best resource editor and fully compatible with BRW (replacement)?
Anyway, Happy New Year and hope all of Fivewiners are healthy and happy in New Year 2014... ; ) |
BRW Error while save after delete DVCLAL in DLL | Dutch,
[quote:17hr544g]Which is the best resource editor and fully compatible with BRW (replacement)?[/quote:17hr544g]
you can use the resource editor of Pelles C. I´m using it since years. |
BRW Error while save after delete DVCLAL in DLL | Dear Stefan,
Thanks a lot, it is good choice.
Firstly, It is compatible with BRW but not all. Some file can open by BRW but Pelle C unable to open it.
Secondly, Are All object compatible with FWH? I don't test it all yet.
Anyway, it can replace BRW and free of charge. |
BRW Error while save after delete DVCLAL in DLL | Hi Dutch,
[quote:d2yexxet]Secondly, Are All object compatible with FWH? I don't test it all yet.[/quote:d2yexxet]
I didn´t find any incompatible controls so far, if they are supported by fwh. |
BRW Error while save after delete DVCLAL in DLL | Dear Stefan,
Thanks for your valuable information. |
BRW gpf when importing an alpha chanel ( uwe ) | Uwe
I am using the Pixelformer program to import alpha chanel .bmp and .png and exporting them back as alpha chanel .bmp as a reduced size .. 256 x 256 to 40 x 40 .. The conversion goes well and I can use the converted .bmp with the following syntax :
[code=fw:i9pbd8i8]<div class="fw" id="{CB}" style="font-family: mo... |
BRW gpf when importing an alpha chanel ( uwe ) | Hello Rick,
there seems to be a Problem, using Alphachannel-BMP's to import with Workshop ( unknown Format-message ).
I tested < Adduser.bmp > from Fivewin-samples.
Next I converted the BMP to 24 Bit without Alpachannel ( can be done with Pixelformer => Properties )
After that, I replaced the transparent-area with Col... |
BRW gpf when importing an alpha chanel ( uwe ) | uwe
Give me your e-mail address and I will send you the original 256x256 and the modified bitmap that fails.
Thanks
Rick Lipkin
<!-- e --><a href="mailto:r1.1955@live.com">r1.1955@live.com</a><!-- e --> |
BRW gpf when importing an alpha chanel ( uwe ) | Rick,
Email to : <!-- e --><a href="mailto:Esckoenig@aol.com">Esckoenig@aol.com</a><!-- e -->
Best Regards
Uwe <!-- s:lol: --><img src="{SMILIES_PATH}/icon_lol.gif" alt=":lol:" title="Laughing" /><!-- s:lol: --> |
BRW gpf when importing an alpha chanel ( uwe ) | Rick,
it seems, Pixelformer changes the BMP-structure, saving a resized BMP.
Loading as a external File, there is no Problem only with Workshop-import.
I [color=#FF0000:bqj4nak8]resized Globe.bmp with MS-paint [/color:bqj4nak8]und Workshop accepts the Format without Error-message.
Alpha-chanel is still working ( test... |
BRW gpf when importing an alpha chanel ( uwe ) | Uwe
It seems BRW does not like 32 bpp .. I re-sized and exported the bitmap as 24 bpp and Resource workshop accepted the file .. re-sizing with paint did not work for me .. however the bitmap did load in Workshop but would not display in my application ..
The 24 bpp is not as crisp as using the file reference with 32... |
BRW gpf when importing an alpha chanel ( uwe ) | Rick,
I tested from Resource ( Workshop ).
Converted from 32 to 24 Bit ( no Alpha-chanel ) with Pixelformer and included in RC-file :
REDEFINE BUTTONBMP oBtn50 ID 30 OF oDlg5 ;
ACTION ( oDlg5:End() ) ;
BITMAP [color=#FF0000:y1o4kfxk]"Alert" [/color:y1o4kfxk]PROMPT " Exit" TEXTRIGHT
oBtn50:cToolTip = { "Close" + CRL... |
BRush.prg ( poder excluir freeimage.dll ) | un pequeño cambio en brush.prg
en el metodo new...linea 183 +-
[code=fw:196djkw3]<div class="fw" id="{CB}" style="font-family: monospace;"><br /><br /><span style="color: #00C800;">local</span> hGDIBmp<br /> ........<br /><br /> <span style="color: #00C800;">case</span> cBmpFile != <span style="color: #00C800;"... |
BRush.prg ( poder excluir freeimage.dll ) | y un par de tips para cuellar ....
si quieres tener el brush dentro de un blob ( como las fotos ) .
Se recuperaria facilmente de esta forma
[code=fw:1q5zrmhe]<div class="fw" id="{CB}" style="font-family: monospace;"><br /><br /><span style="color: #00C800;">local</span> cStr := oFONDOS:<span style="color: #000000;">F... |
BRush.prg ( poder excluir freeimage.dll ) | Instead of making small changes like this to use GDI+, I prefer to adopt GDI+ everywhere for all image formats and then change all FWH libraries.
Surely I need your help. I am about to write email to you personally.
I am badly stuck up with handling AlphaBitmaps. Once we cross this hurdle, with your help, we can mak... |
BRush.prg ( poder excluir freeimage.dll ) | Muchas Gracias Manuel
Con:
[code=fw:1oqudlzm]<div class="fw" id="{CB}" style="font-family: monospace;"><br /><span style="color: #0000ff;">DEFINE</span> <span style="color: #0000ff;">BRUSH</span> oBrush FILE <span style="color: #ff0000;">"D:<span style="color: #000000;">\S</span>istemas<span style="color: #000000;">\I... |
BRush.prg ( poder excluir freeimage.dll ) | Manuel
Me topé con otro.
En un xBrowse cargo un listado para su vista previa y en los saltos de página Chr(12) pide freeimage.dll
Gracias por la ayuda.
Saludos,
Adhemar |
BRush.prg ( poder excluir freeimage.dll ) | [quote="acuellar":e1f5zkpe]Manuel
Me topé con otro.
En un xBrowse cargo un listado para su vista previa y en los saltos de página Chr(12) pide freeimage.dll
Gracias por la ayuda.
Saludos,
Adhemar[/quote:e1f5zkpe]
We shall take care of this in future releases. |
BSOD on Leopard | <!-- m --><a class="postlink" href="http://www.theregister.co.uk/2007/10/27/leopard_install_problems/">http://www.theregister.co.uk/2007/10/27 ... _problems/</a><!-- m -->
<!-- m --><a class="postlink" href="http://discussions.apple.com/thread.jspa?threadID=1195031&tstart=0">http://discussions.apple.com/thread.jsp ...... |
BTNBMP | Bom Dia a todos..
Como faço para aumentar a distancia entre a imagem e o texto da BtnBmp ??
[img:20xgkfei]http://img809.imageshack.us/img809/8131/btnbmp.png[/img:20xgkfei]
A imagem está muito junto com o texto...
Eu gostaria que ficasse com os espaços igual aos buttons da ButtonBar
[img:20xgkfei]htt... |
BTNBMP | Hola amigo...
Prueba así:
[code=fw:n9oem90a]<div class="fw" id="{CB}" style="font-family: monospace;"><br /> <span style="color: #0000ff;">REDEFINE</span> <span style="color: #0000ff;">BTNBMP</span> Btn2 <span style="color: #0000ff;">ID</span> <span style="color: #000000;">201</span> <span style="color: #0000ff;">OF<... |
BTNBMP | Ola Ojeda.. Obrigado por responder
Veja bem, Eu já estou usando BOTTOM, e mesmo usando o TOP o espaço entre a imagem e o texto são muitos próximos como mostra na 1ª imagem. e não quero usar LEFT nem RIGHT
Estou Fazendo assim;
[code=fw:2svl8l8b]<div class="fw" id="{CB}" style="font-family: monospace;"><span style="co... |
BTNBMP | Hola...
Entonces prueba poner un renglón en blanco en el botton.
[code=fw:2ua86zb0]<div class="fw" id="{CB}" style="font-family: monospace;"><br /><span style="color: #0000ff;">PROMPT</span> <span style="color: #ff0000;">" "</span>+CHR<span style="color: #000000;">(</span><span style="color: #000000;">13</span><spa... |
BTNBMP | Bom Dia Ojeda..
Não Resolveu..
Tenho 3 imagens no button porque ao pressionar o button a imagem troca, e quando ela está disable tb. mostra outra imagem..
Abraços.. |
BTNBMP | Resolvido desta forma ;
[code=fw:3ectafej]<div class="fw" id="{CB}" style="font-family: monospace;"><span style="color: #0000ff;">Redefine</span> <span style="color: #0000ff;">BTNBMP</span> obtn<span style="color: #000000;">[</span><span style="color: #000000;">2</span><span style="color: #000000;">]</span> ... |
BTNBMP | Hi to all <!-- s:lol: --><img src="{SMILIES_PATH}/icon_lol.gif" alt=":lol:" title="Laughing" /><!-- s:lol: -->
How to obtain a vertical center and horizontal center in BTNBMP buttons?
My goal is to display only a coloured button without a bmp contained in it
in other words a coloured Button it's ok
Best regards
Ma... |
BTNBMP | Marco,
do You mean a GRADIENT painted horizontal or vertical ?
[color=#0000FF:2aid5i41][b:2aid5i41]oBtn1:bClrGrad = { | lMouseOver | If( ! lMouseOver,;
{ { 0.50, 11513775, 16777215 }, ;
{ 0.50, 16777215, 11513775 } }, ;
{ { 0.50, 16761992, 16777215 }, ;
{ 0.50, 16777215, 16761992 } } ) }[/b:2aid5i41][/color:2aid5i41]... |
BTNBMP | [code=fw:2raqs7j0]<div class="fw" id="{CB}" style="font-family: monospace;"><br /><span style="color: #00D7D7;">#include</span> <span style="color: #ff0000;">"fivewin.ch"</span><br /><br /><span style="color: #00C800;">FUNCTION</span> MAIN<span style="color: #000000;">(</span><span style="color: #000000;">)</sp... |
BTNBMP | Dear friends,
I want to obtain a simple Button with a different colour
Is it possible to colour a BUTTON?
Text is centered in a perfect way!
[img:256cwjs5]http://www.marcoboschi.it/public/cattura.png[/img:256cwjs5]
[code=fw:256cwjs5]<div class="fw" id="{CB}" style="font-family: monospace;"><br />... |
BTNBMP | Marco,
I changed the two buttons as a test :
[img:3nfzaapa]http://www.pflegeplus.com/pictures/Btncolor1.jpg[/img:3nfzaapa]
@ nSHeight - 685, nSWidth - 105 BTNBMP oSBtn[2] OF oWnd ;
SIZE 95, 65 PIXEL 2007 ;
NOBORDER ;
PROMPT " &Window" + CRLF + "painter" ;
ACTION ( W_PAINTER(oSay1), oWnd:Refresh() ) ;... |
BTNBMP | Uwe and karinha
Many thanks
marco |
BTNBMP | Another problem using BTNBMP
If I click using Mouse on btnbmp I can see that settext method works fine
If I press "1" or "2" on keyboard I cannot see changes into buttons.
I can't understand the reason
Help needed
Best regars
Marco
[code=fw:1pd68j0r]<div class="fw" id="{CB}" style="font-family: monospace;"><br /><s... |
BTNBMP | Marco,
try these changes :
[code=fw:3u7nz1gm]<div class="fw" id="{CB}" style="font-family: monospace;"><br /><span style="color: #00D7D7;">#include</span> <span style="color: #ff0000;">'fivewin.ch'</span><br /><br /><span style="color: #00C800;">FUNCTION</span> MAIN<span style="color: #000000;">(</span><span styl... |
BTNBMP | Ok,
many thanks
<!-- s:D --><img src="{SMILIES_PATH}/icon_biggrin.gif" alt=":D" title="Very Happy" /><!-- s:D --> |
BTNBMP FWH1402 X FWH1408 | Antonio
BTNBMP muestra de manera diferente debido la versión FWH
@ 11, 138 BTNBMP OF oDlg SIZE 40, 15 PIXEL 2007 NOBORDER PROMPT " &Ok" FONT oFont LEFT RESOURCE "BMP_BTOK" ACTION (lOk:=.t., oDlg:End())
@ 179, 2 BTNBMP OF oDlg SIZE 180, 18 PIXEL 2007 NOBORDER PROMPT " SISTEM INFORMÁTICA " FONT oFont4 LEFT RES... |
BTNBMP FWH1402 X FWH1408 | Vamos a revisarlo de inmediato, gracias |
BTNBMP FWH1402 X FWH1408 | Por favor modifica estos métodos con este código:
[code=fw:4vx9ep2k]<div class="fw" id="{CB}" style="font-family: monospace;"><span style="color: #00C800;">METHOD</span> PaintCaption<span style="color: #000000;">(</span><span style="color: #000000;">)</span> <span style="color: #00C800;">CLASS</span> TBtnBmp<b... |
BTNBMP FWH1402 X FWH1408 | ahora
esta bien
gracias |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.