[flexcoders] Re: HTML in text control

2009-10-20 Thread janjohannes...@rocketmail.com
I found that this probleme occors because of embedded fonts. So when I embedded the fonts with one swf-file for each embedded font, the broblem was solved. --- In flexcoders@yahoogroups.com, "janjohannes...@..." wrote: > > I forgot to mention that the string that comes from the MySQL database is

[flexcoders] RPC Fault when calling remoteObject / cfc

2009-10-20 Thread janjohannes...@rocketmail.com
Hi, I have had a problem for a long time now. It happens when I run applications from Flex Builder 3 that call remoteObjects that again calls coldFusion cfc-files. The first time I run the applications after I have started Flex Builder, it always works ok. But after 10 minutes or so of using

[flexcoders] Re: HTML in text control

2009-09-15 Thread janjohannes...@rocketmail.com
I forgot to mention that the string that comes from the MySQL database is like this: This is a test string --- In flexcoders@yahoogroups.com, "janjohannes...@..." wrote: > > Hi, thank you for your response. > I am quite new to flex, so I am not sure what you mean by "inspecting." But I > have

[flexcoders] Re: HTML in text control

2009-09-15 Thread janjohannes...@rocketmail.com
Hi, thank you for your response. I am quite new to flex, so I am not sure what you mean by "inspecting." But I have put on a trace function activated from "Button" and even if the text-contol do not render the html code in "text mode", the trace function show the string from the database correct

[flexcoders] HTML in text control

2009-09-14 Thread janjohannes...@rocketmail.com
I have made two applications: 1. Stores text in a MySQL database. I use RichTextEditor to make the text, and then stores the text in the database vith all the HTML tags. 2. The other application is a private homepage that loads the text from the database. I use controls to display the text. Wh