[flexcoders] IME position problem

2010-06-25 Thread bsyyu
with flex 4 mx mode only, I create a Tile component with TextInput wrapped insides Canvas. Under IME with mode Chinese, I set TextInput to be on focus at start,Chinese text can be typed into the TextInput as usual, but the IME is positioned at the top of left hand corner of the screen. It is

[flexcoders] flash player 10 problem for Flex textinput in Chinese

2010-01-12 Thread bsyyu
I make a application to capture the user textinput in Chinese. I test this in windows xp using xp default text input editor. In flash player 9, the input editor is located close to the textinput field and move according to the text. however for flash player 10, the text editor is located at upper

[flexcoders] Re: can't find the filereference.save method

2009-11-01 Thread bsyyu
you have to update the sdk used to 3.2 or the latest 3.4 check this out with http://opensource.adobe.com/wiki/display/flexsdk/Targeting+Flash+Player+10 --- In flexcoders@yahoogroups.com, mod jhansithepl...@... wrote: Hi all, I've recently been using Flex Builder 3 for ArcGIS API for Flex. and

[flexcoders] Re: How to save a bytearray to a database

2009-10-27 Thread bsyyu
encode the bytearray to base64 http://dynamicflash.com/goodies/base64/ --- In flexcoders@yahoogroups.com, flexaustin flexaus...@... wrote: So I am trying to save a bytearray to a database. I tried bytearray.toString, which works as expected. But on retrieving the string (bytearray)

[flexcoders] Re: *** So you think you know ActionScript? (Read original post first) ***

2009-08-12 Thread bsyyu
--- In flexcoders@yahoogroups.com, Paul Andrews p...@... wrote: Dave Glasser wrote: Consider this code snippet: var xml:XML = outerinnernull/inner/outer; var xmlList:XMLList = xml.inner; trace(xmlList == null); What does the trace statement output, true or false, and why?

[flexcoders] Re: Signed RSL penetration

2009-04-22 Thread bsyyu
Apart from the size matter, we encounter the problem for Google engine working with signed RSL matter , the result of Google Serach for the website that use signed RSL with Error #2032. RSL Error 1 of 1. Any comments for this --- In flexcoders@yahoogroups.com, Matt Chotin mcho...@... wrote:

[flexcoders] Flex support for writing pad ( input device for Chinese )

2009-03-10 Thread bsyyu
I design a web application that allow customer to input their messages into the database. If the input is via keyboard, it is no problem. But it does not work if the customer is using writing pad for inputing chinese character. Does Flash support this, if it is, how ? Thanks

[flexcoders] Re: Flex support for writing pad ( input device for Chinese )

2009-03-10 Thread bsyyu
@... wrote: It should, assuming the user is using some kind of handwriting recognition software, such as the one built into Vista. It could be a focus issue, or maybe a browser thing - can the user input Chinese characters into normal web forms? 2009/3/10 bsyyu ben.s...@...: I design

[flexcoders] Re: is it possible to track visitors / the page an swf is embedded on

2009-02-19 Thread bsyyu
Hi all, that's the problem for Flex, it is so flexible for different kind backend language. Each has their con and pro. But personally, I favor .NET on their growing popularity. Besides, I will put most of the logics insides Flex, so as to reduce the dependency of the backend as it only for

[flexcoders] Flex ShareObject | Firefox Reported Web Forgery

2009-02-19 Thread bsyyu
I found one of my designed Flex website is blocked by Firefox with Reported Web Forgery. I use Flex standard HTML template. Does the reason for 'Reported Web Forgery' due to the issue of of the SharedObject ? Any idea ?

[flexcoders] Flex server language

2009-02-18 Thread bsyyu
currently, I am using PHP as server language. In fact I would like to learn other server language in combination using Flex. Any suggestion such as .NET, coldfusion or JSP.

[flexcoders] Re: Flex server language

2009-02-18 Thread bsyyu
, Dnk d.k.emailli...@... wrote: They will all get the job done. It is matter of requirements and preferences for the job. Dustin Krysak Sent from my iPhone On 18-Feb-09, at 4:31 PM, bsyyu ben.s...@... wrote: currently, I am using PHP as server language. In fact I would like to learn

[flexcoders] Re: internationalization

2009-01-21 Thread bsyyu
--- In flexcoders@yahoogroups.com, Haykel BEN JEMIA hayke...@... wrote: if the data is loaded dynamic, then set up a event listener for resourceManager.change event, it will fire whenever the localeChain was changed. Yes, they are called resource modules! Thanks Gordon!

[flexcoders] problem on using loaded font in Chinese in LinkBar

2008-08-21 Thread bsyyu
I encounter the problem on using swf Chinese font type with chinese charater in LinkBar with fontFamily. The font doesn't apply and just show the system font. However, it is OK, for 'English text' English font swf at same setting. I also test using Label or LinkButton, on using Chinese font type