Text and Fonts: rotate a text with characters like áéíúó

I´m spanish and i need to rotate a text wich contains characters like áéíúó.
Any ideas on how could it be done?
thanks,

You can use [localization |http://jfx.wikia.com/wiki/Proposal_for_the_string_literal_translation] and animation.
Main_sp.fxproperties
"Text"="áéíúó"
Main.fx
import javafx.animation.*;
import javafx.stage.*;
import javafx.scene.*;
import javafx.scene.text.*;
import javafx.scene.transform.*;
import java.util.Locale;
Locale.setDefault(new Locale("sp"));
var angle = 0.0;
Timeline {
    repeatCount: Timeline.INDEFINITE
    keyFrames: at(3s) { angle => 360 tween Interpolator.LINEAR
}.play();
Stage {
    title: "Rotated text"
    width: 200
    height: 200
    scene: Scene {
        content: Text {
            transforms: [
                Translate{ x: 50 y: 50},
                Rotate { pivotX: 30 pivotY: 3 angle: bind angle }
            font: Font { size: 24 }
            content: ##"Text"
}

Similar Messages

  • PS CS6  - text and font changes by clicking on it - not reversible

    Sometimes I open a file with layers in PS and click on a text layer, to move or change it,
    and immediately the text and font changes into another text/font from the document.
    Can not save the file then the problem stays forever. I can´t touch/change any text layer
    without this problem. Happens on every ca. 10th - 20th file  I open...
    Please help me, how can this be fixed?

    There was a bug in 13.0.0 that could corrupt text layers that way.
    It was fixed in 13.0.1, but documents saved with 13.0.0 could already be corrupted and there is no way to fix them automatically.

  • Issue with characters like u0151 in maintaining text

    Hi,
    When characters are entered as per HU language, we face trouble with characters like ő Ő into text fields like in sales order. As soon as this letter is entered, it is changed to 'O' as in EN language.
    changing -> Options-> Character set -> Central European, makes the display  ő as  ő .
    1. Is this the permanent solution for this problem ? or do we have any better idea ? 
    2. Does this character set do any command in printing (SAP Scripts/ Smart Forms / PDF) ?
    Please let me know your thoughts.
    Thanks
    Seema

    Please post ASP.NET related questions in the ASP.NET forums:
    http://forums.asp.net

  • Keep getting an error message that reads, "LR An error has occurred while creating the book on Blurb" An error has occurred while trying to create texts and fonts.  Pleas advise as Blurb has said that it's a LR issue.

    Keep getting an error message that reads, "LR An error has occurred while creating the book on Blurb" An error has occurred while trying to create texts and fonts.  Pleas advise as Blurb has said that it's a LR issue.

    Are you behind a firewall or double NAT??
    What is the device that is immediately plugged into the main modem or router? Has that one been able to update?
    It is plugged in of course isn't it.. no nasty join wireless anywhere??
    The best way to work around these sort of problems is to simplify the network.. Plug each device directly into the main router.. by ethernet. You can trigger the firmware upgrade by wireless but use ipad or iphone version of airport utility and see what happens.

  • 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

  • Object Code Short Text,Cause Code Short text and Problem Code Short Text..?

    Dear All,
    can any one help me in finding of Object Part Code Short text,Problem Code short text and Cause code short text fields....in which table it will be storing/function module to get this...?
    Thankx in Advance....

    hi,
    you want for which object??
    all the short text stored in the text table like
    T001t ( it starts with T and ends with T )
    cheers,
    sasi

  • Search for text and font

    I have an 800 page pdf document to index and so far I have a script that will search for a list of keywords. But the text has large sections of code in a different font, and I think we would like to generate an index of just code examples. Is there a way to search for text of a given font in applescript? Something like
    set theSel to find text theText
    if the font of theSel is "Times"
    write to file, etc.

    Please do send a page, I might be able to spot where the font problem is coming from - but no guarantee Address is in my profile.
    You asked about the script formatter. red_menace of this forum wrote the script I use. To use it, you copy the script that you want to format to the clipboard and run the formatter. This then places the marked-up text in the clipboard so that you can paste it into the forum page.
    <pre style="
    font-family: Monaco, 'Courier New', Courier, monospace;
    font-size: 10px;
    margin: 0px;
    padding: 5px;
    border: 1px solid #000000;
    width: 720px; height: 340px;
    color: #000000;
    background-color: #FFDDFF;
    overflow: auto;">
    script formatter - formats the clipboard text for forum posting
    last reviewed January 19, 2009   red_menace[at]mac[dot]com
    Input: text read from the clipboard
    Output: formatted text copied to the clipboard
    set AppleScript's text item delimiters to " "
    -- some constants and switches
    property TextColor : "#000000" -- black  (see http://www.w3schools.com/tags/ref&#95;colornames.asp)
    property BackgroundColor : "#FFDDFF" -- a light plum/purple
    property BorderColor : "#000000" -- black
    property TheWidth : "width: 720px; " -- a width attribute  (deprecated in HTML 4.01)
    property UseWidth : true -- use the width attribute?
    property LineCount : 25 -- the number of lines before including the height attribute
    property TheHeight : "height: " & ((LineCount * 13.6) as integer) & "px; " -- a maximum height for the <pre> box
    property Emphasize : false -- emphasise (bold) the script text?
    property UseURL : false -- include a Script Editor message link?
    property AltURL : false -- use an alternate URL encoding?
    property ToolTips : {¬
    "this text can be pasted into the Script Editor", ¬
    "this text can be pasted into an Automator 'Run AppleScript' action", ¬
    "this text can be pasted into an Automator 'Run Shell Script' action", ¬
    "this text can be pasted into a HTML editor", ¬
    "this text can be pasted into a text editor", ¬
    "- none -"}
    property TooltipDefault : {item 1 of ToolTips} -- keep track of the last tooltip used
    property TempFile : "Script_Formatter_TempFile" -- a temporary work file
    try
    -- write the clipboard to the temporary file
    set TheClipboard to (the clipboard) as text
    if TheClipboard is in {"", space, tab, return} then return -- clipboard is (basically) empty
    set MyOpenFile to open for access ("/tmp/" & TempFile & ".txt" as POSIX file) with write permission
    set eof of MyOpenFile to 0 -- empty any previous temp file
    write TheClipboard to MyOpenFile
    close access MyOpenFile
    if UseURL then
    -- encode URL  (see http://developer.apple.com/documentation/Darwin/Reference/Manpages/man1/pydoc.1. html)
    do shell script "/usr/bin/python -c 'import sys, urllib; print urllib.quote(sys.argv[1])' " & quoted form of TheClipboard
    -- add a link wrapper
    set URLtext to "applescript://com.apple.scripteditor?action=new&script=" & the result
    if AltURL then -- use an alternate URL encoding
    set URLtext to "Click here to [url=" & URLtext & "]open this script in the Script Editor[/url]:<br />"
    else -- use HTML anchor tag
    set URLtext to "Click here to <a href=\"" & URLtext & "\">open this script in the Script Editor</a>:<br />"
    end if
    set PromptText to ((count URLtext) as text) & " URL and "
    else
    set {URLtext, PromptText} to {"", ""}
    end if -- UseURL
    -- convert to HTML  (see http://developer.apple.com/documentation/Darwin/Reference/ManPages/man1/textutil .1.html)
    do shell script "cd /tmp/; /usr/bin/textutil -convert html -excludedelements '(html, head, title, body, p, span, font)' -encoding US-ASCII " & TempFile & ".txt"
    -- fix up some formatting and add a pre wrapper  (see http://www.w3schools.com/tags/default.asp)
    set HTMLtext to rest of paragraphs of (read ("/tmp/" & TempFile & ".html" as POSIX file))
    if (count HTMLtext) is less than LineCount then -- skip the height attribute
    set Height to ""
    else
    set Height to TheHeight
    end if
    set HTMLtext to FixCharacters from (HTMLtext as text) -- additional character encodings
    if UseWidth then
    set Width to TheWidth
    else
    set Width to ""
    end if
    if Emphasize then set HTMLtext to "<strong>" & HTMLtext & "</strong>"
    set HTMLtext to "<pre style=\"
    font-family: Monaco, 'Courier New', Courier, monospace;
    font-size: 10px;
    margin: 0px;
    padding: 5px;
    border: 1px solid " & BorderColor & ";
    " & Width & Height & "
    color: " & TextColor & ";
    background-color: " & BackgroundColor & ";
    overflow: auto;\"
    title=\"\">
    " & HTMLtext & "</pre>
    -- assemble everything on the clipboard
    set TheResult to choose from list ToolTips ¬
    with title "Script Formatted" with prompt PromptText & ((count HTMLtext) as text) & " HTML characters will be placed on the clipboard (plus the following ToolTip):" default items TooltipDefault OK button name "OK" cancel button name "Cancel" with empty selection allowed without multiple selections allowed
    if TheResult is false then -- cancel button
    error number -128
    else -- add the selected title attribute (tooltip), if any
    set TooltipDefault to TheResult as text
    set Here to (offset of " title=" in HTMLtext) - 1
    set There to (offset of ">" in HTMLtext) - 1
    if TheResult is in {{}, "- none -"} then -- no tooltip
    set the clipboard to URLtext & (text 1 thru (Here - 1) of HTMLtext) & (text (There + 1) thru -1 of HTMLtext)
    else
    set the clipboard to URLtext & (text 1 thru (Here + 9) of HTMLtext) & TheResult & (text There thru -1 of HTMLtext)
    end if
    end if -- TheResult is false
    on error ErrorMessage number ErrorNumber
    log space & (ErrorNumber as text) & ":" & tab & ErrorMessage
    try
    close access MyOpenFile
    end try
    if (ErrorNumber is -128) or (ErrorNumber is -1711) then -- nothing (user cancelled)
    else
    activate me
    display alert "Error " & (ErrorNumber as text) message ErrorMessage as warning buttons {"OK"} default button "OK"
    end if
    end try
    to FixCharacters from TheText
    fixes (converts) formatting characters used in some message forums  (see http://www.asciitable.com/)
    parameters - TheText [text]: the text to fix
    returns [text]: the fixed text
    -- this list of lists contains the characters to encode - item 1 is the character, item 2 is the HTML encoding
    set TheCharacters to {¬
    {"!", "&#33;"}, ¬
    {"*", "&#42;"}, ¬
    {"+", "&#43;"}, ¬
    {"-", "&#45;"}, ¬
    {"[", "&#91;"}, ¬
    {"\\", "&#92;"}, ¬
    {"]", "&#93;"}, ¬
    {"^", "&#94;"}, ¬
    {"_", "&#95;"}, ¬
    {"~", "&#126;"}}
    set TempTID to AppleScript's text item delimiters
    repeat with SomeCharacter in TheCharacters
    if item 1 of SomeCharacter is in TheText then -- replace
    set AppleScript's text item delimiters to item 1 of SomeCharacter
    set the ItemList to text items of TheText
    set AppleScript's text item delimiters to item 2 of SomeCharacter
    set TheText to the ItemList as text
    end if
    end repeat
    set AppleScript's text item delimiters to TempTID
    return TheText
    end FixCharacters
    </pre>

  • Printing html text and font styles

    Hello,
    when I try to print html text in serif with italic or bold text style the output on a printer incorrectly shows the bold and italic parts in arial or something. Underlined text is printed correctly.
    The font is rendered correctly on a JEditorPane.
    There were some issues with html rendering in java (e.g. Bug IDs 4331766, 4160605, 1235430, 4141537) but as these bugs are closed/fixed in earlier jdk versions, and i found no hint that anyone else has experienced such problems, i may be doing something wrong?
    Regards,
    Dirk
    My Configuration: Windows 2000 (German), JDK 1.5.0_12
    For testing purposes i use the following:
    import java.awt.BorderLayout;
    import java.awt.Dimension;
    import java.awt.Graphics;
    import java.awt.Graphics2D;
    import java.awt.event.WindowAdapter;
    import java.awt.event.WindowEvent;
    import java.awt.print.PageFormat;
    import java.awt.print.Printable;
    import java.awt.print.PrinterException;
    import java.awt.print.PrinterJob;
    import java.io.ByteArrayInputStream;
    import java.io.IOException;
    import javax.swing.JEditorPane;
    import javax.swing.JFrame;
    import javax.swing.RepaintManager;
    import javax.swing.text.BadLocationException;
    import javax.swing.text.Document;
    import javax.swing.text.html.HTMLEditorKit;
    * QDH (Quick and Dirty Hack) Test
    public class PrintTestPane extends JEditorPane implements Printable {
       * shows printDialog and starts printing
      private void print() {
        PrinterJob job = PrinterJob.getPrinterJob();
        job.setPrintable( this );
        if ( job.printDialog() ) {
          try {
            job.print();
          catch ( Exception ex ) {
            ex.printStackTrace();
        else {
          System.out.println( "Aborted" );
       * from Printable Interface: renders a page
      public int print( Graphics graphics, PageFormat pageFormat, int pageIndex )
          throws PrinterException {
        Graphics2D g2 = (Graphics2D) graphics;
        RepaintManager.currentManager( this ).setDoubleBufferingEnabled( false );
        Dimension d = getSize();
        double panelWidth = d.width;
        double panelHeight = d.height;
        double pageWidth = pageFormat.getImageableWidth();
        double pageHeight = pageFormat.getImageableHeight();
        double scale = pageWidth / panelWidth;
        int totalNumPages = (int) Math.ceil( scale * panelHeight / pageHeight );
        // Check for empty pages
        if ( pageIndex >= totalNumPages )
          return Printable.NO_SUCH_PAGE;
        g2.translate( pageFormat.getImageableX(), pageFormat.getImageableY() );
        g2.translate( 0f, -pageIndex * pageHeight );
        g2.scale( scale, scale );
        print( g2 );
        return Printable.PAGE_EXISTS;
       * @param args
      public static void main( String[] args ) {
        PrintTestPane testPane = new PrintTestPane();
        HTMLEditorKit kit = new HTMLEditorKit();
        Document doc = kit.createDefaultDocument();
        try {
          kit.read( new ByteArrayInputStream( htmltext.getBytes() ), doc, 0 );
        catch ( IOException e ) {
          throw new RuntimeException( e );
        catch ( BadLocationException e ) {
          throw new RuntimeException( e );
        testPane.setContentType( "text/html" );
        testPane.setDocument( doc );
        JFrame frame = new JFrame();
        frame.getContentPane().add( testPane, BorderLayout.CENTER );
        frame.addWindowListener( new WindowAdapter() {
          public void windowClosing( WindowEvent event ) {
            System.exit( 0 );
        frame.pack();
        frame.setVisible( true );
        testPane.print();
      private static String htmltext = " <html> <head>  </head>  <body> <font face=\"serif\"> plain <b>bold</b> plain <i>italic</i> plain <u>underlined</u> plain</font> </body> </html>";
      private static final long serialVersionUID = 1L;
    }

    Hello again,
    Update:
    With JRE 6 it seems to work (at least with update 2). Because Java 6 is currently not an option for me: should i file a Bug?
    Dirk

  • When keynote presentation is emailed as a keynote file, the original sizing of texts and slide layout is incongruent with the original. Text is written over text. Some text is not included on the slide. The sizing done in the original creation isn't maint

    When keynote presentation is sent via email as a keynote file, original sizing and spacing on slide is not retained in the email. Some words are not fitted onto the slide, others words are written over each other. The effort to create the optimal layout on the original is not retained. Please offer your insights into my errors. Thanks in advance.

    Wauw... I'm always impressed by how bad Microsoft can answer these questions!
    Dear Martin - Now let me do it short:
    Adding text-shadow to p-tags (especially) in IE10, and you want to positioning your shadow by ex. 1px 1px 1px rgba(255, 255, 255, .5); it cuts the text (or make some part of your text invisible!). The issue is the blur-value! Set the blur-value to 0 or 5
    - not in between, because it then starts cutting your text (has something to do with the combination of the lengths and the size of the blur-size, and probably also the size of your text)!
    Instead of the example I just gave you, try this: text-shadow: 0px 1px 0px rgba(255, 255, 255, .5);
    And Microsoft - please try and make an effort when people are writing you with bugs or issues in IE... You must know that your browser (all versions) has been and still are the ones with most bugs! If you wanna learn about the CSS-terms, you can go look
    at http://www.w3schools.com/css/ or try Google it ;O)

  • Soft/Haze text and grapics on LED LCDs with Firefox 4

    Hello,
    Ever since I started using Firefox 4 I had this problem. The text and are kind of very soft and blurred when viewed from a LED LCD. I initially thought this must be an isolated problem until I checked it with another brand new laptop.
    It too had the same problem. And it really irritates me. And I can clearly see the difference when viewing the same web page from different browsers on the same PC.
    You can even eliminate a graphic card issue as both of the laptops I tested use different graphics (vendor and models).
    I don't know how many others faced this issue, but I would suggest looking into this.

    I don't know how successful the images are but they show the difference I mean. One is taken from Chrome and the other from Firefox 4.
    Edit:
    Just previewed the images from FF, the difference is even more. Check this same page from another browser or an older version of FF.

  • Bookmarks toolbar shows icons AND text and won't change to icons only, like in vers 4

    Running Firefox 4.0.1 over Windows XP. In previous version, Bookmarks Toolbar showed only Icons, which expanded to Icons plus Text when cursor hovered over the Icon. Now the brute shows Icons AND Text, and refuses to customise to Icons only, even though that's how it is set. Strangely, it will customise to Text only. If I set it to show Icons and Text, I can't see any change at all, it's like the relevant lines of code are identical, or the drop down choices concerned both point to the same line of code (if you follow what I'm getting at). Sorry it's a bit verbose!

    Start Firefox in <u>[[Safe Mode]]</u> to check if one of the extensions or if hardware acceleration is causing the problem (switch to the DEFAULT theme: Firefox (Tools) > Add-ons > Appearance/Themes).
    *Don't make any changes on the Safe mode start window.
    *https://support.mozilla.com/kb/Safe+Mode
    *https://support.mozilla.com/kb/Troubleshooting+extensions+and+themes

  • When typing in GMail (firefox and thunderbird) keyboard randomly uses foreign characters like it has been set to another language, but setting is eng

    When typing in gmail (firefox) or thunderbird, randomly foreign characters will be produced like the keyboard has been set to spanish or french, but it is set to english, and the character encoding is set to what it is supposed to be. Web pages appear correctly.
    Application Basics
    Name
    Firefox
    Version
    10.0.12
    User Agent
    Mozilla/5.0 (Windows NT 5.1; rv:10.0.12) Gecko/20100101 Firefox/10.0.12
    Profile Directory
    Open Containing Folder
    Enabled Plugins
    about:plugins
    Build Configuration
    about:buildconfig
    Crash Reports
    about:crashes
    Memory Use
    about:memory
    Extensions
    Name
    Version
    Enabled
    ID
    F5 Networks Host Plugin
    7000.2011.0910.0354
    true
    {DBBB3167-6E81-400f-BBFD-BD8921726F52}
    IE Tab 2 (FF 3.6+)
    4.12.22.2
    true
    {1BC9BA34-1EED-42ca-A505-6D2F1A935BBB}
    Microsoft .NET Framework Assistant
    0.0.0
    false
    {20a82645-c095-46ed-80e3-08825760534b}
    Skype Click to Call
    6.5.0.11422
    false
    {82AF8DCA-6DE9-405D-BD5E-43525BDAD38A}
    Modified Preferences
    Name
    Value
    accessibility.typeaheadfind.flashBar
    0
    browser.places.smartBookmarksVersion
    2
    browser.startup.homepage
    http://ca.search.yahoo.com?type=386496&fr=spigot-yhp-ff
    browser.startup.homepage_override.buildID
    20130103094221
    browser.startup.homepage_override.mstone
    rv:10.0.12
    browser.tabs.warnOnClose
    false
    dom.ipc.plugins.enabled.npietab2.dll
    true
    extensions.lastAppVersion
    10.0.12
    gfx.blacklist.layers.direct3d9
    2
    keyword.URL
    http://search.yahoo.com/search?fr=greentree_ff1&ei=utf-8&ilc=12&type=386496&p=
    network.cookie.prefsMigrated
    true
    places.database.lastMaintenance
    1358793548
    places.history.expiration.transient_current_max_pages
    51968
    privacy.cpd.siteSettings
    true
    privacy.sanitize.migrateFx3Prefs
    true
    privacy.sanitize.timeSpan
    0
    security.warn_viewing_mixed
    false
    Graphics
    Adapter Description
    NVIDIA GeForce 6150 LE
    Vendor ID
    10de
    Device ID
    0241
    Adapter RAM
    Unknown
    Adapter Drivers
    nv4_disp
    Driver Version
    9.1.4.8
    Driver Date
    8-16-2006
    Vendor ID (GPU #2)
    00ad
    Device ID (GPU #2)
    00ad
    Adapter RAM (GPU #2)
    Unknown
    Adapter Drivers (GPU #2)
    Unknown
    Driver Version (GPU #2)
    2.1.3.0
    Driver Date (GPU #2)
    1-1-2007
    WebGL Renderer
    Google Inc. -- ANGLE (NVIDIA GeForce 6150 LE) -- OpenGL ES 2.0 (ANGLE 0.0.0.809)
    GPU Accelerated Windows
    0/1. Blocked for your graphics driver version.

    It is possible that you have switched the keyboard layout by accident.
    * http://support.microsoft.com/kb/258824 - How to change your keyboard layout
    Windows remembers the keyboard layout setting per application and you may have changed the keyboard layout by accident via a keyboard shortcut.
    * http://support.microsoft.com/kb/306993 - HOW TO: Use the Language Bar in Windows XP
    * Make sure that you have the Language bar visible on the Windows Taskbar
    * You can do that via the right-click context menu of the Taskbar: Toolbars > Language Bar
    * Check the keyboard language (keyboard layout) setting for the application that has focus via the icon on the Language bar
    * You need to do that while Firefox has focus because Windows remembers the keyboard layout setting per application
    * The default key combination to rotate the layout is the Ctrl+Shift or Alt+Shift combination that Firefox uses for some menu items
    * To avoid an unintentional switch, assign a specific key sequence (Alt/Ctrl+Shift+number) to select keyboard layouts and remove the key combination to rotate layouts (Alt+Shift or Ctrl+Shift)
    * Control Panel > Regional and Language Options > Languages > Text services and input languages > Details > Key Settings > Change Key Sequence

  • Problems with characters like "Á", "É"

    Hi, I'm having trouble when reading data with characters "&Aacute;", "&Eacute;", "&Ntilde;" from a database. If I use this:
    stmt = this.conexion.createStatement ();it works fine, but of course cannot access the records in the ResultSet but with method next ().
    As I wanted to use absolute (), first (), etc. I wrote that:
    stmt = this.conexion.createStatement (ResultSet.TYPE_SCROLL_INSENSITIVE, ResultSet.CONCUR_READ_ONLY);but when I try to read for example the word "P&Eacute;REZ", I get the word "0x50C38952455A".
    Can anyone help? Thanks in advance.

    This is my connection code:
          Class.forName("oracle.jdbc.driver.OracleDriver");
          conn = DriverManager.getConnection(url, login, password);The code that works:
    (1)
        stmt = conn.createStatement ();The code that doesn't:
    (2)
        stmt = conn.createStatement (ResultSet.TYPE_SCROLL_INSENSITIVE, ResultSet.CONCUR_READ_ONLY);Then, the same code to execute the query:
        rs = stmt.executeQuery ("SELECT MY_VARCHAR_FIELD FROM MY_TABLE");And to retrieve the value:
        String myValue = rs.getString ("MY_VARCHAR_FIELD");The odd thing is that before using a scrollable ResultSet (code snippet (1)), this worked perfectly. But, since I changed to code snippet (2), it doesn't for those characters.

  • IOmega incompatibility with characters like :  /;  " ;...

    Hi !
    Trying to save documents (Word, PDF,...) on the external iOmega drive,
    The external drive disk refuses to copy all documents those name includes
    characters like : / ; "" ; and a few others...
    How can I solve the Pb ??? beside changing all my docs name, one by one ....
    Thanks,
    Odile
    Mac OS X, version 10.3.9
    Processeur 1.25 GHz Power G4
    Mémoire 2 Go DDR SDRAM
    Modèle d’ordinateur: PowerBook G4 15"
     Type de processeur: PowerPC G4  (1.1)
     Nombre de processeurs: 1
     Vitesse du processeur: 1.25 GHz
     Cache de niveau 2 (par processeur): 512 Ko
     Mémoire: 2 Go
     Vitesse du bus: 167 MHz
     Version ROM de démarrage: 4.7.1f1
     Numéro de série: V73388TLNRZ

    Well the colon and backslash are used the file system so they are typically disallowed in many modern file systems. If the drive is formatted using the FAT32 partition type you are limited even more about which characters you can use.
    My recommendation is to the underscore or space instead of the forward slash, or colon.

  • How to change the size and font of my text in SMARTFORMS

    Hello gurus,
    I have a smartform as image below:
    I want to know how can I change the font size, and if is there a way to auto adjust text within its container or window?
    Thanls

    To maintain « Styles » in your Smart form, read first : Smart Forms >   Maintenance of Styles with the Style Builder.
    Transaction SMARTSTYLES
    if not already created, create a new style (e.g. copy the style assigned to your form)
    create a new paragraph format
    select alignment "BLOCK Justified"
    Then in transaction SMARTFORMS attach your style and use your new paragraph format.
    Regards,
    Raymond

Maybe you are looking for