Search found 105 matches: i18n

Return to advanced search

HIL HIT e POT c'è forse un bug ?

Volevo creare il HIL della mi applicazione . L'ho chiesto anche a Antonio Linares il quale mi ha detto che non ha mai usato la funzione i18n() strano perchè la usano quasi tutti almeno gli spagnoli L'ho chiesto anche al buon sammaritano EMG che non si è degnato neanche di rispondere ...mah...forse ...
by Silvio
Wed Jul 29, 2009 4:50 pm
 
Forum: All products support
Topic: HIL HIT e POT c'è forse un bug ?
Replies: 0
Views: 426

i18n Lenguaje

Compañeros, estuve probando la funcion i18n, y luego de dar algunas caidas, logre compilar el test colocando en la linea de comando /j[archivo.hil], y genera el .hil con la cabezera por defecto del mismo, pero no genera las palabras que deberia ...
by DiGregorio
Tue Jul 21, 2009 10:06 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: i18n Lenguaje
Replies: 0
Views: 246

Re: ErrSysW y Rebars

... type: Windows/DOS OBJ32 (.obj) /gh output type: Harbour Portable Object (.hrb) /i<path> #include file search path /j[<file>] output i18n support [to <file>] to .hil /k compilation mode (type -k? for more data) /l suppress line number information /m compile module only /n[<type>] ...
by sysctrl2
Thu Feb 19, 2009 9:06 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: ErrSysW y Rebars
Replies: 14
Views: 2135

Help Mister Andres Reyes

... creare a explorer bar control at left oApp():oDlg := TMIA():New(oApp():oWndMain) oApp():oDlg:SetColor(0,RGB(143,172,230)) oApp():oDlg:cTitle := i18n('Gestión de clientes') oApp():oWndMain:oClient := oApp():oDlg oApp():oDlg:NewGrid( nSplit ) oApp():oGrid:cAlias := "CU" aBrowse := { ...
by Silvio
Wed Dec 31, 2008 2:24 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Help Mister Andres Reyes
Replies: 3
Views: 817

Re: refresh msgitem

... where i insert this comand to create a msgiten on msgbar: DEFINE MSGITEM ::oMsgItem2; OF ::oWndMain:oMsgBar ; BITMAP "D_CAL" ; TOOLTIP " " + i18n("Data di lavoro.") + " "; ACTION Set_Date() On a procedure I open a dialog and I want modify the ::omsgitem2 and i made : oApp:oMsgItem2:cMsg:="Liberi"+ ...
by JC
Mon Aug 18, 2008 4:27 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: refresh msgitem
Replies: 1
Views: 532

refresh msgitem

... where i insert this comand to create a msgiten on msgbar: DEFINE MSGITEM ::oMsgItem2; OF ::oWndMain:oMsgBar ; BITMAP "D_CAL" ; TOOLTIP " " + i18n("Data di lavoro.") + " "; ACTION Set_Date() On a procedure I open a dialog and I want modify the ::omsgitem2 and i made : oApp:oMsgItem2:cMsg:="Liberi"+ ...
by Silvio
Mon Aug 18, 2008 2:51 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: refresh msgitem
Replies: 1
Views: 532

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 aparece ...
by Carlos Mora
Tue May 27, 2008 1:51 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: There are no printers .....
Replies: 10
Views: 2110

DEFINE MSGITEM oMsgItem2; OF oWnd:oMsgBar ; PROMPT "Test with Bitmaps" ; SIZE 100 ; BITMAP "EUSUARIO", "EUSUARIO"; TOOLTIP " " + i18n("Acerca de...") + " "; ACTION MsgInfo( "Test with Bitmaps" ) BUT THIS COMMAND NOT RUN I CANNOT SEE THE BITMAP
by Silvio
Tue Dec 18, 2007 2:12 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: SET MESSAGE ERROR
Replies: 42
Views: 5871

Re: i18n()

has someone a compiled version of hbdict.exe ?

Regards Norbert
by NK
Wed Aug 22, 2007 1:20 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: i18n()
Replies: 1
Views: 481

i18n()

Hello

Who has experience with i18n ()?
How do I can translate the .HIL files?

Regards, Norbert
by NK
Wed Aug 22, 2007 11:12 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: i18n()
Replies: 1
Views: 481

Jose Luis,

Prueba con:

MENUITEM i18n(aActividad[i]) BLOCK bAction
by Antonio Linares
Fri Apr 20, 2007 12:57 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: como saber que elemento de un menu se ha seleccionado
Replies: 10
Views: 2490

poi nel programma principale l'inserimento di queste : HB_LANGSELECT( 'IT' ) HB_SETCODEPAGE( 'IT' ) e poi per esempio cAppName := i18n("nome applicazione") ma se io volessi inserire nel menu principale la possibilità di cambiare lingua ( cioè tutte le parole e settare la lingua per sempio ...
by Silvio
Wed Jul 05, 2006 10:04 am
 
Forum: All products support
Topic: localizzazione italiana
Replies: 11
Views: 4004

Enrico: the i18n() calls are the way to internazionalizate the app using the tools provided with xharbour.
Daniel: I know the way to do it, but I want to do it with the same app.

Regards,
by José Luis Sánchez
Wed Nov 02, 2005 8:21 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: how to restart an app
Replies: 6
Views: 2601

No, I want to do with the same exe. Imagine you allow the user to select the language of the app, and you have your menus with i18n() calls... you have to reinit the app to achieve the menus on the new language selected. It's pretty smart if the app reinit for itself, not need the user ...
by Enrico Maria Giordano
Sun Oct 30, 2005 9:57 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: how to restart an app
Replies: 6
Views: 2601

No, I want to do with the same exe. Imagine you allow the user to select the language of the app, and you have your menus with i18n() calls... you have to reinit the app to achieve the menus on the new language selected. It's pretty smart if the app reinit for itself, not need the user ...
by José Luis Sánchez
Sun Oct 30, 2005 7:16 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: how to restart an app
Replies: 6
Views: 2601
Previous

Return to advanced search

cron