Search found 105 matches: i18n

Return to advanced search

error on toolbar tbmenu

... then quit the application exe Why ? http://img703.imageshack.us/img703/3656/29947811.jpg sample : DEFINE TBMENU OF oBar ; TOOLTIP i18n( "Conversioni" ) ; MESSAGE i18n( "Gestióne delle conversioni." ); MENU MenuLooktab(oBrwLook) ... static Function MenuLooktab(oBrwLook) ...
by Silvio.Falconi
Sat May 11, 2013 9:39 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: error on toolbar tbmenu
Replies: 1
Views: 449

Re: total in xbrowse

... SIZE -10,-30 PIXEL OF oDlg ; CELL LINES FOOTERS NOBORDER FASTEDIT oBrw:lfooter:=.t. oBrw:nStretchCol:= -1 aBrowse := { ; { { ||UTILE1->RAGSOC}, i18n("RAGIONE SOCIALE"), 360, },; { { ||UTILE1->KGTOTA }, i18n("KG TOTALI"), 80, '@E 9,999,999'} ,; { { ||UTILE1->IMPONI }, ...
by damianodec
Fri Mar 01, 2013 10:40 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: total in xbrowse
Replies: 26
Views: 4817

Re: total in xbrowse

... oBrw OF oFld:adialogs[1] ; PIXEL CELL LINES FOOTERS NOBORDER FASTEDIT oBrw:lfooter:=.t. oBrw:nStretchCol:= -1 aBrowse := { { { ||IN->ITCODE}, i18n("Codice"), 50, },; { { ||IN->ITDESC }, i18n("Descrizione"), 180, } ,; { { ||IN->ITMEASURE }, i18n("U.m."), ...
by Silvio.Falconi
Tue Feb 26, 2013 9:37 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: total in xbrowse
Replies: 26
Views: 4817

Re: ERROR XBROWSE MAKETOTALS

Dear Nages, at init i inser maketotals aBrowse := { { { ||IN->ITCODE}, i18n("Codice"), 50, },; { { ||IN->ITDESC }, i18n("Descrizione"), 180, } ,; { { ||IN->ITMEASURE }, i18n("Misura"), 40, } ,; { { ||IN->ITQTY }, i18n("Quantità"), ...
by Silvio.Falconi
Sat Feb 09, 2013 9:34 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: ERROR XBROWSE MAKETOTALS
Replies: 6
Views: 2068

Different picture into footer

... ' PF->Unita','PF->Prezzo','PF->Sconti','PF->Iva','pf->importo' ; COLSIZES 90,140,50,60,40,80,90,90 ; HEADERS i18n("Codice"),i18n("Descrizione"), i18n("Quantità"),; i18n("Unità di misura"),i18n("Prezzo"),i18n("Sconti"),i18n("Iva"),i18n("Importo") ...
by Silvio.Falconi
Wed Feb 06, 2013 11:48 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Different picture into footer
Replies: 1
Views: 553

Re: Adding a Multilanguage-solution to Your App.

Hello, I use a solution like i18n() function, but with ini files, it work perfect for SAY, Buttons, Title, menu, anywhere. Exemple ini file: [ESP] DESCRIP=Español ||~AMPA32, G~|estió de |~F~|acturacions de l'|~AMPA (~|domiciliacions, famílies, ...
by FiveWiDi
Sat Sep 22, 2012 9:19 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Adding a Multilanguage-solution to Your App.
Replies: 5
Views: 1358

Re: Adding a Multilanguage-solution to Your App.

... BUT xharbour can have the multilanguage system it create on comilation file hil ot hit and you can call the language on your application using i18n() function you must first insert on your application the text with i18n() function : sample : DEFINE MSGITEM ::oMsgItem2; OF ::oWndMain:oMsgBar ...
by Eoeo
Fri Sep 21, 2012 5:35 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Adding a Multilanguage-solution to Your App.
Replies: 5
Views: 1358

Re: Counting Entries of INI-section ?

... 4 ) @ 30, 10 XBROWSE oLbx OF oDlg ; SIZE 100,80 PIXEL ; ARRAY aString AUTOCOLS WITH OBJECT oLbx :lRecordSelector := .f. :aCols[1]:cHeader := i18n("Tipo") :aCols[2]:cHeader := i18n("Value") :CreateFromCode() END ACTIVATE DIALOG oDlg centered RETURN NIL any solution
by Eoeo
Sun Aug 26, 2012 6:33 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Counting Entries of INI-section ?
Replies: 4
Views: 1012

To Nages : How change an value on an array

... PIXEL NOBORDER oLbx:SetArray(aData) // oLbx:nMarqueeStyle :=MARQSTYLE_HIGHLWIN7 oLbx:lHScroll := .f. oLbx:lVScroll := .f. oLbx:aCols[1]:cHeader := i18n("Giorni") oLbx:nColDividerStyle := LINESTYLE_LIGHTGRAY oLbx:lColDividerComplete := .t. oLbx:lRecordSelector := .f. oLbx:nDataType := ...
by Eoeo
Wed Aug 15, 2012 8:09 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: To Nages : How change an value on an array
Replies: 21
Views: 6784

Re: EditCell

Nages nor run the final user can edit the record but then whe nthe user press return it return as before aBrowse := { { { || CE->ALIMENTO }, i18n("Alimento"), 350, },; { { || CE->PROTEINE }, i18n("Proteine"),40, },; { { || CE->GLUCIDI }, i18n("Glucidi"),40, ...
by Eoeo
Mon Aug 13, 2012 3:16 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: EditCell
Replies: 6
Views: 1397

Re: sugerencia RICHEDIT

... Se pueden usar las funciones de Harbour para interpretar archivos INI que te los deja transformados en Hashes para almacenar el texto traducido. i18n es un término a buscar, de ahi podemos sacar ideas de como lo han resuelto en otros ámbitos (incluyendo Harbour, creo)
by Carlos Mora
Thu Feb 09, 2012 12:23 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: sugerencia RICHEDIT
Replies: 24
Views: 6639

Re: CONTROL an HOUR

HOw ? Any sample please ? I make IF RESERVATION->(DbSeek( nTable)) IF RESERVATION->DATAIN==cday msgAlert( i18n( "there is allready a reservation for this day." )) IF RESERVATION->hor==aHour msgAlert( i18n( "there is allready a reservation for this day.and ...
by MdaSolution
Mon Aug 22, 2011 3:52 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: CONTROL an HOUR
Replies: 3
Views: 683

Re: MyRpt - Diseñador de Reportings - En desarrollo :-)

Puede usar el command j / y i18n ()

xHarbour crea un archivo con un "Hit" para ser usado directamente en el exe en el archivo sin necesidad de añadir recursos
by MdaSolution
Sun Jun 26, 2011 9:23 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: MyRpt - Diseñador de Reportings - En desarrollo :-)
Replies: 132
Views: 36318

Re: Preview error on windows seven ... RESOLVED!!!!

... U ... I not use Dll with tpreview , I rewrite all dialogs into source code , only I insert bitmaps on my application resource, I set all txt with i18n() function the txts can be change with my TLanguage class easy to use U can use this feature because specially on Windows Seven's system there ...
by Silvio
Thu May 19, 2011 3:41 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Preview error on windows seven ... RESOLVED!!!!
Replies: 8
Views: 1701

Re: xbrowse and arrays

ricardo , it seem run ok now gimme the word on english I want translate it in italian language why NOT use i18n function ? with mine Tlanguage class we can translate the hil file easy you can create the hil file when you compile the app with -j parameters sample /jSILVIO.HIT ...
by Silvio
Mon Mar 21, 2011 4:03 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: xbrowse and arrays
Replies: 9
Views: 1783
PreviousNext

Return to advanced search