topic stringlengths 1 63 | text stringlengths 1 577k ⌀ |
|---|---|
BtnBMP Error | Peter,
>
Also, we think that this error only occurs when the application is run through a remote desktop connection.
>
Its a quite strange error, because the C functions used in Method LoadBitmaps() always return an array, and in your error that array, somehow, has turned into a number (memory corruption?)
Anyhow, ... |
BtnBMP Error | Thanks Antonio,
That has prevented the error message. I have now noticed that it is always the same bmp that is missing (which is what i'm assuming is causing the error) Could there be a problem with the resource file? - the bitmap used is contained in a resource file.
Also, what do we do from now on? Will i have ... |
BtnBMP Error | Pete,
Please email me the bitmap file
What FWH version are you using ?
We can include such source code change in FWH source code, though we would like to understand and locate where the error is coming from |
BtnBMP Error | Antonio,
Thanks for the reply - just sent you an email.
Pete |
BtnBmp | When using a button bitmap on a dialog within a method in a class, when I end the dialog, I get an error:
tBtnBmp:New( 249 ) No exported method: NCLRTEXT
Looking at the btnbmp source, it is actually calling ::oWnd:nclrtext
Can anyone shed some light on what is happening so I can resolve this ? It is not specif... |
BtnBmp | Tim,
It seems as ::oWnd is nil and it shouldn't be
Could you post the entire error.log here ? thanks |
BtnBmp | [code=fw:1rvonew7]<div class="fw" id="{CB}" style="font-family: monospace;"><br />Application<br />===========<br /> Path and <span style="color: #0000ff;">name</span>: <span style="color: #000000;">C</span>:\Projects VS\MLS Service Writer <span style="color: #000000;">10</span>\Debug\MLS Service Writer <sp... |
BtnBmp | Tim,
As I guesssed, oWnd is nil.
Please show here the source code line contents where you create that BtnBmp, thanks |
BtnBmp | Did you by any chance have a code like:
[code=fw:3r02c3ef]<div class="fw" id="{CB}" style="font-family: monospace;">@ r,c, <span style="color: #0000ff;">BTNBMP</span> oBtn ............... <span style="color: #0000ff;">ACTION</span> ::<span style="color: #000000;">Save</span><span style="color: #000000;">(</span><s... |
BtnBmp | Tim,
If you are doing what Rao said, and if ::save() is a method of a TData or TRecord subclass, then you should not be making user interface code as part of the subclass, but rather passing the data object to the UI code. Remember that data objects should be models of real-world objects (e.g. customers, parts, etc.) ... |
BtnBmp | Rao,
That resolved it. Thanks.
James,
The older I get, the less perfect I see the "real world".
I have separate data and interface classes. It's all part of my cleanup strategy and it works nicely.
To me, a user interface should no longer be a function, it should be a class. I've got so many functions th... |
BtnBmp (SOLVED) | Hi you all,
Does anyone knows how to get rid of this anoying line surronding BtnBmp's???
[img:3t26gl24]http://www.mayapos.com/FiveWin/boton3.png[/img:3t26gl24]
It appears when the mouse is on top of the button...
I've tried [color=#FF0000:3t26gl24]:lBoxSelect := .F.[/color:3t26gl24]
Which is the on... |
BtnBmp (SOLVED) | test with
oBtnbmp:lTRANSPARENT = .T.
saluti
Stefano |
BtnBmp (SOLVED) | Thanks Stefano, but I already tried and did not work, It seems that I get this effect because of the color of my bitmaps, when I use a picture it does no doit...
I think it does that to create the effect of movement in the button.... |
BtnBmp (SOLVED) | I included this Button, but cannot discover such Effect.
Maybe the way the Background is defined ?
[img:2zda8n9l]http://www.pflegeplus.com/pictures/btnfoc1.jpg[/img:2zda8n9l]
Best Regards
Uwe <!-- s:?: --><img src="{SMILIES_PATH}/icon_question.gif" alt=":?:" title="Question" /><!-- s:?: --> |
BtnBmp (SOLVED) | This is the way I define the control:
[code=fw:1r4e59c6]<div class="fw" id="{CB}" style="font-family: monospace;">@ <span style="color: #000000;">(</span> Cuadro2<span style="color: #000000;">[</span><span style="color: #000000;">1</span><span style="color: #000000;">]</span><span style="color: #000000;">&... |
BtnBmp (SOLVED) | try this example
bmp 32 bit
Stefano
+ + + + + + +
// Dialog test
#include "FiveWin.ch"
static oDlg,obmp
//----------------------------------------------------------------------------//
function Main()
DEFINE DIALOG oDlg TITLE "Dialog 1" FROM 0, 0 TO 20, 40 TRANSPARENT
* say ....
* get .... ... |
BtnBmp (SOLVED) | Thanks Mr. Stefano, but it did not worked for me when applied to my window...
In your sample, the new dialog copies the background for some reazon...
This is an example that reproduces the problem:
[code=fw:1r0btrcv]<div class="fw" id="{CB}" style="font-family: monospace;"><span style="color: #00D7D7;">#include</spa... |
BtnBmp (SOLVED) | Yes, there are different Results.
Make a Test and define a brush-function on [color=#FF0000:2evxd0iw]Init[/color:2evxd0iw] with the included Buttons.
On Button-click, there are no white borders.
[code=fw:2evxd0iw]<div class="fw" id="{CB}" style="font-family: monospace;"><br /><span style="color: #00C800;">FUNCTION</s... |
BtnBmp (SOLVED) | That made it with BtnBmp, thanks Uwe, and one more thanks for all the great tools you facilitate to this forum... |
BtnBmp (SOLVED) | That Made it with the painting!!!
But is there any way to detect any changes in the control???
For Example, when the mouse is over it (lMOver becomes .T.), is there a way to detect this and run an action for it???
What I will like to do is set a Text color for every state of the control : Normal, Mouse Over it and ... |
BtnBmp (SOLVED) | You can change the Button-textcolor on any other Control-action :
[img:2tg87y05]http://www.pflegeplus.com/pictures/btncolor.jpg[/img:2tg87y05]
// --------------------
FUNCTION SHOW_BTN(oWndMain)
@ 200, 200 BTNBMP oBtnA OF oWndMain ;
SIZE 80, 80 PIXEL ;
NOBORDER ;
ADJUST ;
PROMPT "&Exit" ;
FILENAME ... |
BtnBmp (SOLVED) | Thanks Uwe for taking the time to answer, and sorry for not posting this message before, but I was able to get the changes that I needed by doing what I explain in the following post:
[url:1nm8xziv]http://forums.fivetechsupport.com/viewtopic.php?f=22&t=22328#p118911[/url:1nm8xziv]
Thanks for your help... |
BtnBmp - how to get id number of focused button? | [code:31jkmdju]
FOR nM := 1 TO 12
cM := str0(nM,2)
dDay := ctod('01.'+cM+"."+cYear)
FOR nD := 1 TO 31
aKolor := aKol(nD,cKld&cM)
IF month(dDay)==nM
oBtn1:=tBtnBmp():Redefine((nM*1000)+nD,,,,,,{|| msgInfo... |
BtnBmp - how to get id number of focused button? | Can you build a reduced and self-contained sample to experiment with?
EMG |
BtnBmp - how to get id number of focused button? | Eugeniusz,
Change the variable focused_button_id into a function call:
[code:ipkxqjxr]
function focused_button_id( oDlg )
local nAt := AScan( oDlg:aControls, { | o | o:lFocused } )
return If( nAt != 0, oDlg:aControls[ nAt ]:nId, 0 )
[/code:ipkxqjxr] |
BtnBmp - how to get id number of focused button? | Antonio
as usualy Your help is great and every button reports now its id number.
But what i have to do to display this number as cTooltip (it display id=0)?
regards Eugeniusz. |
BtnBmp - how to get id number of focused button? | Eugeniusz,
Do you mean this ? In your loop:
[code:2vtzqusu]
oBtn1:=tBtnBmp():Redefine((nM*1000)+nD,,,,,,{|| msgInfo(KardSay(focused_button_id))},oDlg,,,,KardSay(focused_button_id),str(nD,2)+":"+aTab[dow(dDay)],oFont)
... |
BtnBmp - how to get id number of focused button? | Yes - second KardSay()
Eugeniusz |
BtnBmp - how to get id number of focused button? | Eugeniusz,
oBtn1:cToolTip := Str( oBtn1:nId )
Is it ok ? |
BtnBmp - how to get id number of focused button? | Antonio,
Yes, it works - it's to simple .
Thank You.
Eugeniusz |
BtnBmp 9.04 enhancements ! | Automatic support for Alpha Channel in bitmaps, rounded corners, much better text and image display, many enhancements. Many thanks to Master Daniel for his great help <!-- s:-) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":-)" title="Smile" /><!-- s:-) -->
Please notice how the images have "colored" reflexes than... |
BtnBmp 9.04 enhancements ! | Dear Mr.Antonio,
Superb !!! Looks really great.
Regards
Anser |
BtnBmp 9.04 enhancements ! | Great Job. I'm waiting to use it.
Dutch |
BtnBmp 9.04 enhancements ! | Would this mean ButtonBmp would also have this feature? |
BtnBmp 9.04 enhancements ! | Hua,
> Would this mean ButtonBmp would also have this feature?
Yes! <!-- s:-) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":-)" title="Smile" /><!-- s:-) --> |
BtnBmp 9.04 enhancements ! | Gret! <!-- s:) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":)" title="Smile" /><!-- s:) --> I always got confused between the two and not sure what the difference are. |
BtnBmp 9.04 enhancements ! | Hua,
Class TButtonBmp is based on Windows standard buttons, so it has Windows themes support.
They look like Windows buttons but use images. Now they can use Alpha channel bitmaps too! <!-- s:-) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":-)" title="Smile" /><!-- s:-) --> |
BtnBmp 9.04 mejoras! | Soporte automatico para canal Alpha en bitmaps, esquinas redondeadas, pintado mejorado de texto e imagen, muchas mejoras. Gracias al Maestro Daniel por su gran ayuda <!-- s:-) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":-)" title="Smile" /><!-- s:-) -->
Fijaros en que las imágenes tienen reflejos "coloreados" gr... |
BtnBmp 9.04 mejoras! | Antonio..
Las mejoras son solo para la BtnBmp, o hay alguna otra clase mas incluida.. como la tBitmap, tImage...
Seria genial usarlos en las tImageList, tRebar.. tendrias un gran cambio en cuanto a presentacion visual se refiere.. muy moderno, actual... como para competir con cualquier otro visual.
Si es asi.... da p... |
BtnBmp 9.04 mejoras! | Adolfo,
De momento solo en TBtnBmp.
Hay que publicar una versión 9.04 cuanto antes para que los ACTIVEX se usen bien con la nueva capacidad de usar objetos OleAuto, y que asi no haya que rehacer código.
Aparte de esos, hay más cambios importantes <!-- s:-) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":-)" title... |
BtnBmp : Text Alignments | We know that by using the clause LEFT/RIGHT/TOP/BOTTOM while creating a bitmap, the prompt is aligned opposite to the bitmap.
Now there is a way to make finer adjustments in the alignment of text, right/center/left by adding a space on left,right or both sides of the prompt
[url=https://imageshack.com/i/pmQH3... |
BtnBmp : Text Alignments | I have been doing that for columns in xbrowse. Otherwise the column line may sit right next to the first letter making it difficult to read. It's easy to do and makes the appearance better. |
BtnBmp : Text Alignments | [quote="TimStone":2vm0dovy]I have been doing that for columns in xbrowse. Otherwise the column line may sit right next to the first letter making it difficult to read. It's easy to do and makes the appearance better.[/quote:2vm0dovy]
Do you mean to say that the default margin we provide is not enough? Do you suggest ... |
BtnBmp : Text Alignments | When we allow the columns to autosize, I found sometimes they would be tight on the headers and the first and/or last letters would not display cleanly.
So I added a space before and after each header, and it all worked perfectly.
Tim |
BtnBmp New DATA aPromptClrs | Basically I want to have a Color of Text Set for events, similar to what cBmpFile1, cBmpFile2, cBmpFile3 and cBmpFile4 do, but even if only one Bmp file is set.
This way, if I set only one BMP, I still have the effect of something changing in the button when an event happens (Button Enabled, Mouse Over, Button Pressed... |
BtnBmp New DATA aPromptClrs | I was able to obtain what I wanted, harcoding the following lines:
[code=fw:2z8nxxor]<div class="fw" id="{CB}" style="font-family: monospace;"><span style="color: #000000;">254</span> ::<span style="color: #000000;">SetColor</span><span style="color: #000000;">(</span> <span style="color: #00C800;">If</span><sp... |
BtnBmp New DATA aPromptClrs | Just in case it can be included in FiveWin, I made changes to btnbmp.prg FWH12.04
[img:t9qlcu3b]http://www.mayapos.com/FiveWin/btnbmp.png[/img:t9qlcu3b]
New Datas:
[size=150:t9qlcu3b]nClrActive
nClrMouseOver
nClrPressed
nClrDisabled[/size:t9qlcu3b]
I sent you the modified class by e-mail... |
BtnBmp Question | Hi,
Just testing 9.05 and have found that on some of my BtnBmps the word tBtnBmp is printed over the BMP - how do you turn this off? Is there a global setting? This seems to only happen on larger buttons that use the center clause
Thanks in advance
Pete |
BtnBmp Question | Hello Pete,
I use 9.05 as well.
With my new buttontools, I can test all possible combinations :
from Source, Resource, 2007 Style, Transparent, Border and no Border.
BMP on left, top, bottom, right and centered.
On different backgrounds : colors, gradient, brushes and images.
A center problem, I didn't notice.
[img:... |
BtnBmp Question | Don't know if this makes a difference, but i am building the button from a resource using the following code:
[code=fw:3mgngznq]<div class="fw" id="{CB}" style="font-family: monospace;"><span style="color: #0000ff;">REDEFINE</span> <span style="color: #0000ff;">BTNBMP</span> oBtn89 <span style="color: #0000ff;">ID</sp... |
BtnBmp Question | Fixed - it's the prompt setting
[code=fw:bkzk2cnu]<div class="fw" id="{CB}" style="font-family: monospace;"><span style="color: #0000ff;">REDEFINE</span> <span style="color: #0000ff;">BTNBMP</span> oBtn89 <span style="color: #0000ff;">ID</span> <span style="color: #000000;">225</span> <span style="color: #0000ff;">OF<... |
BtnBmp Question | Pete,
The Test :
[img:1teyk1yh]http://www.pflegeplus.com/pictures/btntools32.jpg[/img:1teyk1yh]
The Code :
[code=fw:1teyk1yh]<div class="fw" id="{CB}" style="font-family: monospace;"><br /><span style="color: #B900B9;">// Transparent-Style :</span><br /><span style="color: #B900B9;">// -------------... |
BtnBmp Question | Uwe,
What happens if you remove PROMPT "" - do you get the same problem as i have?
Pete |
BtnBmp Question | Think i've got it now!!
In my RC, the caption property for my button had tBtnBmp in it - if i remove that, the text does not appear. Previous versions of FW must have ignored this information.
Pete |
BtnBmp Question | Pete,
We are going to review it, thanks for your feedback <!-- s:-) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":-)" title="Smile" /><!-- s:-) --> |
BtnBmp Question | Antonio,
Thinking about it, the way it is working is probably the way it should work. For example, if a text string/field/say is defined in the RC file and you don't redefine the say, the text appears as it is entered in the resource - maybe thats the way btnbmp should work?
Regards,
Pete |
BtnBmp Question | Hello Pete,
do You have a solution for transparent Button-Bmp on a image-background ?
I tested all solutions : Colors, Gradients, Styles, Brushes are working.
With a Image-background, transparent doesn't work ( tested from source and resource ).
I want to use empty transparent buttons as hotspot-areas.
[img:30mxpcz4]... |
BtnBmp Question | Hi Uwe,
I don't use transparent button-bmp - did you mean to ask the question to Antonio?
Regards,
Pete |
BtnBmp and PopupMenu | I wish Open a PopupMenu on Btnbmp I tried with
:bRClicked := { | nRow, nCol, oBtn | ShowActions( nRow, nCol,n, oBtn ) }
and
:bAction := { | nRow, nCol, oBtn | ShowActions( nRow, nCol,n, oBtn ) }
But it make error
[code=fw:2jugmeab]<div class="fw" id="{CB}" style="font-family: monospace;"><br /> <span s... |
BtnBmp and PopupMenu | What error ? |
BtnBmp and PopupMenu | with baction I not see the menupopup
with :bRClicked I Have this error
[code=fw:nde5ai7h]<div class="fw" id="{CB}" style="font-family: monospace;">Application<br />===========<br /> Path and <span style="color: #0000ff;">name</span>: <span style="color: #000000;">C</span>:\Work\Errori\image_su_btnbmp\test.Exe <span ... |
BtnBmp and PopupMenu | Now I tried with
[code=fw:bewglwas]<div class="fw" id="{CB}" style="font-family: monospace;"> <span style="color: #00C800;">for</span> n := <span style="color: #000000;">1</span> <span style="color: #0000ff;">to</span> <span style="color: #000000;">10</span><br /> @ nRow, nCol <span style="co... |
BtnBmp and PopupMenu | Please, search for "detached locals technicque", in forum
It is very possible that this is the problem |
BtnBmp and PopupMenu | ??????? |
BtnBmp and PopupMenu | First please implement a small fix in btnbmp.prg.
Locate the following lines in the method ShowPopUp()
[code=fw:3lzhzp8a]<div class="fw" id="{CB}" style="font-family: monospace;"> <span style="color: #00C800;">if</span> GetClassName<span style="color: #000000;">(</span> GetParent<span style="color: #000000;">&... |
BtnBmp and PopupMenu | Thank
can we erase or not show the part where is the black Arrow ? |
BtnBmp and PopupMenu | Please make this modification
[code=fw:31ljc1n2]<div class="fw" id="{CB}" style="font-family: monospace;"> <span style="color: #00C800;">for</span> n := <span style="color: #000000;">1</span> <span style="color: #0000ff;">to</span> <span style="color: #000000;">5</span><br /> @ nRow, nCol <sp... |
BtnBmp and PopupMenu | then when It show the menu it create the part with black arrow
on oldest release of my prg it not is showed
when I click on btnbmp it open a popupmenu near the btnbmp and I not see the part with black arrow
for my advice the black arrow can be usefull ony on a tbar control
[b:1slwa452]for now I resolved [/b:1slwa45... |
BtnBmp and oPopup | [img:28j7pp6g]https://mybergland.com/fwforum/mybtn.jpg[/img:28j7pp6g]
Hello friends,
I have expanded the TBtnBmp.
Now, when I insert a PopupMenu, I can select the width of the clickable area and use a bitmap instead of the PolyPolygon.
Best regards,
Otto
[code=fw:28j7pp6g]<div class="fw" id="{CB}" style... |
BtnBmp and oPopup | Dear Otto,
thank you for sharing it <!-- s:-) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":-)" title="Smile" /><!-- s:-) --> |
BtnBmp and oPopup | >FW_DrawImage( hDC, "c:\fwh\bitmaps\alphabmp\ichat.bmp", {::nHeight-30, ::nWidth-25, ::nHeight - 10, ::nWidth-5}, .t. )
for me it's no good
perhaps...
[code=fw:1lb2wu73]<div class="fw" id="{CB}" style="font-family: monospace;"><span style="color: #00C800;">data</span> hBmpPop</div>[/code:1lb2wu73]
on METHOD Paint()... |
BtnBmp and oPopup | I agree with Silvio, it wasn't good.
Estoy de acuerdo con Silvio, no fue bueno.
Regards, saludos. |
BtnBmp and oPopup | Hello,
That was just a suggestion.
Here we need new data variables.
Then everyone can load the ICON they want.
Again, it should only serve as a suggestion to extend the class.
It's like comparing apples and oranges to modify a class for personal use or to make it universally applicable. I can only do the former.
Be... |
BtnBmp caption | To AllI have noticed with 810 and 811 that the caption on a BtnBmp by default is now located at the BOTTOM of the button .. Previously it was centered in the button ..Is there a new clause to 'center' the caption ??Rick Lipkin[code:2norjv50]REDEFINE BTNBMP oBTN9 PROMPT cADPROMPT ID 128 of oEMPL[/code:2norjv50] |
BtnBmp caption | Use the recurse editor... propiedad ESTYLE - ALINEADO VERTICAL (center, left, right, bottom)Excuseme my english... <!-- s:shock: --><img src="{SMILIES_PATH}/icon_eek.gif" alt=":shock:" title="Shocked" /><!-- s:shock: --> |
BtnBmp changed behavior? | Hi.
On a BtnBmp I have what it seems to be like the word "SerDefine" written over the bmp-button. This must be do to a change on the btnbmp class for I did not have this problem before. Furthermore my btnbmps are no longer transparent. See image:
[img:1freflm1]http://ssfl.dynalias.com/temp_files/2010-1... |
BtnBmp changed behavior? | Ok. I found the source of the "selfdefine" text that was painting on top of the btnbmp.
But so far I haven't figure out why the btnbmp isn't transparent. Look a the exit door above. Notice the gradient is not being applied to its background.
oh- and another thing is that the btnbmp is now "raised". With my previo... |
BtnBmp changed behavior? | Reinaldo,
I suspect this and the dialog flickering are both due to changes made to try to handle tranparency and themes. See this thread:
<!-- l --><a class="postlink-local" href="http://forums.fivetechsupport.com/viewtopic.php?f=3&t=19966">viewtopic.php?f=3&t=19966</a><!-- l -->
There are 18 possible combinations t... |
BtnBmp changed behavior? | James;
I think my emails are not reaching you. Can you write to me so that I can reply? reinaldo dot crespo
at gmail of course.
Reinaldo. |
BtnBmp changed behavior? | Reinaldo,
I have the same email address I have always had (since the 80's)-- [jbott at compuserve dot com]. I can also be reached at [jbott at gointellitech dot com].
I did find one email from you that I missed and I have responded. Did you send others?
Regards,
James |
BtnBmp changed behavior? | Reinaldo,
Please post here the RC for that dialog, the source code that you use for it and the bitmaps, thanks <!-- s:-) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":-)" title="Smile" /><!-- s:-) --> |
BtnBmp changed behavior? | Antonio;
Hi.
First this is the code:
[code=fw:14hsld8j]<div class="fw" id="{CB}" style="font-family: monospace;"> <span style="color: #0000ff;">REDEFINE</span> <span style="color: #0000ff;">BTNBMP</span> aoBtns<span style="color: #000000;">[</span> <span style="color: #000000;">1</span> <span style="color: #... |
BtnBmp changed behavior? | One of the things I had to do was change all of my buttons in the rc to Owner Draw or use the TBtnBmp add in control for Borland workshop. |
BtnBmp changed behavior? | Hey Gale;
Thank you.
I have a college buddy in Houston.
Is that the Dialog or the btnbmp control that I should change to owner draw?
I'm using Resource Builder to manage resources. Can't find an owner draw property.... ?
Reinaldo. |
BtnBmp changed behavior? | Reinaldo,
Please post the RC section for that dialog box, thanks <!-- s:-) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":-)" title="Smile" /><!-- s:-) --> |
BtnBmp changed behavior? | Hi.
The RC section for the dialog is:
[code=fw:3kb00abf]<div class="fw" id="{CB}" style="font-family: monospace;">REVENUECODES <span style="color: #0000ff;">DIALOG</span> <span style="color: #000000;">6</span>, <span style="color: #000000;">15</span>, <span style="color: #000000;">225</span>, <span style="color: #00... |
BtnBmp changed behavior? | Reinaldo,
What is 0xF0B ?
CONTROL "",301,"TBTNBMP",WS_CHILD |0xF0B,142,116,36,30 |
BtnBmp changed behavior? | Antonio;
Hi.
I'm not sure. I'm managing these resources using Resource Builder. I'm thinking it was added by it. I removed it and recompiled the app, but still get the same result.
Reinaldo. |
BtnBmp changed behavior? | Reinaldo
Please try modify this "ELSEIF" inside btnbmp.prg
(line 1276)
[code=fw:11ez49nz]<div class="fw" id="{CB}" style="font-family: monospace;"> elseif IsAppThemed<span style="color: #000000;">(</span><span style="color: #000000;">)</span> .or. !::<span style="color: #000000;">lTransparent</s... |
BtnBmp changed behavior? | Daniel;
You got it fixed!
Thank you.
Reinaldo. |
BtnBmp con Alpha Channel | Les presento otra posible contribucion, nuevamente expongo el prototipo de lo que seria el cambio...
Como se ha comentado el tema sobre Alpha Channel empiezo a implementarlo para las clases de FW...
la idea general, como al igual que usamos la clausula TRANSPARENT, he agregado una clausula ALPHA, para expresar que va... |
BtnBmp con Alpha Channel | Daniel,
Solamente decir que sería una aportación mas que excelente.
gracias por tu disposición. |
BtnBmp desde código y recursos | Colegas, he generado dos diálogos, uno por recursos y otro por código. Utilizo la clase BTnBmp pero su apariencia difieren si es por código o por recursos.
[img:1lbjwcyr]http://i63.tinypic.com/53kcjb.png[/img:1lbjwcyr]
Este es el código
[code=fw:1lbjwcyr]<div class="fw" id="{CB}" style="font-family: ... |
BtnBmp desde código y recursos | +1 |
BtnBmp desde código y recursos | y Con l2007? y porque no usas solo Recursos? |
BtnBmp desde código y recursos | Hay un bug que no reporté, si lo hago desde recursos el dialogo se abre detrás del folder y como estoy muy apurado decidí hacerlo por código. pero supongo que los controles deberían comportarse de igual manera desde recursos que desde código.
Saludos |
BtnBmp desde código y recursos | [quote:1hvicdzb]
el dialogo se abre detrás del folder
[/quote:1hvicdzb]
Investigue las propiedades del diálogo. Ponga una imagen. |
BtnBmp desde código y recursos | Karinha, ahora no puedo. Debería rehacer la rutina para generar ese error y como te dije estoy apurado para entregar este trabajo. No bien tenga tiempo haré un autocontenido con el error y lo postearé por aquí.
Saludos |
BtnBmp desde código y recursos | [quote="horacio":2xpwig4r]Colegas, he generado dos diálogos, uno por recursos y otro por código. Utilizo la clase BTnBmp pero su apariencia difieren si es por código o por recursos.
[img:2xpwig4r]http://i63.tinypic.com/53kcjb.png[/img:2xpwig4r]
Este es el código
[code=fw:2xpwig4r]<div class="fw" id="... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.