Search found 23 matches: norwegian

Searched query: norwegian

by nageswaragunupudi
Fri Jul 01, 2016 9:32 am
Forum: FiveWin for Harbour/xHarbour
Topic: FWH 16.08 : Built-in MySql/MariaDB functionality (Updated )
Replies: 76
Views: 36267

FWH 16.08 : Built-in MySql/MariaDB functionality (Updated )

... also be displayed in any of several other languages: Czech, Danish, Dutch, Estonian, French, German, Greek, Hungarian, Italian, Japanese, Korean, Norwegian, Norwegian-ny, Polish, Portuguese, Romanian, Russian, Slovak, Spanish, or Swedish.

METHOD SetLocale( <cLang> ) // display week names and month ...
by ukoenig
Sat Feb 09, 2013 12:20 pm
Forum: FiveWin for Harbour/xHarbour
Topic: GetProfString (SOLVED)
Replies: 6
Views: 1592

Re: GetProfString

... Italian (Swiss) 2064
*!* Japanese 1041
*!* Korean 1042
*!* Korean (Johab) 2066
*!* Dutch (Standard) 1043
*!* Dutch (Belgian) 2067
*!* Norwegian (Bokmal) 1044
*!* Norwegian (Nynorsk) 2068
*!* Polish 1045
*!* Portuguese (Brazil) 1046
*!* Portuguese (Portugal) 2070
*!* Romanian 1048 ...
by ukoenig
Mon Sep 13, 2010 12:32 pm
Forum: FiveWin for Harbour/xHarbour
Topic: How to type Norway Language (Norwegian) in FWH?
Replies: 14
Views: 5499

Re: How to type Norway Language (Norwegian) in FWH?

... local nDir := 1
local lCase := .t., lWord := .f.

oNormal := TFont():New( "Arial", 0, 20,.F.,.F., 0, 0, 0,.F.,.F.)
oNorway := TFont():New( "Norwegian", 0, 20,.F.,.F., 0, 0, 0,.F.,.F.)
DEFINE DIALOG oDlg RESOURCE "Test"

REDEFINE GET oFind VAR cFind1 ID 101 OF oDlg FONT oNormal
REDEFINE GET ...
by Antonio Linares
Mon Sep 13, 2010 5:48 am
Forum: FiveWin for Harbour/xHarbour
Topic: How to type Norway Language (Norwegian) in FWH?
Replies: 14
Views: 5499

Re: How to type Norway Language (Norwegian) in FWH?

Dutch,

This Microsoft document explains the Manifest file contents:

http://msdn.microsoft.com/en-us/library/aa374191(VS.85).aspx

I don't know how to specify the Norwegian code (there is a "language" field) but I guess this is the start point to review.
by dutch
Mon Sep 13, 2010 3:01 am
Forum: FiveWin for Harbour/xHarbour
Topic: How to type Norway Language (Norwegian) in FWH?
Replies: 14
Views: 5499

Re: How to type Norway Language (Norwegian) in FWH?

... used your font in an example, it works great.
It doesn't work when I've used in my application. Then I try to find the problem and got it. The problem will be solved after exclude WindowsXP.Manifest.

How can I use Norwegian FONT with WindowsXP.Manifest?

Thank you very much for your kindness help.
by dutch
Mon Sep 13, 2010 1:35 am
Forum: FiveWin for Harbour/xHarbour
Topic: How to type Norway Language (Norwegian) in FWH?
Replies: 14
Views: 5499

Re: How to type Norway Language (Norwegian) in FWH?

Dear Uwe,

Norwegian.ttf has not FONT as above Keyboard Layout, it show as normal English Font.
Have I need to install Norwegian Keyboard Layout?


Thank you so much, I will try and let you know the result. It will be great for another language (true type) solution too, if it works.
by ukoenig
Sun Sep 12, 2010 10:28 am
Forum: FiveWin for Harbour/xHarbour
Topic: How to type Norway Language (Norwegian) in FWH?
Replies: 14
Views: 5499

Re: How to type Norway Language (Norwegian) in FWH?

... Switching the Font, will display another Symbol.
The Keyboard-Layout shows different Symbols for : Ää Öö Üü

I created a new "Arial" named "Norwegian.ttf" with these Changes.
( works perfect with a GET, like You can see )
More Characters can be changed if needed.
http&#58;//www&#46;pflegeplus ...
by dutch
Sun Sep 12, 2010 8:45 am
Forum: FiveWin for Harbour/xHarbour
Topic: How to type Norway Language (Norwegian) in FWH?
Replies: 14
Views: 5499

Re: How to type Norway Language (Norwegian) in FWH?

Dear Uwe,

Thanks for your kindness help, I got your idea and it is the good choice.
Is the "Arialnew.ttf" is fully support Norwegian?
If not, may I have an Norwegian Font File?

If will try and let you know.

Thank you very much.
by ukoenig
Sat Sep 11, 2010 1:09 am
Forum: FiveWin for Harbour/xHarbour
Topic: How to type Norway Language (Norwegian) in FWH?
Replies: 14
Views: 5499

Re: How to type Norway Language (Norwegian) in FWH?

Hello Dutch,

Your Fontswitcher :
You can ask Your Customers for the new Symbols he needs and the Place, he wants them on Keyboard.
I will fix the "Arial" or any other Font for You ( new Norway Font )
Just click the Button, to change the Language.

http&#58;//www&#46;pflegeplus&#46;com/pictures ...
by dutch
Fri Sep 10, 2010 11:09 pm
Forum: FiveWin for Harbour/xHarbour
Topic: How to type Norway Language (Norwegian) in FWH?
Replies: 14
Views: 5499

Re: How to type Norway Language (Norwegian) in FWH?

Dear Uwe,

First of all, Thank you very much for your (alway) kindness help.

Is it possible to switch from Norwegian to English in FW application? Normal I use a keyboard switch between English and other language.

I test the define below with your "ArialNew", it is good looking (I don't know ...
by ukoenig
Fri Sep 10, 2010 2:26 pm
Forum: FiveWin for Harbour/xHarbour
Topic: How to type Norway Language (Norwegian) in FWH?
Replies: 14
Views: 5499

Re: How to type Norway Language (Norwegian) in FWH?

Robert
Do you use local Norwegian font in your application?

I create my own Fonts with any Symbols I need.
I use Standard "Arial", change ( redraw ) the needed Chars to any exotic Symbol I like,
or create new ones and save / install the working Font as new Font.
Another Solution : copy a existing ...
by Robert Frank
Fri Sep 10, 2010 12:30 pm
Forum: FiveWin for Harbour/xHarbour
Topic: How to type Norway Language (Norwegian) in FWH?
Replies: 14
Views: 5499

Re: How to type Norway Language (Norwegian) in FWH?

Dear Uwe,

I mean the user need to type keyboard (Norwegian) through my program (TGET, TMULTIGET). When user type in MS Word, it works fine with Norwegian character but in my program has shown different character and save different also.

Do you use local Norwegian font in your application?

We have ...
by dutch
Fri Sep 10, 2010 2:22 am
Forum: FiveWin for Harbour/xHarbour
Topic: How to type Norway Language (Norwegian) in FWH?
Replies: 14
Views: 5499

Re: How to type Norway Language (Norwegian) in FWH?

Dear James,

How does I check, which font is a unicode?

Thanks in advance,
by James Bott
Thu Sep 09, 2010 11:40 pm
Forum: FiveWin for Harbour/xHarbour
Topic: How to type Norway Language (Norwegian) in FWH?
Replies: 14
Views: 5499

Re: How to type Norway Language (Norwegian) in FWH?

Dutch,

FW doesn't support Unicode yet.

James
by dutch
Thu Sep 09, 2010 8:52 pm
Forum: FiveWin for Harbour/xHarbour
Topic: How to type Norway Language (Norwegian) in FWH?
Replies: 14
Views: 5499

Re: How to type Norway Language (Norwegian) in FWH?

Dear Uwe,

I mean the user need to type keyboard (Norwegian) through my program (TGET, TMULTIGET). When user type in MS Word, it works fine with Norwegian character but in my program has shown different character and save different also.