topic stringlengths 1 63 | text stringlengths 1 577k ⌀ |
|---|---|
CheckBox | Dear Antonio
Thank you very much for help |
CheckBox Modify Request | @ 82, 55 CHECKBOX aGet[9] VAR lReminder Prompt ""Reminder"" ;
OF oDlg SIZE 40,10 PIXEL
this show the checkBox at left but perhaps we can add a feature to show the prompt at RIGHT ?
Can I have 3 State checkbox ( BST_CHECKED,BST_UNCHECKED and BST_INDETERMINATE ) ?
and then we can h... |
CheckBox Display at Xbrowse | I need to show the meaning of letters equalivent to Checkbox at Xbrowse . If I had three check boxes ?[] one - stored to DBF as O[] two - stored to DBF as T[] three - stored to DBF as HHow can I show the equalivent values to O,T,H in Xbrowse Display ? |
CheckBox en Folders | Porque no salta de control en control con la tecla intro en checkboxes dentro de un folder?
Fuera de él pasa de uno a otro con intro sin problemas.
Algún parámetro???
Gracias |
CheckBox en Folders | Angel, yo uso este truco:
redefine checkbox oCh1 var lChk id 101 of oFld:aDialogs[4]
oCh1:bKeyChar :={|k| if(k == VK_RETURN, oFld:aDialogs[4]:GoNextCtrl( oCh1:hWnd ), Nil) }
Saludos de Brasil
Maurilio |
CheckBox en Folders | Genial!
Con tus indicaciones modifiqué la clase checkbox añadiendo
::bKeyChar :={|k| if(k == VK_RETURN, oWnd:GoNextCtrl( ::hWnd ), Nil) }
y funcionó perfecto.
Un saludo. |
CheckBox en Tsbrowse6.0 y Tsbrowse9.0 | Saludos.
Una pregunta para aquellos que usan la clase del maestro Manuel Mercado TsBrowse:
Anteriormente usaba la version 6.0 y en mis mis sbrowses uso el checkbox sin ningun problema para edidar ni visualizar, y ahora con la version 9.0 si edito pero al visualizar mi sbrowse no me muestra nada en mis columnas con ch... |
CheckBox en Tsbrowse6.0 y Tsbrowse9.0 | Saludos.
Una pregunta para aquellos que usan la clase del maestro Manuel Mercado TsBrowse:
Anteriormente usaba la version 6.0 y en mis mis sbrowses uso el checkbox sin ningun problema para edidar ni visualizar, y ahora con la version 9.0 si edito pero al visualizar mi sbrowse no me muestra nada en mis columnas con ch... |
CheckBox in a column xbrowse | I have an xbrowse that I need to mark serveral records to change their currency. I thought of having a column of check boxes. The user can check off as many records as the like then convert to the currency those that are checked.
The browse is NOT from code.
I'm looking for some xbrowse code or direction where I ca... |
CheckBox in a column xbrowse | <!-- m --><a class="postlink" href="http://www.fivewin.com.br/forum/topic.asp?TOPIC_ID=17222">http://www.fivewin.com.br/forum/topic.a ... C_ID=17222</a><!-- m -->
A link to the same question in the brazilian forum |
CheckBox in a column xbrowse | Mr Hag
Probably this sample code may be the starting point for you.
[code=fw:2zwmdq7i]<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;"... |
CheckBox in a column xbrowse | Great stuff thanks to both. |
CheckBox o BitMap en TWBrowse | Hola a todos
En el caso de ser posible, alguno de uds tendra un pequeño ejemplo para incrustar ya sea un checkbox o un bitmap en un browse ( de Hernan ) ?
Agradeceria mucho cualquier apoyo.
Saludos |
CheckBox o BitMap en TWBrowse | Raymundo:
Aqui esta el ejemplo que encontre:
Debe funcionar con xHarbour, yo uso Harbour, ademas debe
compilar tMultisel.prg que viene con la Twbrowse de Hernan
#include "FiveWin.ch"
#include "wcolors.ch"
////////////////////////////////////////////////////////////////////////////////
// Bienvenidos al Sample02 de... |
CheckBox o BitMap en TWBrowse | Hola Ruben
Muchas Gracias por el ejemplo, hare mis pruebas.
Te agradezco <!-- s:D --><img src="{SMILIES_PATH}/icon_biggrin.gif" alt=":D" title="Very Happy" /><!-- s:D -->
Saludos |
CheckBox o BitMap en TWBrowse | Se hace exactamente igual a como se hace con un TWBrowse normalito
/[code:7ow4nix7]* cargas los bitmaps de los check */
hCheck := LoadBitmap(GetResources(),"check")
hunCheck := LoadBitmap(GetResources(),"uncheck")
DEFINE DIALOG oDlg.....
..... |
CheckBox o BitMap en TWBrowse | Gracias Master Flores
Te lo agradezco mucho, sigo con mis pruebas y correcciones <!-- s:P --><img src="{SMILIES_PATH}/icon_razz.gif" alt=":P" title="Razz" /><!-- s:P -->
Saludos |
CheckBox o BitMap en TWBrowse | Amigos me gustaria hacer lo mismo pero en un xbrowse alguien me puede indicar como hacerlo. |
CheckBox o BitMap en TWBrowse | Hola Leandro
El ejemplo que expuso el Master Flores, trabajo perfecto en el TWBrowse de Hernan ( es el que uso ), no he usado el xBrowse, pero en la carpeta de samples, esta el archivo TESTXBRW.PRG y ahi estan muchas opciones y formas incluyendo la del bitmap.
Saludos |
CheckBox o BitMap en TWBrowse | Leandro
aca algo similar, lo que faltaria es evaluar el click en el browse, sobrfe que col esta sucediendo para realizar el cambio.
[code:3zb63xm8]
WITH OBJECT ( oBrw := TXBrowse():new( oDlg ) )
:CreateFromResource( 101 )
:cAlias :... |
CheckBox transparente | Hola a todos:
Necesito poner un checkbox en un dialogo que tiene como fondo un bmp, y no me lo pinta transparente, alguien me puede indicar como hacerlo; se que Carlos Mora, en su momento tenía este problema, me podrias indicar como lo resolviste ?.
Gracias.
Antonio F. Ortega |
CheckBox transparente | Antonio (Ortega),
[quote="Antonio F. Ortega":2xfnyc0o]Hola a todos:
Necesito poner un checkbox en un dialogo que tiene como fondo un bmp, y no me lo pinta transparente, alguien me puede indicar como hacerlo; se que Carlos Mora, en su momento tenía este problema, me podrias indicar como lo resolviste ?.
Gracias.
Anto... |
CheckBox transparente | [quote="Antonio F. Ortega":2fi1wvyw]Hola a todos:
Necesito poner un checkbox en un dialogo que tiene como fondo un bmp, y no me lo pinta transparente, alguien me puede indicar como hacerlo; se que Carlos Mora, en su momento tenía este problema, me podrias indicar como lo resolviste ?.
Gracias.
Antonio F. Ortega[/quo... |
CheckBox transparente | Como bien dice Hernan, eso es lo primero a probar:
[quote="Hernan Diego Ceccarelli":2v2ocds1]
Si le asignas un BRUSH tipo NULL al control, no se pone transparente ???
Algo asi: oCheckBox:SetBrush( Trush():New("NULL") )
Eso lo has probado ?[/quote:2v2ocds1]
Le faltó una "B": TBrush():New( "NULL" ) <!-- s:) -->... |
CheckBox transparente | Hernán,
Probar con Brushes NULL fué una de las primeras cosas que hice, tambien probé de ponerle el brush del diálogo, aunque seguro lo pintaba mal pq el brush del dialogo es un bmp con degradé y no coincidiría. El fondo, indefectiblemente, lo tiene que pintar el diálogo. Debería ser transparente.
Por las dudas lo prob... |
CheckBox transparente | Antonio, Hernán,
Este problema está posteado en las news el 21/09, y la sugerencia de Hernán fue la misma que ahora, y ya estaba dicho que no marchaba.
Y sigue sin resolver...
Saludos |
CheckBox transparente | Carlos,
Una posible solución es crear un control que se comporte como un checkbox y que sea transparente. No es un control dificil de hacer.
Por favor, regístrate para que sólo tú puedas usar tu nombre de usuario. Gracias. |
CheckRes | Al hacer pruebas con SetResDebug( .t. ) y CHECKRES() me he encontrado con esto:
[code=fw:2ewl91hz]<div class="fw" id="{CB}" style="font-family: monospace;"><span style="color: #000000;">24</span>/<span style="color: #000000;">05</span>/<span style="color: #000000;">12</span> <span style="color: #000000;">10</span>:<sp... |
CheckRes | Fernando,
En la clase TTreeItem (source\classes\treeitem.prg) añade estas líneas al Método End():
[code=fw:1i624fu7]<div class="fw" id="{CB}" style="font-family: monospace;"><br /> ...<br /> <br /> <span style="color: #00C800;">for</span> n = <span style="color: #000000;">1</span> ... |
CheckRes | Antonio,
Muchas gracias por la respuesta.
Incluyendo las lineas que mencionas, siguen quedando los BMP's
En cuanto a los Tree's antiguos.
El tree lo genero para mostrarlo en un xBrowse.
No para mostrarlo directamente |
CheckRes | Antonio,
Ya esta solicionado.
Como ya te indiqué, el tree lo creo para su visualización en un xbrowse.
Pero al cerrar el browse no finalizaba el tree.
De todas formas, en relación al 2º punto que me indicabas:
El tree que uso es el correcto?,
porque treeview entiendo que es para visualizar y yo uso xbrowse (por sus... |
CheckRes | Fernando,
Puedes mostrar una imagen de como se ve ó un PRG de ejemplo ? gracias <!-- s:-) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":-)" title="Smile" /><!-- s:-) --> |
CheckRes | Uso 2 formatos
El primero:
[url=http://imageshack.us/photo/my-images/3/treebrowse1.png/:3se2tmvg][img:3se2tmvg]http://img3.imageshack.us/img3/7193/treebrowse1.png[/img:3se2tmvg][/url:3se2tmvg]
Uploaded with [url=http://imageshack.us:3se2tmvg]ImageShack.us[/url:3se2tmvg]
El segundo:... |
CheckRes | Los datos los toma de un recordset.
Recorro todo el recordset creando el tree.
Esto es util para tree's (recordset) que no tengan muchos datos.
Si los tienen tarda mucho en montar el tree ya que tiene que recorrer entero el recordset.
Lo mas util sería que no fuera necesario recorrer todo el recordset.
El tree se car... |
CheckRes() | Buen dia.
Obtengo este reporte con CheckRes(), pregunto me afecta el sistema, si es así como lo soluciono
03/09/2020 09:32:46: DeleteObject( ::hBrush ) failed from TBrush:End() 437262946
03/09/2020 09:32:46: DeleteObject( ::hFont ) failed from TFont:End() -2029381914 0 .T.
03/09/2020 09:32:46: DeleteObject( ::hBr... |
CheckRes() | Muestre cómo está cerrando las FUENTES o haga esto:
[code=fw:3q6zw3ki]<div class="fw" id="{CB}" style="font-family: monospace;"><br /><span style="color: #00C800;">FUNCTION</span> Salida<span style="color: #000000;">(</span><span style="color: #000000;">)</span><br /><br /> FreeResources<span style... |
CheckRes() | SET RESOURCES TO
ResAllFree( )
MEMORY( - 1 )
DbCommitAll()
DbUnLockAll()
DbCloseAll()
FreeResources()
Release All
SysRefresh()
HB_GCALL( .T. )
CLEAR MEMORY
CheckRes()
PostQuitMessage( 0 )
__QUIT() |
CheckRes() | Y en el módulo como estás cerrando las fuentes y el brush()?
Saludos. |
CheckRes() | [code=fw:23fp3jvt]<div class="fw" id="{CB}" style="font-family: monospace;"><br /><br /> <span style="color: #0000ff;">DEFINE</span> <span style="color: #0000ff;">BRUSH</span> oBrush FILE cNomFon RESIZE<br /> <span style="color: #00C800;">IF</span> oBrush <> <span style="color: #00C800;">NIL</span><... |
CheckRes() | No use PUBLIC en el FONT o BRUSH.
Intenta con:
[code=fw:3rvcdtcy]<div class="fw" id="{CB}" style="font-family: monospace;"><br /><br /> <span style="color: #B900B9;">// oBrush:End()</span><br /> <span style="color: #B900B9;">// oFont:End()</span><br /><br /> ó<br /><br /> &nb... |
CheckRes() | Se mantiene el reporte en resources.txt
[code=fw:2qbq1znc]<div class="fw" id="{CB}" style="font-family: monospace;"><br />SetResDebug<span style="color: #000000;">(</span>.t.<span style="color: #000000;">)</span><br /><br /><br /> <span style="color: #0000ff;">DEFINE</span> <span style="color: #0000ff;">ICON... |
CheckRes() | C:\FWH..\SAMPLES\RUSMICRO.PRG
[code=fw:1hjt6hni]<div class="fw" id="{CB}" style="font-family: monospace;"><br /><span style="color: #00D7D7;">#include</span> <span style="color: #ff0000;">"FiveWin.ch"</span><br /><br /><span style="color: #00C800;">STATIC</span> oWnd<br /><br /><span style="color: #00C800;">FUNCTION</... |
CheckRes() | karinha, gracias por su ayuda, ya no genera el resources.txt
si activo SetResDebug(.t.),
se genera el res.log con este contenido
487194999
FONT
/*,-+0,*0/
FONT
/-.,),-,/,
FONT
/(,./)+'0
BMP
/,+'.(/.(-
BMP -> ResizeImg
/*)/0)).)
FONT
/'/..*)*(+
BMP
(+,+(/*(.
BRUSH
/0).*(*''(
BRUSH
/*,-//)-/.
BRUSH
/.)... |
CheckRes() | En mi humilde opinión, es perfecto. Puedes trabajar sin problemas. Si tiene más preguntas, póngase en contacto con el Maestro Cristóbal, ¿de acuerdo?
Regards, saludos. |
CheckRes() | Muchas gracias
Saludos |
CheckRes() | No está bien
Para que estés seguro que tu aplicación no tiene pérdida de recursos y que por lo tanto te pueda dar algún problema en su funcionamiento, el checkres.txt debe tener este contenido ( te pongo como ejemplo lo que me aparece al salir de mi editor Fivedit.exe ), es decir, no debe tener ninguna "entrada" de rec... |
CheckRes() | Buen dia.
actualmente se genera solo el res.log, anteriormente se generaba el resources.txt
El checkres.txt no se ha generado
Gracias |
CheckRes() | Holá, duda: Que és RES.LOG? Haga asi:
[code=fw:gqmb21ii]<div class="fw" id="{CB}" style="font-family: monospace;"><br /> <span style="color: #00C800;">IF</span> FILE<span style="color: #000000;">(</span> <span style="color: #ff0000;">"RES.LOG"</span> <span style="color: #000000;">)</span><br />&nbs... |
CheckRes() | se genera el res.log con este contenido
487194999
FONT
/*,-+0,*0/
FONT
.....
Pregunto :
* porque se genera este archivo res.log
* porque no se genera el checkrest.txt
Gracias |
CheckRes() | Has de poner al principio en tu function Main
[quote:ptuyvdzl]
.../...
SetResDebug( .T. )
.../...
[/quote:ptuyvdzl]
y al salir de la function Main
[quote:ptuyvdzl]
.../...
//DbCloseAll()
FreeResources()
Hb_GCall(.t.)
CLEAR MEMORY
if File( "checkres.txt" )
FErase( "checkres.txt" )
endif... |
CheckRes() | Esta es la forma en que lo tengo, definido
[code=fw:1iyvgr4x]<div class="fw" id="{CB}" style="font-family: monospace;"><br /> SetResDebug<span style="color: #000000;">(</span>.t.<span style="color: #000000;">)</span><br /><br /> <span style="color: #0000ff;">DEFINE</span> <span style="color: #0000ff;">ICON... |
CheckRes() | Esta parte prueba a no ponerla en el VALID, ya que aun no se ha destruido la ventana
Ponlo debajo del ACTIVATE
[code=fw:1ttvv666]<div class="fw" id="{CB}" style="font-family: monospace;"><br /><br /> FreeResources<span style="color: #000000;">(</span><span style="color: #000000;">)</span><br />&nbs... |
CheckRes() | [code=fw:2el3tx2y]<div class="fw" id="{CB}" style="font-family: monospace;"><br /> <span style="color: #0000ff;">DEFINE</span> <span style="color: #0000ff;">BUTTON</span> oSalida <span style="color: #0000ff;">RESOURCE</span> <span style="color: #ff0000;">"FECHAR"</span>, <span style="color: #ff0000;">"FECHA... |
CheckRes() | No genera el checkrest.txt, pero sigue generando el res.log, con el contenido listado arriba
Gracias
[code=fw:2exsssdz]<div class="fw" id="{CB}" style="font-family: monospace;"><br /><br /> <br /> SetResDebug<span style="color: #000000;">(</span>.t.<span style="color: #000000;">)</span><br /><br /> <span ... |
CheckRes() | Prueba sin poner esto al final. La ultima instruccion que sea CheckRes()
[code=fw:3c1rb114]<div class="fw" id="{CB}" style="font-family: monospace;"><br /><br /> PostQuitMessage<span style="color: #000000;">(</span> <span style="color: #000000;">0</span> <span style="color: #000000;">)</span><br />... |
CheckRes() | 1. ya probe sin el PostQuitMessage( 0 ), __QUIT() y sigue sin generar el checkres
2. corri un ejemplo de fivewin con xharbour.org y genera el checkres
3. no se si es porque uso xharbour.com ?
Gracias |
CheckRes() | Efectivamente, seguramente es por eso |
Checkbox | Porque cuando pongo un checkbox me marca el erro de no puedo crear el dialogo que opciones hay poner el checkbox para que lo presente, desde recursos.
saludos, bye.
fernando sandoval |
Checkbox | Fernando,
Ojo no vaya a ser que estés poniendo un checkbox de Borland en vez de uno estandard de Windows. |
Checkbox | Como puedo incluir y un checkbox que tengo en un fichero RC, y referenciarlo en un PRG, igual que puedo hacer REDEFINE BUTTON ......
GRACIAS |
Checkbox | REDEFINE CHECKBOX ... |
Checkbox | Hola,
Como se hace para cambiar el caption de un checkbox desde recursos? He intentado hacer asi:
[code:2utjqlfw]
MiCaption:="Mi nuevo caption"
REDEFINE CHECKBOX oCheck VAR cCheck ID 117 OF oDlg
oCheck:SetText(MiCaption)
[/code:2utjqlfw]
Y asi:
[code:2utjqlfw]
MiCaption:="Mi nuevo caption"
R... |
Checkbox | Kleyber,
Es un combobox editable (con un GET contenido) ?
De no serlo, puedes usar oCombo:Set( cOption ) en donde cOption es uno de los items contenidos del combobox.
De ser editable, oCombo:oGet:SetText( cText ) |
Checkbox | Antonio,
Gracias por responder y disculpa la confusión. Se trata de facto de un CHECKBOX y no un COMBOBOX, tanto que cambié el post original.
La duda es la misma: no he conseguido cambiar el caption de un checkbox en tiempo de ejecución.
Gracias y perdón por la confusión. |
Checkbox | Kleyber,
oCheckBox:SetText( cTexto ) debe funcionar |
Checkbox | Gracias Antonio,
Voy a probar y te comento.
Saludos, |
Checkbox | Antonio,
Desafortunadamente no me funciona. <!-- s:( --><img src="{SMILIES_PATH}/icon_sad.gif" alt=":(" title="Sad" /><!-- s:( --> Asi está mi código:
[code:f62b1u2n]
c133:="Nuevo PROMPT"
REDEFINE CHECKBOX oDouble VAR _double ID 133 OF oDlg UPDATE
oDouble:SetText(c133)
[/code:f62b1u2n] |
Checkbox | Antonio,
He solucionado poniendo todos los ::SetText() en una función llamada por ON INIT. Pero esto es el comportamiento correcto?
Saludos, |
Checkbox | Kleyber,
Es la forma correcta ya que hasta que no se activa el diálogo los controles no tienen asignados sus handles válidos |
Checkbox | Gracias por la aclaración, Antonio. Todo me funciona bien ahora.
Saludos, |
Checkbox | Hello,
How do I change the text of a combobox?
Thanks. |
Checkbox | [code=fw:2rxf05d9]<div class="fw" id="{CB}" style="font-family: monospace;"><br />oCbx:<span style="color: #000000;">SetItem</span><span style="color: #000000;">(</span> <span style="color: #000000;">1</span> <span style="color: #000000;">)</span><br /> </div>[/code:2rxf05d9] |
Checkbox | Thanks a lot for your help. |
Checkbox | I just noticed that the code suggested doesn't work.
It must be : [code=fw:98is94d0]<div class="fw" id="{CB}" style="font-family: monospace;">oCbx:<span style="color: #000000;">SetText</span><span style="color: #000000;">(</span><span style="color: #ff0000;">"Text"</span><span style="color: #000000;">)</span><... |
Checkbox Tri-State | How to implement the Tri State checkbox?
[img:13c3fj1u]http://s23.postimg.org/l2cn1bhef/Check_box.png[/img:13c3fj1u] |
Checkbox Tri-State | Use BS_AUTO3STATE style.
EMG |
Checkbox Tri-State | Use Where?
In the Pelles C I found, but I dont know what class to (re)define |
Checkbox Tri-State | This is a sample of how I define it:
[code=fw:gj6tb3ik]<div class="fw" id="{CB}" style="font-family: monospace;">CONTROL <span style="color: #ff0000;">"Interni:"</span>, <span style="color: #000000;">136</span>, <span style="color: #ff0000;">"BUTTON"</span>, BS_AUTO3STATE | BS_LEFTTEXT | WS_CHILD | WS_VISIBLE | WS_TAB... |
Checkbox Tri-State | Enrico, I use redefine, I think that I can change the TCheckbox class to work with 3 states or maybe create a new class with inheritance from TCheckbox.
But I hope that there is a easier way |
Checkbox Tri-State | Here it is:
[code=fw:1z1b2tbq]<div class="fw" id="{CB}" style="font-family: monospace;"> nCsn = <span style="color: #000000;">2</span><br /><br /> <span style="color: #0000ff;">REDEFINE</span> <span style="color: #0000ff;">CHECKBOX</span> oCsn <span style="color: #0000ff;">VAR</span> csn;<br ... |
Checkbox Tri-State | Error description: Error BASE/1003 Variable does not exist: BM_GETCHECK |
Checkbox Tri-State | [code=fw:1bfvmx81]<div class="fw" id="{CB}" style="font-family: monospace;"><span style="color: #B900B9;">// Button messages</span><br /><br /><span style="color: #00D7D7;">#define</span> BM_GETCHECK <span style="color: #000000;">240</span><br /><span style="color: #00D7D7;">#define</span> BM_SETCHECK <span style="colo... |
Checkbox Tri-State | Now It's working fine!
Thanks a lot
[code=fw:jpalsdh9]<div class="fw" id="{CB}" style="font-family: monospace;"><br /><br /><span style="color: #00D7D7;">#include</span> <span style="color: #ff0000;">"fivewin.ch"</span><br /><br /><span style="color: #00D7D7;">#define</span> BM_GETCHECK <span style="color: #000000;">2... |
Checkbox Tri-State | Enrico, this code didn't work right...
I want to change the var to work as a integer instead of logical
0 = Unchecked
1 = Checked
2 = Full Checked |
Checkbox Tri-State | Please check nCsn variable in my sample above.
EMG |
Checkbox activo | Perdón por la pregunta pero es que no recuerdo como se hace...
Necesito saber si un checkbox esta enable o disable, como hago para preguntar.... <!-- s:oops: --><img src="{SMILIES_PATH}/icon_redface.gif" alt=":oops:" title="Embarassed" /><!-- s:oops: -->
Gracias! |
Checkbox activo | Puedes intentar con ::lActive |
Checkbox activo | Gracias Master!! |
Checkbox alignment not correct | Hello,
Please look at following small test application:
[img:2vmsinvs]http://www.WinFakt.be/Checkbox_Alligment.jpg[/img:2vmsinvs]
Notice that the alignment for the chekboxes are not correct.
This is the PRG part of the reduced sampe to show this:
[code:2vmsinvs]#include "FiveWin.ch"
#define CLR_G... |
Checkbox alignment not correct | [code:2f6306xe] CHECKBOX "Checkbox Right", 102, 16, 32, 80, 14, BS_AUTOCHECKBOX | WS_TABSTOP
CHECKBOX "Checkbox Left :", 101, 16, 16, 80, 14, BS_AUTOCHECKBOX | BS_LEFTTEXT | WS_TABSTOP[/code:2f6306xe]
EMG |
Checkbox alignment not correct | [quote="EnricoMaria":1mvy3tym][code:1mvy3tym] CHECKBOX "Checkbox Right", 102, 16, 32, 80, 14, BS_AUTOCHECKBOX | WS_TABSTOP
CHECKBOX "Checkbox Left :", 101, 16, 16, 80, 14, BS_AUTOCHECKBOX | BS_LEFTTEXT | WS_TABSTOP[/code:1mvy3tym]
EMG[/quote:1mvy3tym]
Not so simple Enrico <!-- s;-) --><img src="{SMILIES_PATH}/ic... |
Checkbox alignment not correct | Sorry Patrick but I really don't understand your problem.
EMG |
Checkbox alignment not correct | Patrick,
It seems you defined them as checkboxes in the RC then redefined them as radios in your code. What that intentional, and if so, why?
James |
Checkbox alignment not correct | [quote="James Bott":1jou1fb9]Patrick,
It seems you defined them as checkboxes in the RC then redefined them as radios in your code. What that intentional, and if so, why?
James[/quote:1jou1fb9]
Oops, that's a TYPO.. Damned, sorry. But the problem remains, the text of the checkboxes should be RIGHT or LEFT aligned.
P... |
Checkbox alignment not correct | [quote="EnricoMaria":2ypghxu7]Sorry Patrick but I really don't understand your problem.
EMG[/quote:2ypghxu7]
Simple, if I use a checkbox RIGHT aligned (So that the checkbox is on the RIGHT hand side of the text), the text should ALSO e right aligned, and not left.
Patrick |
Checkbox alignment not correct | Patrick,
>Simple, if I use a checkbox RIGHT aligned (So that the checkbox is on the RIGHT hand side of the text), the text should ALSO e right aligned, and not left.
You say it "should be" but I am not sure. Is this because this is the way you would like it to be, or because this is the way other Windows apps are sh... |
Checkbox alignment not correct | [quote="Patrick Mast":2ltypnh8]Simple, if I use a checkbox RIGHT aligned (So that the checkbox is on the RIGHT hand side of the text), the text should ALSO e right aligned, and not left.
Patrick[/quote:2ltypnh8]
As James suspected, this is not how Windows checkboxes work.
EMG |
Checkbox and Radio are not transparent!? | On Dialogs with clausula TRANSPARENT and gradient-background the text from this controls are not transparent! Any solution? |
Checkbox and Radio are not transparent!? | Günther,Please review fwh\samples\TestTrn1.prg[url=http://imageshack.us:2uneeuhh][img:2uneeuhh]http://img395.imageshack.us/img395/6613/trans1oj1.png[/img:2uneeuhh][/url:2uneeuhh] |
Checkbox and Radio are not transparent!? | Antonio, I am using not a bitmap as background!I use as background:[code:29fs6fl5]...ON PAINT gradientfill(oDlg:hDC,0,0,oDlg:nHeight(),oDlg:nWidth(),{{1,CLR_WHITE,CLR_RED}})[/code:29fs6fl5] |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.