topic stringlengths 1 63 | text stringlengths 1 577k ⌀ |
|---|---|
transparencia de tree en dialogos | Antonio
Claro esa es la idea
gracias
Wilson |
transparencia de tree en dialogos | Wilson,
Lo máximo que de momento parece que podemos llegar es a esto:
[code=fw:jcctbln4]<div class="fw" id="{CB}" style="font-family: monospace;"> <span style="color: #0000ff;">DEFINE</span> <span style="color: #0000ff;">BRUSH</span> oBrCyan <span style="color: #0000ff;">COLOR</span> CLR_HCYAN<br /><br /> ... |
transparencia de tree en dialogos | Antonio gracias
ahora me queda asi
[img:300y1i83]https://imageshack.com/i/p8Pq3wblj[/img:300y1i83]
saludos
Wilson |
transparencia de tree en dialogos | Tambien podrias usar un browse en vez de un tree y asi si podrias configurarlo mejor. |
transparencia de tree en dialogos | Antonio gracias
Voy a ver so uso RADIO
saludos
Wilson |
transparencia de tree en dialogos | con radio ya queda bien asi
[img:26luofcn]http://imageshack.com/a/img540/101/57nyPH.jpg[/img:26luofcn]
gracias por la ayuda
Wilson |
transparencia de tree en dialogos | Muy bien! <!-- s:-) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":-)" title="Smile" /><!-- s:-) --> |
transparencia de tree en dialogos | Asi va quedando, lo único que me queda pendiente es reemplazar a futuro el RADIO por XBROWSE pero como estoy apurado ...
[img:9t5t53yu]http://imageshack.com/a/img537/3800/kZhwF5.jpg[/img:9t5t53yu]
gracias Antonio por tu preocupación
saludos
Wilson |
transparencia de tree en dialogos | Asi está genial! <!-- s:-) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":-)" title="Smile" /><!-- s:-) --> |
transparencia en controles. | Hola a todos nuevamente.
hace poco los amigos cNavarro y Joao me enseñaron como cambiar el color de los dialgos en tiempo de ejecucion.
Pero ahora tengo un problema que me imagino que ya muchos deben saber la solucion pero no he dado con ella.
Necesito que el color de fondo de los controles adopte o tome el mismo colo... |
transparencia en controles. | Qué versión de Fw utilizas?
La mayoría de los controles tienen la claúsula TRANSPARENT |
transparencia en controles. | Esto controle és una BitMap?
[code=fw:e29al49u]<div class="fw" id="{CB}" style="font-family: monospace;"><br /> <span style="color: #0000ff;">REDEFINE</span> BITMAP oFiveWin <span style="color: #0000ff;">ID</span> <span style="color: #000000;">122</span> <span style="color: #0000ff;">RESOURCE</span> <span... |
transparencia en controles. | En CHECKBOX, el comando TRANSPARENT no funciona.
[code=fw:19aw4imy]<div class="fw" id="{CB}" style="font-family: monospace;"><br /> <span style="color: #0000ff;">REDEFINE</span> <span style="color: #0000ff;">CHECKBOX</span> oPdfTelaSumatra <span style="color: #0000ff;">VAR</span> lPdfTelaSumatra <span style="color: ... |
transparencia en controles. | Gracias nuevamente a cNavarro y Joao.
Efectivemente, antes de poner la pregunta acá en el foro, me cansé de aplicar el TRANSPARENT de todas las maneras que me pude imaginar y no funcionó.
Joao, Apliqué lo que me indicaste:
[b:2erhmlmf] REDEFINE CHECKBOX oPdfTelaSumatra VAR lPdfTelaSumatra ID 103 OF oDlg UPDATE ;
... |
transparencia en controles. | En el menu Principal:
[code=fw:cx68fiip]<div class="fw" id="{CB}" style="font-family: monospace;"><br /> SetBalloon<span style="color: #000000;">(</span> .T. <span style="color: #000000;">)</span> <span style="color: #B900B9;">// Balloon shape required for tooltips</span><br /><br /> Sk... |
transparency from checkbox and radio | On a gradient-filled dialog the checkboxes and radios are not transparency. Any suggestion? |
transparent ??? | [img:2xb7nvwu]http://img59.imageshack.us/img59/5541/errwindsev.jpg[/img:2xb7nvwu]
why the bitmap is not transparent ??? |
transparent ??? | ANY SOLUTION ?
THIS THE SAMPLE TEST
[code=fw:q7apgad5]<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: #ff0000;">'xbrowse.ch'</span><br /><br... |
transparent ??? | this is the test on Windows Seven
[img:2hw5n0av]http://img205.imageshack.us/img205/6088/immagineqd.jpg[/img:2hw5n0av]
SAME ERROR
on bitmaps there is a box blue |
transparent bitmap | I insert a bitmap on a window and I set this bitmap transparent with
@ nRow, nCol BITMAP oSprite;
RESOURCE cBitmap;
PIXEL NOBORDER of oWnd // SIZE 64,64
nTipo:=nItem
oSprite:lTransparent = .T.
but on window this bitmap not is trasparent see the picture pls :
[img:1vgc32np... |
transparent bitmap | Any solution ? |
transparent image on xbrowse | look this please
[img:1vmep4wt]https://i.postimg.cc/jdNZVSRN/linea.png[/img:1vmep4wt]
the images you see on this row are all pngs except "+" and "-" of fwh
how is possible calendar image not is transparent ? |
transparent image on xbrowse | resolved with :nMarqueeStyle :=MARQSTYLE_HIGHLWIN7 |
transparent on a say | I haven't used resources for a long time but tonight I was forced to create a small dialogue but being old and having signs of early senility,
I don't remember exactly how transparency was assigned to the controls say
I made
REDEFINE SAY oSaySearch[1] Prompt "Cognome" ID 4001 OF oItem:oDlgChild COLOR CLR_... |
transparent on a say | Silvo
I use gradient backgrounds and the SetDlgGradient() sets the global transparent variable
This is how I color my dialogue boxes .. I have many different colors I have defined as functions .. here is just a Light Grey gradient .. an added feature of the SetGradient() function is it sets the Global transparent f... |
transparent on a say | Sorry rick,
I asked transparency of a say
I not have dialog with gradient
I use a particolar method SetDialog( cResName ) of C5 Vtaskbar, do you Know it ?
it insert a resource dialog into a menuitem with oBrush (color oThis:nClrPane)
if I insert a say then make not trasparency
[img:3mf9k2my]https://i.p... |
transparent on a say | [quote:2wrn70h5]now I resolved set color of say with CLR_BLUE, GetSysColor( 15 ) But I think is wrong[/quote:2wrn70h5]
Not wrong. This is also one way. Better is COLOR CLR_BLUE, oDlg:nClrPane.
But this works only when the dialog has a plain background color.
Say ..with lTransparent := .t. should work. |
transparent on a say | > Say ..with lTransparent := .t. should work.
here made error
Error occurred at: 12-04-2020, 19:05:46
Error description: Error BASE/1005 Variabile non disponibile: LTRANSPARENT
Args:
[ 1] = U
[ 2] = L .T.
Stack Calls
===========
Called from: => _LTRANSPARENT( 0 )
Called from: Sourc... |
transparent on a say | And writing like that?
[code=fw:25oc9eye]<div class="fw" id="{CB}" style="font-family: monospace;"><br /> <span style="color: #0000ff;">REDEFINE</span> <span style="color: #0000ff;">SAY</span> oSaySearch<span style="color: #000000;">[</span><span style="color: #000000;">1</span><span style="color: #000... |
transparent on a say | [quote="Silvio.Falconi":31da3epm]> Say ..with lTransparent := .t. should work.
here made error
Error occurred at: 12-04-2020, 19:05:46
Error description: Error BASE/1005 Variabile non disponibile: LTRANSPARENT
Args:
[ 1] = U
[ 2] = L .T.
Stack Calls
===========
Called from: => _LTRANS... |
transparent on a say | Oopps |
transparent say | DEFINE BUTTONBAR ::oBar _3D SIZE 44, 46 OF ::oWndMain 2007 //36, 40
@ 7, 285 SAY ::oMsg PROMPT "TEST TEST TEST" ;
SIZE 150, 15 PIXEL OF ::oBar FONT ::oFont
::oMsg:lTransparent = .T.
THE say is not transparent
ANY suggestion? |
transparent say | Hello silvio
please check
<!-- l --><a class="postlink-local" href="http://forums.fivetechsupport.com/viewtopic.php?p=76497#p76497">viewtopic.php?p=76497#p76497</a><!-- l --> |
transparent say | Daniel
I have the fwh include and source 8.11 I not have ladjust
I try all modifies you write on that post
I create the exe but not open the exe
the exe is in memory of windows xp but not show anything |
transparent say | Daniel not run on buttonbar
@ 7, 285 SAY ::oMsg PROMPT "RIVAMANIA PRO 1.00" ;
SIZE 150, 15 PIXEL OF ::oBar FONT ::oFont TRANSPARENT
[img:30ujw2uj]http://www.vdswin.it/bu.bmp[/img:30ujw2uj] |
transparent say | the clausule transparent affect on brush
The say is brused with buttonbar's brush
it is your case....
now, the buttonbar dont have dialog/window feature
it's is a little trick
you need brush the buttonbar with same gradient color after use say with same buttonbar's height and transparent clausule
example
@ 0,100... |
transparent say | why on Rpreview I can see a text on buttonbar 2007 no errors ? |
transparent say | Try FixSays( ::oBar:hWnd ) as in rpreview! |
transparent say | I found this solution (it run ok) :
DEFINE FONT oFnt NAME "MS Sans Serif" SIZE 0,-24
DEFINE BUTTONBAR oBar OF oWnd SIZE 60, 60 2007
oBar:bPainted = { ||;
DrawText2(oBar:hDC, oFnt:hFont, 1, "Testing on ButtonBar 2007 Office look" ,;
0, 400 , 500, 500, CLR_WHITE ) }
.....
FUNCTION DrawText2( hDC, hFont... |
transparent say | [quote="byte-one":q11bxcy5]Try FixSays( ::oBar:hWnd ) as in rpreview![/quote:q11bxcy5]
fixsay not run ok |
transparent say | Hi Silvio:
With included TSButton.ch try this:
[code=fw:2vjxlkgh]<div class="fw" id="{CB}" style="font-family: monospace;"> @ <span style="color: #000000;">20</span>, <span style="color: #000000;">750</span> STSAY <span style="color: #ff0000;">"Testing on ButtonBar 2007 Office look"</span> <span style="color: #0000... |
transparent y RPreview | Buenas tardes,
Estuve viendo como poner un bitmap como fondo de un diálogo y como usar "transparent" para que los "say" queden con el fondo del bitmap.
Pero, me encuentro con un problema. Si desde ese diálogo, mediante un botón llamo a una rutina de impresión (pudiese ser la testprn3 de FW), esta rutina de impresión ... |
transparent y RPreview | Parece ser que el problema está en el armado del Preview porque si a la rutina de impresión le saco la claúsula "Preview", funciona correctamente (claro que no puedo tener la vista previa)
ej:
PRINT oPrn NAME "Fallas"+(cAlias)->MODELO PREVIEW ---> no funciona y cierra el programa sin indicar error
PRINT oPrn NAME "F... |
transparent y RPreview | Rolando,
Checa este post :
<!-- m --><a class="postlink" href="http://fivetechsoft.com/forums/viewtopic.php?p=47034&highlight=#47034">http://fivetechsoft.com/forums/viewtopi ... ght=#47034</a><!-- m -->
Creo que tienes los mismos sintomas <!-- s:D --><img src="{SMILIES_PATH}/icon_biggrin.gif" alt=":D" title="Very... |
transparent y RPreview | Raymundo,
Muchas gracias por el dato.
Incluí:
function FixSays()
return nil
Y... santo remedio. Además solucionó un problema anterior que no me permitía imprimir a .PDF usando el PdfWriter que trae el Adobe Acrobat 4 que tengo.
En verdad no entiendo que hace esta función porque no está en los help's pero funcion... |
trasparencia de los bmp de btnbmp | Antonio , la trasparencia en los btnbmp que tiene el bitmap en recursos sigue sin funcionar , quizas con el arreglo del bmp anterio sea facil ponerlo .
Me es importante para poder poner los bmp en recursos y que los clientes no los toquen
Saludso. |
trasparencia de los bmp de btnbmp | Jose Luis,
Solucionado <!-- s:) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":)" title="Smile" /><!-- s:) --> Hemos publicado un nuevo build que en unos minutos ya se podrá descargar. |
trasparencia de los bmp de btnbmp | Funciona perfecto .
Muchas Gracias. |
trasparent bitmap on xbrowse | [img:2zz7ucw8]https://i.postimg.cc/fyP2PcFM/savv.png[/img:2zz7ucw8]
any solution ? |
trasparent bitmap on xbrowse | Silvio,
2 transparent images
[img:segji7si]http://www.pflegeplus.com/IMAGES/Plus.png[/img:segji7si]
[img:segji7si]http://www.pflegeplus.com/IMAGES/Minus.png[/img:segji7si]
a little bit smaller ( if to heavy )
[img:segji7si]http://www.pflegeplus.com/IMAGES/Plus1.png[/... |
trasparent bitmap on xbrowse | Thanks
but I wish have the fwbitmaps default
I think Antonio can change it |
trasparent bitmap on xbrowse | The problem is not with bitmaps.
The problem is with the painting of XBrowse.
When we navigate to the cell with arrow-keys with go-up, go-down or go-left, the gap is not visible.
But when we navigate to the cell with go-right or with a mouse click, the gap is visible.
We are looking into it. |
trasparent bitmap on xbrowse | Must I sent you my small test ? |
trasparent bitmap on xbrowse | Not necessary.
I know the problem.
But this takes time. |
trasparent bitmap on xbrowse | i must also resolve the problem on this topic
<!-- l --><a class="postlink-local" href="http://forums.fivetechsupport.com/viewtopic.php?f=3&t=37283#p222642">viewtopic.php?f=3&t=37283#p222642</a><!-- l -->
on the oldest app (monouser) it run ok,only I made an operation now I cannot make with tdatabase |
trasparent bitmap on xbrowse | I tested a solution that works in all directions
[quote:2sz9opeg]The problem is not with bitmaps.
The problem is with the painting of XBrowse.
When we navigate to the cell with arrow-keys with go-up, go-down
or go-left, the gap is not visible.
But when we navigate to the cell with go-right or with a mouse click, the ... |
trasparent error in dialog | I want made a dialog trasparent :
the group when traparent
the say control is trasparent but the get control where is ?
I want that the get control be no trasparent
How I can make it?
test file at :
<!-- m --><a class="postlink" href="http://hyperupload.com/download/02a8655f30/CWPOS.zip.html">http:/... |
trasparent error in dialog | [quote="Silvio":kn2f1swi]I want made a dialog trasparent :
the group when traparent
the say control is trasparent but the get control where is ?
I want that the get control be no trasparent
How I can make it?
test file at :
<!-- m --><a class="postlink" href="http://hyperupload.com/download/02a8655f... |
trasparent error in dialog | on my pc not run ok
when I open the dialog I see the group but i not see the gets
[url=http://img83.imageshack.us/my.php?image=errorap9.jpg:26o9mo18][img:26o9mo18]http://img83.imageshack.us/img83/1537/errorap9.th.jpg[/img:26o9mo18][/url:26o9mo18]
Regards, |
trasparent error in dialog | //-> Change in your class GROUP.PRG
#define WM_UPDATEUISTATE 296 // 0x0128 |
trasparent error in dialog | //-> Change in your class GROUP.PRG
METHOD HandleEvent( nMsg, nWParam, nLParam ) CLASS TGroup
local nResult
if ::lDrag .and. nMsg == WM_NCHITTEST // To have a standard behavior on Clicks
return DefWindowProc( ::hWnd, nMsg, nWParam, nLParam )
endif
if nMsg == WM_UPDATEUISTATE // Groups and c... |
trasparent error in dialog | //-> Change in your class GROUP.PRG
METHOD Colors( hDC ) CLASS TGroup
DEFAULT ::nClrText := GetTextColor( hDC ),;
::nClrPane := GetBkColor( hDC ),;
::oBrush := TBrush():New( , ::nClrPane )
SetTextColor( hDC, ::nClrText )
SetBkColor( hDC, ::nClrPane )
if ::oBrush:hBitmap != nil
... |
trasparent error in dialog | Silvio, I download your sample and in RC file I saw you define
GroupBox after EditText. Change your tab order to create groupbox first, or change your .rc file to:
[code:k3y5skzw]
test DIALOG 160, 90, 283, 209
STYLE DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION
CAPTION "test trasparent"
FONT 8, "MS Sans Serif"
&#... |
trasparent error in dialog | DEAR Maurilio Viana
YOU' RE A GURUUUUUU very much !!!
look at :http://hyperupload.com/download/0230d88831/printbar.zip.html |
trasparent error in dialog | Silvio,
I'm happy to know it worked fine <!-- s:D --><img src="{SMILIES_PATH}/icon_biggrin.gif" alt=":D" title="Very Happy" /><!-- s:D -->
Best regards
Maurilio |
trating | Last two year I build a class but now I lose that class
I have only a oldest test I made :
[code=fw:1t9erjjt]<div class="fw" id="{CB}" style="font-family: monospace;"><br /><span style="color: #00D7D7;">#include</span> <span style="color: #ff0000;">"Fivewin.ch"</span><br /><span style="color: #00D7D7;">#include</span... |
trbGroup.prg | Painting Error that I detected since FWH10.2 'til FWH12.04
Line 652:
[code=fw:24mn8lcj]<div class="fw" id="{CB}" style="font-family: monospace;">GradientFill<span style="color: #000000;">(</span> ::<span style="color: #000000;">hDC</span>, ::<span style="color: #000000;">nHeight</span> * <span style="color: #0000... |
trbtn | this class run ok also on fwppc ? |
trbtn | Silvio,
No, not yet |
trbtn | Class TBtnBmp |
trbtn | and wich class I must use in ppc to change bmp on a button ? |
tree ayuda como dejo el fondo transparente | tree como dejo el fondo transparente deacuerdo a la imagen no aparesca el blanco si no el otro fondo.
[code=fw:w3ba4rah]<div class="fw" id="{CB}" style="font-family: monospace;"><br /><span style="color: #00C800;">Function</span> rep_tree1<span style="color: #000000;">(</span><span style="color: #000000;">)</s... |
tree control needed | Does anyone have a working tree control for FW and xHarbour. Or has anyone successfully compiled Goran Savckic's Tree for use with xHarbour, if so could you be so kind as to email me a copy please.
<!-- e --><a href="mailto:grumpy@internode.on.net">grumpy@internode.on.net</a><!-- e -->
Thanks in Advance
Gerry |
tree control needed | Here you go:
[url:153dtodp]http://www.google.d2g.com/tree32.zip[/url:153dtodp] |
tree control needed | Here you go:
[url:9u6zp7ja]http://www.google.d2g.com/tree32.zip[/url:9u6zp7ja] |
tree control needed | The library is not compatible it say Treeview.c was compiled by older version pcode 4 is no longer support - please recompile?
Cheers
Gerry |
tree control needed | I think the source code (PRG & C) is included, if not, let me know which version of FW are you using, and I can recompile it. |
tree control needed | That would be great Rene I have version 2.3.
Cheers and much appreciated.
Gerry |
tree control needed | What version of (x)HB are you currently using ? |
tree control needed | 0.99.3 is the xHarbour build. Oh and I use the BCC Version. |
tree control needed | Hi, Could you post the source? I'd like to recompile for xhb builder
Thx,
Alex |
tree control needed | FUNCTION eng0504(itemid1)
local oWnd1, oBar, oTree, oBmp1, oBmp2, odb1
private oImageList
DEFINE WINDOW oWnd1 FROM 3, 0 TO 30, 105 ;
TITLE "物料 "+ALLTRIM(itemid1) + " 树型BOM展开表"
oImageList = TImageList():New()
oBmp1 = TBitmap():Define( "folder",, ... |
tree control needed | I'm actually looking for the source to tree32.lib, so I can rebuild for xHarbour builder.
Alex |
tree control needed | I have the source for V5 but do not know how or what to change. The C files are what is the problem. |
tree control needed | I can recompile the c with xharbour builder |
tree control needed | Where would you like me to send it..... |
tree control needed | Please send to
alexs at quicksoftware dot co dot za |
tree control needed | Done - check your mail. |
tree en xbrowse | Compañeros, tengo un tree en un xbrowse ( ver imagen ). Necesitaría saber a que nodo pertenece el registro seleccionado. En este ejemplo el concepto "ENS. EXTRAPROGRAMATICA" pertenece a "OWDIEJCZUK ZOE ELUNEI" . Alguien sabe el método para ubicarlo ? Desde ya muchísimas gracias.
[img:51c09147]http://i68.tinypi... |
tree in a dialog with multiples dialogs | How I can create a tree on sx with multiple dialog at dx as a setup configuration dialog ? ( see the picture)
[img:x60otnqk]https://s8.postimg.org/wx3bolg2d/image.jpg[/img:x60otnqk] |
tree in a dialog with multiples dialogs | +1 |
tree in a dialog with multiples dialogs | I found testtre4.prg but it is on Window I wish on Dialog |
tree in a dialog with multiples dialogs | Silvio,
it is possible to paint a dialog on dialog to display something selected from the tree
the SPLITTER is replaced with a sub-dialog connected to the main-dialog.
You tested < testtre4.prg > as a solution. I changed window with dialog that was Your question.
[quote:sg92cmzx]I found testtre4.prg but it is on Windo... |
tree in a dialog with multiples dialogs | pls read good my message to charles.. |
tree in a dialog with multiples dialogs | Silvio,
where is this message
<!-- s:?: --><img src="{SMILIES_PATH}/icon_question.gif" alt=":?:" title="Question" /><!-- s:?: --> <!-- s:?: --><img src="{SMILIES_PATH}/icon_question.gif" alt=":?:" title="Question" /><!-- s:?: --> <!-- s:?: --><img src="{SMILIES_PATH}/icon_question.gif" alt=":?:" title="Question" /... |
tree in a dialog with multiples dialogs | sorry I wrote to manuelcalero
I ask to make another thing... the dialog on my picture have a dialog with scroll
I'm sorry but there are many times that someone pretends not to understand or does it special to make me waste time
such as the "crop" program. you've bolted your shoes all the way to want to use the tgroup ... |
tree in a dialog with multiples dialogs | Silvio,
People in this forum are only trying to help other people !!
Nobody can give total solutions, but parts and mostly they come with a solution.
Not all answers can be given, but keep this please in mind. They are only trying to help !!
With this kind of posts, i'm afraid that users could react : I don't care,... |
tree in a dialog with multiples dialogs | Good Marc....criticisms are good to improve
When I want to give help to someone, if I do not know the answer, I do not answer other suggestions !!!
Example :
If one wants black coffee and I suggest a glass of wisky ... it's not the same thing ...
But you said that people are trying to help, well I helped find a bot... |
tree in a xbrowse (SOLVED) | I have a tree in a xbrowse (see picture) . He needs to know which node belongs to the selected record. In this example the " ENS . EXTRAPROGRAMATICA " concept belongs to " OWDIEJCZUK ZOE ELUNEI " . Anyone know the method to locate ? From already thank you very much .
[img:27knatgx]http://i68.tinypic.com/2z... |
tree in a xbrowse (SOLVED) | oParentItem := oBrw:oTreeItem:Parent() |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.