Possible to have preloader percentage in text form?

I've recently put a preloader on my site, but I'd like the percentage to appear like this "FiftyFive" instead of this "55".  How would I go about doing this?
This is the script that I'm using at the moment.  I'd appreciate any help.  Thanks!
stop();
this.loaderInfo.addEventListener(ProgressEvent.PROGRESS, preLoad);
function preLoad(e:ProgressEvent){
    var percent = Math.round((e.bytesLoaded/e.bytesTotal)*100)
    this.loadbar_mc.scaleX = percent/100;
    this.percent_mc.percent_txt.text = percent;
    if(percent==100){
        e.target.removeEventListener(ProgressEvent.PROGRESS,preLoad);
        trace("preload complete");
        this.gotoAndPlay("About Me Start");

I don't think it is practical to have this feature unless the file you are loading takes so long as to allow for enough time for the text to be read--otherwise the letters scatter back and forth for each increment.  Regardless of that aspect, there is no built-in solution I know of, so you'll have to create a whole slew of conditionals to build the strings... first a set of about 20 to get you from zero thru nineteen % since they are uniquely spelled numbers, then another 9 or so to get you from twenty to thirty to... one hundred %. The ones for values one thru nine you may want to do last since in all cases it would likely appear last in the string and could be accomplished using a modulus operation (value%10).

Similar Messages

  • Is it possible to have two rows of text fields per entry in a tabular form?

    Hi,
    I'm constructing a tabular form with several text fields for each entry, and I have just been advised we need twice as many text fields now as the requirements have changed.
    Anyway I am running out of real estate on the page without having to use horizontal scroll bars, and am wondering if it is possible to arrange the text fields into two rows in the tabular form for data entry. I have successfully done this for display as text fields, but not sure if it can be done in this instance.
    Any help would be greatly appreciated.
    Application Express 4.1.1.00.23
    Greg
    Edited by: Snowman on Nov 30, 2012 12:02 PM

    Snowman wrote:
    Hi,
    I'm constructing a tabular form with several text fields for each entry, and I have just been advised we need twice as many text fields now as the requirements have changed.In the first place I'd strongly recommend not using tabular forms: +{thread:id=850889}+.
    Anyway I am running out of real estate on the page without having to use horizontal scroll bars, and am wondering if it is possible to arrange the text fields into two rows in the tabular form for data entry. I have successfully done this for display as text fields, but not sure if it can be done in this instance.If you must, create a custom named column template and base the tabular form report on this: {message:id=10399762}

  • Is it possible to have multiple lines of text show for an event in monthly view?

    as an example, have a few lines of flight info show up without double clicking on event and it would be nice to have the entire event in a monthly printout too. Thank you.

    Hi Scott,
    Thank you very much for your reply and I apologize for getting back to this so late. I started using your suggestions today and I did have some success! The "shadow" button is very clever. Now, I think my lack of javascript syntax knowledge is keeping me from getting it all correct. I experimented with one field, a date field and I created the shadow button as you suggested and it worked perfectly!. The successful code I used for the click event for the gray button (see image below), was:
    form1.SSA.SF_Approver2RIF.SubmitRIFToFinalHrShadowButton::click - (JavaScript, client)
    if (form1.SSA.SF_Approver2RIF.Approver2RIFDate.rawValue == null) {
    xfa.host.messageBox("Please fill in all required fields");
    else form1.SSA.SF_Approver2RIF.SubmitRIFToFinalHrButton.execEvent("click");
    However, I have not yet had luck getting the other fields in that row to work like the date field has though. I don't think I'm coding the "or' part correctly when I begin to add the fields (the next one I'm trying to add after the "or" is the "Name" dropdown list box, but maybet the dropdown list doesn't count as a "null" value like the Date field does?
    My attempt at adding the name field so that two items are being checked is something like this but it does not work:
    form1.SSA.SF_Approver2RIF.SubmitRIFToFinalHrShadowButton::click - (JavaScript, client)
    if (form1.SSA.SF_Approver2RIF.Approver2RIFDate.rawValue == null){
    or
    (form1.SSA.SF_Approver2RIF.Approver2RIFName.rawValue == null)
    xfa.host.messageBox("Please fill in all required fields");
    else form1.SSA.SF_Approver2RIF.SubmitRIFToFinalHrButton.execEvent("click");
    Thank you so much for any additional insights you or the other members may have. I really appreciate it!
    -Chris

  • Is it possible to have a custom downloaded text/ringtone?

    I want to download a ringtone and use it but it doesn't look like that is possible. Is it?

    Try this I've been doing this and it's sweet.
    http://www.simonblog.com/2010/09/06/how-to-create-ringtone-for-iphone-on-itunes- 10/
    Also you can always purchase ringtones in the iTunes Store app directly to your iPhone.
    Hope this helps.

  • Is it possible to have a field in the form to insert an image, like in Adobe livecyle?

    Should I use Adobe livecyle, does it still exists?

    Hi Timo,
    If I create a new row (A) with a createInsert operation the row is created ok - including the GUI field based on a selectOneChoise.
    When I create the next row (B) with a createInsert operation that row is created ok and row A is moved one step down in the table.
    But - at the same time as row A is moved down the field in row A that is based on a selectOneChoice is blanked (cleared).
    /Erik

  • Can I add a text form field in Photoshop that can be edited in Acrobat reader?

    I design coffee labels with Photoshop then send them off to the printers. The printers then open up a PDF and put in the best before date before printing. At the moment I have to add the text form fields using Acrobat Pro after i've saved the photoshop document as a Photoshop PDF. The problem is if I want to edit the labels at a later date, I have to re-add the text form fields with Acroabat again. 
    Can I add a text form field in Photoshop that can be edited in Acrobat reader? Is it better to use another program for this task?
    Thanks in advance
    Ian

    As A1's Calculate script, under "Simplified field notation", enter:
    A * 0.8
    The same goes for B1 and B, resp.

  • Possible to have vertical scroll bar for a cell in ALV Grid (using methods)

    Hi All,
    I have a field with length 100 characters on a ALV Grid (using methods)..User doesn't want to scroll all the 100 characters horizontally to see the whole text rather he wants to have a vertical scroll bar for the cell so that he can scroll vertically.
    Is it possible to have split the cell text into lines and have a vertical scroll bar for a cell in ALV Grid?
    Regards
    Jaker.

    Thanks for the suggestion Balu.I tried this , but while scrolling,headers also getting scrolled.
    Becoz of this , if i scroll down to the last row,headers are getting hidden.
    Headers should always be static.only the data should scroll.
    Since h:datatable is being rendered as one table , i can div tag for this table alone.
    If i have seperate datatable for headers alone i can do this .But i should not use two datatables.

  • Is it possible to have copy to clipboard take entries in text boxes on a fillable form as well as the form fields Windows?

    Is it possible to have copy to clipboard take entries in text boxes on a fillable form as well as the form fields in Adobe Reader Windows? When I create the forms is there some javascript or possibly a setting that would allow the end user to copy to clipboard the form fields and their entered text. Or another option that would work is to have only the entries in the text boxes copy to clipboard. Is that even possible?

    Copying fields is not possible in Reader.

  • Is it possible to have my text messages sent to my email as well?  or is there a way to view them other than on the phone?

    is it possible to have my text messages sent to my email as well?  or is there a way to view them other than on the phone?

    Sure. Go to the conversation that contains the message(s) you wish to forward. Tap the Edit button in the upper right corner. Select the message(s) you wish to forward using the radio buttons. Tap "Forward" at the bottom right of the screen.

  • Is it possible to have a PDF form flow to a second page IF the user needs to type in a lot of information? ( Like a Word Doc would)

    Is it possible to have a PDF form flow to a second page IF the user needs to type in a lot of information? ( Like a Word Doc would)
    An automated second page.

    There are two approaches.
    If you wish to use AcroForm technology, then you would need to write a bunch of JavaScript to enable this.  It has been done, but it’s not trivial.
    If you wish to use XFA technology, then it can be setup to happen automatically.
    Be aware that in both cases, even though both technologies are part of the PDF standard, that the forms will only be usable in this manner in Adobe’s viewers as many others don’t support JavaScript or XFA.

  • Is it possible to have a text (in footer) to repeat in every page?

    Hi,
    Is it possible to have a text (in footer) to repeat in every page? I appreciate your reply.
    Thanks

    Hi,
    Yes, Discoverer Desktop, select File --> "Preparar Página" In spanish languaje, in english I think "Page Setup", then select the footer option and include the text you want,
    Regards
    Pablo

  • Is it possible to save an iPhone back up and access the files later if needed?  I have a string of text sms and iMessages that I would like to save and then delete them from my phone.  Is this possible?

    I have a string of text sms and iMessages that I would like to save and then delete them from my phone, but gain access to them later if I need them.  I prefer to have the string with the date/time stamp vs copying and pasting into a doc or text file.  Is this possible?

    Not unless you buy an app that accesses data from an iTunes backup.  Check in the app store.

  • Can I get a text form field to automatically calculate a percentage of another text field?

         I have a form with text form fields A, B, A1, and B1. I need to have form field A1 calculate to be 80% of form field A. Same with the B fields. I am creating a form that will be filled in by my managers and am hoping that this can be done! HELP PLEASE!!

    As A1's Calculate script, under "Simplified field notation", enter:
    A * 0.8
    The same goes for B1 and B, resp.

  • Is possible to have a script that makes a text randomly have caps and lower caps... i would love to create a kind of effect so it would look like manuscript - but it cannot be only the same letter in caps or lower caps - I wOuld NeEd oF SOmeTHing LikE Thi

    Is possible to have a script that makes a text randomly have caps and lower caps... i would love to create a kind of effect so it would look like manuscript - but it cannot be only the same letter in caps or lower caps - I wOuld NeEd oF SOmeTHing LikE This (random) - is it possibel?

    Hi,
    Sample with 2 regex:
    Launching the 1rst regex:
    Launching the 2nd regex:

  • Is it possible to have a form that is completed in sections?

    is it possible to have a form that is completed in sections with each section being submitted when it is completed until the last and final section is eventually submitted?

    Hi,
    You cannot submit a form by sections, but you may fill out sections of the form and save it and then submit the form at the end when you have completed all sections of the form. Here is how to enable the function to allow users to save web form data over a period of time: http://forums.adobe.com/docs/DOC-4135.
    Thanks,
    Wenlan

Maybe you are looking for

  • Cost column in billing document is zero

    When i am doing billing, the cost column in the billing document screen is coming as zero. but the accounting documents are getting generated. Please help

  • Crystal Reports XI Crashes When Reporting on Event Log

    I have successfully connected to the event log on my local Windows 7 pc, as well as two different Windows 2003 server event logs. The report runs fine unless I include the field "DESCRIPTION" on the report. If I include that field, CR crashes with th

  • Installation of a trial version of Acrobat XI doesn´t work

    I am trying to install a trial version of Acrobat XI, but it doesn´t work. I am a MAC user. I have protected word documents with the possibility to fill out answers in specified areas. Now I like to create protected pdf documents using the word docum

  • AE CS6 Renders too dark

    After upgrading to CS6, the Quicktime Animation codec suddenly renders way too dark in After Effects. Quicktime in Animation codec is my preferred render codec, as it is as good as lossless plus adding alpha is an option. Is there a cure for this pro

  • Smart Playlists and Track Count

    Don't think this is possible - but is there anyway to access the track count field within the the smart playlist system (not the track number). I'm tidying up my data and want a playlist which contains music without a set track count. D