unable to make korean text bold or italic

2014-04-15 Thread krishna4960
Hello, I am using a custom note tool in which i have a RichEditableText control. User can make selected text bold or italic by clicking on the respective bold and italic buttons..for example to make selected text bold i am doing something like this var tlf:TextLayoutFormat

RE: Flex Alert box not showing text after single inverted comma

2014-02-10 Thread krishna4960
Hi Mark, Just now i found a solution for this problem. i modified it as flashvars.message = ''. This modification resolved the issue. Regards, Krish -- View this message in context: http://apache-flex-development.247.n4.nabble.com/Flex-Alert-box-not-showing-text-after-single-inverted-com

RE: Flex Alert box not showing text after single inverted comma

2014-02-10 Thread krishna4960
Hi Mark, Just now i found a solution for this problem. i modified it as flashvars.message = ''. This modification resolved the issue. Regards, Krish -- View this message in context: http://apache-flex-development.247.n4.nabble.com/Flex-Alert-box-not-showing-text-after-single-inverted-com

RE: Flex Alert box not showing text after single inverted comma

2014-02-10 Thread krishna4960
I tried to replace single inverted comma with two inverted commas and even tried to replace with a escape sequence " \' " like message.replace(" ' ", " \' ") or message.replace(" ' ", " ' ' ") but it did not seem working. Thanks, Krish -- View this message in context: http://apache-flex-d

Flex Alert box not showing text after single inverted comma

2014-02-10 Thread krishna4960
Hi friends, I am launching a flex app (swf) from a JSP page. i am sending a value using flashvars like below. flashvars.message = ''; This message consists a single inverted comma in between...ex:- L'impression des pages But when i want to show this message using alert box in flex like Alert.sh

Re: video not working in full screen mode in windows 8/ IE 10 metro browser

2013-11-07 Thread krishna4960
Hi Seb, I have set 'wmode' to 'window' in html wrapper. do i need to change that? Thanks, Krish -- View this message in context: http://apache-flex-development.247.n4.nabble.com/video-not-working-in-full-screen-mode-in-windows-8-IE-10-metro-browser-tp31903p31999.html Sent from the Apache

Re: video not working in full screen mode in windows 8/ IE 10 metro browser

2013-11-06 Thread krishna4960
Hi Seb, Thanks for the reply, I have written 'OSMFSettings.enableStageVideo = false' in the application "preintialize" event handler but i am still encountering this issue. I also tried keeping 'backgroundAlpha = 0' in the main application container but the problem still persists. I am using flex

video not working in full screen mode in windows 8/ IE 10 metro browser

2013-11-04 Thread krishna4960
Hello friends, I am running my flex application in windows 8/IE 10 metro browser. The application displays a video without any problem when it is in minimized mode (like 200*300 size) but the moment i click on the full screen button to view the video in full screen mode, the page turns into blank