Flex4: multilanguage and resizing

I worked a lot to make flex3 app resizable when the user change the locale. But now we have to migrate to Flex 4 (for RTL, mostly) and it seems
a lot of works is required. Is there any right directions to follow ?
for example, if I use s:combobox with some data, the user open the dropdown, then I change the content of the combobox dataprovider, then the
user open again the combobox. At this point, the dropdown does not resize to fit its content and show an ugly horizontal scrollbar. Bad.
more generally, it seems that flex (3 or 4) follow this rule "widgets fit their container", but we want "containers fit their content". Why this
is not implemented ? Why datagrid cannot simply switch from a mode to another, resizing perfectly to show every items in every columns ?

<<I mean that if you have made changes to a raw file in the raw converter, the next time you open the file in the raw converter you will see exactly where you left off last time.>>
I'm not sure what the "raw converter" is. I'll list my workflow, to give you an idea of what's going on. This is what I do after I load a new image into APE via Ctrl+Shift+G:
The CR2 image opens in Camera Raw. I then:
1) Select the Camera icon, select Landscape
2) Tweak Exposure, Recovery, and Fill if necessary (usually not)
3) Set Clarity to 50, Vibrance to 40, Saturation to 10
4) Select the "Open Image" button to open the image in the APE Editor
In the APE Editor, I:
1) Select File | Info, and load in an existing xml file (such as "Ice Age Trail")
2) NEW: Select Image | Resize, change resolution from 240 to 300, make sure Resample is turned off
3) Select Ctrl+Shift+B to correct the colors (once in a while, I revert back via Ctrl+Z)
4) Select Enhance | Shadows and Highlights. More often than not, I back off on the automatic adjustment of 15% to reduce shadows, if not eliminate it altogether (set it to 0%)
5) Select Enhance | Levels and move the sliders below the beginning of the "foothills"
6) Select Enhance | Sharpen
7) Select File | Close, saving as a highest-quality (12) jpeg

Similar Messages

  • What is the best way to move and resize layers?

    When I click on a layer to move and resize it in Elements 8 in Windows 7, it disappears.  After I go to Edit/Undo, it reappears.  What should I do?

    I have PSEv.8 and Windows 7, and the Editor works like a charm for me.
    Try the following:
    Open picture 1, duplicate the background layer.
    Open picture 2, make a selection of something in the picture with one of the selection tools, and then go to Edit>copy. This puts the selection on the clipboard.
    Go back to to picture 1, go to Edit>paste, and the selection will be on its own layer
    Use the move tool to position and resize the selection.
    The middle layer can be dragged to the top. Here, this process will obscure visibility of Layer 1, but you can drag the layer structure back, of course.
    http://www.pixentral.com/show.php?picture=1D3wrzjD5r24U8LfdTA1sdUb0zJOY0
    I opened a picture of the house on the lake, copied/pasted the "Slick Rock Divide" sign as per above. The layer structure is represented in the print screen.
    You should note that it is best if the resolution of the picture files is the same, or close to it.

  • Photoshop CC: Have a template that I moved image into.  Image is too small.  How do I resize the image while in the template?  Or must I go to original image file and resize there again and again until I get the right fit?

    I have a template that I am able to plug different pictures into at different times.  The problem is that when I plug an image into that template, I find that the image is either too big or too small.  Is there a way to plug the image into the template and resize the image (and not the template itself) OR will I have to go to the file with the original image and resize it there and then try to plug it in to the template to see if it fits------and if it does not fit, go back to the original file with the image and resize it again and see if that fits---and so on and so on...........?  I have tried the" image size" option but it's hit or miss------mostly miss!
    Thanks!

    Read up on Smart Objects. It looks like you have no idea as to how to create and use them.
    Jut create a Smart Object from the layer containing whatever it image it is that you are "plugging into your template".  But you do need to learn the application at its most basic levels.
    Photoshop is a professional level application that makes no apologies for its very long and steep learning curve.  You cannot learn Photoshop in a forum, one question at a time.
    Or is it possible that you don't even have Photoshop proper but the stripped-down Photoshop Elements?"
    If the latter is the case, you're in the wrong forum.  This is not the Elements forum.
    Here's the link to the forum you would want if you're working in Elements.:
    https://forums.adobe.com/community/photoshop_elements/content
    If you do have Photoshop proper, please provide the exact version number of that application and of your OS.
    (edited for clarification)

  • Help needed in Drag and Drop and  resizing of image icons

    Hi all,
    I'm doing a project on Drag and Drop and resizing of image icons.
    There is one DragContainer in which i have loaded the image icons and i want to drop these image icons on to the DropContainer.
    After Dropping these icons on to the DropContainer i need to resize them.
    I have used the Rectangle object in resizing.
    The problem now i'm facing is when i drag, drop and resize an image icon and when i try to drag, drop a second image icon the first image icon gets erased.
    can any one help me in fixing this error.
    if u want i can provide the source code.
    thanks in advance
    murali

    the major restrictions in its implemented only in
    jdk1.1.Why!

  • Upload and Resize Image not inserting filename in database

    I have a form that I created using the insert record form wizard. One of the fields is a file field and my form enctype is set to multipart/form-data. I then used the upload and resize image behavior and set the parameters. When testing the form the file uploads to the correct directory but no entry is made into the database for that particular field. The other fields are entered into the database just fine. If it helps, here is the code generated before the  tag:
    <br />
    <br /><?php require_once('../../Connections/test.php'); ?>
    <br /><?php<br />// Load the common classes<br />require_once('../../includes/common/KT_common.php');<br /><br />// Load the tNG classes<br />require_once('../../includes/tng/tNG.inc.php');<br /><br />// Make a transaction dispatcher instance<br />$tNGs = new tNG_dispatcher("../../");<br /><br />// Make unified connection variable<br />$conn_test = new KT_connection($test, $database_test);<br /><br />// Start trigger<br />$formValidation = new tNG_FormValidation();<br />$tNGs->prepareValidation($formValidation);<br />// End trigger<br /><br />//start Trigger_ImageUpload trigger<br />//remove this line if you want to edit the code by hand <br />function Trigger_ImageUpload(&$tNG) {<br />  $uploadObj = new tNG_ImageUpload($tNG);<br />  $uploadObj->setFormFieldName("picture");<br />  $uploadObj->setDbFieldName("picture");<br />  $uploadObj->setFolder("../images/");<br />  $uploadObj->setResize("true", 120, 0);<br />  $uploadObj->setMaxSize(1500);<br />  $uploadObj->setAllowedExtensions("gif, jpg, jpe, jpeg, png, bmp");<br />  $uploadObj->setRename("auto");<br />  return $uploadObj->Execute();<br />}<br />//end Trigger_ImageUpload trigger<br /><br />// Make an insert transaction instance<br />$ins_team = new tNG_insert($conn_test);<br />$tNGs->addTransaction($ins_team);<br />// Register triggers<br />$ins_team->registerTrigger("STARTER", "Trigger_Default_Starter", 1, "POST", "KT_Insert1");<br />$ins_team->registerTrigger("BEFORE", "Trigger_Default_FormValidation", 10, $formValidation);<br />$ins_team->registerTrigger("END", "Trigger_Default_Redirect", 99, "../team.php");<br />$ins_team->registerTrigger("AFTER", "Trigger_ImageUpload", 97);<br />// Add columns<br />$ins_team->setTable("team");<br />$ins_team->addColumn("id", "NUMERIC_TYPE", "POST", "id");<br />$ins_team->addColumn("sort", "NUMERIC_TYPE", "POST", "sort");<br />$ins_team->addColumn("name", "STRING_TYPE", "POST", "name");<br />$ins_team->addColumn("title", "STRING_TYPE", "POST", "title");<br />$ins_team->addColumn("description", "STRING_TYPE", "POST", "description");<br />$ins_team->addColumn("picture", "FILE_TYPE", "FILES", "picture");<br />$ins_team->setPrimaryKey("id", "NUMERIC_TYPE");<br /><br />// Execute all the registered transactions<br />$tNGs->executeTransactions();<br /><br />// Get the transaction recordset<br />$rsteam = $tNGs->getRecordset("team");<br />$row_rsteam = mysql_fetch_assoc($rsteam);<br />$totalRows_rsteam = mysql_num_rows($rsteam);<br />?>

    If the reason is about memory, warning message should be happened when upload the image, because "show thumbnail" means resize at second time, how come you failed to resize the picture that system let it upload succeed at the first time by the same resize process?
    upload procedure
    a.jpg: 2722x1814, 1.2mb
    upload condition: fixed width 330px, 1.5mb
    "upload and resize" a.jpg -> file upload -> "resize engine" -> passed (but not work and no warning message)
    "show thumbnail" a.jpg -> "resize engine" -> failed (not enough memory)
    it doesn't make sense.
    and you miss an important key point, I upload the same picture myself, and resize work, so I said it happened at random, and that's why I am so worried.

  • Use of Java Swing +Applescript to move and resize Mac OS X windows using

    Here is an interesting use of Java on Mac OS X and Applescript to
    enable moving and resizing of windows using mouse and keyboard:
    [MoveResize tool|http://code.google.com/p/sandipchitalesmacosxstuff/#Move_and_resize_windows_on_Mac_OS_X]
    How it works:
    The implementation uses Applescript to get the front most window and
    it's bounds. It sends the bounds rectangle to a server implemented in
    Java over a socket connection. The Java server takes the screen shot
    of the full Desktop and uses it as the Image label (a JLabel with
    ImageIcon) as the content pane of an undecorated JFrame which has the
    same bounds as the Desktop. A JPanel with semitransparent background
    and a dark rounded rectangular border is given the same bounds that
    were received over the socket. This JPanel is added to the
    PALETTE_LAYER of the JFrame's layered pane - which makes it appear
    floating in front of the front window. A Mouse and a Key listener
    added to the JPanel allow moving and resizing of the JPanel. When the
    user types the ENTER key the JFrame is hidden and the new bounds of
    the JPanel are sent back to the Applescript over the socket connection
    which moves and resizes the front most window.
    Enjoy!
    Sandip
    Edited by: chitale on May 14, 2009 4:12 AM

    Copy the /Home/Documents/ folder to the NAS drive. That drive needs to support AFP or you may run into filename problems and/or other file related problems due to filesystem differences.
    Once the folder has been moved to the NAS select the folder on the NAS and CTRL- or RIGHT-click. Select Make Alias from the drop down menu. You should now have an alias named "Documents alias." On the Mac put the /Home/Documents/ folder in the Trash but don't delete it. Copy the alias file from the NAS to the /Home/ folder. Rename it to simply "Documents." Double-click on it to be sure it opens the folder on the NAS. If so you can empty the Trash. You're done.

  • How do I allow the user to select and resize the CNiGraph while executing?

    I am writing an application with Measurement Studio and Visual C++ that will allow the user to create graphs on the fly. I need to give them the capability to select a graph and resize it in a manner consistent with most other Windows programs (i.e. resize handles). I have tried various implementations of the CRectTracker class and can get it to work for Microsoft controls, but I can not get it to work with the CNiGraph (the only one I have tried so far). The code runs but I never get the selection box or handles around the control. Is there a way to do this and is there an example anywhere that I can go from? Any help would be appreciated.

    Never mind. I have now found the way to do this.

  • Firefox "X" close and "_" minimize and Resize become unusable

    After running for a few minutes and visiting several web sites, in Firefox ver 3.6.13 the "X" close and "_" minimize and Resize buttons on the top right of the browser window become locked and unresponsive. this has just started recently. I've tried an overlay re-install with no effect. Any fix ideas would be appreciated.

    This happens to me too. It used to happen once in a while, probably due to hibernating and leaving firefox open for long periods or with too many tabs. Restarting the browser solves the problem.
    But after updating to 3.6.13 and some extensions/addons, it happens almost every time. The minimize, resize, close buttons do not work. I can still switch between the tabs I have open and make new tabs, but the title bar keeps the title of the last tab I was on when it froze. When smaller frames are open, such as download box or save as box, those freezes and can't be close either.
    If I minimize through "show desktop," the window doesn't open up again.

  • Stop JPanel auto positioning and resizing in Netbeans

    Hi,
    I'm working on a Swing application in Netbeans. In my program I had several JPanels. At any one time, only one JPanel is visible.
    I dragged my JPanels to the JFrame in the Swing editor. Each time the user clicks on the switch function button, another JPanel should be displayed.
    However, the new panel does not display correctly. It remained at the position where I had dragged (randomly) on Netbeans, instead of the new size and location I set it to prior to setting it visible. I tried to tinker with it, and realized that Netbeans helped me reposition my JPanel back to its original position. For my function to work, I suspect I should disable auto positioning and resizing.
    How do I turn it off?
    Thanks in advance,
    eddy05

    eddy05 wrote:
    That's what the JComponent.setSize() and JComponent.setLocation() do right, to resize and relocate JComponents and its subclasses.This only sets the properties of that particular JComponent. The layout manager of the container that holds it can choose to use these properties or not depending on what layout manager is being used.
    I wanted to perform the above functions, but Netbeans' behaviour keeps interfering, hence my request on how the behaviour can be turned off =)By dropping a JPanel into your JFrame (the JFrame's contentPane actually), NetBeans is by default going to use the GroupLayout, and the properties of the JComponent noted above will be ignored. One solution alluded to above is to have the JFrame's contentPane use a null layout, but while this might work in the short run, in the long run it will hurt you. Better is to read up on the various layout managers available for your use in the Sun Swing tutorials and start to play with them in your code.

  • Video Crop and Resize

    Not sure if this is a bug but it's frustrating! I'm using the
    Mac version of Flash CS3. I set everything up correctly to crop a
    video clip (dragging the sliders in the 'Crop and Resize' tab). I
    then start the queue etc. The resulting flv has NOT cropped as I
    specified?? I get strange sizes, distortions etc. This also happens
    by direct import to the stage (embed or external).
    Also I find that I need to check the 'Resize Video' check box
    even if I don't want to resize the video to get Flash to import at
    the correct size of the original! This renders the cropping tool
    useless. Any ideas anyone?

    I've since done some tests. The issue appears to be related
    to the source video and not the Flash Video Encoder, particularly
    the compression format. I have a set of clips at the same size but
    the compression formats are different (I checked the movie
    properties in QuickTime). Sorenson versions seem to crop and resize
    OK, but the DV format doesn't.
    At least the Flash side of things are fine.

  • Moving and Resizing UIComponents

    Hi,
    I am making a flex application in which I am drawing Square,
    Rectangle,Ellipse, line,etc with flex UIComponent.
    I want to Moving and Resize the UIComponents .
    And what would be a better way to put UIComponent on some
    container and resize and move the container ? Or directly move and
    resize the UIComponent ?
    Can any one help me ??

    Hello all,
    regarding what I asked about, I've found this https://help.ubuntu.com/community/Resiz … Partitions
    So the question now is about moving. If I dd sda5 to sda4 will I have to set something up for it work? Like some offsets/adresses?
    If I am able to move sda5 to sda4, the rest will be fairly easy. Any about my partitiong layout - it's manual, I've used fdisk, cryptsetup, mkfs and the lvm tools that come with the arch install iso.
    Also some have misunderstood - currently everything but the boot partition, which is on another drive, is encrypted - in one LUKS partition and inside it there is an LVM with the different partitions.
    I've tested on a virtual machine by doing the following:
    unmount partitions
    move the luks partition by using dd with opts bs=4096 conv=notrunc,noerror,sync
    after that follow https://help.ubuntu.com/community/Resiz … Partitions
    Worked like a charm(if you need to remove mappers use dmsetup).
    After that: the uuid's of the lvm's are the same so that's cool. Just need to get the UUID of the new luks partition and set it in grub's cryptroot parameter.
    That's all
    Still I think I will backup everything first, then I will try this.
    Last edited by rand_x0r (2014-04-23 22:20:00)

  • Moving and Resizing Panels

    I have some panels that I would like to allow the end-user to
    rearrange and resize to their liking.
    How would I go about doing this?

    I have some panels that I would like to allow the end-user to
    rearrange and resize to their liking.
    How would I go about doing this?

  • Disable sorting and resizing columns on table view

    Is there a way to disable sorting and resizing columns on table view?
    Thanks

    Use
    setSortable(false)
    setResizable(false)
    on each TableColumn

  • Cropping and Resizing Pictures in the Picture Motion Browser (PMB) software.

    Solved!
    Go to Solution.

    For complete information about cropping and resizing pictures, select the appropriate PMB version below.
    PMB 5 or later
    PMB 4.3 or older
    NOTE: The links above take you to the PMB Support Web site.

  • How do import an image into CS3 and resize it?

    Hi, let me say first I know very little of Illustrator C3.  I have a poster that was created by someone else.  I'm supposed to take that image and resize to fit on a pop up banner.  I created a new doc in Ill. with the correct dimensions and copied and pasted the image.  Now how to I get the original image with layers to conform to the new doc. sizing?  I need to take the image and enlarge it and make it fit within the confines of my new doc.  How do I do that without distorting the image.

    Shift, Ctrl and Alt modifier keys offer constraining options in all Adobe programs. Shift will retain proportions, Alt scale from the center etc. and when combined you can scale constrained from the center. anyway, the question is, what you are referring to by "image". Bitmaps as in photographs or other pixel images? Then AI is the wrong choice. You need to do such things in Photoshop. If its a PDF or another AI file, scaling should be no problem. you may just wish to group items before doing so to retain their relative placement within teh group and avoid unpleasant surprises when you only mass-select them.
    Mylenium

Maybe you are looking for

  • Unable to open query designer while able to access BI system

    Hi Experts,    I have problem while opening query designer, analyzer , WAD . I get the below error. But when i access the relevant BI system i am able to access it well , i dont get any RFC Error. Will there any port setting for query designer separa

  • MBP LCD oversaturation problems fixed in 10.6

    Hello, I just installed Mac OS X Snow Leopard and suddenly color reproduction is fine again. I have a Macbook Pro 13.3 with the 9CC2 LCD panel. Like many people in this forum I wasn't happy about how colors look on my screen. Blues were kinda purple

  • How do I check an iphone for a virus?

    I upgraded my husbands iphone to iOS5 software.  The iphone backup file that was saved to his PC had a Trojan Horse virus.  He lost everything on his phone because the iphone blocked restoring the phone and identifed the Trojan Horse virus.  His phon

  • Can't display any content in safari

    I guess it was after the last update to Mac OSX 10.4.8, my safari stop working any more. The browser stay blank when I open it (actually it's loading the content in the background because if i drag the right bottom corner to resize the window, the co

  • Download images to local machine (Urgent!)

    I would like to download over 600+ images(BLOB format) from a table in my application that is built in Application Express to my local PC. After revising the images, I need to upload all the images back to the table. I am not sure if I can run some P