Text Format size not changing results -- why?

Seems like this should be pretty straight forward, and I must have done this many times before with success.  Am I missing something obvious?
The text shows up, but it needs to display bigger than it is.  It's showing up consistently at about size 10, no matter what I set the size to, even "size = 100" ...
public function StimLetter(data:Object) {
               // format
               var format:TextFormat = new TextFormat();
               format.font = "Verdana";
               format.color = 0x000000;
               format.size = 100;
               // text
               stimText = new TextField();
               stimText.text = data.strng;
               stimText.autoSize = TextFieldAutoSize.CENTER;
               stimText.defaultTextFormat = format;
               addChild(stimText);
data.strng is simply a String coming from an array. 
Am I missing something here?! 

perhaps it's relevant to mention that the code above is the bulk of a "StimLetter" class that is importing into another class, and processed this way:
public var letterArray:Array = ["B", "C", "D", "F", "G", "H", "J", "K", "L", "M", "N","P", "Q", "R", "S", "T", "U", "V", "X", "Z"];
// lots more code ...
var stimID:int;
var strng:String;
for (var si=0 ; si < letterArray.length; si++) {
     stimID = si + 1;
     strng = letterArray[si];
     this["stimLetter"+stimID] = new StimLetter({stimID: stimID, strng: strng});
     this["stimLetter"+stimID].x = displayCenter.x;
     this["stimLetter"+stimID].y = displayCenter.y;
     stimArray.push(this["stimLetter"+stimID]);
     container.addChild(stimArray[si]);

Similar Messages

  • In the advanced tab of languages and Region the time and date formats will not change

    For a certian Application I am using I need to change the format of the Time and Date. I had no problems in Mountain Lion. In the advanced tab of languages and Region the time and date formats will not change. I need the date format to read as 01/01/14 and time format to read 13:00. As I said this was easily done in Mountain Lion and all previous Apple OS. I suspect it's an issue with in the OS.

    You're right, it has been that way for a long time. I've never bothered reporting it as a bug since it's simple enough to deal with, but reporting it would be a reasonable thing to do.

  • /dev/null changes result, why? ( How to know if svn repository exists )

    Hi,
    Because I am writing last few weeks some scripts for a project, I do want to put those under svn ( subversion ). As a scripting exercise I want to be able to create Repos and project folders in one go and add changes to the repo's svn conf files.
    I want to check if there is already an existing repository and if the name=passw line is already added to the passw db.
    I did use:
    svnlook youngest /Volumes/Development/_svnRepo/SSHToolNew 2>&1 | grep "No such file or directory" -c
    to check for the error message returned by svnlook
    svnlook: Can't open file '/Volumes/Development/_svnRepo/SSHToolNew/format': No such file or directory
    and want to continue doing my stuff when the result is bigger then 0, otherwise create the repo first with some options.
    With the following info
    /Volumes/Development/_svnRepo/SSHTools exists
    /Volumes/Development/_svnRepo/SSHToolNew doesn't exists
    using ( typed in the sh )
    svnlook youngest /Volumes/Development/_svnRepo/SSHToolNew 2>&1 | grep "No such file or directory" -c
    1
    echo "rv:" $?
    1
    gives as result 1 in the shell and when using echo "rv:" $?
    however
    svnlook youngest /Volumes/Development/_svnRepo/SSHToolNew 2>&1 | grep "No such file or directory" -c &> /dev/null
    echo "rv:" $?
    0
    gives 0 as result.
    And when the folder do exists it return the opposite!?
    Just to understands the happening. Why the difference with &> /dev/null ?
    What do I mis here?

    Hi Thanks you for your reply,
    I want that the result goes into a var so that I can compare it in an 'if' statement.
    If I leave & out then I get the following same result
    bash-3.2$ svnlook youngest /Volumes/Development/_svnRepo/SSHToolNew 2>&1 | grep "No such file or directory" -c > /dev/null
    bash-3.2$ echo "rv: "$?
    rv: 0
    It should be one ( 1 ) because the result count is one. Or am I wrong?
    So basicly, why is it changing the result? or is $? not the result of my line?
    What is the best way to check if f.e a command is failed like the one I use in an if statement? Can I move the result directly into a var, something like?
    bash-3.2$ svnlook youngest /Volumes/Development/_svnRepo/SSHToolNew 2>&1 | grep "No such file or directory" -c | MyVar=$? ( or whatever needed )
    Thanks again

  • Lrcat size not changing

    This may be a strange question but I've noticed that the size of my Lrcat has not changed in over a month in spite of adding and processing several new images (about 40 actually).  I am not seeing any problems when viewing images that I have adjusted in the past nor in LR's performance (v.2.1) but would think that the database size should increase as I add
    data....???  Any thoughts?

    I don't know anything specific about LR's database,  but other databases
    I've worked with do two things that could result in an unchanging size over
    the short term:
    1)  When records are deleted from a database, the size does not shrink but
    the space is available for new data to overlay where the old data was, so if
    you've imported images and deleted some you may just be reusing the old
    space.
    2)  Databases can be allocated in blocks are pages of certain sizes so they
    expand and contract in "chunks" of a particular granularity and 40-images
    worth of data may not be a significant new amount, especially combined with
    reason 1).
    To test if either reason 1) or 2) is occurring, note your current database
    size, then perform a Catalog Reorganization and see if it shrinks.  If so,
    then add one new image and see if the size grows by a small amount.  If it
    does not then the size is likely allocated in "chunks" and there is a little
    extra slack space even after a reorganization.

  • SignalExpress 2010 - Chart time axis format will not change to floating point or anything else

    I just downloaded and installed the new and shiny SignalExpress 2010 to replace the old version. And immediately run into major problems:
    The x-axis time format refuses to change to floating point or scientific even if I choose them from chart properties. The format is always absolute, e.g. 12:23:54.743. This makes the usage of the chart and the whole application impossible! Is this a known issue and is it going to be fixed soon? And where can I get the old version of the SignalExpress (2009) so I can install it again?

    Here is a screenshot of the problem:

  • Date format is not changing when I switch language (From English To French)

    Hi Guys,
      In our portal (NW04-EP6) application when I switch English to French,date format doesn't changed?
    Do you kow how can I fix it?
    Thanks,
    Maryam

    Hi Maryam,
    The langauage is set according to this priority:
    1) Language assigned to the user (in the portal)
    2) Browser's Language
    3) System's language
    4) JVM's Language
    Check your settings.
    Omri

  • How is the text made to not change in size on these pages?

    I am familiar with how to designate a font size that a page should first appear in a person's browser, but I had understood that the font size can always be changed in the browser by the viewer and the only way to prevent this was by making it a graphic, Flash file, etc.
    Yet on the site below (re. URL) it appears that it has been done in another way so as to make it unchangeable.
    How is this possible?
    Examples:
    http://www.usboverdrive.com/USBOverdrive/News.html
    http://www.usboverdrive.com/USBOverdrive/Information.html
    Thanks for any info on this.
    Regards,
    Ron

    Marian Driscoll wrote:
    Jacob Bugge wrote:
    Ron,
    I see no scaling in IE8...
    How are you scaling? I can scale with no problem in IE8, FF3.5 and Opera. I simply CTRL + mousewheel to scale.
    I can scale the whole page but not the text alone, but IE8 also has a special item, the dropdown View>Text Size.
    Jacob Bugge wrote:
    This means that you may scale the whole page, but not the text alone
    That is the way it is supposed to work in modern browsers. They zoom the entire page so that layout, images and text all scale together. There is no reason why anyone should want to scale the text while maintaining a single layout scale. Such a transformation to the page would make layouts go wonky as text would outgrow the areas it was designed to fit. It is only WebKit-browsers (Safari and Google Chrome) that oddly scale layout but not text.
    If you look at this page: http://www.imdb.com/title/tt0101114/episodes in IE8, you are able to change the size of the text alone, relative to the other elements on the page, and you are also able to change the whole page by using zoom, keeping the relative size of text and other elements (either the original relative size or another one).
    There used to be many sites where you could change the text alone, and people have been advised in this forum not to fight against that option.
    I am pleased to see that the general opinion seems to have changed.

  • PDF save size not matching result.

    Bridge CS4
    I have a series of images that are 1280x2048@300dpi. I am trying to save them as a pdf with one image per page. I have gotten all of the settings to work, except for the size.
    I am saving with a custom layout and size, with width of 1280px, height of 2048px, quality of 300ppi, 1 column and 1 row, no margins.
    However, when I save the PDF and open it in Preview and display it at actual size, it is significantly larger than what it should be. It is appearing to be about 1900 pixels in width, and of course it quite pixelated.
    Anyone know why this is happening and how I can stop it?

    Why not, exactly? What does the application have to do with what 100% zoom will look like? Unless I have been operating on horrible misinformation all these years, 100% zoom means one digital pixel for every pixel in my screen. It should be the same no matter what application I am using.
    Is the problem you speak of something specific to the PDF format?
    Either way, this is sort of beside the point.
    When saving the PDF with bridge, I selected a custom size of 1280 X 2048, with the unit of measure set to pixels, which matches the size of the images. I did this because I wanted the images in the PDF to display at the proper size, and for there to not be any margins (which I set to zero).
    So regardless of what is in the pdf (it could be meaningless scribbles), each page of the resultant pdf file should be the size that I told it to be. It clearly is not.
    I explained what I meant by 'significantly larger.' The images are 1280 pixels wide, but the pdf, when viewed at 100%, is nearly as wide as my screen (1920). This means that the images within the pdf are stretched and pixelated when viewed at 100%.
    This is obviously not the desired effect.

  • Font size not changing...

    I have a document with some body text that seems to be stuck at the wrong size. Even if I change paragraph types, sizes, hit Apply, Update All, etc., I can't get this one word to change to the right size. I could change it manually, but there are a lot of them in the document, and the whole point is that it's supposed to be automatic.
    Framemaker 7.1p114, Windows XP.
    Example of problem:
    http://flyingmoose.com/error.fm

    Saving the file as MIF and viewing that with a text editor (or the wonderful freebie MIFBrowse at http://www.grahamwideman.com/gw/tech/framemaker/mifbrowse.htm
    shows that there is a font size override applied to the problem word, which is why it doesn't get changed when you update the paragraph tag.
    Easiest route would be to use FM's find/change to find that specific character format
    <String `Reference characters (in '>
    <Font
    <FTag `'>
    <FSize 11.0 pt>
    <FLocked No>
    > # end of Font
    <String `parentheses'>
    <Font
    <FTag `'>
    <FLocked No>
    > # end of Font
    <String `) corresponding to elements '>
    > # end of ParaLine

  • Imported text formatting disappearing when changing font in character palette.

    Something seems to have changed with my InDesign, and I'm not sure why. Here is what I used to be able to do.
    I could import a word doc into a text box. This text would have bold, regular, italics fonts. I would select the text box, then change the font using the character palette by just changing the top font box. For example, if the font imported in as Helvetica but I wanted it all to be Futura, I would select the box and then just type Futura and all of the Helvetica bolds would become Futura Bold, and the Helvetica Italic would become Futura Italic, etc. I didn't have to select each line.
    Now if I try to do that same thing, when I select Futura, it just changes ALL the text to Futura Regular. I lose all previous formatting that was imported in from the word doc.
    I hope this makes sense.
    How can I go back to the way it was?
    PLEASE HELP! This is maddening! Not a big deal for a single flyer design but when laying out a book, this could add DAYS to the project.
    thanks!

    I believe the issue lies in the font palette. Here is what I used to do.
    - New document.
    - Create text box.
    - Select text box.
    - CMD + D
    - Select word doc
    - Text is imported with bolds, italics, etc.
    At this point, let's say I want font to be Myriad Pro...but I want the bold to remain bold and italic to remain italic.
    - Select text box.
    - Type font name into font palette (No dropdown or popup menu used to appear, now it does). Used to just type Myriad Pro then hit return.
    - Font in text would retain bolds and italics and become Myriad Pro. So if a line in the text imported as Helvetica Bold, it would now be Myriad Pro Bold.
    Now when I do this, it just changed ALL of the text to ONE font. If I type in Myriad Pro, a drop-down menu appears and automatically selects Myriad Pro Condensed.
    I hope that helps. I know I'm not crazy. This is what I have done forever. I use InDesign every day...and have for years. I rebooted my mac two days ago and this problem appeared. It seemed like some sort of awful update. haha. When I rebooted, I lost all of my preferences. InDesign went back to points and picas instead of inches. Smart guides appeared, I had to turn those off again. Stuff like that.
    Any thoughts?

  • Report format is not changing in IE

    Hi All,
    I am working with Report Designer. when i am executing the report, initially report is executing properly for the first time and givining define format. but if i am doing any change in report format in report designer the executed report do not capture the changes. the report generated on the web portal showing me the same output generated for the first time. if i am creating another copy of the same report by "SAVE AS" and then executing it, then again it is showing me the proper output for the first time only but it is not working if i am doing any changes in format.
    Kindly guide for that.
    Regards,
    Kaushik

    Hi Kaushik
    maybe you've already solved your problem, otherwise here's a program which most probably would solver your problem:
    report  zicm_cache_invalidate_all.
    call function 'ICM_CACHE_INVALIDATE_ALL'
      exporting
        global              = 1
      exceptions
        icm_op_failed       = 1
        icm_get_serv_failed = 2
        icm_no_http_service = 3
        others              = 4.
    if sy-subrc <> 0.
      message id sy-msgid type 'E' number sy-msgno
              with sy-msgv1 sy-msgv2 sy-msgv3 sy-msgv4.
    endif.
    Setting global to 0 would invalidate only local... It's the same like invalidating the cache thru SMICM
    Regards
    Gerald

  • Blu-ray Disc size not changing.

    I followed adobes workflow for final cut to encore cs4 by using compressor to create and MPEG2 Elementary stream Blu-ray file.
    now when i take the file (20GB) into encore the blu-ray project and my disc info always says 28 GB. I am trying to trim the end of the video so that the file would be smaller on the disc. I can do this fine with SD DVD's but in the blu-ray even if I make the timeline with only 5min of footage it keeps saying 28GB.
    is there something I am doing wrong?
    The file says don't Transcode.
    I am new to Encore and so far my experience hasn't been great with all the times its been crashing during importing assets and the "General Error" popups.
    I am using CS4 with the  latest patch

    I'm not really the most qualified to answer your question. Since the obsolescence of DVD Studio Pro and the ability to program menus and Steve Jobs saying that BD is a "bag of hurt" and Macs not directly supporting BD, there's been no point for me getting involved with BD creation. Media players (like Roku) will win (IMO.)
    Does the disc you made at least play from your Samsung burner?
    AVCHD discs are playable on blu-ray players and your final file size is small enough to fit on a regular DVD-r disc.  Have you tried just making an AVCHD disc on DVD-r?
    You can actually burn blu-ray directly from FCPX OR you can create an AVCHD disc (just select the appropriate Output Device from the Settings tab in the Share dialog.) Simply Share to Blu-ray (you might have to Add Destination from the Share popup menu.) Does burning directly from FCPX make a difference? (I'd hate to have you sacrifice a 25g disc though... that's why I'd suggest trying the AVCHD disc first.)
    [I'm sure other people have had better luck, but I have never had a Sony product that I could recommend to anyone. From old CD players to HD TV, everything Sony I ever bought turned to junk... except maybe one of the walkmans which I only keep around for extended blackouts (like hurricanes). After the TV, I finally learned my lesson. I would suspect the players as faulty before suspecting the disc as a coaster especially if it plays from the Samsung burner.]

  • Date format does not change with the Regional and Language Options in 2008

    I have a one-column report that was created using the SQL "select current_date" in postgres.  (Thinks select getdate() ).
    In Crystal Reports XI when I change the "Standards and Formats" of Regional Options to:
    English (United States)  the date is in the format mm/dd/yy
    English (Canada) the date is in the format dd/mm/yy
    Japan the date is in the format yyyy/mm/dd
    In Crystal Reports 2008 when I change the "Standards and Formats" of Regional Options to:
    English (United States)  the date is in the format mm/dd/yy
    English (Canada) the date is in the format mm/dd/yy
    Japan the date is in the format mm/dd/yy
    It doesn't change.  Is this a bug?
    Thanks in advance,
    J

    hey Jason,
    i am going through some of the old forum posts and saw that no one replied to your language options post.
    for cr 2008, there are language packs for the applicable languages. there are advantages for this as you can save installation space with the option of installing language packs for each language that you want the designer application to be in.
    you have seen the disadvantage as it doesn't work the same as before.
    you do not need the language packs for testing though. in the crystal reports View menu, switch up to the Product Viewing Locale to test objects which are using "system" settings such as dates.
    if you do wish to install any language packs so that you can change up the actual language in the designer, go to your install media. in the install files "\package\langs\" directory, you will see a folder for each language that you need. install the desired language(s).
    once you have installed a language pack and then restart the cr designer, you will now have the additional language in the View > Product Locale.
    so in summary...Product Locale will change the language of the whole designer...language packs are needed for this.
    Preferred System Locale can be used to test languages without having to change your windows system settings.
    i hope that this helps,
    jamie

  • Reduced SGA_TARGET, but SGA size not changing?

    I reduced the sga_taget from 1536M to 512M:
    alter system set sga_target = 500M scope = memory;
    System altered.
    select VERSION from v$instance;
    VERSION
    10.2.0.3.0
    show parameter sga
    NAME TYPE VALUE
    lock_sga boolean FALSE
    pre_page_sga boolean FALSE
    sga_max_size big integer 1536M
    sga_target big integer 512M
    But the real memory still showing the original value
    show sga
    Total System Global Area 1610612736 bytes
    Fixed Size 2030456 bytes
    Variable Size 1509950600 bytes
    Database Buffers 83886080 bytes
    Redo Buffers 14745600 bytes
    why is that while it's a dynamic parameter?
    Thanks a lot for any help.
    Edited by: user10484253 on May 13, 2011 8:36 AM
    Edited by: user10484253 on May 13, 2011 8:39 AM
    Edited by: user10484253 on May 13, 2011 8:41 AM

    I would suggest you to check v$sgastat to find out the exact SGA memory you are using currently instead of using "SHOW SGA" when when you set SGA_MAX_SIZE & SGA_TARGET initialization parameters.
    Below is a sample output from one of my test dbs. As you can see below my SGA size is only 1GB.
    SHOW SGA shows 2GB thats because I have set SGA_MAX_SIZE to 2gb ( which only means that I can grow my sga up till 2 gig , it may not be my current sga size).
    you can try increasing or decreasing SGA_TARGET and check memory usage on OS level to see the difference.
    SQL>show parameter sga
    NAME                                 TYPE        VALUE
    lock_sga                             boolean     FALSE
    pre_page_sga                         boolean     FALSE
    sga_max_size                         big integer 2000M
    sga_target                           big integer 1008M
    SQL>show sga
    Total System Global Area 2087780352 bytes
    Fixed Size                  2155336 bytes
    Variable Size            1744833720 bytes
    Database Buffers          318767104 bytes
    Redo Buffers               22024192 bytes
    SQL>select name, round(sum(mb),1) mb
      2        from (
      3      select case when name = 'buffer_cache' then 'db_cache_size'
      4                  when name = 'log_buffer'   then 'log_buffer'
      5                  else pool
      6              end name,
      7              bytes/1024/1024 mb
      8                   from v$sgastat
      9           )group by name
    10  /
    NAME                  MB
    db_cache_size        304
    java pool            128
    large pool            16
    log_buffer            21
    shared pool          528
                         2.1
    6 rows selected.
    SQL> -- V$SGA_DYNAMIC_FREE_MEMORY: Information about the amount of SGA memory available for future dynamic SGA resize operations.
    SQL>select * from V$SGA_DYNAMIC_FREE_MEMORY;
    CURRENT_SIZE
      1040187392- Krishna

  • Help please-Text hyperlink does not change color on Safari?

    I have set up certain links on my page to change color once they have been scrolled over or clicked. After publishing my site this feature is not active on Safari, but works on Firefox. I have visited other sites that have been made on iWeb and seen that this feature is active on Safari, so I know it is possible to create this feature. If there are any suggestions or tricks that would help me I would greatly appreciate it.

    I am having the exact same problem. I cross-posted your submission to jaycheryl's thread after confirming, with my pages, your bottom-line observation that Firefox displays the code correctly.
    The only difference in our situations is that I didn't edit any colors. I'm just using one of iWeb's stock themes. Some of my hyperlinks are OK in Safari and all of the iWeb created hyperlinks, e.g. the <next> and <previous> blog navigation buttons are OK even on new pages.
    p.s. I don't see, or can't link to the "Helpful" answers available: 2 . "Solved" answers available: 1 displayed at the top of the thread?

Maybe you are looking for

  • Error while trying to install NI-VISA driver on SUSE LINUX 11.1(The version of gcc in the path does not match the version of gcc used to compile the currently running kernel.)

    hi i am trying to install NI-VISA driver on SUSE LINUX 11.1.  the error message it shows is           ******************************** ERROR **************************************** * The version of gcc in the path does not match the version of gcc u

  • Material number numeric only

    Hi team, I have customized the material type ,(ROH) to 1001;my requirement is material should be only numericals like 11000250,,,,,its asking for alpha numeric,so plz help to come out of this issues,,,, In T-code- mmnr (i have given external numberin

  • Need to send Spool file to user's SAP inbox

    Hello all, I have scheduled a background job to send the spool file to the receipient's SAP inbox. The user is getting the file but when compared to the spool file it is much smaller. The spool file is around 1700 pages and the user is getting only 2

  • PRE 12 + Phantom Burner

    I am attempting to create a Blu-Ray ISO file of a Premiere Elements 12 project.  PRE12 is installed on a Dell XPS 420 with Windows Vista SP2. I have completed the project and installed Phantom Burner 2.0.  I have created the Phantom Burner file by ri

  • Solaris 10  - T1000

    Just managed to(fudged to say the least) jumpstart my T1000, however I would like to add some extra storage and was wondering if theres any PCI-Express USB (not supported obviously) cards that work in Solaris 10 1/13 in a T1000 as I would like to add