Search found 20 matches: editbox

Return to advanced search

Re: AGRANDAR TEXTO DE ALGUNOS OBJETOS

En el Combobox, has probado a cambiar el tamaño del font?
O lo que quieres es solo hacer mas grande el EDITBOX del Combobox?
by cnavarro
Wed Jul 22, 2015 8:15 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: AGRANDAR TEXTO DE ALGUNOS OBJETOS
Replies: 3
Views: 386

Re: Migrar a Harbour - Errores del compilador

El error viene de esta línea:

#define BIF_USENEWUI (BIF_NEWDIALOGSTYLE | BIF_EDITBOX)

hay que cambiarla por:

#define BIF_USENEWUI nOr( BIF_NEWDIALOGSTYLE, BIF_EDITBOX )
by Antonio Linares
Tue Dec 16, 2014 8:18 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Migrar a Harbour - Errores del compilador
Replies: 29
Views: 5379

Re: TEdit V TGet

C:\hmg.3.3.1\SOURCE\h_editbox.prg /*---------------------------------------------------------------------------- HMG - Harbour Windows GUI library source code Copyright 2002-2014 Roberto Lopez <mail.box.hmg@gmail.com> http://sites.google.com/site/hmgweb/ This program is free software; you can ...
by richard-service
Wed Dec 10, 2014 12:10 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: TEdit V TGet
Replies: 16
Views: 3316

Re: TEdit V TGet

... new HMG331 Unicode IDE for build 32 and 64bit. Important point, not IDE. I mean this IDE read Chinese.UNI file( save as UTF-8 style ) and Textbox/Editbox support WinXP-Themes/input Chinese Unicode word/Control any key => Perfect .... I hope FWH can do it, I hope...
by richard-service
Tue Dec 09, 2014 11:56 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: TEdit V TGet
Replies: 16
Views: 3316

Re: Folders multilinea ( Solved )

... funcionó bien, la verdad que me ayudaste muchísimo, porque ayer estuve probando con pelles c y si bien funcionaba bien, cuando quería poner un editbox cuando compilaba me los mostraba muy feo, y estube con eso mucho tiempo y no lo pude solucionar, entonces lo que hacía era modificar el rc con ...
by surGom
Fri Apr 22, 2011 9:37 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Folders multilinea ( Solved )
Replies: 25
Views: 8068

xMate v/s xEdit

... generar mi proyecto no me da el mismo resultado que con xMate. Por ejemplo: El socket en xMate funciona en el proyecto con xEdit no funciona. Un EditBox se ve bien en xMate en xEdit muestra muestra los caracteres con la cola de los mismo fuera del rectangulo del EditBox, ademas se sale repentinamente. ...
by jgayoso
Mon Mar 14, 2011 2:57 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: xMate v/s xEdit
Replies: 2
Views: 535

Re: Pritpal, HBIDE developer, assists us to use it with FWH

... at startup. Such defined plugins can be placed on user-defined toolbars and can be executed directly from there. "Parameters" editbox can hold the parameters passed to the plugin. The format of such parameters is like command line but with one difference that string parameter ...
by Pritpal Bedi
Mon Jun 28, 2010 3:37 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Pritpal, HBIDE developer, assists us to use it with FWH
Replies: 293
Views: 99024

Re: Duda en edición de Get Multilínea.

acuellar wrote:Esteban

En el Editbox de tu dialogo tenés que poner Multi-linea Si y en Necesita retorno Si

Automáticamente pasa a la siguiente línea cuando llena.

Saludos

Adhemar


Si eso si...
Pero yo necesito saltar a la línea siguiente antes de llegar al final.
Gracias de todos modos!
by jrestojeda
Tue Jun 30, 2009 7:18 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Duda en edición de Get Multilínea.
Replies: 4
Views: 542

Re: Duda en edición de Get Multilínea.

Esteban

En el Editbox de tu dialogo tenés que poner Multi-linea Si y en Necesita retorno Si

Automáticamente pasa a la siguiente línea cuando llena.

Saludos

Adhemar
by acuellar
Tue Jun 30, 2009 6:42 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Duda en edición de Get Multilínea.
Replies: 4
Views: 542

Re: escribir todo en minuscula

Hola

Tendria que crear un recurso Dialogo y en el EditBox para el Get poner Si en Minúscula y No en Mayúsculas

Saludos

Adhemar
by acuellar
Tue Jun 02, 2009 2:18 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: escribir todo en minuscula
Replies: 3
Views: 557

Hi,

I have found How to use it, but enabled the checkbox. I don't want to see the checkbox.

I think This problem is related the "SysDateTimePick32". I think we should use normal masked editbox with user defined function that is mentioned before messages in this thread.
by Horizon
Wed Dec 17, 2008 10:18 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: DTPICKER and empty Dates
Replies: 7
Views: 1308

Get Multiline - limitar longitud

Buenas Noches, Tengo un editbox en el que edito una cadena de caracteres con un get multiline. Como en el Multiline no puedo establecer un picture, necesitaría poder limitar la cantidad de caracteres que se escriben en el mismo (en este ...
by rolando
Thu May 08, 2008 3:47 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Get Multiline - limitar longitud
Replies: 2
Views: 694

Sr. Antonio Linares

... ID 107 OF oDlg1 EN EL PRIMERO EL USUARIO TECLEA LA CLAVE DEL CLIENTE Y VALIDA EN LA TABLA DE CLIENTES SI EXISTE Y EN EL REDEFINE SAY LO TRAE AL EDITBOX EN EL SEGUNDO ES LO MISMO PERO SE TECLEA LA CLAVE DEL CONCEPTO Y VA Y BUSCA SI ESTA EN LA TABLA LOS NOMBRES DE LAS TABLAS SON CAT_CLI PARA CLIENTES ...
by Ruben
Sat Mar 08, 2008 3:39 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Sr. Antonio Linares
Replies: 2
Views: 841

Sr. Antonio Linares

... CAPTURA DE DOCUMENTOS DESDE UN DLG EN EL CUAL TENGO UN CAMPO QUE SE LLAMA CLAVE Y ES DE CLIENTES, CUANDO EL USUARIO INTRODUCE LA CLAVE EN EL OTRO EDITBOX ME TIENE QUE APARECER EL NOMBRE. PERO ME MANDA ESTE ERROR. ESTE ES EL GET Y EL SAY REDEFINE get aYDts[4] ID 104 OF oDlg1 PICTURE "9999" WHEN ...
by Ruben
Fri Mar 07, 2008 6:46 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Sr. Antonio Linares
Replies: 4
Views: 1108

Error DBCMD/2001 Workarea not in use: DBSEEK

... CAPTURA DE DOCUMENTOS DESDE UN DLG EN EL CUAL TENGO UN CAMPO QUE SE LLAMA CLAVE Y ES DE CLIENTES, CUANDO EL USUARIO INTRODUCE LA CLAVE EN EL OTRO EDITBOX ME TIENE QUE APARECER EL NOMBRE. PERO ME MANDA ESTE ERROR. ESTE ES EL GET Y EL SAY REDEFINE get aYDts[4] ID 104 OF oDlg1 PICTURE "9999" WHEN ...
by Ruben
Fri Mar 07, 2008 4:59 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Error DBCMD/2001 Workarea not in use: DBSEEK
Replies: 6
Views: 2196
Next

Return to advanced search