Search found 102 matches: gettext

Return to advanced search

Re: problems in Picture clause of SAY command

... error.log and look for the line where the error comes from, and post it here, thanks. > the ELSE condition in fwh 9.03 is: ::cCaption = ::GetText() is this correct for fwh 9.03? > Yes, it is correct. We are preparing the code for Unicode full support.
by Antonio Linares
Mon May 04, 2009 10:38 am
 
Forum: Bugs report & fixes / Informe de errores y arreglos
Topic: problems in Picture clause of SAY command
Replies: 7
Views: 1856

Re: problems in Picture clause of SAY command

... what do you think? 2) the ELSE condition in fwh 8.12 is: ::cCaption = GetWindowText( ::hWnd ) the ELSE condition in fwh 9.03 is: ::cCaption = ::GetText() is this correct for fwh 9.03? thanks, marzio
by marzio
Mon May 04, 2009 8:13 am
 
Forum: Bugs report & fixes / Informe de errores y arreglos
Topic: problems in Picture clause of SAY command
Replies: 7
Views: 1856

Re: RichEdit save to memo-field

Marc,

To get the plain text you can do:

MsgInfo( oFGet:GetText() )

to get the rich text:

MsgInfo( oFGet:SaveAsRTF() )
by Antonio Linares
Sat Apr 04, 2009 10:16 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: RichEdit save to memo-field
Replies: 1
Views: 362

Multihilos en xHarbour

Muy buenas, estoy intentando compilar este ejemplo de xharbour.com pero me dan los siguientes errores. ¿ de que pueden ser? Este es el código: -------------------- #include "fivewin.ch" #include "hbclass.ch" PROCEDURE Main LOCAL pThread CLS USE Customer pThread := StartThread( &q...
by softruz
Mon Mar 30, 2009 8:15 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Multihilos en xHarbour
Replies: 2
Views: 848

Re: Tengo problemas al compilar...

FranciscoA, se agradece el escaso aporte. Hice el cambio de GTWin.lib por GTGui.lib y el resultado fue el siguiente: Turbo Incremental Link 5.00 Copyright (c) 1997, 2000 Borland Error: Unresolved external '_hb_gt_Init' referenced from D:\HARBOUR\LIB\RTL.LIB|gtapi Error: Unresolved external '_hb_gt_E...
by Leon Valenzuela
Tue Jan 06, 2009 9:12 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Tengo problemas al compilar...
Replies: 2
Views: 674

... ... 3) por ultimo modificar METHOD LButtonUp( nRow, nCol, nFlags ) CLASS TGet local nLo, nHi, cText IF ::lDrag ... ... ELSE cText := ALLTRIM(::GetText()) If Left( cText, 1 ) == "(" ::nPos = 2 ::SetPos( ::nPos ) ELSEIF Empty(cText) .OR. (Valtype( ::Value ) = "D" .AND. (cText == "/ /" .OR. cText ...
by antolin
Mon Oct 27, 2008 2:07 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: carga de datos en get
Replies: 3
Views: 771

Carles,

Puedes obtener su texto con oRichEdit:GetText(), usar StrTran() para reemplazar y volver a asignar el texto con oRichEdit:SetText()
by Antonio Linares
Mon Oct 13, 2008 11:54 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: TRichEdit - Search&Replace
Replies: 1
Views: 374

Re: doble click en set message

... LDblClick( nRow, nCol, nKeyFlags ) CLASS TMsgBar * if ::lInfoRes .or. ( ! ::lInfoRes .and. ::lCheckRes ) * if ! ::lCheckRes * ::Cargo := ::oWnd:GetText() * endif * ::lCheckRes := ! ::lCheckRes * endif return Super:LDblClick( nRow, nCol, nKeyFlags ) Saludos Francisco J. Alegria P.
by FranciscoA
Fri Sep 12, 2008 2:42 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: doble click en set message
Replies: 3
Views: 533

Francisco / Antonio Gracias por contestar. Francisco, Tu ejemplo trabaja perfecto. Antonio, Usando "oGet:GetText()" estaba obteniendo el mismo resultado que usando oGet:cText; es decir solo me presentaba el ultimo caracter tecleado. El problema era que estaba usando un msginfo() ...
by George
Tue Sep 09, 2008 1:32 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: oGet:Cadena de caracteres
Replies: 3
Views: 686

George,

Prueba con oGet:GetText()
by Antonio Linares
Tue Sep 09, 2008 8:42 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: oGet:Cadena de caracteres
Replies: 3
Views: 686

Luis,

Prueba a hacer esto para asegurarte que es el botón correcto:

MsgInfo( nBut[8]:GetText() )

y prueba a cambiarle el texto haciendo:

nBut[8]:SetText( "nuevo texto" )
by Antonio Linares
Mon Aug 25, 2008 2:34 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Cambiar nombre a botón
Replies: 2
Views: 501

Fernando,

Prueba asi:

MsgInfo( oRichEdit:GetText() )
by Antonio Linares
Mon Jun 30, 2008 5:48 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Una función que pase de texto enriquecido a texto sin format
Replies: 5
Views: 1140

no I'm using FGet (with many modifications for our use)

with
oClp:SetText( cText )
oClp:GetText( )

I can see that only part of very long texts are copied.
I there a limit by Windows? (same results with xP and vista)

Thanks,
Dietmar
by Dietmar Jahnel
Sun Jun 22, 2008 9:10 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Clipboard size
Replies: 15
Views: 2967

Hola Manuel, creo que la mejor solución de todas sería adoptar modelos ya existentes, por ejemplo gettext / i18n. Con eso se puede generalizar cualquier aplicación, y creo (no estoy 100% seguro) que algo ya hay hecho en xHarbour. Al menos sé que J.L. Sanchez lo usa, ya que ...
by Carlos Mora
Tue May 27, 2008 1:51 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: There are no printers .....
Replies: 10
Views: 2106

Upgrading to Ubuntu 7.10

... something along the lines of getGender:SetText( "F" ) then the variable cGender is not updated. This is no major problem as I can use getGender:GetText() to retrieve the updated value. I'm not sure if the above behaviour is intentional or not, but to me REPLACE GENDER WITH cGender is nicer and ...
by xProgrammer
Thu Jan 31, 2008 3:47 am
 
Forum: FiveLinux / FiveDroid (Android)
Topic: Upgrading to Ubuntu 7.10
Replies: 2
Views: 1060
PreviousNext

Return to advanced search