Hy, guys!
Well.. I did a text field and I need to load into this a text. The problem is: Why Flash load just a part of my text and not the entire text?
That is not too big.. just one page A4 using Arial font, size 12... Using Oracle Application Express to Build Oracle Text Web Applications:: To load the text table, you will create a procedure that accepts the base URL for the There are many ways to customize the text http://www.oracle.com/technology/products/database/applicatext_application_v1.6.pdfHOME | irt.org - JavaScript Form FAQ Knowledge Base:: FAQ 1805 How can I take wrapped text from a forms input field, and at some FAQ 1506 How do I have a dropdown menu selection automatically load a page into http://www.irt.org/script/form.htmHOME |
Is it too muck to a dinamic text?
My code:
//--------- Mailform.asp - NIU - Information Technology Services:: Here is how you can load the form input values from the attached text file to a MS Access allow you to ignore the first one (or many) line in the import process. http://www.its.niu.edu/its/web/mailform_help.shtmlHOME | Using Data Extractor:: report or text file and then assemble that data into a field-and-record-oriented number of line styles needed is determined by how many lines of text in the http://pervasivedatatools.com/manual/loaders/ACCEPT_Recordg_This_Line_s_Fields.htmlHOME | --------------\
//carregando as variáveis:
var newsTxt:LoadVars = new LoadVars();
// event handler:
newsTxt.load("news.txt");
newsTxt.onLoad = function(success) {
if (true) {
c_txt.text = newsTxt.info;
} else {
trace("Ooooopsss. Não foi possível ler os dados");
}
};
//-----------------------\
I think if the problem is in AS, or the text loads or not. Why some lines yes and other ones no? :h: :m:
Rsss...
Thank you, guys!!
PS> That IS multiline and IS scrollable.....
http://www.macromedia.com/cfusion/knowledgebase/index.cfm?id=tn_14143
http://www.macromedia.com/cfusion/knowledgebase/index.cfm?id=tn_14143
Hi, Claudio. I do not have problem with special caracters like "é" or "ç"... All the special ones are loaded correctly into the text field and are displayed normaly.
What is happing is: I have a text with 30 lines... but flash just show 15... And all those 15 lines are OK with special caracters
Thanks a lot for your interesting on help me.
Ok, ok!!
Now that is working.. And I know why:
I was using a class to a "scroll" bar on this text field: The problem was:
When I init the function and load the class OUT of the event handler, Flash bugs the process.
So, I put the init function INTO the onLoad event handler:
Now the code is:
//-------------------------\
//carregando as variáveis:
var newsTxt:LoadVars = new LoadVars();
// event handler:
newsTxt.onLoad = function(success) {
if (true) {
c_txt.htmlText = newsTxt.info;
//Iniciar a classe scroll
var scrollTxt = new MDScroll(rTxt, c_txt);
scrollTxt.init(true);
} else {
trace("Ooooopsss. Não foi possível ler os dados");
}
};
newsTxt.load("news.txt");
//-------------------------\
So, how the MDScroll just init AFTER the the text is INTO the c_txt text field, all the text is displayed.
I hope it helps someone with the same problem...
Thank you, guys!
Red Hat's Rough Recovery From CFO Exit
Windows Live Finds a New, Pre-installed Home |