topic
stringlengths
1
63
text
stringlengths
1
577k
BtnBmp desde código y recursos
No son ventanas, son dialogos con estilo WS_POPUP y sin Modalframe y sin caption. Tengo una función que pinta los bordes y la franja gris donde se encuentran los botones y otra que se encuentra en el caption para el título y mover el dialogo y la cruz para cerrarlo. El estilo de los get lo tomé del foro. Saludos
BtnBmp desde código y recursos
Flat ? SkinButtons()? Mejor, és BUTTONBMP Saludos.
BtnBmp desde código y recursos
Karinha, si no le pongo flat el botón parece hundido. Parece no tomar el estilo l2013 salvo por el borde derecho que si se pinta con el color del estilo pero no el resto de las lineas. No puedo cambiar a buttonbmp porque llevo muy avanzado el proyecto y además es en el único lugar donde uso un dialogo x código y me pas...
BtnBmp desde código y recursos
Veamos, qué versión de Fw utilizas? Esta clase actualmente tiene las siguientes DATAS [code=fw:2gyhxjqs]<div class="fw" id="{CB}" style="font-family: monospace;"><br /><br />&nbsp; &nbsp;<span style="color: #00C800;">DATA</span> &nbsp; lBorder AS LOGICAL <span style="color: #0000ff;">INIT</span> .T.<br />&nbsp; &nbsp;<...
BtnBmp desde código y recursos
Gracias Cristobal por responder, La única data que no tiene la clase es nRound. Utilizo FWH 17.01. Saludos
BtnBmp desde código y recursos
Imagino que el valor que tendrá es 6 Búscalo en funciones como RoundBox, CreateRoundRectRgn, crea la data y sustitúye el valor por la data Con la data nClrBorder podrás configurar el color del borde y con lFlatStyle puedes ver si se acerca a lo que necesitas
BtnBmp desde código y recursos
Gracias Cristobal, pruebo y comento . Saludos
BtnBmp en txbrowse
Hola: No logro ver la imagen en el btnbmp de una columna. WITH OBJECT :aCols[1] :AddResource("Lupa16") :nBtnBmp:=1 :cEditPicture:="@!" :bEditBlock:= {|nRow,nCol,oCol| DocBuscar(oCol,nRow,nCol)} :nEditType := EDIT_GET_BUTTON END ¿ Qué estoy haciendo mal? Gracias.
BtnBmp en txbrowse
Saludos Cesar. 1- verifica que el recurso este creado 2- verifca que el nombre del recuerso sea correcto 3- verifica que tengas un handle valido en el array de bitmap de la columna ( :aBitmaps[ 1 ][ 1 ] ) 4- si falla lo anterior, intenta agregar la imagen desde un archivo y no desde recurso 5- si falla que version est...
BtnBmp entre los Gets problema de Focu ???
Siempre que y uso el BtnBmp entre los Gets, tengo problemas com el retorno del SetFocus ;[code:2lkan09h] REDEFINE GET oGet&#91;1&#93; VAR oDbfCadaClie&#58;ArCodAll ID 21 OF oDlg PICTURE "999999" Update [/code:2lkan09h] [code:2lkan09h] REDEFINE BTNBMP oBtn&#91;1&#93; ID 701 RESOURCE "PESQ_CLI_24" OF oDlg NOBORDER Defa...
BtnBmp entre los Gets problema de Focu ???
Ale,> Mi duda es, uno SetFocus no serio lo bastante para funcionar ?No, no es suficiente porque el proceso de perdida de foco es una secuencia que ha de completarse con una ganancia de foco. Es decir, si estas en una secuencia de cambio de foco controlada por Windows, no puedes interrumpirla. Por eso la opción del time...
BtnBmp entre los Gets problema de Focu ???
Ahora Comprendo, Gracias.Saluds, Ale
BtnBmp error en METHOD LoadBitmaps 15.06
Algunos clientes los cuales le actualicé han venido reportando un error y sale un mensaje que dejó de funcionar se le hizo un seguimiento al HB_OUT.TXT en el cual el error da en METHOD LoadBitmaps Called from PALBMPNEW(0) Called from WNDREADPALBMPEX(588) in .\source\function\IMGTXTIO.PRG Called from (b)TWINDOW(551) in...
BtnBmp error en METHOD LoadBitmaps 15.06
Hello , It's an old unsolved problem ( I have a same problem ) , now I will try with the last fw version and if it is possible simulate with a sample . <!-- l --><a class="postlink-local" href="http://forums.fivetechsupport.com/viewtopic.php?f=3&t=16168&p=97501&hilit=GPF+MAURIZIO#p97501">viewtopic.php?f=3&t=16168&p...
BtnBmp error en METHOD LoadBitmaps 15.06
Luis, Puede estar directamente relacionado con el problema de consumo de memoria que nos has comentado. Obtén toda la información del administrador de tareas de la aplicación y publícala aquí, gracias
BtnBmp error en METHOD LoadBitmaps 15.06
Luis, Has comprobado el consumo de objetos GDI de tu aplicación usando CheckRes() ? [url:3e0i95eu]http&#58;//wiki&#46;fivetechsoft&#46;com/doku&#46;php?id=fivewin_function_checkres[/url:3e0i95eu]
BtnBmp error en METHOD LoadBitmaps 15.06
Maestro Andonio Error Completo [list:2x2svpu4] Application Internal Error - C:\AccaSoft\AccaSoft.exe Terminated at: 2016-08-31 08:54:41 Unrecoverable error 6005: Exception error: Exception Code:C0000005 ACCESS_VIOLATION Exception Address:00D7BF7D EAX:07AC5000 EBX:00000000 ECX:07AB8020 EDX:07AC5000 ...
BtnBmp error en METHOD LoadBitmaps 15.06
Luis, Prueba a crear una función "dummy" en tu PRG: function PALBMPNEW() return nil y comprueba si asi desaparece el error, gracias
BtnBmp error en METHOD LoadBitmaps 15.06
Maestro Antonio al crear la función "dummy" se resolviò el problema function PALBMPNEW() return nil Muchas Gracias.
BtnBmp error en METHOD LoadBitmaps 15.06
Luis, muy bien. Al menos ya tenemos una solución temporal Vamos a revisar el código de PALBMPNEW() gracias
BtnBmp error en METHOD LoadBitmaps 15.06
Antonio, mine too Maurizio
BtnBmp error en METHOD LoadBitmaps 15.06
Maurizio, Did it solved your problem too ?
BtnBmp error en METHOD LoadBitmaps 15.06
Yes Maurizio <!-- w --><a class="postlink" href="http://www.nipeservice.com">www.nipeservice.com</a><!-- w -->
BtnBmp error en METHOD LoadBitmaps 15.06
Antonio , nothing new about function PALBMPNEW() ? with MSVC to compile the function PALBMPNEW() I have to use -ldflag=/FORCE:multiple but I think the compiler takes that in the lib Maurizio
BtnBmp error en METHOD LoadBitmaps 15.06
Maurizio, It is fixed in FWH 16.08 to be published in a few days
BtnBmp from code and tooltip
As I see tooltip is not supported with BtnBmp created from code, isn't it ? Marco
BtnBmp from code and tooltip
Marco, oBtnBmp:cToolTip = "Tooltip text"
BtnBmp from resource how to resize at runtime ?
Hello, I have a small problem : I need a User-Resize of BTNPMP from resources and a Preview with the new Size. Is it possible ? I tested [color=#FF0000:1yu4mrak]oBtn:nHeight [/color:1yu4mrak]:= NewHvalue and [color=#FF0000:1yu4mrak]oBtn:nWidth [/color:1yu4mrak]:= NewWvalue but it doesn't work. For the new ButtonTool...
BtnBmp from resource how to resize at runtime ?
Did you try oBtn:Move() method? EMG
BtnBmp from resource how to resize at runtime ?
Enrico, thank You very much. [color=#FF0000:1vgxxm9s]oBtn1:Move [/color:1vgxxm9s]does the resizing I need ( same like with Dlg3 ). The Move-method keeps the Top / Left position of the Resource with : [color=#FF0000:1vgxxm9s]oBtn1:nTop, oBtn1:nLeft[/color:1vgxxm9s] That is exactly, how I want to do it. ACTIVATE DIALOG...
BtnBmp from resource how to resize at runtime ?
Uwe, You may also use: oControl:SetSize( nWidth, nHeight [, lRepaint ] )
BtnBmp icon resizing with recent FWH including 1501
To All I know there has been much done with the BtnBmp class .. I have just recently noticed several of my Bitmap icons on smaller dimension buttons have been resized to a tiny resolution. The Arrow bitmap is 48x48 and the Cancel bitmap is 16x16. The Arrow ( larger resolution ) is the bitmap being resized to appear m...
BtnBmp icon resizing with recent FWH including 1501
We shall check and get back to you. What would be the size of button in pixels? You can find out by ACTION MsgInfo( Str( oB1:nWidth ) + Str( oB1:nHeight ) ) The basic change is this. Now even very large images can be displayed in btnbmp. When the bitmap size exceeds the height or width ( in this case it must be height...
BtnBmp icon resizing with recent FWH including 1501
Rao Thanks for the quick reply .. Both buttons are 96 29 Rick Lipkin
BtnBmp icon resizing with recent FWH including 1501
Rick, can You please check the image-size ( must be the same ) ? In case the picture-size ( inside the transparent-are ) is different, it could be the reason for the button-adjustment with different result. best regards Uwe <!-- s:?: --><img src="{SMILIES_PATH}/icon_question.gif" alt=":?:" title="Question" /><!-- s:?...
BtnBmp icon resizing with recent FWH including 1501
[quote="Rick Lipkin":15s827ya]Rao Thanks for the quick reply .. Both buttons are 96 29 Rick Lipkin[/quote:15s827ya] That means the bitmap is re-sized in the ration 25/48. which is approx 24x24 As Mr Uwe suggested possibly the actual image area is much less than 48x48. I shall be glad if you can extract the bitmap fr...
BtnBmp icon resizing with recent FWH including 1501
The Image shows what I mean. Both images are 32x32 in size, but the picture-size is different. The button displays the original size and not cropped to the picture. You can check these images with PIXELFORMER. [img:2qttjre8]http&#58;//www&#46;pflegeplus&#46;com/IMAGES/Button1&#46;jpg[/img:2qttjre8] best regards Uwe <...
BtnBmp icon resizing with recent FWH including 1501
Rao The bitmaps are on the way .. The Next.Bmp is 48x48 but there is a lot of dead space around the image. The old BtnBmp class somehow compensated for the out of range height of the dimensions of the button. I chose that particular bitmap based on the old class because the appearance was correct in production. Thank...
BtnBmp icon resizing with recent FWH including 1501
Rick, same butto-nsize and different picture-size [img:2kjjsu7s]http&#58;//www&#46;pflegeplus&#46;com/IMAGES/Button2&#46;jpg[/img:2kjjsu7s] best regards Uwe <!-- s:D --><img src="{SMILIES_PATH}/icon_biggrin.gif" alt=":D" title="Very Happy" /><!-- s:D -->
BtnBmp in FwH 2.7
Hi All, yesterday i upgraded to fwH 2.7 for proper use with the latest xHarbour builder. One of my applications has a main dialog with some BtnBmp on it, which are not placed on a ButtonBar. When clicking on the dialog title a dotted line is painted around every button. To make this unwanted dots disappear i have to...
BtnBmp in FwH 2.7
Please take the time to build a reduced and self-contained sample of the problem. EMG
BtnBmp in FwH 2.7
Thanks Enrico, Here you can find my example of a dialog with BtnBmp buttons: <!-- m --><a class="postlink" href="http://www.d-hoefner.de/files/x-po.zip">http://www.d-hoefner.de/files/x-po.zip</a><!-- m --> I used the latest FvH 2.7 together with xHarbourBuilder of March 2006. Regards, Detlef
BtnBmp in FwH 2.7
Sorry, I wasn't able to run your sample: [quote:3dh0k7x5]xHarbour Compiler build 0.99.61 (SimpLex) Copyright 1999-2006, <!-- m --><a class="postlink" href="http://www.xharbour.org">http://www.xharbour.org</a><!-- m --> <!-- m --><a class="postlink" href="http://www.harbour-project.org/">http://www.harbour-project.org/...
BtnBmp in FwH 2.7
Enrico, i had this problem too with Borland Resource Workshop. But with xHarbour Builder i use Pelles C as Resource Editor which can handle this bitmap format. I modified the 4 bitmap files to indexed 256 Windows colors. <!-- m --><a class="postlink" href="http://www.d-hoefner.de/files/tmp.zip">http://www.d-hoefner....
BtnBmp in FwH 2.7
Ok, found! Just remove WS_TABSTOP style: [code:15bxpd76]CONTROL "", 201, "TBtnBmp", 0, 25, 33, 27, 23 CONTROL "", 202, "TBtnBmp", 0, 59, 33, 27, 23 CONTROL "", 203, "TBtnBmp", 0, 108, 33, 27, 23 CONTROL "", 204, "TBtnBmp", 0x00000008, 169, 33, 27, 23[/code:15bxpd76] EMG
BtnBmp in FwH 2.7
[quote="EnricoMaria":1670edd1]Ok, found! Just remove WS_TABSTOP style: [code:1670edd1]CONTROL "", 201, "TBtnBmp", 0, 25, 33, 27, 23 CONTROL "", 202, "TBtnBmp", 0, 59, 33, 27, 23 CONTROL "", 203, "TBtnBmp", 0, 108, 33, 27, 23 CONTROL "", 204, "TBtnBmp", 0x00000008, 169, 33, 27, 23[/code:1670edd1] EMG[/quote:1670edd1] ...
BtnBmp in FwH 2.7
Enrico, Thanks as usual! <!-- s:) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":)" title="Smile" /><!-- s:) -->
BtnBmp in a dialog
Hello, is it possible that btnbmp in a dialog is not available yet? I have: message not found tbtnbmp:_ctooltip, tbtnbmp_ctooltip(169) Regards Thomas
BtnBmp in a dialog
[quote="Thomas Grueninger":1d5ewypd]Hello, is it possible that btnbmp in a dialog is not available yet? I have: message not found tbtnbmp:_ctooltip, tbtnbmp_ctooltip(169) Regards Thomas[/quote:1d5ewypd] Thomas Check the syntax, i have no problems with btnbmp. This is a sample of what i use, If you still have a pr...
BtnBmp in a dialog
Hello Richard, sorry, i forgot to wrote that the dialog is in a resource. Thomas
BtnBmp in a dialog
[quote="Thomas Grueninger":1977ile9]I have: message not found tbtnbmp:_ctooltip, tbtnbmp_ctooltip(169)[/quote:1977ile9] Tooltips are not available yet.
BtnBmp in a dialog
Hello Antonio, thanks for your answer. But i will not use tooltips. Thomas
BtnBmp in a dialog
Thomas, Do you get the error without using tooltips ? If so, how may we reproduce the error ? thanks.
BtnBmp is not transparent on a folder
This is a sample of the problem (please activate themes): [code=fw:2c4fdlm9]<div class="fw" id="{CB}" style="font-family: monospace;"><span style="color: #00D7D7;">#include</span> <span style="color: #ff0000;">"Fivewin.ch"</span><br /><br /><br /><span style="color: #00C800;">FUNCTION</span> MAIN<span style="color: #0...
BtnBmp is not transparent on a folder
I see the button transparent without manifest and not transparent with manifest. Is that you see too?
BtnBmp is not transparent on a folder
Yes. EMG
BtnBmp is not transparent on a folder
Working well with this addition [code=fw:734ufo25]<div class="fw" id="{CB}" style="font-family: monospace;"> &nbsp; &nbsp;<span style="color: #00C800;">if</span> IsAppThemed<span style="color: #000000;">&#40;</span><span style="color: #000000;">&#41;</span><br />&nbsp; &nbsp; &nbsp; &nbsp;oBtn:<span style="color: #0000...
BtnBmp is not transparent on a folder
Ok, but it is not the correct fix. We need the trasparence, right? EMG
BtnBmp is not transparent on a folder
I agree. This has been so all the time. This is only a workaround in the application. Btnbmp.prg needs to be modified.
BtnBmp is not transparent on a folder
Ok, thank you. EMG
BtnBmp on Main Window
I have placed a BtnBmp control on the main window of my application but the action clause does not work [code=fw:pcsjwfcn]<div class="fw" id="{CB}" style="font-family: monospace;"><br /><br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<span style="color: #0000ff;">DEFINE</span> <span style="color: #0000ff;">WINDOW</span> oMai...
BtnBmp on Main Window
Hello Colin, I think it is not possible, to paint Buttons directly on a Main-Window ( MDI-frame ) Found a possible Solution to paint one or more Buttons. Transparent, Color, Gradient, Brush and Image : [img:sun0z7tw]http&#58;//www&#46;pflegeplus&#46;com/pictures/mdibtn1&#46;jpg[/img:sun0z7tw] [code=fw:sun0z7tw]<div ...
BtnBmp on Main Window
Collin and Uwe, There is no need to use a PUBLIC or to pass the main window object to another function. This object is stored in the function wndMain() so you can access it anywhere in your program. You can also access it using a kind of shorthand syntax: Instead of: local oWnd oWnd:= wndMain() oWnd:setColor(...) Y...
BtnBmp on Main Window
Hi James Yes I tried that - but the oMainwWnd:bGotFocus does not seem to work except for the first time the main window is displayed. The only way I could find for the button to display was to mouse over it. Cheers Colin
BtnBmp on Main Window
Uwe and James Thanks for your replies I got the button to work but being a nonmodal dialog it was visible over child windows. [code=fw:2rnyebxh]<div class="fw" id="{CB}" style="font-family: monospace;"><br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #0000ff;">DEFINE</span> <span style="color: #0000ff;"...
BtnBmp on Main Window
Colin, It seems complicated but you could try hiding the dialog when a child window is opened, and showing it when the window is closed. This is one more reason I never use MDI. Regards, James
BtnBmp on Main Window
Hi James Yes it does seem complicated - I changed the way the menu calls options - this may give the client what he wants. Cheers Colin
BtnBmp on Main Window
Colin, I agree with James, I did a quick test with 2 embedded Dialogs and Nowait. It works fine with the same Result like 2 Windows ( MDI ) Moving the Dialog, it covers the Dialog with the Buttons. Is there maybe a special reason, You need MDI ? I will create a new sample tomorrow. Maybe it works for You. Showing Butt...
BtnBmp on Main Window
Hi Uwe I like MDI apps and so do my clients they quite often have the same screen open twice with different data selected. I must admit the visuals you create are amazing. Cheers Colin
BtnBmp on Main Window
Colin, >I like MDI apps and so do my clients they quite often have the same screen open twice with different data selected. You can do this with a main window and a splitter too. Just about anything you can do with MDI you can do with SDI. The main issue I have with MDI is all the window manipulation that the user ...
BtnBmp on Main Window
Colin if you want work over MDI main window you should use DATA oWndClient like this [code=fw:38kxsvx4]<div class="fw" id="{CB}" style="font-family: monospace;"><span style="color: #00D7D7;">#include</span> <span style="color: #ff0000;">"fivewin.ch"</span><br /><br /><span style="color: #00C800;">function</span> mai...
BtnBmp on Main Window
Hi Daniel Tht works fine except when you open a window over the button and then close the window the button does not show until you mouse over it - is there a way to refresh the main window and button. Cheers Colin
BtnBmp on Main Window
Colin, Maybe try: oMainWnd:bGotFocus:= {|| oBtn:refresh() } Regards, James
BtnBmp on Main Window
Colin, I added some more Functions to my Sample. All Buttons are working fine now ( changed from Dialog to MDI-child ). I hope, it will work for You <!-- s:roll: --><img src="{SMILIES_PATH}/icon_rolleyes.gif" alt=":roll:" title="Rolling Eyes" /><!-- s:roll: --> [img:23v0gvft]http&#58;//www&#46;pflegeplus&#46;com/pi...
BtnBmp problems with 1502
To All Sorry to report that the BtnBmp bitmaps are off 'slightly' between FWH 1501 and 1502 .. notice the Cancel button . Rick Lipkin Fwh 1501 [img:2ywpefla]http&#58;//i59&#46;tinypic&#46;com/2saczk6&#46;jpg[/img:2ywpefla] Fwh 1502 [img:2ywpefla]http&#58;//i58&#46;tinypic&#46;com/2dw803s&#46;jpg[/img:2ywpefla] [cod...
BtnBmp problems with 1502
Antonio,Rao Any answers ? Rick Lipkin
BtnBmp problems with 1502
Rick, I think it is a image problem. Can You post / add the used image original size, to make it possible to check it ? Maybe there is something wrong with the transparent area. Often it happens using small images. The problem I enlarged a image found in /samples/bitmaps/16x16 Like You can see, this image doesn't hav...
BtnBmp problems with 1502
Mr Rick Thanks for pointing out. Fixed. Revised build will be available shortly.
BtnBmp problems with 1502
Revised build is just published and this fix is included. Please test.
BtnBmp problems with 1502
Rao First chance I have had to download rev 2 .. here is the results .. I also tried to pad the front of the Prompt with extra spaces, but it had no effect. <!-- s:( --><img src="{SMILIES_PATH}/icon_sad.gif" alt=":(" title="Sad" /><!-- s:( --> Rick Lipkin [img:1h2sv6qt]http&#58;//i60&#46;tinypic&#46;com/2liwtxu&#46...
BtnBmp problems with 1502
Please check my email to you.
BtnBmp problems with 1502
Rao Thank you for your quick updates .. the BtnBmp and Bar updates worked GREAT! Rick Lipkin
BtnBmp problems with 1502
Hello: Is the rpreview.prg buttons propper appearance fixed with this fix?. Thank you very much.
BtnBmp problems with 1502
[quote="MOISES":34iv87vf]Hello: Is the rpreview.prg buttons propper appearance fixed with this fix?. Thank you very much.[/quote:34iv87vf] Yes
BtnBmp problems with 1502
Hello, When the revised build will be ready?. Thank You.
BtnBmp problems with 1502
Up please.
BtnBmp problems with 1502
Antonio, Can you please review it?. Thank you.
BtnBmp problems with 1502
I suppose 15.03 may be released any time, which includes all these fixes
BtnBmp prompt
I would like to change the prompt on a BtnBmp during program execution. Consider: ... REDEFINE BTNBMP oBtn1 RESOURCE "ADD" PROMPT "Add" .... Later I want to change the prompt to "Confirm" oBtn1:SetText("confirm") eliminates the bitmap and gives only a text button So what can I use to just change the prompt an...
BtnBmp prompt
Try this: [code=fw:3462sinq]<div class="fw" id="{CB}" style="font-family: monospace;">oBtn1:<span style="color: #000000;">cCaption</span>:=<span style="color: #ff0000;">"Confirm"</span><br />oBtn1:<span style="color: #0000ff;">Refresh</span><span style="color: #000000;">&#40;</span><span style="color: #000000;">&#41;</...
BtnBmp prompt
Thanks
BtnBmp prompt
tim: Could you send me your email address. I notice in past you've been working with quick books. I'd like to ask you a few questions. Thanks send to <!-- e --><a href="mailto:hgoldstein@dslextreme.com">hgoldstein@dslextreme.com</a><!-- e -->
BtnBmp with Alpha Channel
I present another possible contribution, again presenting the prototype of what would change ... As discussed the matter on Alpha Channel to start implementing FW classes the general idea, just as we use the clause TRANSPARENT, i added ALPHA clause to say that we will use the features of a bitmap with Alpha Channe...
BtnBmp y XP
Los btnbmp no se ven igual a los button con los temas XP, eso puede corregirse o hay algún otro control nativo que permita un botón con imagen y se vea mejor? Uso FWH 7.01 y xHarbour distribuído con él.
BtnBmp y XP
Jose, Tienes que usar la Clase TButtonBmp. Revisa el ejemplo samples\TestBuBm.prg
BtnBmp.. I not understood this error
I have this error .... [code=fw:2kzf8kxr]<div class="fw" id="{CB}" style="font-family: monospace;">Error occurred <span style="color: #00C800;">at</span>: <span style="color: #000000;">10</span>/<span style="color: #000000;">03</span>/<span style="color: #000000;">22</span>, <span style="color: #000000;">21</span>:<sp...
BtnBmp: caption position
Dear friends, is it possible to put the BTNBMP caption to the top of the button? It seems that it is only go centered. EMG
BtnBmp: caption position
And what about to choose the color of the caption? EMG
BtnBmp: caption position
@ 1,2 BTNBMP oBtn ; PROMPT "Text" TOP ADJUST OF oDlg ; SIZE 100 , 100 ; FILE "BTN.BMP" NOBORDER ; FONT oFont1 UPDATE oBtn:SetColor( CLR_HBLUE ,CLR_WHITE) oBtn:nClrText( CLR_HRED ) oBtn:nClrText( CLR_HRED ) Regards MAurizio <!-- w --><a class="postlin...
BtnBmp: caption position
Great! Thank you! <!-- s:-) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":-)" title="Smile" /><!-- s:-) --> And what about the position? EMG