Help,How changes right key menu language

F-IN-BOX for Delphi / Builder C++ / VCL
skygz
Posts: 6
Joined: Sat Aug 26, 2006 4:07 pm
Contact:

Help,How changes right key menu language

Postby skygz » Sat Aug 26, 2006 4:20 pm

I am come from China,My english level not good

Chinese-trad,Chinese-Simp,German,English,
French,Italian,Japanese,Korea,Spaish in Flash.ocx sustain

default right key menu the language is English,How changes right key menu language


:( :( :(

Softanics
Site Admin
Posts: 1402
Joined: Sat Sep 18, 2004 3:03 am
Location: Russia, St. Petersburg
Contact:

Postby Softanics » Sat Aug 26, 2006 5:34 pm

Thank you for your question.

The context menu is in the a flash ocx file. If you use localized version of flash.ocx (I'm not sure that such versions are exist...), in this case I think you should see localized context menu.
Best regards, Artem A. Razin,
F-IN-BOX support
Ask your question here: http://www.f-in-box.com/support.html

skygz
Posts: 6
Joined: Sat Aug 26, 2006 4:07 pm
Contact:

Postby skygz » Sun Aug 27, 2006 7:29 am

current windows is winxp Chinese-simp edition

Macromedia Flash Player V9.0.16.0 Beta for Chinese-simp edition (IE/AOL)


use flash9.ocx type library

uses ShockwaveFlashObjects_TLB;

Var
SF: TShockwaveFlash;
Begin //The context menu is Chinese-simp
SF := TShockwaveFlash.Create(self);
SF.Parent := self;
End;

{-------------------------------------------}

uses FlashPlayerControl;

Var
SF: TFlashPlayerControl;
Begin //The context menu is English
SF := TFlashPlayerControl.Create(self);
SF.Parent := self;
End;


why???

Softanics
Site Admin
Posts: 1402
Joined: Sat Sep 18, 2004 3:03 am
Location: Russia, St. Petersburg
Contact:

Postby Softanics » Sun Aug 27, 2006 7:46 am

Yes, I see the problem. We will fix it in the nearest release (in this Septemer I hope).
Best regards, Artem A. Razin,

F-IN-BOX support

Ask your question here: http://www.f-in-box.com/support.html

skygz
Posts: 6
Joined: Sat Aug 26, 2006 4:07 pm
Contact:

Postby skygz » Sun Aug 27, 2006 7:51 am

Thank you


Return to “Delphi / Builder / VCL Edition”

Who is online

Users browsing this forum: No registered users and 28 guests

cron