Un masque pour faire défiler du texte

Je me suis insipré d'un script utilisant un masquer pour
faire défiler du texte. Or tout fonctionne bien jusqu'au
moment où je veux inclure une CSS externe our un truck du type
monDiplay_mc.maListe_mc.monScrollingBlock_mc.monText_txt.
setTextFormat(monStyle);
pour mettre mon texte en forme : celui ci disparait de
l'affichage !
Attention : il ne disparait que si j'utilise un masque, sinon
tout marche bien
Mais voilà, j'ai besoin de ce masque pour en faire un
texte défilant
Je recherche donc la solution pour atteindre mon texte dans
le clip contenant le masque. ou une autre solution qui me permette
de créer une boite de texte à laquelle je peux ajouter un
scrolling (pas avec la scroll bar des composants)
merci d'avance pour votre aide

Hello :)
1 - quelle est ta version de flash ?
2 - ton masque est rectangulaire ?
3 - Tu utilises la m�thode MovieClip.setMask() ? Si
c'est pas le cas
fait le :)
4 - Tu utilises une police "embed" ? (lis dans l'aide tout ce
qui
concerne TextField et TextFormat et surtout
TextField.embedFonts = true :)
EKA + :)
> Je me suis insipr? d'un script utilisant un masquer pour
faire d?filer du
> texte. Or tout fonctionne bien jusqu'au moment o? je
veux inclure une CSS
> externe our un truck du type :
>
monDiplay_mc.maListe_mc.monScrollingBlock_mc.monText_txt.
> setTextFormat(monStyle);
> pour mettre mon texte en forme : celui ci disparait de
l'affichage !
> Attention : il ne disparait que si j'utilise un masque,
sinon tout marche bien
> Mais voil?, j'ai besoin de ce masque pour en faire un
texte d?filant
>
> Je recherche donc la solution pour atteindre mon texte
dans le clip contenant
> le masque. ou une autre solution qui me permette de
cr?er une boite de texte ?
> laquelle je peux ajouter un scrolling (pas avec la
scroll bar des composants)
> merci d'avance pour votre aide
>
>

Similar Messages

  • Bouton// Masquer et faire réapparaitre = Edge ou Dps ??

    Bonjour,
    Svp qu'elle est la meilleur façon de creer un bouton pour masquer et  faire réapparaitre une image, vidéo ... ou un élément avec un bouton de fermeture en haut a droite. est ce on utilisant les boutons dps ou edge est comment.
    Très GRD merci pour votre aide.
    Joe

    Bonjour Joe,
    Ce n'est pas une vidéo, mais ça devrait pouvoir vous aider.
    http://pixelformation.ca/creer-une-fenetre-pop-up-pour-dps/
    Évidemment, il existe d'autres façon de faire et vous pouvez adapter cette méthode à vos besoins, mais vous devriez avoir l'idée.

  • Save as PDF file as excel file or text file in vba excel

    Hi all,
    I am opening a PDF document fromm VBA excel. After opening document it should save the document as excel file or text file in one folder.
    I am trying to do this with some code but not able to , pls help me thatnks.
    Dim AcroApp As Acrobat.CAcroApp
      Dim Part1Document As Acrobat.CAcroPDDoc
    Set Part1Document = CreateObject("AcroExch.PDDoc")
       Part1Document.Open ("Z:\EG MI Information\MIS\Requests\Req_156\NO.1.pdf")
      Dim app As Object, avdoc As Object, pageview As Object
    Set app = CreateObject("AcroExch.App")
    Set avdoc = app.GetActiveDoc
    app.MenuItemExecute ("SaveAs")
    thanks
    Abhijeet

    Hi,
    In the documentation for the saveAs function it has the following params
    cPath The device-independent path in which to save the file.
    cConvID (optional, Acrobat 6.0) A conversion ID string that specifies the conversion
    file type.
    cFS (optional, Acrobat 7.0) A string that specifies the source file system name.
    bCopy (optional, Acrobat 7.0) A Boolean value which, if true, saves the PDF file
    as a copy. The default is false.
    bPromptToOverwrite (optional, Acrobat 7.0) A Boolean value which, if true, prompts the user if
    the destination file already exists. The default is false.
    In order to get a text file saved you need to specify the correct cConvID.
    See the documentation for the valid convID's - http://livedocs.adobe.com/acrobat_sdk/10/Acrobat10_HTMLHelp/JS_API_AcroJS.88.519.html
    Please note the Acrobat SDK contains all the information and does not require much installing ( as it is a zip file(on windows) and a disc image (on Mac) it just needs extracted)
    Regards
    Malcolm

  • How to display an HTML file in text Area?

    I am trying to display an HTML formated file in  text area component using Action 3.0. The following script does not generates compiler errors, each function seems to be executed yet the file is not displayed. When trying the same code with myCV.txt and myCV_TA.text = (loader1.data) the text file is displayed OK. Flash MX and actionscript 2.0 had handled that differently but with success???
    ( myCV_TA is the text area component)
    Thanks
    var loader1:URLLoader =new URLLoader();
    loader1.addEventListener(Event.COMPLETE,displayText);
    textload("myCV.html");
    function textload(file:String)
    loader1.load(new URLRequest(file));
    trace("in textload");
    function displayText(e:Event)
    myCV_TA.htmlText = (loader1.data);
    trace("in displaytext");

    hmm.. never tried to use an .html file like that in flash, what's inside that file? text with images tables and so on? the htmltext property supports only a few HTML tags, maybe it's not working because an unsupported tag has been detected.

  • How to send data (file and text both) from jsp to servlet

    upload JSP 
    case 1>> if i am using this  <form enctype="multipart/form-data" the file value is comming on the servlet side
             and other vales are not comming when i am using request.get parameter(....);
    case 2>>  if i am using this <form  type="text/html" the "submissionperiod" and "Types" value is comming on the servlet but the file is not comming ........
         How to resolve this issue .  i need to send all the three parameter on single submit and retrieve the parameter values  in my servlet .
    please help !
    <form enctype="multipart/form-data" name="form" method="post" action="Upload" >
                    <table font size="3" style="color:brown;font-family:Arial" >
                    <tr>
                    <td>Submission Year:    </td>
                    <td><select  name="submissionperiod">
                         <option value="">--select--</option>
                         <option value="2000">2000</option>
                         <option value="2001">2001</option>
                         <option value="2002">2002</option>
                         <option value="2003">2003</option>
                         <option value="2004">2004</option>
                         <option value="2005">2005</option>
                         <option value="2006">2006</option>
                         <option value="2007">2007</option>
                         <option value="2008">2008</option>
                         <option value="2009">2009</option>
                    </select><label class="Required">*</label></br></td>
                    </tr>
                    <tr>
                    <td>Submission Type :    </td>
                    <td><select  name="types"   onchange="showDescription()">
                         <option value="">--select--</option>
                         <option value="CRF">CRF</option>
                         <option value="NIR">NIR</option>
                         <option value="NC">NC</option>
                         <option value="SEF">SEF</option>
                    </select><label class="Required">*</label></br></td>
                   </tr>
                   <tr><td></td><td>
                   <div id="divTypeDetails">
                    <textarea  id= "subTypeDes" name="subTypeDes"  value=""></textarea></br></br>
                  </div>
                  </td>
              </table>     
              <td>Select a file (< 100 MB):   </td>
              <td><input id="importFile" name="importFile" type="file"></br>          
              </td>
              <input type="hidden" name="types">
              <input type="hidden" name="submissionperiod">
              <input type="submit" id="submitButton" name="submit" value="Upload" onclick = "checkUploadValidity();"/>
              <input type="button" name=btncancel id=btncancel value="cancel" onclick= "btncancel_click()"/>
    </form> 

    Both the file and text values are included in the binary inputstream of the request. The parametermap is always empty.
    There exist 3rd party API's to parse multipart/form-data streams, such as [Apache Commons FileUpload API|http://commons.apache.org/fileupload].
    Read at least the 'User Guide' and 'Frequently Asked Questions' sections.

  • When attempting to open a hyperlink to a PDF file on the web from a Microsoft WORD for Mac 2011 (14.3.9) document, Safari 7.0 instead displays the file as text?

    When attempting to open a hyperlink to a PDF file on the web from a Microsoft WORD for Mac 2011 (14.3.9) document, Safari 7.0 instead displays the file as text?

    As seen in http://answers.microsoft.com/en-us/mac/forum/macoffice2011-macword/has-the-word- 2011-for-mac-invisible-toolbars/018a3ab6-0570-4ad5-abf8-5b6427fdde3e?msgId=e111b f0a-0e32-4fa3-9536-f349dad8439d
    and it worked for me:
    1. Quit Word
    2. In the Finder's menu bar, select Go > Go to folder and type or paste: ~/Library/Preferences/
    3. Click on Go
    4. Locate the preference file com.microsoft.Word.plist, then Option-drag it to the desktop to create a backup copy
    5. Go to Applications/Utilities and open Terminal
    6. Paste the following bold command at the $ prompt (it's a single line):
         defaults write com.microsoft.Word 14\\Toolbars\\Show_HIToolbar -boolean TRUE
    7. Press Return and then quit with Command Q
    8. Start Word and test. If the fix works, trash the backup file in the Desktop file. Otherwise, restore it.
    In the original source the author also mentions the change in Word 2008

  • Write file in text and stored in seperate folder!

    Hi guys,
    i need a help.
    I want to write a file into an text file and stored it in seperate folder in default colon(ie., if i install an .exe in any colon(c or D:/ or E:/) , then write a string into a text file and save it in .exe instalation colon in seperate folder.
    eg.,
    File f=new File("Survey.txt");
                 FileWriter fw1=new FileWriter(f,true);i want to save survey.txt into a folder storage_folder.
    how can i do it?.

    Thanks for your reply.
    Actually, I want to create an folder automatically without specifing the directory (ie.,not specifying C:/ or D:/ or E:/ ) and store that file.
    ie.,
    File f=new File(" log/text.txt");
    OutputStream f0=new FileOutputStream ("log/text.txt",true);So, the text file stored in log folder (Creats automatically) . The log folder may creat where the installation software installed (Weather it is C:/ or D:/ or E:/).
    pls, clarify my doubt , sir.

  • FF25 downloads csv files as text instead of csv - causes problems I have reset my profile, but it still the same problem. Fix?

    I have a csv file that I download once a week and load into excel. Yesterday FF25 decides that the csv file is a text file (it is not) and converts everything to text. This is a new and unwelcome problem. To my horror, I was forced to try opening in IE where it worked just fine.
    The FF open screen has
    filename.csv
    which is: text document
    from https://companyName.com

    This means that the server sends the file as text/plain (this may have changed if it didn't happen before).<br />
    Firefox always opens a file send as text/plain in a browser tab.<br />
    You can right-click the link and choose "Save Link As" to save the file or use "Save Page As" if the file opens in a tab.

  • How do I save all mp3 files as an attachable file in text messaging on a G'z One Commando? Some mp3 save as these types of files but I don't how or what I do differently.

    How do I save all mp3 files as an attachable audio file in text messaging on a G'z One Commando? Some mp3 save as these types of files but I don't how or what I do differently.

    In summary, it sounds to me as though the Mac concept of "hidden extension per file" isn't embraced at all by Photoshop.
    So assuming the extension is always visible, what is the easiest way do each of the following (ignoring issues with integration with other apps):
    1.  Save a JPEG as:  abc.jpg
    2.  Save a JPEG as:  abc
    3.  Save a JPEG as:  abc.
    4.  Save a JPEG as:  abc.xxx
    Since it seems to me we still haven't nailed down whether there's a disparity between how this works on Photoshop for Mac vs. PC, I'll answer the above questions for PC:
    1.  File - Save As, choose Format: JPEG, type (replace filename with):  abc
    2.  No difference than 3 on a PC.
    3.  File - Save As, choose Format: JPEG, type:  abc.
    4.  File - Save As, choose Format: JPEG, type:  abc.xxx
    How is it different from the above on a Mac?
    Is there something more complex, such as the sequence of operations, or another system setting, that I didn't cover here?  I normally always keep Explorer set so that file extensions are visible (it's global on a PC).
    -Noel

  • Download File thru Text file and add password to protect text file

    Hello ABAPers,
    I have a problem regarding downloading of file in text file with password...meaning I need to protect with password the text file i created without human intervention...is it possible to ABAP? im using FM GUI_DOwnload and save it to text file.
    Please Help...Will reward points ...
    Thanks in advance.
    aVaDuDz

    Hi
    You could use OLE to integrate SAP with Excel - create files, execute macros etc. (search for DOI on SAP help), but this will only work on the presentation server, so you couldn't run it as a service in background. I suppose your e-mails are sent through the internet, hence the requirement for encryption -- or maybe your client doesn't trust its network people! For this you really should use strong encryption -- anything less, you might as well send plain text. One solution to this would be to send the email down a VPDN -- this would encrypt all traffic between source and destination. Another would be to encrypt the file just before it is attached to the email. This could be done within ABAP, but perhaps a third party public key encryptor would be better placed. This could be invoked via a system command call, or as an RFC. A third solution would be to have your mail server handle the encryption.
    Heres the link for the above explaination
    http://searchsap.techtarget.com/ateQuestionNResponse/0,289625,sid21_gci1037837,00.html?track=sap805s
    One more link
    <a href=" http://www.telfordpct.nhs.uk/healthcare_professionals/SAP/creating_sap_documents_in_word_copy(1).htm ">http://www.telfordpct.nhs.uk/healthcare_professionals/SAP/creating_sap_documents_in_word_copy(1).htm</a>
    Regards
    Raj
    Message was edited by:
            Rajasekhar Dinavahi

  • J ai acheté un macbook retina 13" et je souhaiterais changé l identifiant pour faire des mise à jour

    bonjour
    j ai acheté un macbook retina 13" et je souhaiterais changé l identifiant pour faire des mise à jour

    All downloads from the store are tied to the account that originally downloaded them, so you will only be able to download updates to that app by the other account. If you can't remember it's password then you can try getting it reset via this page http://iforgot.apple.com

  • Search file for text and delete the found text.  How?

    I need to know how to search a file for text and delete the found text. I think grep will let you do this but not sure of the syntax.

    Hi Dmcrory,
       In addition to what Camelot and nobody loopback point out, one must also consider the fact that UNIX text tools are largely line based. You also fail to tell us for what kind of text you are searching. If you are looking for multiple words, there's a very good chance of finding the expression wrapped onto different lines. With hyphenation, even single words can wrap to multiple lines. Tools that search line-by-line will miss these unless you use multiline techniques.
       Multiline substitutions require that you write "read-ahead" code for the command line tool that you're using and that you take that into account in the substitution. Given how you want the results to be printed out, you may also want to preserve any newlines found in the match, which is even more difficult. That could bring up the subject of line endings but that's a completely different topic.
       I apologize if this sounds discouraging. Multiline searches aren't needed that often and in most of those cases, exceptions can be dealt with by hand. I just didn't want you to get surprised by it. To give you an idea of how easy basic substitution is, have a look at Tom Christiansen's Cultured Perl: One-liners 102 and One-liners 101. Both have some "in-place" substitution examples.
    Gary
    ~~~~
       MIT:
          The Georgia Tech of the North

  • Can I send an audio file by text?

    Someone sent me an audio file via text message.
    How can I copy this or resend it?

    The only audio files that can be sent by MMS using an iPhone are those created by the voice memo app, unless there is an app in the app store that provides this functionality.

  • How do i open file with text recovery converter?

    I have created a word document and saved it. When I try to open it I am told ‘this file may be corrupted. Open file with text recovery converter’. I do not know how to do do this. Pleas help.

    Sounds like you are using Word. Therefore post in Microsoft's forum:
    http://answers.microsoft.com/en-us/mac?auth=1

  • How to create pdf files with text field data

    how to create pdf files with text field data

    That looks like it should work, but it doesn't.
    I opened the PDF I had created from Word in Acrobat (X Pro). Went to File > Properties. Selected "Change Settings". I then enabled "Restrict editing...", set a password, set "Printing Allowed" to "none", "Changes Allowed" to "none", and ensured that "Enable copying of text..." was disabled.
    I saved the PDF file, closed Acrobat, opened the PDF in Reader, and I was still able to select text and graphical objects.
    I reopened the PDF in Acrobat, and the document summart still shows everything as allowed. When I click on "show details" (from File > Properties) it shows the correct settings.
    Any ideas?

Maybe you are looking for

  • Variance Journal Appear in Reversal Goods Receipt of CO Production Order

    Good afternoon Currently we face a problem that variance journal appear when doing Reversal Goods Receipt (MBST) of CO Production Order. But the variance journal appear after we reverse goods receipt for the second time, third time, and so on. No pro

  • Backup of a broken iphone

    I have water damage on my Iphone 5 and the screen is now black, it is still on and  responsive to charge.  The touch ID button is no longer working. Before i send it off for repair i would like to backup my phone so that i don't loose anything but it

  • How to create simple "SAPGui" iView?

    I'm looking for some pointers on how to create a simple iView that mimics SAPGui.  Every client I've been to that looks at the Portal always asks, "How do I access SAP with this?" and they never like the standard answer, "You create iViews". Anyway,

  • Why can't lion sea my startup disk

    Whi is lion having truble finding my startup disk???? I inslalled lion when it came out da few weeks ago and it seemd to be running fine untill last week when it got querky, I decided to shut down and restart to give the OS time to think about what i

  • NodeManager not able to start second managed server in same machine

    Hi, I am facing an issue, I am not able start a second ManagedServer(MG2) using nodemanager (through AdminConsole) My setup is as below: Server 1 1) Admin Server + ManagedServer (MG1) (INSTALL LOCATION: /opt/web/MyServer1) 2) Second Managed Server (M