HTTPService or mx:RichTextEditor isn't working well - htmlText

Hello
I'm working with  the component <mx:RichTextEditor/>
I have a big  problem after the HTTPService send the code and stores it in database.
Every time I  catch the htmlText from RichTextEditor,  he is putting a strange tag. I need to clean these tags.
I send this HTML  code (htmlText from RichTextEditor) and store in the database.
In  another moment I want to retrieve this code and throw in a TextArea.- this is the objetives, but  I had a problem with this.
Look my code:
<mx:RichTextEditor id="ds_noticia" title="Descrição da notícia"
                        width="80%" htmlText="{dgNotRequest.selectedItem.dsNews}" />
<mx:Button id="submit" label="{'ADD'}"  click="finish()" />
//Script:
private function concluir():void{
      newsService.send();
<mx:HTTPService id=" newsService " url=" class/class_news.php"
            resultFormat="object" result="newsHandler(event)" fault="faultHandler(event)" method="POST" >
            <mx:request xmlns="">                   
                                             <ds_noticia><![CDATA[{ds_noticia.htmlText}]]></ds_noticia>
            </mx:request>
</mx:HTTPService>
Whit firebug I can see the post:
ds_noticia<TEXTFORMAT LEADING="2"><P ALIGN="LEFT"><FONT FACE="Verdana" SIZE="10" COLOR="#0B333C" LETTERSPACING="0" KERNING="0"><B>Introdução as tecnicas inter latifundiarias</B></FONT></P></TEXTFORMAT><TEXTFORMAT LEADING="2"><P ALIGN="LEFT"><FONT FACE="Verdana" SIZE="10" COLOR="#0B333C" LETTERSPACING="0" KERNING="0">Aplicabilidade e manutenbilidade da gestão de requisito de isotopo por molécula astridente:<B></B></FONT></P></TEXTFORMAT><TEXTFORMAT LEADING="2"><P ALIGN="LEFT"><FONT FACE="Verdana" SIZE="10" COLOR="#0B333C" LETTERSPACING="0" KERNING="0"><B></B></FONT></P></TEXTFORMAT><TEXTFORMAT LEADING="2"><P ALIGN="LEFT"><FONT FACE="Verdana" SIZE="10" COLOR="#0B333C" LETTERSPACING="0" KERNING="0"><B>Números</B></FONT></P></TEXTFORMAT><TEXTFORMAT LEADING="2"><P ALIGN="LEFT"><FONT FACE="Verdana" SIZE="10" COLOR="#0B333C" LETTERSPACING="0" KERNING="0">A tecnologia foi adotada pela Cast há mais de dois anos e chegou a ter mais de 200 servidores virtuais. </FONT></P></TEXTFORMAT><TEXTFORMAT LEADING="2"><P ALIGN="LEFT"><FONT FACE="Verdana" SIZE="10" COLOR="#0B333C" LETTERSPACING="0" KERNING="0"></FONT></P></TEXTFORMAT><TEXTFORMAT LEADING="2"><P ALIGN="LEFT"><FONT FACE="Verdana" SIZE="10" COLOR="#0B333C" LETTERSPACING="0" KERNING="0">O projeto de virtualização demorou seis meses para ficar pronto e foram gastos quase R$ 600.000,00 na compra de equipamentos, software, instalação e treinamento.</FONT></P></TEXTFORMAT><TEXTFORMAT LEADING="2"><P ALIGN="LEFT"><FONT FACE="Verdana" SIZE="10" COLOR="#0B333C" LETTERSPACING="0" KERNING="0"></FONT></P></TEXTFORMAT><TEXTFORMAT LEADING="2"><P ALIGN="LEFT"><FONT FACE="Verdana" SIZE="10" COLOR="#0B333C" LETTERSPACING="0" KERNING="0">Sem a virtualização, a Cast gastaria com renovações e novas aquisições, isso sem considerar o aluguel de espaço físico e custos com energia.</FONT></P></TEXTFORMAT><TEXTFORMAT LEADING="2"><P ALIGN="LEFT"><FONT FACE="Verdana" SIZE="10" COLOR="#0B333C" LETTERSPACING="0" KERNING="0"></FONT></P></TEXTFORMAT><TEXTFORMAT LEADING="2"><P ALIGN="LEFT"><FONT FACE="Verdana" SIZE="10" COLOR="#0B333C" LETTERSPACING="0" KERNING="0"><B>Resultados</B></FONT></P></TEXTFORMAT><TEXTFORMAT LEADING="2"><P ALIGN="LEFT"><FONT FACE="Verdana" SIZE="10" COLOR="#0B333C" LETTERSPACING="0" KERNING="0">Desde a implementação da virtualização foi possível reduzir o tempo de atendimento de serviços de dias para horas.</FONT></P></TEXTFORMAT><TEXTFORMAT LEADING="2"><P ALIGN="LEFT"><FONT FACE="Verdana" SIZE="10" COLOR="#0B333C" LETTERSPACING="0" KERNING="0"></FONT></P></TEXTFORMAT><TEXTFORMAT LEADING="2"><P ALIGN="LEFT"><FONT FACE="Verdana" SIZE="10" COLOR="#0B333C" LETTERSPACING="0" KERNING="0">Essas ações são importantes para a empresa, a sociedade e, principalmente, para o planeta. </FONT></P></TEXTFORMAT><TEXTFORMAT LEADING="2"><P ALIGN="LEFT"><FONT FACE="Verdana" SIZE="10" COLOR="#0B333C" LETTERSPACING="0" KERNING="0"></FONT></P></TEXTFORMAT><TEXTFORMAT LEADING="2"><P ALIGN="LEFT"><FONT FACE="Verdana" SIZE="10" COLOR="#0B333C" LETTERSPACING="0" KERNING="0"><B>Fonte: </B></FONT></P></TEXTFORMAT><TEXTFORMAT LEADING="2"><LI><FONT FACE="Verdana" SIZE="10" COLOR="#0B333C" LETTERSPACING="0" KERNING="0">Gilson Fabio Robles Bernichi - Administrador de Banco Dados</FONT></LI></TEXTFORMAT><TEXTFORMAT LEADING="2"><LI><FONT FACE="Verdana" SIZE="10" COLOR="#0B333C" LETTERSPACING="0" KERNING="0">James Lima da Silva - Coordenador de Suporte ao Desenvolvimento</FONT></LI></TEXTFORMAT><TEXTFORMAT LEADING="2"><LI><FONT FACE="Verdana" SIZE="10" COLOR="#0B333C" LETTERSPACING="0" KERNING="0">Leonardo Amorim de Araujo – Coordenador de Infraestrutura e Segurança</FONT></LI></TEXTFORMAT>
If I could save this code, it would be  perfect!
BUT the answer, after HTTPService send the content and it is saved into database
now the HTTPService show other code, this is not the same first code sanded!
ds_news           = '<TEXTFORMAT LEADING=\"2\"><P ALIGN=\"LEFT\"><FONT FACE=\"Verdana\" SIZE=\"10\" COLOR=\"#0B333C\" LETTERSPACING=\"0\" KERNING=\"0\"><B>Introdução as tecnicas inter latifundiarias</B></FONT></P></TEXTFORMAT><TEXTFORMAT LEADING=\"2\"><P ALIGN=\"LEFT\"><FONT FACE=\"Verdana\" SIZE=\"10\" COLOR=\"#0B333C\" LETTERSPACING=\"0\" KERNING=\"0\">Aplicabilidade e manutenbilidade da gestão de requisito de isotopo por molécula astridente:<B></B></FONT></P></TEXTFORMAT><TEXTFORMAT LEADING=\"2\"><P ALIGN=\"LEFT\"><FONT FACE=\"Verdana\" SIZE=\"10\" COLOR=\"#0B333C\" LETTERSPACING=\"0\" KERNING=\"0\"><B></B></FONT></P></TEXTFORMAT><TEXTFORMAT LEADING=\"2\"><P ALIGN=\"LEFT\"><FONT FACE=\"Verdana\" SIZE=\"10\" COLOR=\"#0B333C\" LETTERSPACING=\"0\" KERNING=\"0\"><B>Números</B></FONT></P></TEXTFORMAT><TEXTFORMAT LEADING=\"2\"><P ALIGN=\"LEFT\"><FONT FACE=\"Verdana\" SIZE=\"10\" COLOR=\"#0B333C\" LETTERSPACING=\"0\" KERNING=\"0\">A tecnologia foi adotada pela Cast há mais de dois anos e chegou a ter mais de 200 servidores virtuais. </FONT></P></TEXTFORMAT><TEXTFORMAT LEADING=\"2\"><P ALIGN=\"LEFT\"><FONT FACE=\"Verdana\" SIZE=\"10\" COLOR=\"#0B333C\" LETTERSPACING=\"0\" KERNING=\"0\"></FONT></P></TEXTFORMAT><TEXTFORMAT LEADING=\"2\"><P ALIGN=\"LEFT\"><FONT FACE=\"Verdana\" SIZE=\"10\" COLOR=\"#0B333C\" LETTERSPACING=\"0\" KERNING=\"0\">O projeto de virtualização demorou seis meses para ficar pronto e foram gastos quase R$ 600.000,00 na compra de equipamentos, software, instalação e treinamento.</FONT></P></TEXTFORMAT><TEXTFORMAT LEADING=\"2\"><P ALIGN=\"LEFT\"><FONT FACE=\"Verdana\" SIZE=\"10\" COLOR=\"#0B333C\" LETTERSPACING=\"0\" KERNING=\"0\"></FONT></P></TEXTFORMAT><TEXTFORMAT LEADING=\"2\"><P ALIGN=\"LEFT\"><FONT FACE=\"Verdana\" SIZE=\"10\" COLOR=\"#0B333C\" LETTERSPACING=\"0\" KERNING=\"0\">Sem a virtualização, a Cast gastaria com renovações e novas aquisições, isso sem considerar o aluguel de espaço físico e custos com energia.</FONT></P></TEXTFORMAT><TEXTFORMAT LEADING=\"2\"><P ALIGN=\"LEFT\"><FONT FACE=\"Verdana\" SIZE=\"10\" COLOR=\"#0B333C\" LETTERSPACING=\"0\" KERNING=\"0\"></FONT></P></TEXTFORMAT><TEXTFORMAT LEADING=\"2\"><P ALIGN=\"LEFT\"><FONT FACE=\"Verdana\" SIZE=\"10\" COLOR=\"#0B333C\" LETTERSPACING=\"0\" KERNING=\"0\"><B>Resultados</B></FONT></P></TEXTFORMAT><TEXTFORMAT LEADING=\"2\"><P ALIGN=\"LEFT\"><FONT FACE=\"Verdana\" SIZE=\"10\" COLOR=\"#0B333C\" LETTERSPACING=\"0\" KERNING=\"0\">Desde a implementação da virtualização foi possível reduzir o tempo de atendimento de serviços de dias para horas.</FONT></P></TEXTFORMAT><TEXTFORMAT LEADING=\"2\"><P ALIGN=\"LEFT\"><FONT FACE=\"Verdana\" SIZE=\"10\" COLOR=\"#0B333C\" LETTERSPACING=\"0\" KERNING=\"0\"></FONT></P></TEXTFORMAT><TEXTFORMAT LEADING=\"2\"><P ALIGN=\"LEFT\"><FONT FACE=\"Verdana\" SIZE=\"10\" COLOR=\"#0B333C\" LETTERSPACING=\"0\" KERNING=\"0\">Essas ações são importantes para a empresa, a sociedade e, principalmente, para o planeta. </FONT></P></TEXTFORMAT><TEXTFORMAT LEADING=\"2\"><P ALIGN=\"LEFT\"><FONT FACE=\"Verdana\" SIZE=\"10\" COLOR=\"#0B333C\" LETTERSPACING=\"0\" KERNING=\"0\"></FONT></P></TEXTFORMAT><TEXTFORMAT LEADING=\"2\"><P ALIGN=\"LEFT\"><FONT FACE=\"Verdana\" SIZE=\"10\" COLOR=\"#0B333C\" LETTERSPACING=\"0\" KERNING=\"0\"><B>Fonte: </B></FONT></P></TEXTFORMAT><TEXTFORMAT LEADING=\"2\"><LI><FONT FACE=\"Verdana\" SIZE=\"10\" COLOR=\"#0B333C\" LETTERSPACING=\"0\" KERNING=\"0\">Gilson Fabio Robles Bernichi - Administrador de Banco Dados</FONT></LI></TEXTFORMAT><TEXTFORMAT LEADING=\"2\"><LI><FONT FACE=\"Verdana\" SIZE=\"10\" COLOR=\"#0B333C\" LETTERSPACING=\"0\" KERNING=\"0\">James Lima da Silva - Coordenador de Suporte ao Desenvolvimento</FONT></LI></TEXTFORMAT><TEXTFORMAT LEADING=\"2\"><LI><FONT FACE=\"Verdana\" SIZE=\"10\" COLOR=\"#0B333C\" LETTERSPACING=\"0\" KERNING=\"0\">Leonardo Amorim de Araujo ? Coordenador de Infraestrutura e Segurança</FONT></LI></TEXTFORMAT>'
who can help me ?
Who can imagine what is happened?
Who can understand why the flex put  a tag (/) always before the sing (“)?
Thank you for help me

Thanks!!!!
This problem isn't with Adobe Flex. This problema is because PHP configuration at PHP.ini
When on, all ' (single-quote), " (double quote), \ (backslash) and NULL characters are escaped with a backslash automatically.
"Quando ligada, qualquer ' (aspas simples), "      (aspas duplas), \ (barra invertida) e NULL      será colocado uma barra-invertida antes (' vira \') automaticamente".
Is a tecnique of incripiting by PHP but this feature has been DEPRECATED as of PHP 5.3.0. As my Case.
LOOK the steps
1.       Check php.ini into server:
a.       Acess: /etc/php5/apache2/php.ini (In my case, i'm working with Linux-Umbuntu)
2.       Verify the part that mentioned about eMagic quotes. It need be stay like fallow example:
; Magic quotes
; Magic quotes for incoming GET/POST/Cookie data.
magic_quotes_gpc = Off
; Magic quotes for runtime-generated data, e.g. data from SQL, from exec(), etc.
magic_quotes_runtime = Off
; Use Sybase-style magic quotes (escape ' with '' instead of \').
magic_quotes_sybase = Off
; Automatically add files before or after any PHP document.
auto_prepend_file =
auto_append_file =
; As of 4.0b4, PHP always outputs a character encoding by default in
; the Content-type: header.  To disable sending of the charset, simply
; set it to be empty.
; PHP's built-in default is text/html
default_mimetype = "text/html"
default_charset = "utf-8"
; Always populate the $HTTP_RAW_POST_DATA variable.
;always_populate_raw_post_data = On
3.       If necessary and diferent,  disable the magic Quotes in php.ini: Put (OFF) in the place where is (ON)
We need change this because:
Inconvenience, if the property is on, it will put in a strange caracter (\) before ("). It is bat when you need to save html code to keep the format of the text.
it change important datas into database
This feature has been DEPRECATED as of PHP 5.3.0. Relying on this  feature is highly discouraged.
The magic_quotes_gpc directive may only be disabled at the system level, and not at      runtime. In otherwords, use of ini_set() is not      an option.
FONTE: http://www.php.net/manual/en/security.magicquotes.php
thanks again. good luck

Similar Messages

  • My home button isn't working well so i went to my service provider to ask about the problem. They advised me to update my iPhone to iOS 5 but the problem is no matter what i do, there is always an error. What should I do?

    My home button isn't working well so i went to my service provider to ask about the problem. They advised me to update my iPhone to iOS 5 but the problem is no matter what i do, there is always an error. What should I do?

    If you are having Issues with downloading iOS 5....
    Try temporarily disabling your firewall and antivirus software and try again...
    See here for Connection Issues
    http://support.apple.com/kb/TS1379
    From Here
    http://www.apple.com/support/itunes/troubleshooting/

  • The track pad on my Macbook pro isn't working well. The scrollbars are there but the only way it lets me scroll is with the arrows. It also doesn't let me highlight anything to delete it nor does it like me double click to open any documents. Help?

    It isn't letting me copy and paste so the question is the subject, I am sorry.

    Hi Miamel84,
    Welcome to the Support Communities!
    If your trackpad is unresponsive, a good troubleshooting step is to reset the PRAM and SMC on your system. The following articles will show you how to do that.  Also see the final article in this post that addresses general issues with jumpy or erratic trackpads.
    You can click on the links to see more details and screen shots.
    I've highlighted the pertinent information for you below.
    Intel-based Macs: Resetting the System Management Controller (SMC)
    http://support.apple.com/kb/HT3964
    Before Resetting the SMC
    Try each of the following steps in this order before you reset the SMC.  Test the issue after completing each troubleshooting step to determine if the issue still occurs.
    Press Command + Option + Escape to force quit any application that is not responding.
    Put your Mac to sleep by choosing the Apple () menu from the upper-left menu bar and then choosing Sleep. Wake the computer after it has gone to sleep.
    Restart your Mac by choosing the Apple () menu from the upper-left menu bar and then choosing Restart.
    Shut down your Mac by choosing the Apple () menu from the upper-left menu bar and then choosing Shut Down.
    Resetting the System Management Controller (SMC)
    Resetting the SMC on Mac portables with a battery you can removeNote: Learn about removing the battery on MacBook and MacBook Pro.
    Shut down the computer.
    Disconnect the MagSafe power adapter from the computer, if it's connected.
    Remove the battery.
    Press and hold the power button for 5 seconds.
    Release the power button.
    Reconnect the battery and MagSafe power adapter.
    Press the power button to turn on the computer.
    Resetting the SMC on portables with a battery you should not remove on your own
    Note: Portable computers that have a battery you should not remove on your own include MacBook Pro (Early 2009) and later, all models of MacBook Air, and MacBook (Late 2009).
    Shut down the computer.
    Plug in the MagSafe power adapter to a power source, connecting it to the Mac if its not already connected.
    On the built-in keyboard, press the (left side) Shift-Control-Option keys and the power button at the same time.
    Release all the keys and the power button at the same time.
    Press the power button to turn on the computer. 
    Note: The LED on the MagSafe power adapter may change states or temporarily turn off when you reset the SMC.
    About NVRAM and PRAMhttp://support.apple.com/kb/HT1379
    Resetting NVRAM / PRAM
    Shut down your Mac.
    Locate the following keys on the keyboard: Command (⌘), Option, P, and R. You will need to hold these keys down simultaneously in step 4.
    Turn on the computer.
    Press and hold the Command-Option-P-R keys before the gray screen appears.
    Hold the keys down until the computer restarts and you hear the startup sound for the second time.
    Release the keys.
    Portables and Magic Trackpad: Jumpy or erratic trackpad operation
    http://support.apple.com/kb/TS1449
    I hope this information helps ....
    Have a great day!
    - Judy

  • I'm trying to do a spanish lesson but my MacBook Air sound isn't working well. I can't hear anything from the sound system on this computer. Also When I try to Face Time, and someone 's connecting it quits.My battery charger isnt working it on zero all

    Hello If Yal Reading This
    My Macbook Air Ain't Working.
    In Three Ways!!!!!!!!!!!!!!
    1. My Sound
    2. Face Time
    3.Battery
    Sound isnt working loudly when I do spanish lessons
    My Face Time cancels when I connect to another person
    And when I charge my MacBook Air it is always put on zero= 0%

    Reset SMC.     http://support.apple.com/kb/HT3964
    Choose the method for:
    "Resetting SMC on portables with a battery you should not remove on your own".
    If this does not help, contact Apple.
    Best.

  • My macbook pro's cam isn't work well, in facebook skype, my partner can see me but i can see him,  i have just update OS X Mountain lion

    in facebook skype, my partner can see me but i can see him,  i have just update OS X Mountain lion please help me, im just thinking in downgrade to OS X Lion

    It seems Mountain Lion has a lot of bugs. I had to replace the hard drive after the upgrade and many had the same problems that required a disk replacement.

  • Xperia Z: Music app not working well after update to Lollipop

    Hi, the music app isn't working well after I update my phone to Lollipop, all the album art are lost and the music info are messed up. I tried to add album art and edit the music info as well, but after a while, the problem comes back again. Can anyone help please?
    Solved!
    Go to Solution.

    - Go to Settings -> Apps -> All -> Music -> Force Stop, Uninstall updates, Clear data and restart your phone.
    - Go to Play store and re-update your Music app.
    A proud Sony User since 2002
    If I was helpful to you, thank me by Kudos

  • Menu is not working well on tablet and phone

    Hi,
    I started with a BC template for www.extraleisure.nl 2 months ago.
    The menu isn't working well. when you go to "advies" there are submenus but they disappear verry fast so you don't have time to put the buttom.
    How can I fix this?
    Than I also need to make the site good for mobile (tablet and phone)
    I’m not that technic that I follow all about Menu Module V2
    I didn’t rename the divs
    I didn't make changes in Modules templates > Menu
    I didn’t change the class or scripts below.
    <div id="navigation" class="sf-menu sf-navbar">
    <script src="/CatalystScripts/Java_DynMenusSelectedCSS.js" type="text/javascript">
    <div id="cat_14623_divs">
    <ul id="nav_14623">
    </div>
    <script type="text/javascript">
    <div id="navigation-base"></div>
    </div>
    I went to Site settings > Mobile support > Mobile templates for Responsive site.
    Than I went to site manager > Menus > copied the main menu and gave it the name Mobile menu
    Than i went to site manager > Page Templates and started with the first template http://www.extraleisure.nl/Admin/Templates_Details.aspx?TemplateID=114942 to ad the mobile menu in the Phone Content.
    I removed the main menu {module_menu,14623} and put the new menu with site modules > Menu > select menu > Mobile Menu
    <div id="navigation" class="sf-menu sf-navbar">{module_menu,1492705}
    <div id="navigation-base"></div>
    </div>
    So now theres only 1 template with the Mobile Menu.
    But when I go to the page http://www.extraleisure.nl/Admin/WebPages_Detail.aspx?PageID=824455 on my mobile I don’t see the vertical menu.
    When I created before a responsive website with Dw I saw css for main, tablet and mobile ?
    I don’t now where BC puts the css of this new menu?
    So I told the vertical Mobile Menu to use my own css
    Do I have to create a new stylesheet for mobile?
    Can you please help me.
    Thanks a lot!
    Regards,
    Carla

    Many site issues can be caused by corrupt cookies or cache.
    * Clear the Cache and
    * Remove Cookies '''''Warning ! ! '' This will log you out of sites you're logged in to.'''
    Type '''about:preferences''' in the address bar and press enter.
    * '''Cookies;''' Select '''Privacy.''' Under '''History,''' select Firefox will '''Use Custom Settings.''' Press the button on the right side called '''Show Cookies.''' Use the search bar to look for the site. Note; There may be more than one entry. Remove '''All''' of them.
    * '''Cache;''' Select '''Advanced > Network.''' Across from '''Cached Web Content,''' Press '''Clear Now.'''
    If there is still a problem,
    '''[https://support.mozilla.org/en-US/kb/troubleshoot-firefox-issues-using-safe-mode Start Firefox in Safe Mode]''' {web link}
    While you are in safe mode;
    Type '''about:preferences''' in the address bar and press enter
    Select '''Advanced > General.'''
    Look for and turn off '''Use Hardware Acceleration'''.
    Poke around safe web sites. Are there any problems?
    Then restart.

  • HT204492 can someone help me ? My iMac remote control isn't working properly , well all buttons are working apart from the MENU button !! Can anyone shed any light on this ?

    can someone help me ? My iMac remote control isn't working properly , well all buttons are working apart from the MENU button !! Can anyone shed any light on this ?

    As this is the forum for PPC (pre-2006, non Intel) iMacs I assume that is what you have.
    Try pairing the remote again:
    How to Pair your Remote to your Mac:
    http://support.apple.com/kb/HT1619?viewlocale=en_US

  • My internet isn't working anymore, its not the wifi but the actual computer safari and google chrome. Its not loading particular websites, and if it is loading them, they are different to how they use to be. Computer was slow yesterday as well

    my internet isn't working anymore, its not the wifi but the actual computer safari and google chrome. Its not loading particular websites, and if it is loading them, they are different to how they use to be. Computer was slow yesterday as well and took about 4 hours to finally be able to shut down and close everything. Does anyone know how to fix this? Im going into exams and need my internet to work
    Thanks

    I dont know if your allowed to show images here but if you are then these pictures will show you what happens.
    This is what happens when I turn on my iMac (normal)
    This is what happens a few seconds after I turn on my iMac
    Here it is up close
    Hopefully these pictures will help you understand what's been hapening on my iMac when I turn it on.
    Thanks

  • Surface Pro 3 Pen / stylus doesn't work well in Illustrator, works fine in Photoshop

    Good day,
    I've had CC on a Surface Pro 3 for two months now and I've been trying to troubleshoot the erratic behavior of using the Surface Pen in Illustrator. I've checked the batteries (there's multiple batteries in the pen), making sure they're installed correctly. I've gone into the Win 8.1 settings and checked the pen to be sure it's operating properly. It works well in all other apps; draws well in Photoshop, Fresh Paint, One Note, etc.
    When using the brush tool with the pen in Illustrator, I'm only able to draw every other line. Sometimes it's once every third or fourth line. I need to tremendously slow down in order for Illustrator to recognize I'd like to draw, and even then, I'm not guaranteed that a line will draw. This issue isn't isolated to the brush tool. Nearly any action with the pen on the canvas haphazardly occurs (selections, join tool, etc.). It's beyond frustrating!
    Is anyone else experiencing poor Surface Pen performance in Illustrator?  If no, I suppose I have a hardware issue, but it's suspiciously an app problem, seeing how the pen works great throughout the rest of my apps.
    Thanks for reading,
    Brent

    Hi All,
    Thanks to Monika Gause for the whole day extended support. Illustrator team really appreciate this.
    Monika removed (un-installed) the N-trig Wintab x64 application/driver from the system and the issue got re-solved.
    We would love to hear from all the people who are facing this issue that what happens when they follow the above step.
    With Best Regards,
    Raghuveer

  • I have a production mobile Flex app that uses RemoteObject calls for all data access, and it's working well, except for a new remote call I just added that only fails when running with a release build.  The same call works fine when running on the device

    I have a production mobile Flex app that uses RemoteObject calls for all data access, and it's working well, except for a new remote call I just added that only fails when running with a release build. The same call works fine when running on the device (iPhone) using debug build. When running with a release build, the result handler is never called (nor is the fault handler called). Viewing the BlazeDS logs in debug mode, the call is received and send back with data. I've narrowed it down to what seems to be a data size issue.
    I have targeted one specific data call that returns in the String value a string length of 44kb, which fails in the release build (result or fault handler never called), but the result handler is called as expected in debug build. When I do not populate the String value (in server side Java code) on the object (just set it empty string), the result handler is then called, and the object is returned (release build).
    The custom object being returned in the call is a very a simple object, with getters/setters for simple types boolean, int, String, and one org.23c.dom.Document type. This same object type is used on other other RemoteObject calls (different data) and works fine (release and debug builds). I originally was returning as a Document, but, just to make sure this wasn't the problem, changed the value to be returned to a String, just to rule out XML/Dom issues in serialization.
    I don't understand 1) why the release build vs. debug build behavior is different for a RemoteObject call, 2) why the calls work in debug build when sending over a somewhat large (but, not unreasonable) amount of data in a String object, but not in release build.
    I have't tried to find out exactly where the failure point in size is, but, not sure that's even relevant, since 44kb isn't an unreasonable size to expect.
    By turning on the Debug mode in BlazeDS, I can see the object and it's attributes being serialized and everything looks good there. The calls are received and processed appropriately in BlazeDS for both debug and release build testing.
    Anyone have an idea on other things to try to debug/resolve this?
    Platform testing is BlazeDS 4, Flashbuilder 4.7, Websphere 8 server, iPhone (iOS 7.1.2). Tried using multiple Flex SDK's 4.12 to the latest 4.13, with no change in behavior.
    Thanks!

    After a week's worth of debugging, I found the issue.
    The Java type returned from the call was defined as ArrayList.  Changing it to List resolved the problem.
    I'm not sure why ArrayList isn't a valid return type, I've been looking at the Adobe docs, and still can't see why this isn't valid.  And, why it works in Debug mode and not in Release build is even stranger.  Maybe someone can shed some light on the logic here to me.

  • My MacBook Air keyboard isn't working, except the power button. I had the same problem over the summer and had it repaired ~4 months ago. What should I do?

    The keyboard of my 11-inch MacBook Air, purchased in November 2011, isn't working at all. None of the keys respond except the power button. I'm able to restart the computer, and have done so multiple times. I've attempted SMC and PRAM resets, but they haven't worked.
    I've never spilled anything on the laptop, haven't stepped on it, and haven't otherwise damaged it ever. I use the laptop very lightly. I only use it to take notes for class, browse the Internet, and watch movies. I don't download anything but PDFs, PowerPoints, images, and Word documents. I don't even have music on it. So I don't think I had any part in creating the problem.
    I had this same problem with my laptop over the summer, and I took it into the Apple Store to get it repaired for $200. They told me that they didn't know the cause of the problem. I think they replaced the bottom half of my laptop entirely (receipt says there's a new "Housing, Top Case with Keyboard, US") and told me the problem was fixed. This was on June 30. The laptop keyboard stopped working again today, October 19. I called Apple Support and they told me that I would have to pay for the repair again because it's been 90 days since the last repair. I'm annoyed and upset that I have to pay $200 again to re-repair a problem that should've been properly fixed the first time. Plus, if the problem keeps happening despite multiple repairs, I can't afford to keep getting the laptop repaired over and over again due to the Apple employees' incompetence.
    Does anyone have any advice on how to fix the laptop? I'm a grad student and don't have the funds to pay for another repair, and there's no way for me to get to an Apple Store without hiring a car service, so I'm trying to avoid going to the store if possible. Thank you.

    Get the new keyboard at eBay and replace by yourself may be cheaper way, though you're required higher skill and well know about MacBook Air.
    http://www.ebay.com/sch/i.html?_from=R40&_trksid=p2050601.m570.l1313.TR0.TRC0.H0 .Xmacbook+air+2011+keyboard&_nkw=macbook+air+2011+keyboard&_sacat=0
    https://www.youtube.com/watch?v=gLbasVD69xo

  • My iPod touch 5 front camera isn't working, how do I fix it?

    My I pod touch 5 front camera isn't working. How can I fix it. I have also already tried to reset it multiple times.

    If the Reset doesn't work, try a Restore.  Note that it's nowhere near as quick as a Reset.  It could take well over an hour!  Connect via cable to the computer that you use for sync.  From iTunes, select the iPad/iPod and then select the Summary tab.  Follow directions for Restore and be sure to say "yes" to the backup.  You will be warned that all data (apps, music, movies, etc.) will be erased but, as the Restore finishes, you will be asked if you wish the contents of the backup to be copied to the iPad/iPod.  Again, say "yes."
    At the end of the basic Restore, you will be asked if you wish to sync the iPad/iPod.  As before, say "yes."  Note that that sync selection will disappear and the Restore will end if you do not respond within a reasonable time.  If that happens, only the apps that are part of the IOS will appear on your device.  Corrective action is simple -  choose manual "Sync" from the bottom right of iTunes.
    If you're unable to do the Restore, go into Recovery Mode per the instructions here.

  • Help. MacbookPro9,1 w/ 840 SSD not booting after 10.9.2 update.  Drive checks out fine, and works well w/ 10.9.1

    Hi Everyone.
    My Macbook has been running fine on 10.9.1.  When I installed the update, the computer won't boot up.  It stays on the apple logo.  I tried Safe Mode, resetting PRAM/NRAM, Single User Mode etc., nothing.
    I scanned and repaired permissions on the drive, but everytime the drive itself checks out fine.  So I did a time machine restore, and everything works well (10.9.1).  Figured it was just a fluke, so I attempted to update again.  Same issue!
    Booting in verbose mode gave me the following:
    The only thing that I can think of from trying to read around in all the multiple posts is that maybe 10.9.2 doesn't like my SSD? 

    If you don't already have a current backup, back up all data, then reinstall the OS.* You don't need to erase the startup volume, and you won't need the backup unless something goes wrong. If the system was upgraded from an older version of OS X, you may need the Apple ID and password you used.
    If you use FileVault 2, then before running the Installer you must launch Disk Utility and select the icon of the FileVault boot volume ("Macintosh HD," unless you gave it a different name.) It will be nested below another icon with the same name. Click the Unlock button in the toolbar and enter your login password when prompted. Then quit Disk Utility to be returned to the main screen.
    There are ways to back up a computer that isn't fully functional. Ask if you need guidance.
    If you installed the Java runtime distributed by Apple and still need it, you'll have to reinstall it. The same goes for Xcode.
    *The linked support article refers to OS X 10.9 ("Mavericks"), but the procedure is the same for OS X 10.7 ("Lion") and later.

  • XSLT Transform XML 2 HTML does not work well

    Hi,
    This is my first attempt to use XSLT to convert my XML file into HTML using Java. I have included below the java code I used for the transformation, the xsl file and the xml file.
    As per the xml file, I would like to display the carrier's common-name for each host. However, I can only get to display the carrier-id using the code line
    <xsl:value-of select="./@carrier"/>
    as shown in the last part of the xsl file, but cannot get the carrier's commonname from the carrierid using the code,
    <xsl:variable name="hostCarr" select="./@carrier"/>
    <xsl:variable name="hostcomName" select="id($hostCarr)/common-name"/>
    <xsl:value-of select="$hostcomName"/>
    However this works well if I were to use XML SPY for the conversion, instead of the Transform class in Java. I am using version 1.4.1 of Java.
    Please help.
    Thanks,
    Prasuna
    XML file
    <pathinfo pathogen-name="Brucella spp.">
         <taxonomy>
              <carrier carrierID="wild">
                   <common-name>Wild cies</common-name>
              </carrier>
              <carrier carrierID="sheepandgoats">
                   <common-name>Domestic Pig</common-name>
              </carrier>
              <carrier carrierID="lab">
                   <common-name>Laboratory environment</common-name>
              </carrier>
         </taxonomy>
         <host-list>
              <host carrier="wild"></host>
              <host carrier="lab"></host>
              <host carrier="sheepandgoats"></host>
         </host-list>
    </pathinfo>
    XSL file
    <xsl:stylesheet version="1.0" xmlns:a="http://www.xmlspy.com/schemas/orgchart" xmlns:ipo="http://www.altova.com/IPO" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
         <xsl:output method="xml" version="1.0" encoding="ISO-8859-1" omit-xml-declaration="no" indent="no" media-type="text/html"/>
         <xsl:template match="pathinfo">
              <html>
                   <head><title><xsl:value-of select="@pathogen-name"/></title>
                   </head>
                   <body bgcolor="#ffffe5" text="#000000" link="#007a00" vlink="#7a0000" alink="#ff0000">
                        <xsl:apply-templates select="host-list"/>
                   </body>
              </html>
         </xsl:template>
         <xsl:template match="host-list">
              <ol>
                   <xsl:for-each select="host">
                        <li>
                             <xsl:variable name="hostCarr" select="./@carrier"/>
                             <xsl:variable name="hostcomName" select="id($hostCarr)/common-name"/>
                             <!--
                             <xsl:value-of select="./@carrier"/>
                             <xsl:value-of select="$hostcomName"/>
                             -->
                             <xsl:value-of select="$hostcomName"/>
                        </li>
                   </xsl:for-each>
              </ol>
         </xsl:template>
    </xsl:stylesheet>
    Java Code
    import javax.xml.transform.*;
    import java.net.*;
    import java.io.*;
    public class Xml2Html {
    public static void main(String[] args) {
    try {
    TransformerFactory tFactory = TransformerFactory.newInstance();
    Transformer transformer =
    tFactory.newTransformer
    (new javax.xml.transform.stream.StreamSource
    ("temp.xsl"));
    transformer.transform
    (new javax.xml.transform.stream.StreamSource
    ("temp.xml"),
    new javax.xml.transform.stream.StreamResult
    ( new FileOutputStream("temp.html")));
    catch (Exception e) {
    e.printStackTrace( );

    From Michael Kay's book "XSLT Programmer's Reference":
    'A non-validating XML parser isn't required to read attribute definitions from an external DTD. In this situation the XSLT processor will assume there are no ID attributes present, and the id() function will always return an empty result."
    Presumably you didn't set your transformer to use a validating parser, and I don't even see a reference to a DTD there. However the expression id('X') is equivalent to //*[@id='X'], Kay goes on to say. Try that instead.

Maybe you are looking for

  • "Cannot open Help. The file cannot be found." Error on Treo Pro

    I can see a support item listed on my phone when I try to search the Help files, but when I click on that item, it gives me an error message, "Cannot oepn Help.  The file cannot be found." I am trying to block telemarketer calls, and it looks like th

  • Web Dynpro Application throws NoClassDefFoundError for IAspect

    Hi All I decided to teach myself a little bit more about Web Dynpros and the Composite Application Framework and as such started working through SAP's tutorials. Currently I'm busy with 'Using a Composite Application via a Web Dynpro UI' - at the sec

  • Explanation of Leopard NetBIOS (Windows Sharing) Wackyness With Solutions!

    Kick back and grab some coffee. This could be a while. I agree, this fly's in the face of the 'It Just Works' we're all used to, but if you want to get things working, understanding the information below is critical. I dazed off writing this up, so i

  • Bing is loading before my Homepage. How can I get rid of Bing?

    Just today Bing began to load when I started FireFox before my homepage. I've looked around for Bing on my computer and can't find it. What did I do today you ask...well I did load two programs...which I have since removed. Still stuck with Bing. I'v

  • Safari closing without warning-MacBookAir

    Recently I upgraded to lion and also to cloud. The new cloud tabs at the top of the screen show top sites,recent documents and current page. Today, I have had repeted cases of Safari closing without warning.I restarted my MacBookAir but the problem i