topic stringlengths 1 63 | text stringlengths 1 577k ⌀ |
|---|---|
Border | oSheet:Cells(i+1,10):Borders(7):Linestyle = 1 // left
oSheet:Cells(i+1,10):Borders(8):Linestyle = 1 // up
oSheet:Cells(i+1,10):Borders(9):Linestyle = 1 // bottom
oSheet:Cells(i+1,10):Borders(10):Linestyle = 1 // right |
Border | Thanks Mr Massimo
It works.
Regards
ACWoo |
Border around GET | Dear All,
How to make border around Get like this
[img:2hay8ioe]http://i208.photobucket.com/albums/bb82/fraxzi/FWxHarbour/borderGet.png[/img:2hay8ioe]
I need to put this on empty Get Object and remove if filled with value..
Regards,
Frances |
Border around GET | [img:di2jsto0]http://img576.imageshack.us/img576/2448/getround.png[/img:di2jsto0]
on Paint method
BEFORE ::DispEnd( aInfo )
RoundRect(::hDc,0,0,::nWidth-1,::nHeight-1,9,9)
THEN TRY WITH XPLOOK.RC
DEFINE DIALOG oDlg SIZE 400,200 TITLE "I am a DialogBox"
@ 2, 3 GET oGet var cTest OF oDlg NOBORD... |
Border around GET | [quote="Silvio":17u9u2ih][img:17u9u2ih]http://img576.imageshack.us/img576/2448/getround.png[/img:17u9u2ih]
on Paint method
BEFORE ::DispEnd( aInfo )
RoundRect(::hDc,0,0,::nWidth-1,::nHeight-1,9,9)
THEN TRY WITH XPLOOK.RC
DEFINE DIALOG oDlg SIZE 400,200 TITLE "I am a DialogBox"
@ 2, 3 GET oGet va... |
Border around GET | Maybe ( with any Color and Pen-Size ) ???
[img:32devp68]http://www.service-fivewin.de/pictures/getbox.jpg[/img:32devp68]
REDEFINE GET oGET1 VAR cGET1 ID 250 OF oDlg UPDATE
// TOP, LEFT, hDC, WIDTH, HEIGHT, PEN, COLOR
oGet1:bPainted := { |hDC| [color=#FF0000:32devp68]DRAWBOX[/color:32devp68]( 0, 0... |
Border around GET | It's my Round GET
<!-- m --><a class="postlink" href="http://www.4shared.com/file/jARehqP9/DefGet.html">http://www.4shared.com/file/jARehqP9/DefGet.html</a><!-- m -->
<!-- s:D --><img src="{SMILIES_PATH}/icon_biggrin.gif" alt=":D" title="Very Happy" /><!-- s:D --> |
Border around GET | Maybe I don't understand the Question.
<[color=#FF0000:3cxz94ly][b:3cxz94ly]a[/b:3cxz94ly][/color:3cxz94ly][color=#4000FF:3cxz94ly]round[/color:3cxz94ly]> means just a Frame to me, <[color=#4000FF:3cxz94ly]Round[/color:3cxz94ly]> means a round Border ???
As well a Solution needed :
[color=#4000FF:3cxz94ly].... where I... |
Border around GET | Sorry |
Border around GET | I think that this solve your problem
nVar:=0
define dialog oDlg ....
redefine Get oGet Var nVar .... ON CHANGE validate( nVar, 100, oDlg )
function validate( nVar, nMax, oDialog )
if (nVar > nMax )
DRAWBOX....
else
oDialog:Refresh()
endif
return
return |
Border around GET | Dear Guys,
Thank you Laiton!
Thank you Uwe.. Your a great help..
I will immediately adapt your idea.
My Best Regards,
Frances |
Border around GET | A complete Solution ( modified )
3 Tests You can activate / deactivate
All Types are supported : C, N, L, D
1. Show Box on Get-Focus
2. Show Box on empty Values on Init
3. Show Box with valid Values on Init
[img:1aefupxd]http://www.service-fivewin.de/pictures/getbox4.jpg[/img:1aefupxd]
[code=fw:1aefu... |
Border around GET | Dear Uwe,
Thank you so much for your kind and generous help.
Mabuhay!
Best Regards,
Frances |
Border around GET | I tested still another Solution from Source
painting a BMP behind ( [color=#4000FF:1vbq7i8m]SAY[/color:1vbq7i8m] and [color=#FF0000:1vbq7i8m]GET[/color:1vbq7i8m] ) :
[img:1vbq7i8m]http://www.service-fivewin.de/pictures/border3.jpg[/img:1vbq7i8m]
A Gradient-Solution :
[img:1vbq7i8m]http://www.... |
Border around GET | Dear Uwe,
I tried with get multiline but it wont work.. How to do this with multiline get.. any idea?
[code=fw:18ujo9p7]<div class="fw" id="{CB}" style="font-family: monospace;"><br /><span style="color: #00C800;">STATIC</span> <span style="color: #00C800;">FUNCTION</span> uDrawBoxOnGet<span style="color: #000000;">... |
Border around GET | Dear Mr. Uwe,
Any update on multiget border?
Kind Regards,
Frances |
Border around GET | Hello Frances,
I tested, moving the Border to the Dialog ( not insided the Get ) in Relation to the Multiline-get-dimension.
It seems, it could be a Solution.
[img:nn5jhue5]http://www.service-fivewin.de/pictures/multiget.jpg[/img:nn5jhue5]
STATIC PROCEDURE Draw_Box(oDlg, oGet, nColor)
// x, y , nHig... |
Border around GET | uwe,
can I create the border after I press button on one dialog to controll if there is a value or I can show the border of the get directly by pass valid control ?
sample :
if there is no customer name I cannot save the record and alI show the border of the gets must be no empty |
Border around GET | Silvio,
I'm working on a nice Tool, to test everything at Runtime :
Dialog-Background and different Borderstyles like :
[color=#0000FF:lcfgft02]Border ( around )
Shadow ( Bottom / Right )
Underline [/color:lcfgft02]
Borders on any Control.
Blinking Borders on Valid, defined Border-distance from Control-outlines and ... |
Border around GET | The Border-painter is nearly finished.
Still the Sourceeditor must be included.
You can change the Brush, Focus- and Lostfocus-color at Runtime.
Changing the Borderstyle, Daniel's Restart-function is used.
All Settings are saved to a Ini-file.
[img:1h9jjrfg]http://www.service-fivewin.de/pictures/border11&... |
Border around GET | can you make a little sample test with a only get ? |
Border around GET | Uwe,
nice work, some years ago I try to do the same to show the focus, but how can this work with radio buttons and check buttons group ?, because the focus should be for all the group not for one of them only
regards
Marcelo |
Border around GET | Marcelo,
the problem occurs as well with Multiline gets.
I use a fixed Height in case the Height cannot be calculated, to define the Area.
A bit testing is needed.
I will add Radios and Checkboxes to the Tool, to see how it works.
oGet1:bGotFocus := {|hDC| Draw_Box( oDlg, oGet1, nColorF, nSpace, nPen, [c... |
Border around GET | Dear Uwe,
Hi! Reviving this thread..
How to draw border around TTIMEPICK and TDATEPICK gets?
Kind regards, |
Border around GET | Dear All,
It seems :bPainted of TTIMEPICK and TDATEPICK not working..?
Kind Regards, |
Border around GET | Hello Frances,
did You have a look at the Samples Datetime.prg and Testdtp.prg ?
[img:2sz729js]http://www.service-fivewin.de/pictures/DTPick2.jg[/img:2sz729js]
[img:2sz729js]http://www.service-fivewin.de/pictures/DTPick1.jg[/img:2sz729js]
Best Regards
Uwe <!-- s:?: --><img src="{SMIL... |
Border around GET | Hi Mr. Uwe.
Could you please try something like this...
This style of this get looks very, very nice.
Redefine Get oGet Var MiVar ID 120 of oDlg [b:lhj4xwb4]When .F[/b:lhj4xwb4]. ....> This get is Disable (for the when .f.) but looks very nice)
Could be possible a get that look like this but [b:lhj4xwb4]Enable[/b:l... |
Border around GET | Dear Uwe,
This is the Datepicker with the same :bPainted as Get object.. which does not display boders..
[img:66plo6bh]http://i208.photobucket.com/albums/bb82/fraxzi/DTPicker_zps09dce62d.png[/img:66plo6bh]
While :bGetFocus and :bLostFocus works as this image shows..
[img:66plo6bh]http://i208.... |
Border around GET | Frances,
I added these two tests,
Is that the solution, You are looking for
Pensize, Color ( focus, lost ) and space can be defined .
[img:3m3xpzeo]http://www.service-fivewin.de/pictures/timedate1.jpg[/img:3m3xpzeo]
Best Regards
Uwe <!-- s:?: --><img src="{SMILIES_PATH}/icon_question.gif" alt=":?:" ... |
Border around GET | Dear Uwe,
It has to be in ::bPainted |
Border around GET | [color=#0000FF:1xeaafyj]Ruben,[/color:1xeaafyj]
do You mean a Border, or just changing the get-color itself ?
[b:1xeaafyj][color=#0000FF:1xeaafyj]Frances,[/color:1xeaafyj][/b:1xeaafyj]
I think it is not supported, tested but nothing happens.
From DTPICKER.CH :
[ <oDTPicker> := ] [color=#FF0000:1xeaafyj]TDatePick[/co... |
Border around GET | Dear Uwe,
Yes it didn't fire-up the :bPainted.. <!-- s:( --><img src="{SMILIES_PATH}/icon_sad.gif" alt=":(" title="Sad" /><!-- s:( -->
But using :bLostFocus and :bGotFocus works but need to focus (by mouse) to TDatePick to draw borders..
If I use oDate:SetFocus() it didn't draw the border. |
Border around GET | Frances
I added a Testbutton.
[color=#FF0000:2jczf39b]External SetFocus [/color:2jczf39b]works fine and draws the Border.
[color=#0000FF:2jczf39b]dDate := Date()
@ 70, 95 DTPICKER oDate VAR dDate SIZE 50, 12 FONT oGetFont OF oDlg PIXEL
oDate:bGotFocus := {|hDC| Draw_Box( oDlg, oDate, nColorF, nSpace, ... |
Border around GET | Dear Uwe,
I already did that.. but when redefine dialog was init.. the DatePicker has no border even if I put oDate:SetFocus() on dialog's init.. |
Border around GET | Frances,
I'm working on a Solution using [color=#FF0000:1859k541][b:1859k541]RESOURCES[/b:1859k541][/color:1859k541] !!!
Define Color- or brushed Border.
This Solution [color=#FF0000:1859k541]doesn't need Focus / Lostfocus[/color:1859k541] of a Object.
( but can be used as well )
Define a Borderchange on any Action an... |
Border around GET | Dear Uwe,
Looking forward for the update. Thanks <!-- s:D --><img src="{SMILIES_PATH}/icon_biggrin.gif" alt=":D" title="Very Happy" /><!-- s:D --> |
Border around GET | Frances,
a extra Tool, only for Resources.
Realtime Tests of Colors and Brushes.
Get / Lost Focus and external color / brush - border-define is supported.
Download ( 1.3 MB ) :
<!-- m --><a class="postlink" href="http://www.service-fivewin.de/fw_downloads/resbord.zip">http://www.service-fivewin.de/fw_downloads/resbor... |
Border around GET | Dear Uwe,
I downloaded and will test this weekend.. I will adapt and post feedback asap.
Thank you so much for the great efforts! |
Border around GET | Frances
There will be still some more options.
Getting some funny effects, using a Gradient :
[img:1uy05eyi]http://www.service-fivewin.de/pictures/bgrad1.jg[/img:1uy05eyi]
[img:1uy05eyi]http://www.service-fivewin.de/pictures/bgrad2.jg[/img:1uy05eyi]
[img:1uy05eyi]http://www.s... |
Border around GET | Master Uwe, would it be possible to make the download available again, please?
Regards, saludos. |
Border around GET | All fixed ( images and download ) <!-- s:!: --><img src="{SMILIES_PATH}/icon_exclaim.gif" alt=":!:" title="Exclamation" /><!-- s:!: -->
[color=#FF0040:3fkktfcm][size=150:3fkktfcm]pflegeplus.com[/size:3fkktfcm][/color:3fkktfcm]
has changed to
[color=#008040:3fkktfcm][size=150:3fkktfcm]service-fivewin.de[/size:3fkktfcm... |
Border around GET | [quote="ukoenig":t9wh9ork]All fixed ( images and download ) <!-- s:!: --><img src="{SMILIES_PATH}/icon_exclaim.gif" alt=":!:" title="Exclamation" /><!-- s:!: -->
[color=#FF0040:t9wh9ork][size=150:t9wh9ork]pflegeplus.com[/size:t9wh9ork][/color:t9wh9ork]
has changed to
[color=#008040:t9wh9ork][size=150:t9wh9ork]service... |
Border around GET | João,
The download-name still exists
just the DOMAIN-name changed
this is the complete link I posted
I'm just preparing a new release much better to handle <!-- s:!: --><img src="{SMILIES_PATH}/icon_exclaim.gif" alt=":!:" title="Exclamation" /><!-- s:!: --> <!-- s:!: --><img src="{SMILIES_PATH}/icon_exclaim.gif" alt... |
Border around GET | Great!! Super many thanks master. Regards, saludos. |
Border around GET | Here is a preview of the new release ( looks much different )
many things are added like a detection of the needed textcolor
like contrast used in xBrowse
You can select a background and a wanted border-color,
a defined border-distance and much more like You can see on
the radioselection-area.
glowing borders with a ... |
Border around GET | I completed the tool
don't forget to check the makefile. <!-- s:!: --><img src="{SMILIES_PATH}/icon_exclaim.gif" alt=":!:" title="Exclamation" /><!-- s:!: -->
Let me know if something doesn't work
After creating Your own sample don't forget to
use < refresh source > on folderpage 2 to generate the new sample <!-- s:!:... |
Border around GET | It's just spectacular. Very very good. Super grateful.
Es simplemente espectacular. Muy muy bien. Super agradecido.
Regards, saludos. |
Border around GET | I found a small bug : a button double defined
now it is much better.
Because of using a folder, we can include much more
Release 2.2
<!-- m --><a class="postlink" href="http://www.service-fivewin.de/FW_Downloads/Newbord1.zip">http://www.service-fivewin.de/FW_Downloads/Newbord1.zip</a><!-- m -->
[img:3pzcigx5]http:... |
Border around GET | preparing a new download
there are many new things added
for the background I added a gradient and image-support
a new gradient and button-designer
a image background-selector
Release 3.1
<!-- m --><a class="postlink" href="http://www.service-fivewin.de/FW_Downloads/Newbord1.zip">http://www.service-fivewin.de/FW_Dow... |
Border around SAY defined in Resource | Does anyone know how to draw a border around a SAY that is defined as a resource.
I am using BRW and the GETs that are defined as resources have a very neat flat blue border around them when displayed from FWH.
Is it possible to display the SAYs with the same flat blue border.
I have tried turning the border on for ... |
Border around SAY defined in Resource | As an alternative you can use a disabled GET instead of a SAY.
EMG |
Border around SAY defined in Resource | Try to Draw lines and squares around it via oDlg:bPainted.
Use GetClientRect or something like this |
Border around SAY defined in Resource | Dale,
[quote:24thllcn]I am using BRW and the GETs that are defined as resources have a very neat flat blue border around them when displayed from FWH.
Is it possible to display the SAYs with the same flat blue border.[/quote:24thllcn]
The problem is that if you do that, then the SAY looks just like a GET to the use... |
Border around focused line in browse? | Hello!
How to draw a box - border around
current/focused line in TWBrowse.
Thanks, Roman |
Border around focused line in browse? | You can't. |
Border around focused line in browse? | Roman, James,
Class TWBrowse Method Paint() can be easily modified to paint a dotted line or similar around the focused line. |
Border around focused line in browse? | Antonio,
Well, easy for you probably, but I remember spending quite some time trying to get it working without success. I think part of the problem was that the cells are kind of still 3d from the old days. There are actually two lines around each cell. Maybe one is drawn in the background color. I don't remember exac... |
Border around focused line in browse? | Hello!
I try to draw a box around the line and there are problems when I
move to the next line - the previous one is not redrawn correctly.
IMHO there is a (optimization) bug in static function WBrwLine (which is called from Paint method), because only left (gray) and bottom edge of each cell are redrawn:
[code:rfnt7... |
Border around focused line in browse? | Great, Roman!
EMG |
Border around focused line in browse? | Good work Roman.
One question. Why a static function rather than a method?
James |
Border around focused line in browse? | Hello!
Because that's the way how wBrwLine is implemented in WBROWSE.PRG and I just copied code from it.
BTW, I created three more "skins": <!-- s:) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":)" title="Smile" /><!-- s:) -->
[img:9cosusgr]http://www.astral-it.com/img/box_cells.png[/img:9cosus... |
Border around focused line in browse? | Roman,
Excellent <!-- s:) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":)" title="Smile" /><!-- s:) --> |
Border de Get aundo tiene el WHEN .F. | Estimados, tego una consulta, en un dialogo muestro esto:
[img:15ialfq7]http://i.imgur.com/iGtrd4S.png[/img:15ialfq7]
[code=fw:15ialfq7]<div class="fw" id="{CB}" style="font-family: monospace;"><br /> <span style="color: #0000ff;">DEFINE</span> <span style="color: #0000ff;">DIALOG</span> oDlgE <span s... |
Border de Get aundo tiene el WHEN .F. | Carlos, intenta cambia aqui:
[code=fw:afcw480s]<div class="fw" id="{CB}" style="font-family: monospace;"><br /> CLASSDATA lDisColors <span style="color: #0000ff;">INIT</span> .T. <span style="color: #B900B9;">// Use standard disabled colors</span><br /> CLASSDATA lClrFocus <span style="co... |
Border de Get aundo tiene el WHEN .F. | Carlos
Espero no te moleste este comentario.
No debes emplear la palabra Introdusca (Introduzca) en tus diálogos porque se sobre entiende que tenemos que introducir datos.
Podrías poner Nuevo usuario, Modifica usuario, etc.
Saludos,
Adhemar |
Border en GET | Hola Foro, q tal las fiestas de Pascua. Espero q bien.
Al tema, tengo un GET que dependindo de un valor boolenao, debe estar activo o no. Esto es facil usando WHEN o o con Disable(), pero en ambos casos sigue visualizando el recuadro del GET. El GET esta definido desde recursos, veo que si fuera desde codigo existe NO... |
Border en GET | A falta de respuestas, imagino que no puede hacerse. Entonces el planteamiento es el siguiente, el GET en el recurso sin caja. Y dibujar una caja alrededor del GET cuando proceda. Lo he intentado con WndBox(), pero no lo he conseguido, alguna idea.
Gracias. |
Border en GET | asi a primeras miraste dos get superpuestos uno con caja y otro sin ella y ocultar el que no se desea ? ( o tambien un get y un say ) .
Atención ten en cuenta que se apilan en recursos al reves de como lo ves en el programa , de tal manera que si pones en recursos delante el say , te quedará detras al ejecutar .
No se ... |
Border en GET | Gracias Jose Luis por la respuesta. Tus comentarios siempre son de ayuda.
Al final persevere con el tema de WndBox, y consegui que se comportase tal cual queria.
Es un get en el detalle de albaranes en el que se introduce el nº de lote para trazabilidat. Este Get depende de un buleano definido en un fichero de conf... |
Border en GET | Biel,
> Al final persevere con el tema de WndBox, y consegui que se comportase tal cual queria.
Bien. Otra solución sería cambiar el estilo del GET dinamicamente usando SetWindowLong( oGet:hWnd, GWL_STYLE, <estilo previo, excepto borde>).
El estilo previo se consigue llamando a GetWindowLong() de similar manera, y ... |
Border en GET | Lo probastes ? |
Border en GET | Hola Antonio,
pues no, lo he dejado en tareas to do( to try), voy un poco retrasado, y ya me enrede mas de la cuenta. Cuando lo pruebe ya comentare en el hilo. |
Border en GET | ok <!-- s:) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":)" title="Smile" /><!-- s:) --> |
Border in BtnBMP from Resource with Transp. missing ? | Hello,
I created a test for all possible combination of class BTNBMP ( FWH 9.04 ).
It seems, the [color=#FF0000:17jr7rs2]Border[/color:17jr7rs2] for combination : Dialog / Buttons from resources / Transparent-mode is missing.
Creating the Buttons from Source and 2007-Style from Resource works.
If the complete Test is ... |
Border on checkbox | Hello,
I am using CHECKBOX with FOLDER; however when the CHECKBOX, there is no border to indicate to user the field is active; how do I correct this problem?
Thank You, |
Border on checkbox | Darrell,
Are you using themes ?
1 24 "WindowsXP.Manifest" |
Border on checkbox | Dear Antonio,
Yes, we are using themes. |
Border on checkbox | Darrell,
Once the dialog is visible, the user has to press Alt in order to make the focus visible.
Here you have a working example:
[code:2rrqqvss]
#include "FiveWin.ch"
function Main()
local oDlg, oFld, lValue := .T.
DEFINE DIALOG oDlg SIZE 400, 300
@ 0.5, 1 FOLDER oFld OF oDl... |
Border on checkbox | Anthonio,
Is there a solution available that does not require user to press ATL so border and button shortcuts are available? Users will complain if they have to press additional keys.
Thank You, |
Border on checkbox | It's a Windows setting (look in the desktop properties).
EMG |
Border on get browse | How I can have a border as this image ...on get date control ? |
Border on get browse | Silvio, pode mostrar como fez:
[b:3546j031]+ 1 -[/b:3546j031]
no seu código prg? |
Border on get browse | Please
do not claim the sources from me (it is already in two TOPICS that you give the SAME THING)
PLEASE SEE HERE
<!-- l --><a class="postlink-local" href="http://forums.fivetechsupport.com/viewtopic.php?f=3&t=35626#p212105">viewtopic.php?f=3&t=35626#p212105</a><!-- l -->
If you search on forum you found it |
Border on get browse | Thanks |
BorderEdit Release 1.2 => DOWNLOAD | The Update Release of Borderedit 1.2
1. Selected Values added to created PRG-file
2. Checkbox added
Maybe it is possible, to reduce the Numbers of Calculations ( Border-function in Size ) ?
Just let me know.
[img:3r48oas5]http://www.pflegeplus.com/pictures/borderedit1.jpg[/img:3r48oas5]
Download ( ... |
BorderEdit Release 1.2 => DOWNLOAD | The Update of Borderedit Release 1.2
1. Selected Values added to created PRG-file
2. Checkbox added
[img:1nylconw]http://www.pflegeplus.com/pictures/borderedit2.jpg[/img:1nylconw]
[img:1nylconw]http://www.pflegeplus.com/pictures/borderedit3.jpg[/img:1nylconw]
Download ( 2.2 MB ) :
<!... |
BorderEdit Release 1.2 => DOWNLOAD | Dear Mr. Uwe,
This is a great work.. very useful.
With brushed dialog, :bLostfocus leaves marks and clear the brush (portion) around get/object..
Is there a way when :bLostFocus draws the original brush/color of the Dialog?
Kind Regards,
Frances |
BorderEdit Release 1.2 => DOWNLOAD | Frances,
the next Update will have some new Functions :
[color=#0040FF:1cdbqlrg]1. Select / test any Dialog-background
2. A second LOSTFOCUS, to restore the original Background
3. The Step of Borderspaces is changed from 1, 2, 3 .. to 2, 4, 6, .....
4. It will be possible, to create a working EXE-file
5. A new Rad... |
BorderEdit Release 1.2 => DOWNLOAD | Dear Mr. Uwe,
Exciting news!
Kind Regards,
Frances |
BorderEdit Release 1.2 => DOWNLOAD | Uwe,
Many thanks for this function!
Just a question:
is it correct to remove border in this way?
FUNCTION MAKESHADOW( nBorda , oDlg , oGet )
LOCAL nColor := GetSysColor( COLOR_BTNFACE )
IF nBorda = 1 // make the shadow
Draw_Box( oDlg, oGet, CLR_HRED, 1 , 3, 0 , 2 , 1 )
ELSE
... |
BorderEdit Release 1.2 => DOWNLOAD | Marco,
That doesn't work.
The Border-painting is designed, to work on any background.
I can do a oDialog:Refresh(), to restore the original Background,
but I prefer just to save / restore only the Background-area of the Control with Focus.
As well it would be nice, to define a transparent level of the Lines.
Working w... |
Border_UP_LEFT | HI
[code=fw:1wc5yhbw]<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;">"FileXLS.ch"</span> <br /><span style="color: #00D7D7;">#inclu... |
Bordes de xBrowse | Colegas, Estoy diseñando un dialogo desde recursos cuyo fondo es blanco. en él tengo un xbrowse también blanco pero algunas lineas del contorno no se dibujan. Adjunto imagen
[img:1dkr5rek]http://i66.tinypic.com/2pttsev.jpg[/img:1dkr5rek]
Utilizo Pelles-C como editor de recursos. Sé que variando el ... |
Bordes de xBrowse | [quote="horacio":3kxcrhqd]Colegas, Estoy diseñando un dialogo desde recursos cuyo fondo es blanco. en él tengo un xbrowse también blanco pero algunas lineas del contorno no se dibujan. Adjunto imagen
[img:3kxcrhqd]http://i66.tinypic.com/2pttsev.jpg[/img:3kxcrhqd]
Utilizo Pelles-C como editor de recu... |
Bordes de xBrowse | José Luis, gracias por responder. Si es Custom
Saludos |
Bordes de xBrowse | When we create from source, the bottom-line also is drawn.
Wonder why the bottom-line is not drawn in the above case.
Any way, you may use oBrw:bPainted to draw the bottom-line yourself.
oBrw:bPainted := { |hDC, cPS, brw| yourfunction( hDC, cPC, brw ) } |
Bordes de xBrowse | Thanks Rao, I worked perfectly
Saludos |
Boris Pekic - NG's archive | "Dear friends,I hope these compiled messages will help...From 01.June.2000 to 30.September.2002.<!-- e --><a href="mailto:bpekic@eunet.yu">bpekic@eunet.yu</a><!-- e -->""Renewing time. Dedicated to all the friends around the world. This forum members shows that it doesn't matter where you are from, what is your skin co... |
Boris Pekic - NG's archive | 32-bit operations-------------------------------------------------------------------------------- Has anyone had any luck in writing 32 bit entries to the registry ? If so, could you please post a working sample ? Look in to this \source\classes\Reg32.prg source code. You will get the idea of how to proceed with it.Eg.... |
Boris Pekic - NG's archive | 3D Studio and FiveWin-------------------------------------------------------------------------------- I wonder if a VBX or DLL to manage 3DStudio files exist. Can anybody help me ? Check <!-- w --><a class="postlink" href="http://www.dbcad.com">www.dbcad.com</a><!-- w --> They release DLL and ActiveX Controls.... dbcad... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.