[svn:fx-4.x] 14837: Changing the way data tips are rendered in when mirrored.

Revision: 14837
Revision: 14837
Author:   [email protected]
Date:     2010-03-18 00:26:27 -0700 (Thu, 18 Mar 2010)
Log Message:
Changing the way data tips are rendered in when mirrored.
Single data tip shows to left in RTL now which shows to right in LTR
Callouts connecting datatips to chart items are also modified.
QE notes:
Doc notes:
Bugs: FLEXDMV-2347 ( Datatips cluterred in bubble chart when layoutDirection=rtl)
FLEXDMV-2348 ( Position of datatips not changing WRT layoutDirection)
Reviewer:
Tests run: checkintests
Is noteworthy for integration:
Ticket Links:
    http://bugs.adobe.com/jira/browse/FLEXDMV-2347
    http://bugs.adobe.com/jira/browse/FLEXDMV-2348
Modified Paths:
    flex/sdk/branches/4.x/frameworks/projects/datavisualization/src/mx/charts/chartClasses/Ch artBase.as

Setting Lightroom's preview size to larger than screen resolution is guaranteed to slow things down. I have a dual monitor system whith Lightroom showing the loupe on one screen and the grid on the other. The screen sizes are 1920x1080 and 2560x1440. Following your practice for previews would bring my system to a crawl and I have an entry level workstation.All my previews are of standard 1024x768 in size. The only delays in viewing come when Lightroom is asked to display an image where there is no preview. Once the preview has been created, browsing is near instantaneous.
I beg to differ! The reason is that a preview can be used for any size, which is smaller than that of the preview. Scaling down a preview can be done with little or not loss in quality compared to getting the full resulution and scale that down. Scaling up is not possible.
In your case, you will not use the previews of 1024x768 at all for full screen display. Instead you will force L3 to create bigger previews the first time you open the photo. You could try this by generating the standard previews for new imported photos before you start browsing. Then try to browse. You will probably get the "Loading" message, which indicates that the preview was not used and another one with higher resolution will be made. Then try the same experiment, setting the size of the standard preview to 2048. If, and only if, the size of your display area is not more than 2048 pixels wide and you display a photo in lanscape orientation, you will be able to browse without delay after generating the standard previews.
If I understand your setup correctly, you display the photos in a window of 2560x1440 pixels. I suspect that only 1:1 previews could be used for that. I think Adobe should increase the maximum size of the previews to a value larger than 2048, so that you are not forced to use only the 1:1 previews.
I agree, that when the previews have been generated, browsing is near instantaneous.

Similar Messages

  • How do I change the way that my company name appears when googled?

    How do I change the way that my company name appears when it is googled?  Currently it only shows up as part of my company name followed by the website listed below and then the start of a description.  I would like to make it so my entire company name show up as the title when searched.  I used iWeb to create the site.  Please Help!  Thanks:)

    Put the whole company name in the title tag...
    http://www.iwebformusicians.com/Search-Engine-Optimization/Tags.html

  • HT3529 New 7.0 version update changes the way text messages are presented.  In the new version, I cannot figure out how to delete individual texts.  I can delete entire strings of messages, but I want to delete old texts, but keep the recent texts

    The new version of the software for my iPhone 4 changed the way text messages are managed. 
    I can no longer delete individual texts from a text "conversation."  I also have not figured out how to forward texts, which I was able to do in the prior version.
    Anyone know a way to edit out individual messages without losing the entire string?
    Anyone know if there is a way to forward messages?

    When you have the conversation open, if you tap & hold on a message bubble, you should get a new menu pop-up.  It should have 2 options "Copy" and "More..."  If you select the "More..." option it will then let you select one or more message bubbles and delete the selected ones by hitting the trach can icon in the lower left corner.  As for forwarding, you probably just select the "Copy" option, then paste the contents into a new message...

  • Change the way physical channels are selected

    Aug 1
    Group:
    I am using NI-9213 to collect thermocouple data and Labview 2014.  On the front panel the user uses a drop down to select the number of thermocouples to include in the test.  For example, if the user wanted to use the first 5 thermocouples, the user would select "Dev1/ai0:4"
    Is there a way to change this to "thermocouple 1 - 5"
    thanks for your help
    Tom

    Instead of making the user work in NI terminology, you do it in the background.  Allow the user to select a starting and stopping thermocouple or have a listbox to allow them to select what they want to measure and you build the string to pass into DAQ.

  • How do I change the way multiple mailboxes are displayed in Apple Mail sidebar?

    I have set up Apple mail with seperate personal and work mailboxes. I would like to be able to view and work with them separately, so I click on, say, my personal account and then get a submenu of inbox, sent, trash etc just for that account. The current view I have seems to be the opposite, i.e. I chose 'sent' and THEN have to select the account. Any ideas?

    Thanks very much for your reply sberman. It wasn't quite what I was after. What I would (ideally) like is to click on the "personal mailbox" triangle and for the inbox/sent/drafts etc for only that mailbox to appear.
    To try and put it another way: at the moment I have to click on 'inbox' then find the mailbox I am interested in, e.g. 'personal', whereas, ideally I would click on 'personal' then have an option to click on 'inbox' (or 'sent' or 'drafts' etc) as a submenu of that.
    Do you know if this possible?

  • Can I change the way photos albums are listed in the photo section?

    Hello, maybe I'm missing something really simple here but is there a way for me to make my iPod not show my events from iPhoto, and just the albums? After iLife 08 and Leopard, when I select "Sync all photos" it transfers everything including A TON of events, which I don't want. Is there a way for it to not show the events in the list? Thanks!

    you should be able to select which albums to sync instead of selecting "all photos" from the Photos tab in iTunes when your ipod is connected. Choose this PHOTOS tab, then select "Selected Albums" and not "All Events." This will let you choose which albums you want. Click the ones you want on the ipod, then click the SYNC button on the bottom right of the iTunes screen. It will take time to "optimize" all photos, then transfer them to the ipod (two-step process for each photo). Once done, eject and verify. You're all set!

  • Changing the way data is read into a program

    Hi,
    I have created a program which reads in the contents of a specified file, in this case aboutme.txt, displays the file contents on screen and counts the number of words in the file.
    I would like to be able to read data from any program specified by the user when the program is executed at the linux console
    e.g.
    java WordCounter myfile.txt
    How can i edit the code so that it will do this?
    Here is the code that i have done already, which works ok
    import java.io.*;
    import java.util.*;
    class WordCounterApp
         public static InputStreamReader input =
              new InputStreamReader(System.in);
         public static BufferedReader keyboardInput =
              new BufferedReader(input);
         public static void main(String[] args) throws IOException
              FileReader file = new FileReader("aboutme.txt");
              BufferedReader MyFile = new BufferedReader(file);
              StringTokenizer TokenizeMe;
              int NumberOfTokens = 0;
              int NumberOfWords = 0;
              TokenizeMe = new StringTokenizer(MyFile.readLine());
              NumberOfTokens = TokenizeMe.countTokens();
              while (NumberOfTokens != 0)
                   for (int WordsInLine=1; WordsInLine<=NumberOfTokens;
                             WordsInLine++)
                        System.out.print(TokenizeMe.nextToken()+" ");
                   System.out.println();
                   NumberOfWords += NumberOfTokens;
                   TokenizeMe = new StringTokenizer(MyFile.readLine());
                   NumberOfTokens = TokenizeMe.countTokens();
              System.out.println("\nThere are " + NumberOfWords + " words in the file");
              MyFile.close();
    thanks
    Carl

    Ok, heres what i have. This removes the error message but it only prints two of the three lines of text in my test file, the first and the last. so now when i run the program i get this:
    java Document myfile.txt
    This is my file
    It is quite small, for a file
    There are 11 words in the file
    Whereas, it should say this:
    java Document myfile.txt
    This is my file
    It contains several lines of text
    It is quite small, for a file
    There are 17 words in the file
    Here is the code i now have
    import java.io.*;
    import java.util.*;
    class Document
                  public static InputStreamReader input =
                              new InputStreamReader(System.in);
                  public static BufferedReader keyboardInput =
                              new BufferedReader(input);
                  public static void main(String[] args) throws IOException
                              FileReader file = new FileReader(args[0]);
                              BufferedReader MyFile = new BufferedReader(file);
                              StringTokenizer TokenizeMe;
                               int NumberOfTokens = 0;
                               int NumberOfWords = 0;
                   TokenizeMe = new StringTokenizer(MyFile.readLine());
                   NumberOfTokens = TokenizeMe.countTokens();
                   while (NumberOfTokens != 0)
                               for (int  WordsInLine=1; WordsInLine<=NumberOfTokens;
                                                                                     WordsInLine++)
                                          System.out.print(TokenizeMe.nextToken()+" ");
                              System.out.println();
                              NumberOfWords += NumberOfTokens;
                             String line = MyFile.readLine();
                             if (line==null) break;
                             TokenizeMe = new StringTokenizer(line);
                             TokenizeMe = new StringTokenizer(MyFile.readLine());
                             NumberOfTokens = TokenizeMe.countTokens();
                 System.out.println("\nThere are " + NumberOfWords + " words in the file");
                 MyFile.close();
    }I really appreaciate the help given so far, but this is the final piece really, so a suggestion would be appreciated
    thanks
    Carl

  • Please change the way window tabs are handled

    Hi,
    I like how SQL Developer uses the width of monitors well so I can have a relatively narrow main window (i.e. the editor window).
    The problem with having it narrow is that the tab bar becomes narrower as well so you don't need many open tabs before it becomes cluttered.
    I would like it if the tabs were moved below the tool bar and would use the whole width of the application. Also, I would like to be able to turn of the "x" to close them because I tend to accidentally click them.
    Basically I would like to see something like in modern browsers (like firefox).

    -K- wrote:
    Having the tabs separated from their windows would be extremely difficult.
    As for the "x", they used to be invisible until clicked upon, so accidents where more than regular.I don't want the "x" to be there at all, I always use the middle mouse button to close the tabs anyway.
    Nevertheless, you can request these at the SQL Developer Exchange, so other users can vote and add weight for possible future implementation.I might do that. Thanks

  • Change the way versions are named?

    When I duplicate a version it is automatically appended with " - Version 2". Is there any way to change the way new versions are named? I'd prefer something shorter like v2, v3, etc, but I can't find any way to change it.
    Thanks,
    Andrew

    Thanks for your reply. I don't usually have a lot of files to rename, so I just do it manually. It's not a big deal, it's just that I prefer to use shorter names, especially when sending files to clients. I'm surprised they don't allow the user to control something like this.

  • [svn] 4607: Change the way we handle setItemAt in DataGroup.. we now do it synchronously again.

    Revision: 4607
    Author: [email protected]
    Date: 2009-01-21 10:45:20 -0800 (Wed, 21 Jan 2009)
    Log Message:
    Change the way we handle setItemAt in DataGroup..we now do it synchronously again. However, this has the consequence that, even temporarily, you are not allowed to have the save visual element listed twice in the data collection.
    Get parity with Halo behavior and Flash behavior by allowing addElement()/addElementAt() to be called on an element already in the list. When this happens just shift the indices around.
    Small ASDoc fix in GroupBase. Also, change the way we handle data being set int he default complex item renderer...this way we're not using binding, and the code is also easier to understand.
    QE Notes: Write tests for addElement/addElementAt on items already in the group.
    Doc Notes: None
    Bugs: SDK-17909, SDK-18189
    Reviewer: Hans
    tests: checkintests, mustella DataGroup, List, Group, FxContainer, FxDataContainer
    Ticket Links:
    http://bugs.adobe.com/jira/browse/SDK-17909
    http://bugs.adobe.com/jira/browse/SDK-18189
    Modified Paths:
    flex/sdk/trunk/frameworks/projects/flex4/src/mx/components/DataGroup.as
    flex/sdk/trunk/frameworks/projects/flex4/src/mx/components/Group.as
    flex/sdk/trunk/frameworks/projects/flex4/src/mx/components/baseClasses/GroupBase.as
    flex/sdk/trunk/frameworks/projects/flex4/src/mx/skins/spark/FxDefaultComplexItemRenderer. mxml
    flex/sdk/trunk/frameworks/projects/wireframe/src/wireframe/FxDefaultComplexItemRenderer.m xml

    Hi blabla12345,
    (untested and without warranty)
    replace this line:
    const sSaveCUBE = "CUBE";
    with this:
    const sSaveCUBE = "cube";
    Have fun

  • They changed the way we see our appointments. That's awful! Is there a way to chnage back to the "old" way when you could see all your appointments at a glance????

    They changed the way we see our appointments. That's awful! Is there a way to chnage back to the "old" way when you could see all your appointments at a glance????

    Maybe I'm fool, but how I get the "day view"? I have three options on the top line, an icon that seems a computer (a square and two lines), a magnifying glass to search a especific item and a "plus" to add appointments. The "day view" isn't any more there - that's the point!!! Using the first icon a get the full month-that uses 2/3 of the screen- and two lines of appointments...To see the rest I have to slide up and down the two lines taking care to not touch the month...

  • Itunes has changed the way it stores files over the years and now i am having trouble figuring out which files are where so I can back them up

    Hi
    I have backed up itunes by copying my itunes file to an external hard drive. I try to keep my large media files (like TV shows) in a separate folder so that I can keep my hard drive on my macbook from filling up.  Problem is, apple has changed the way Itunes is organized and backs up over the years.  Now I am having a hard time keeping straight what is where.  When I go to support, it has different instructions for the various versions of itunes. I  am using version 10 now but it seems like I can't see all my files within the itunes music or media folder.  I want to get everything in one place so that I can easily back up, regardless of which version of itunes I am running at the time.
    I have selected to let itunes organize my files.  It keeps all the files I have purchased in one place apparently, but items I have imported don't seem to always be there.
    How can I best sort this out?

    I have, but if I don't have that particular external hard drive connected when my time machine backup hard drive is connected, then I don't think it is all backed up together.  It is getting too complicated to get out all this equipment every time I want to buy some music. 

  • Change the way month or year page flips in Lion?

    As nits go, this is pretty nitty :-) In Lion, iCal changed the way month (and year) views changed the way they moved. Instead of just a straight transition to the next month or year, some wise guy decided to transition with a lovely (not) animation that sets off my vertigo whenever the darn page moves from month to month.
    Is there a way to revert to the previous behavior without any animation? I want a straight transition, with no flipping. I would love a classic view of iCal. I realize I am a traditionalist, a Luddite, if you will, but I dislike the colors and the current UI. I had more control over what I saw with the old iCal. I have less control now. I really dislike animation I can't control. Anyone know what I can do about that?
    Thanks, Johanna

    Those dates are read from the Capture Date filed that is in the acutal file. You can make the changes you want if you export those files to a folder on the desktop, run a 3rd party application on them and then reimport into iPhoto. Then delete the original, bad dated files.
    The application that I use to batch change the dates is PhotoInfo. It will allow you to change any one or more of the date and time values by a given amount.

  • Is it possible to change the way SAP stores a DATE field ?

    Hi,
    I have a scenario here where I have to read from a file and then upload the contents to a custom table.
    The file is comprised of several lines, each line being formatted to accomodate several fields, according to their length specifications. It's the "standard" string style to import/export files from one system to another.
    My question is: one of these fields is a date field, and I am required to order the table, afterwards, by this date field. I notice it comes as DDMMYYYY, and my SORT is not working. If I use, on the other hand, dates in YYYYMMDD format, the SORT works perfectly.
    Does SAP expects the date to come as YYYYMMDD ? Is there a way I can change this "default" format ?
    Thanks,
    Avraham

    Hi,
    Yes, SAP expects the date to come as YYYYMMDD, this is the internal format.
    I am not sure you will be able to change the default DATS format to something else.
    Other internal date format : GDATU as in table TCURF.
    Sugestion : use offsets to convert original date to internal date format and keep doing your SORT as you already did.
    Hope this will help you find de good solution.
    Issa

  • Fixing bluetooth in windows 8.1 and changing the way windows update works

    Hello, this is a message for Microsoft, can you please fix the Bluetooth in the setting in Windows 8.1. Because I can not connect my devices on it to play music. Also, my second suggestion would be for Windows update. First of all,
    Windows tells me that it will install update automatically but It's not true. Everyday I check to see if there is an update on the pc. So change the way windows update works because It is a bit confusing. In other words, try to do like windows 7 if you
    can, or if not It is not a big deal. But a least try to have a solution for this issue and the Bluetooth also. 
    Thank you.
     

    Hi Ariel,
    The MSDN Windows Store apps forums are for developers to discuss writing their own Windows Store apps.
    For help with using Windows please post in the appropriate forum for your OS on
    http://answers.microsoft.com .
    --Rob

Maybe you are looking for

  • Can't move files - creates alias instead

    When I try to move a file/folder elsewhere, it creates and alias instead of moving the file. Yes, the folder I'm working under is in the Applications directory. I understand that this was something new added to 10.7 The problem is, I'm working with M

  • ICloud does not show photo edits

    I edited my photos on my phone but the edits to not show in icloud.  What am I doing wrong?

  • Clear text  password - how to send it from java.

    I am trying to reset the password of a user from java. So I have to open a socket connection to Unix box and send a packet in following format "<adminUserid> <adminPassword> PASSWORD <target-userId> <new-passwd>\n" So they say that user credentials a

  • PLEASE CAN SOMEONE REPLY...IM WELL STUCK!!

    can anyone help... I have a page with two buttons. Within the page are hidden fields defining two urls. When either button is pressed the request is sent to a servlet where some processing is done. However i have a request dispatcher which forwards t

  • Problem using the IMAQ Extract function.Not getting two different image out

    Hi, I am trying to use the multiple IMAQ extract functions to get certain parts of the webcam image and then using the color extract function to get the average RGB values. The problem is that both the IMAQ extract functions give the same image on it