topic stringlengths 1 63 | text stringlengths 1 577k ⌀ |
|---|---|
BTNBMP COLOR GRAD | for the version 2007 I made this type of gradient
Local bClrGrad := { | lPressed | If( ! lPressed,;
{ { 1, nRGB( 253, 254, 255 ), nRGB( 179, 217, 255 ) } },;
{ { 1, nRGB( 179, 217, 255 ), nRGB( 253, 254, 255 ) } } ) }
but now I wish have a 2010 effect ...how I c... |
BTNBMP COLOR GRAD | Try this: (following your code)
[code=fw:1smo3sxr]<div class="fw" id="{CB}" style="font-family: monospace;"><span style="color: #00C800;">Local</span> bClrGrad := <span style="color: #000000;">{</span> | lPressed | <span style="color: #00C800;">If</span><span style="color: #000000;">(</span> ! lPressed,;<br />... |
BTNBMP COLOR GRAD | thanks run ok |
BTNBMP ( transparent ) doesn't work on Img.-Background ? | Hello,
It is a old Problem, I posted already a few Month ago :
Using < BTNBMP > transparent doesn't work on Image-Background.
Is there any Solution found in the meantime, to solve this Problem ?
[img:33hk917a]http://www.pflegeplus.com/pictures/Btntransp1.jpg[/img:33hk917a]
// ----- [color=#FF0000:33h... |
BTNBMP - CANCEL não funciona | Sr. Antonio,Porque a CLAUSULA CANCEL não funciona com BTNBMP?, porém, usando BUTTONBMP funciona perfeitamente!ex:REDEFINE GET oget VAR nVAL OF ODLG valid (.f.)REDEFINE BTNBMP ID 1000 OF ODLG ACTION(MSGINFO("TESTE")) RESOURCE "TOUCH" CANCEL -> NÃO FUNCIONA <!-- s:( --><img src="{SMILIES_PATH}/icon_sad.gif" alt=":(" titl... |
BTNBMP - CANCEL não funciona | <!-- m --><a class="postlink" href="http://www.fivewin.com.br/exibedicas.asp?id=53">http://www.fivewin.com.br/exibedicas.asp?id=53</a><!-- m --> |
BTNBMP - CANCEL não funciona | Obrigado Karinha. |
BTNBMP - CANCEL não funciona | REDEFINE BTNBMP oBtn ID 1000 OF ODLG ACTION(MSGINFO("TESTE")) RESOURCE "TOUCH" oBtn:lCancel := .T. |
BTNBMP - CANCEL não funciona | Obrigado Sr. Antonio. |
BTNBMP - PARA LOS EXPERTS- Solucionado ! | - Yo tenho un BTNBMP criado pelo Workshop con una image BMP. Gostaria que ao pressionar lo BTNBMP la image contenida redimensionasse para maior ou menor . Seria possible ?
Yo necessito para utilizar em minha funcion DISPLAY, para redimensionamento de tela en qualquer resolucion.
Mas quando redimensiono lo BTNBMP la... |
BTNBMP - PARA LOS EXPERTS- Solucionado ! | yo creo que Lo caminho seja Retirar lo Objeto BMP del button , Redimensioná-lo y enton retornar la imagen en lo BTNBMP.
Algun exemplo de como fazer ?
Muchas Gracias
William |
BTNBMP - PARA LOS EXPERTS- Solucionado ! | Yo resolvi da seguinte forma:
#include "fivewin.ch"
function main
local odlg,ob
define dialog odlg resource "DIALOG"
redefine btnbmp ob id 120 of odlg resource "figura" action muda(ob)
activate dialog odlg
return nil
function muda( bt )
o=bt:hbitmap1
o:=resizebmp(o,100,100) // o bmp original era 48 X 48
// ... |
BTNBMP - oBtn:l2007=.t. | Hello Antonio,
is there oBtn:l2007=.t.
available for BtnBmp?
@ x,y BTNBMP oBtn FILENAME ".\bitmaps2\test.bmp" SIZE 60, 60 PROMPT "TimeLox" ACTION msginfo("test") OF oDlg
oBtn:l2007 = .T.
Regards,
Otto |
BTNBMP - oBtn:l2007=.t. | Otto,
No, Class TBtnBmp does not provide a DATA l2007. A TBtnBmp object checks if its container is a buttonbar and if it has its l2007 as .T.
You could easily modify class TBtnBmp and add that DATA and change its painting behavior if you need it |
BTNBMP - oBtn:l2007=.t. | Hello Antonio,
To get the painting I placed 2 buttonBars (TOP and BOTTOM) on 1 Dialog.
It seems that these to BtnBars are working correctly.
Is it save to use 2 or more BtnBars on one Dialog?
Regards,
Otto
[img:al0qlzwv]http://www.atzwanger.com/fw/2btnbars.jpg[/img:al0qlzwv] |
BTNBMP - oBtn:l2007=.t. | Otto,
> Is it save to use 2 or more BtnBars on one Dialog?
Yes, it should be ok <!-- s:-) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":-)" title="Smile" /><!-- s:-) --> |
BTNBMP 16.04 : Translucent buttons Textured buttons HGrad | [b:qgeslw2k]Translucent Buttons
[/b:qgeslw2k]
Using Alpha Color Fills
[url=https://imageshack.com/i/pmnRs49Tp:qgeslw2k][img:qgeslw2k]http://imagizer.imageshack.us/v2/xq90/922/nRs49T.png[/img:qgeslw2k][/url:qgeslw2k]
[i:qgeslw2k]Mouse Over is on top button
[/i:qgeslw2k]
Code:
[code=fw:qgeslw2k]<... |
BTNBMP 16.04 : Translucent buttons Textured buttons HGrad | Mr Rao can you make a test for use LMover data because here make me error
pls see the last message at
<!-- l --><a class="postlink-local" href="http://forums.fivetechsupport.com/viewtopic.php?f=3&t=34150&start=0">viewtopic.php?f=3&t=34150&start=0</a><!-- l --> |
BTNBMP : Different Releases | I've seen controls behave differently in the same source code
on the left it was compiled in 2018 on the right in 2023
how is this possible?
[img:2qalkhve]https://i.postimg.cc/DyWGLxs8/ffffff.jpg[/img:2qalkhve]
I mean for the color of border and for the gradient when I move the mouse
look this ... |
BTNBMP : Different Releases | Do you happen to use a modified BTNBMP.PRG class?
¿Utiliza una clase BTNBMP.PRG modificada?
Regards, saludos. |
BTNBMP : Different Releases | No |
BTNBMP AND POPUP | I have a list of btnbmp and I wish open a popup when the final user click on a btnbmp
the problem is the nitem is the same
[code=fw:2wxfx8z0]<div class="fw" id="{CB}" style="font-family: monospace;">RA-><span style="color: #000000;">(</span>dbgotop<span style="color: #000000;">(</span><span style="color: #0... |
BTNBMP AND POPUP | <!-- l --><a class="postlink-local" href="http://forums.fivetechsupport.com/viewtopic.php?p=188264#p188264">viewtopic.php?p=188264#p188264</a><!-- l --> |
BTNBMP AND POPUP | Antonio,
I saw
I tried but not run !!
[b:38qfc8z9]Test.prg[/b:38qfc8z9]
[code=fw:38qfc8z9]<div class="fw" id="{CB}" style="font-family: monospace;"><span style="color: #00D7D7;">#include</span> <span style="color: #ff0000;">"FiveWin.ch"</span><br /><span style="color: #00D7D7;">#include</span> <span style="color: #... |
BTNBMP AND POPUP | Silvio,
Silvio wrote :
[i:3g0witle]if we use oBtn[n]:bAction := bEjecutaBoton(n,[b:3g0witle][color=#FF0000:3g0witle]nrow,ncol[/b:3g0witle], [/color:3g0witle]nCode,nCaption,obtn[n]) the control draw a border[/i:3g0witle]
don't use nrow,ncol !!
oBtn[n]:bAction := bEjecutaBoton(n,[b:3g0witle][color=#0000FF:3g0witle]0, ... |
BTNBMP AND POPUP | Hi,
[code=fw:sfajic4b]<div class="fw" id="{CB}" style="font-family: monospace;"><br />..<br />oMesa := ARRAY<span style="color: #000000;">(</span><span style="color: #000000;">40</span><span style="color: #000000;">)</span><br /><br /><span style="color: #00C800;">FOR</span> nCont := <span style="color: #00000... |
BTNBMP AND POPUP | please I tried your help but none run ok .....
can U publish a test sample ? |
BTNBMP AND POPUP | Silvio Your running sample
I used Your sample but shortend the code for my test
without Your DBF, to show the main-logic
You only want to show the popup on button-action ?
It is possible to use a combination of < Action > and < oBtn[n]:bRclicked >
[img:18e8hgld]http://www.pflegeplus.com/IMAGES/Popup.... |
BTNBMP AND POPUP | is there no possibility to not show the arrow and show only the popmenu near the button when the user press on it ? |
BTNBMP AND POPUP | Try with this
[code=fw:17o7v3rf]<div class="fw" id="{CB}" style="font-family: monospace;"><br />......<br /> <span style="color: #0000ff;">REDEFINE</span> <span style="color: #0000ff;">BTNBMP</span> <span style="color: #0000ff;">PROMPT</span> <span style="color: #ff0000;">"Nuevo"</span> NOBORDER <span style="c... |
BTNBMP AND POPUP | IT IS THE SAME!!!!!!
I see also the border and the arrow |
BTNBMP AND POPUP | Yes, this is strange because we don't define menu option in btnbmp, then try with this change
[code=fw:2hpf0gym]<div class="fw" id="{CB}" style="font-family: monospace;"><br /><br /><span style="color: #0000ff;">ACTIVATE</span> <span style="color: #0000ff;">POPUP</span> oMenu <span style="color: #00C800;">AT</span> aR... |
BTNBMP AND POPUP | Just add a button-refresh
The arrow is only visible during executing the popup
STATIC FUNCTION MENUPOP( oBtn )
Local oMenu, aRect
aRect := GetClientRect( oBtn:hWnd )
MENU oMenu POPUP 2010
MENUITEM "Caja Chica" ACTION MsgAlert( "1" )
MENUITEM "Cargo a Rendición " ACTION M... |
BTNBMP AND POPUP | thanks |
BTNBMP Estilo 2010 desde Recursos | Hola a todos
Estoy queriendo actualizar el interfaz de mis aplicaciones ya que estoy con la FWH13.06, pero al tomar el consejo de siempre usar la clausula de 2007 y agregando GRADIENT bGrad
[url:1a1m4dme]http://forums.fivetechsupport.com/viewtopic.php?f=6&t=23315&p=125730&hilit=BUTTON+2010#p125730[/ur... |
BTNBMP Estilo 2010 desde Recursos | Hola a todos
Contestandome a mi mismo, y de la forma que se critico antes, cambie la clase BTNBMP, y solo modifique el arreglo de Gradient, en el metodo ReDefine. <!-- s8) --><img src="{SMILIES_PATH}/icon_cool.gif" alt="8)" title="Cool" /><!-- s8) -->
Saludos |
BTNBMP Estilo 2010 desde Recursos | Oscar,
Puedes mostrarnos como lo has modificado ? Asi lo incluimos en FWH para próximas versiones, gracias
REDEFINE BTNBMP ... GRADIENT bGrad ? |
BTNBMP Estilo 2010 desde Recursos | Maestro
No no hice nada complicado, solo cambie el color por defecto del Gradient, un tanto soso, para no cambiar el codigo de mis programas.
[code=fw:312tw1oe]<div class="fw" id="{CB}" style="font-family: monospace;"> <br /><span style="color: #00C800;">DEFAULT</span> ::<span style="color: #000000;">bClrGrad</span... |
BTNBMP Estilo 2010 desde Recursos | Añadida la claúsula GRADIENT al commando REDEFINE BTNBMP ... GRADIENT ... en FWH 13.07 <!-- s:-) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":-)" title="Smile" /><!-- s:-) --> |
BTNBMP Estilo 2010 desde Recursos | Gracias Antonio
A recoger ahorros para estar actualizado <!-- s:D --><img src="{SMILIES_PATH}/icon_biggrin.gif" alt=":D" title="Very Happy" /><!-- s:D --> |
BTNBMP FONT | Hello everyone,
I am using BTNBMP to show a set of buttons but I have already modified the FONT several times and it does not change.
I can even set the font but I can't increase the size
Do any of you know any solutions?
[code=fw:e9jyeawq]<div class="fw" id="{CB}" style="font-family: monospace;"><span style="color... |
BTNBMP FONT | You can change font, size everything.
Let us know how you tried and what is not working for you. |
BTNBMP FONT | I change the size of the FONT but it remains with a defined size ...
[code=fw:1ivvvfnq]<div class="fw" id="{CB}" style="font-family: monospace;"><span style="color: #0000ff;">DEFINE</span> <span style="color: #0000ff;">FONT</span> oFont2000 <span style="color: #0000ff;">NAME</span> <span style="color: #ff0000;">"ARIAL... |
BTNBMP FONT | If you want to change the font of BtnBmp (or any control, window, dialog)
DEFINE oNewFont NAME ....................
and then
oBtn:SetFont( oNewFont )
RELEASE FONT oNewFont |
BTNBMP FONT | Yes i already tried this...
[code=fw:2c5vfzz2]<div class="fw" id="{CB}" style="font-family: monospace;">ButQST<span style="color: #000000;">[</span>nContST<span style="color: #000000;">]</span>:<span style="color: #000000;">SETFONT</span><span style="color: #000000;">(</span>oFont2000<span style="color: #00... |
BTNBMP FONT | [quote:xangpfim]I think you are at REDEFINE this problem because using @ it seems that it works
[/quote:xangpfim]
No. It is because you are not doing it correctly.
Please try this program:
[code=fw:xangpfim]<div class="fw" id="{CB}" style="font-family: monospace;"><span style="color: #00D7D7;">#include</span> <span s... |
BTNBMP FONT | Thanks G. N. Rao.! |
BTNBMP NOT TRASPARENT :WHY ? | [img:1h26swj3]http://img43.imageshack.us/img43/8476/errbtn.jpg[/img:1h26swj3]
THE CODE
[code=fw:1h26swj3]<div class="fw" id="{CB}" style="font-family: monospace;"><span style="color: #00C800;">FUNCTION</span> Main<span style="color: #000000;">(</span><span style="color: #000000;">)</span><br /... |
BTNBMP NOT TRASPARENT :WHY ? | Hello Sylvio,
To paint another BMP on a Window-Image-Background, You need a Alpha-Blended-BMP.
[code=fw:3juru2fp]<div class="fw" id="{CB}" style="font-family: monospace;"><br />.....<br /><span style="color: #0000ff;">ACTIVATE</span> <span style="color: #0000ff;">WINDOW</span> oWnd <span style="color: #0000ff;">MAXIM... |
BTNBMP NOT TRASPARENT :WHY ? | UWE
I insert this message wrong into this forum
the message and the error is for FWPPC AND NOT FWH
I already call Antonio for this error |
BTNBMP NOT TRASPARENT :WHY ? | Silvio,
Use TransBmp() to paint the bitmap.
Next FWPPC build provides AlphaChannel support too <!-- s:-) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":-)" title="Smile" /><!-- s:-) --> |
BTNBMP Question | I realize there are two threads going on the buttons, but this didn't necessarily fit in either so I'm trying a new one.
I moving a lot of existing FUNCTION code into classes, as METHODs to be far more efficient. In doing so, I'm seeing a consistent behavior. Please consider the following two sections of a METHOD. ... |
BTNBMP Question | At the beginning of the METHOD creating the BTNBMP, please declare a local
[code=fw:21f7ocbb]<div class="fw" id="{CB}" style="font-family: monospace;"><span style="color: #00C800;">local</span> oSelf := <span style="color: #00C800;">Self</span></div>[/code:21f7ocbb]
....
Then modify the BTNBMP's action clause
Instead ... |
BTNBMP Question | Thank you.
That makes sense and it does work.
Tim |
BTNBMP Text Color ? | Thanks you. Antonio
How are you the low which the BTNBMP increases then?
[code:angoe7xj]
@ 170, 31 BTNBMP oBut RESOURCE "button" CENTER PROMPT "00:00:00" FONT oFont2 SIZE 136, 130 ;
ACTION oWnd:End() OF oWnd NOBORDER
// ? TextColor
// ? Font
[/code:angoe7xj]
FWH USer........... |
BTNBMP Text Color ? | Sorry, I don't understand what you mean.
Do you want to show the running time on the button ? |
BTNBMP Text Color ? | [quote="Antonio Linares":1lje5ec7]Sorry, I don't understand what you mean.
Do you want to show the running time on the button ?[/quote:1lje5ec7]
[code:1lje5ec7]
@ 0,0 BTNBMP oBut RESOURCE "start" CENTER PROMPT "Text Caption " SIZE 101, 39 ACTION start() OF oWnd NOBORDER
[/code:1lje5ec7]
We change 'Text Capt... |
BTNBMP Text Color ? | oBut:SetColor( "GR+/B" ) or
oBut:SetColor( CLR_..., CLR_... ) or
oBut:SetColor( nRGB( ..., ..., ... ), nRGB( ..., ..., ... ) ) |
BTNBMP default button | Dear Damiano,
Could you post a small example complete to test here ?
many thanks |
BTNBMP default button | hi,
how can I assign DEFAULT to oBtnbmp BTNBMP inside a DIALOG ?
[code=fw:32ahsef0]<div class="fw" id="{CB}" style="font-family: monospace;"><br /> <span style="color: #0000ff;">DEFINE</span> <span style="color: #0000ff;">DIALOG</span> oDlg <span style="color: #0000ff;">SIZE</span> <span style="color: #000000;">130... |
BTNBMP default button | Hi,
[code=fw:1ed2oaml]<div class="fw" id="{CB}" style="font-family: monospace;"><br /> <span style="color: #0000ff;">DEFINE</span> <span style="color: #0000ff;">DIALOG</span> oDlg <span style="color: #0000ff;">SIZE</span> <span style="color: #000000;">1300</span>,<span style="color: #000000;">700</span> <span style... |
BTNBMP default button | hi
thank you, into dialog there are a lot of get and button and I would like that when I press RETURN inside any GET or button start ACTION(doFunc()) |
BTNBMP default button | Hi,
no solution?
inside Fivewin.ch BUTTON, BUTTONBMP AND FLATBTN have DEFAULT option but BTNBPM no, is there any update, how can I to solve it?
thank you |
BTNBMP default button | Damiano,
Try this:
#define BM_SETSTYLE 244
oDlg:bInit := { || oBtnBmp:SendMsg( BM_SETSTYLE, BS_DEFPUSHBUTTON, 1 ) }
or
oDlg:bInit := { || oBtnBmp:PostMsg( BM_SETSTYLE, BS_DEFPUSHBUTTON, 1 ) } |
BTNBMP default button | hi Antonio,
it doesn't work in any way.
Return key go on to the next GET field but not active BTNBMP
in others PGM I use REDEFINE DIALOG from resource and it works because obtnbmp has ID = IDOK (I use Pelles C) but in this case I don't want to use REDEFINE. |
BTNBMP default button | hi Antonio,
[code=fw:1img4he1]<div class="fw" id="{CB}" style="font-family: monospace;"><br /><span style="color: #00C800;">local</span> m_get<span style="color: #000000;">[</span><span style="color: #000000;">70</span><span style="color: #000000;">]</span><br /><span style="color: #00C800;">local</span> o_get<... |
BTNBMP default button | [quote="damianodec":2sfwz5tx]hi,
how can I assign DEFAULT to oBtnbmp BTNBMP inside a DIALOG ?
[code=fw:2sfwz5tx]<div class="fw" id="{CB}" style="font-family: monospace;"><br /> <span style="color: #0000ff;">DEFINE</span> <span style="color: #0000ff;">DIALOG</span> oDlg <span style="color: #0000ff;">SIZE</span> <spa... |
BTNBMP default button | hi Mr. Rao, it works, thank you! |
BTNBMP design ? | Antonio, a classe BTNBMP não conta com a opção DESIGN?
Obrigado |
BTNBMP design ? | oBtnBmp:lDrag := .T. |
BTNBMP design ? | Grato Antonio |
BTNBMP design ? | Antonio, é possível executar uma ação em um objeto SAY (design) depois de clicar sobre o mesmo e arrastar, ou seja, ao soltar o botão do mouse?
Acontece que tenho que dar um refresh no objeto depois de arrastar!
Obrigado |
BTNBMP design ? | Prueba a usar oSay:bLButtonUp = { || ... } |
BTNBMP design ? | Obrigado Antonio, mais não funcionou!
for i:=1 to len(PoBtc)
@ lin,col say PoBtc[i] OF oWndp DESIGN PIXEL SIZE 100,20 BORDER
PoBtc[i]:bLButtonUp = { || PoBtc[i]:refresh(),msg("aqui") }
next
Grato |
BTNBMP design ? | Asi no lo puedes hacer. Tienes que usar "detached locals":
[code:2dimuw6f]
for i:=1 to len(PoBtc)
@ lin,col say PoBtc[i] OF oWndp DESIGN PIXEL SIZE 100,20 BORDER
PoBtc[i]:bLButtonUp = GenBlock( PoBtc, i )
next
...
static function GenBlock( PoBtc, i )
... |
BTNBMP design ? | desculpe Antonio mais também não funciona!
Obrigado |
BTNBMP design ? | Pruébalo así:
[code:hcqwtbzg]
for i:=1 to len(PoBtc)
@ lin,col say PoBtc[i] PROMPT "say" OF oWndp DESIGN PIXEL SIZE 100,20 BORDER
PoBtc[i]:bLButtonUp = GenBlock( PoBtc, i )
PoBtc[i]:lWantClick = .T.
next
...
static function GenBlock&... |
BTNBMP design ? | Mais uma vez me desculpe, ainda não funciona! Acredito que seja algo com o objeto say.
Obrigado! |
BTNBMP design ? | Tienes que hacer una modificación en la Clase TControl para poder procesar bLButtonUp estando en modo diseño:
[code:2sru0f0q]
METHOD LButtonUp( nRow, nCol, nKeyFlags ) CLASS TControl
...
if GetFocus() != ::hWnd
SetFocus( ::hWnd )
endif
if ! ... |
BTNBMP design ? | Perfeito Antonio... Funcionou perfeitamente!
Estas correções já estão na nova versão do FW?
Muito Obrigado! |
BTNBMP design ? | Olá Antonio,
No meu caso, uso assim e funciona perfeitamente.
[code:17mjlki6]
...
if GetFocus() != ::hWnd
SetFocus( ::hWnd )
endif
** return 0 <<-- Tirar esta linha
endif
return Super:LButtonUp( nRow, nCol, nKeyFlags )
[/code:17mjlki6... |
BTNBMP design ? | Rossine,
> Isto estaria correto também ?
No, porque en la Clase TWindow se vuelve a evaluar.
Por eso hay que usar return 0, para que no se llame a Super:LButtonUp |
BTNBMP design ? | OK Antonio <!-- s:) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":)" title="Smile" /><!-- s:) -->
Obrigado pela explicação.
Rossine. |
BTNBMP disable se ve algo grotesco con W7 | Hola Antonio...
Estoy utilizando Windows 7 y al igual que wn Windows Vista los botones de la clase BTNBMP, cuando estan en modo disable() se ven algo grotescos... alguna manera de definirlos con mejos aspecto??
Salu2
<!-- m --><a class="postlink" href="http://www.servidor-imagenes.com/show-image.php?id=83e65bbf35150b2... |
BTNBMP disable se ve algo grotesco con W7 | Has probado usarlos transparente o si seria posible usarlo con 2 bitmaps, 1 cuando esta activo y otro disable..? nose, es una idea que se me viene a mente, lo que no se es si permite eso, al igual que en programacion web que se puede poner hasta 3 imagenes, 1 activo, 1 disable y 1 pulsada, asi se emula un efecto, esper... |
BTNBMP disable se ve algo grotesco con W7 | Willi,
Que versión de Windows usabas anteriormente y como se veian en ella ?
Coincido contigo en que deberian verse en una escala de grises y no tan planos |
BTNBMP disable se ve algo grotesco con W7 | Willi, no es solo en W7 también en Vista y XP
Se tiene que tener 4 imagenes, o repetir alguna
[code=fw:215mm9eb]<div class="fw" id="{CB}" style="font-family: monospace;"><br /> @<span style="color: #000000;">15</span>,<span style="color: #000000;">15</span> <span style="color: #0000ff;">BTNBMP</span> oBtn <span s... |
BTNBMP disable se ve algo grotesco con W7 | HOla Antonio,,,,
Antes usaba Windows XP, ahora tengo W7 en la portatil,,, probe en otra con XP y los botones se ven asi:
<!-- m --><a class="postlink" href="http://www.servidor-imagenes.com/show-image.php?id=8c96a8d21d76b22fdb895e531a0eb217">http://www.servidor-imagenes.com/show-i ... 531a0eb217</a><!-- m -->
como obs... |
BTNBMP disable se ve algo grotesco con W7 | Hola Adhemar,
Tome tu sugerencia , puse 4 bitmaps (repeti una imagen) y el resultado con el boton disabled() es el siguiente:
(RESOURCE "CAMA0", "CAMA0", "CAMA0", "CAMA0" TOP NOBORDER)
<!-- m --><a class="postlink" href="http://www.servidor-imagenes.com/show-image.php?id=5c1e75a5821213c9a4e0ca31b892bff2">http://www.s... |
BTNBMP disable se ve algo grotesco con W7 | Willi
El Fivewin hasta la version 9.04 tenia una falla en el Fivewin.ch, fue descubierta por Manuel Mercado, en las versiones superior ya está corregido por Antonio.
Tiene que estar asi:
[code=fw:1e0bv7sf]<div class="fw" id="{CB}" style="font-family: monospace;"><br />#xcommand <span style="color: #0000ff;">REDEFINE</... |
BTNBMP disabled | Hola, Antonio:
EL siguiente código en Delphi puede ser de utilidad para que tBtnBmp dibuje los botones deshabilitados, sin necesidad de tener que crear imágenes adicionales.
Fuente: <!-- m --><a class="postlink" href="http://www.scalabium.com/faq/dct0137.htm">http://www.scalabium.com/faq/dct0137.htm</a><!-- m -->
[... |
BTNBMP disabled | Cesar,
FWH proporciona las siguientes funciones:
DRAWGRAYED( hDC, hBitmap, nRow, nCol ) // dibuja el bitmap en gris entramado
DRAWGRAY( hDC, hBitmap, nRow, nCol ) // dibuja el bitmap en tonos de grises |
BTNBMP e BUTTONBMP nTop - nLeft ??? | Antonio, utilizei a classe BTNBMP para colocar varios botões em uma WINDOW, e criei um segundo PRG, onde o usuário poderá desenhar a posição dos botões. Para isso utilizo a clausula DESIGN.
Porém, acontece que a classe BTNBMP não aceita DESIGN, sendo assim tive que usar a classe BUTTONBMP para desenhar, ficou perfeito... |
BTNBMP error | [code=fw:8xwxnkym]<div class="fw" id="{CB}" style="font-family: monospace;">Error description: <span style="color: #000000;">Error</span> BASE/<span style="color: #000000;">1004</span> Metodo non disponibile: <span style="color: #000000;">END</span><br /> Args:<br /> <span style="co... |
BTNBMP error | So far we never noticed this error with any of our own programs.
Can you post a sample with a single button to reproduce this error? |
BTNBMP error | Nages,
I notices you on 27/07/2019 with a sample test , you told me that you had found the error and you would have sent the change, but I never knew anything again and on 07/10/2019
I sent Antonio the changes for the showpopup method. I was hoping that the changes had been included in the new package so by compiling t... |
BTNBMP error | Silvio,
Please try to disable the button after the user clicks on it to avoid duplicated clicking |
BTNBMP error | with disable/ enable ?
on menupopup ?
I think it is impossible to do
the error sometimes go out no always |
BTNBMP from resource missing command COLOR ? | In bGradient, we can specify solid colors also like:
bClrGrad := { |lMouseOver| If( lMouseOver, CLR_HRED, { { 1, CLR_BLUE, CLR_WHITE } } ) } |
BTNBMP from resource missing command COLOR ? | Hello,
why there is no [color=#0000FF:1fl1kupt][b:1fl1kupt]COLOR[/b:1fl1kupt][/color:1fl1kupt] defined in BTNBMP from resource ?
#xcommand REDEFINE BTNBMP [<oBtn>] ;
...
....
[ GRADIENT <bGradColors> ];
[color=#FF0000:1fl1kupt]???????????[/color:1fl1kupt]
[ <lGDIP: GDIP, GDIPLUS> ];
------------------
#xcommand @ ... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.