Lightbox images are squareish when the gallery starts

Lightbox images are squareish when the gallery starts and should be photographic proportions, they are correct in the thumbnails. fit proportionately is on

I adjusted it on the gallery box itself and they all show correctly now, Should be automatic really. also better editing capabilities of the lightbox would be appreciated its a failry big and useful part of the software

Similar Messages

  • No images are shown in the Gallery

    Hi Everyone,
    It looks like all the picture i am taking with the camera are stored in the memory card, moreover the gallery is not showing any of them. Does anyone know how to make the pictures appear in the gallery again.
    regards,

    You don't say which phone you have, but as you posted in E-series then I assume you have somethign in that range.
    This being the case, your gallery is not a folder, it has a database which finds images wherever they are on the phone. Go to the phone's File Manager and check in the Images folder on your memory card - you should see a folder with the year and month as its name (eg: 200904), which has another subfolder inside - your pictures taken during that month will be in there. Now you know that your images are at least safely stored.
    There is nothing that I know of that I can safely recommend you do about the database file as it is hidden from view; but make a backup of your phone (contacts, messages etc.) using PC Suite, thenreformat the phone using *#7370# - this will reset everything to defaults and wipe everything (hence the backup), but the dataase will also be wiped and recreated next time you open gallery.

  • I have been dealing with crashing and freezing issues on my iMac for 6 months.  A supervisor has been assisting me but the issue is not getting fixed.  The computer was under when the issues started.  He wants to get us a new computer but is not allowed.

    Our iMac was under warranty when it began freezing and or crashing.  I have spent several hours on the phone with a supervisor and had the machine in 2x.  We have also had a repair done in our home.  The problems persist.  We feel apple owes us a new computer.   Help!!!

    Do you have a written record of your attempts to get it repaired?  When you took the machine "in" for repairs, did you take it to an Apple Store or to an Apple Authorized Reseller or Repair Facility, and do you have copies of invoices or statements showing what repairs were made?  If the answers are yes, you need to be persistent in attempting to get a new computer.  Ask to talk to the supervisor's supervisor to "escalate" the complaint to a higher level.  Get copies of all your repair information and send a letter to the Apple Customer Service people in California and ask them for help.
    If your iMac was under warranty when the problems started and the problems have not been resolved, your position should be that the problems should still be fixed or the computer replaced even though the warranty may have expired in the interim.  Do you live in the US?  If yes, your home state has a Consumer Protection agency.  File a complaint with them and ask for their assistance in mediating and/or resolving the matter.

  • How do I spot what images are RGB using the separations preview?

    2 Questions: 1. How do I spot what images are RGB using the separations preview? 2. Is there an easy way to convert those to CMYK without opening each one in PS? I did this before all the time but I'm rusty and can't remember how I did it. I'm on CS6.

    You can one of several methods to find out:
    (1) You can use the Links panel.  Open the Links panel. Go the panel menu and choose Panel Options. In the Panel Options dialog, Under Show Column check "Color Space". Now when you view your Links panel it will show the color space of all linked images.
    (2) You could use Preflight, and set up a Preflight Profile. In the profile, go to the Color section > Color Spaces and Modes Not Allowed, and check RGB. Then any RGB images would be flagged.
    (3) If you need to know BEFORE you place the images, use Adobe Bridge. Open the folder where the image are. Use the Metadata panel and view the color space of the images.

  • How do I Initialize a button to be enabled when the program start and if pressed then disable and gray it until a certain action is taken then comeback to the enabled state?

    Hi!!!
    I'm doing a program with the following buttons: Run, Abort, Repeat and Exit. When the program starts from the first time only Run and Exit button will be enabled and not disabled so the user doesn't press the Abort and Repeat button. The user has to select from a menu bar the test he wants to make then if he presses the Run button a pop up window will come up asking for the serial number and his name, and will comeback to the main program with the entered information. The user now has to press the Run button again to start the test, when the test starts the Abort button now will be enable
    d and not disabled, when the test ends the Repeat button will be enabled and disabled. If the user selects new test from the menu bar the whole process will come again. I'm having problems with the menu bar because it has a time-out and when that occurs the program gets crazy. Also I'm not sure about what mechanical action I have to use for the Run. Do I need to count the times the Run button is press so the 2nd time is pressed it will be disabled. Do I need to use a sequential and where I initialize the buttons so the first time they are like I want (Inside or OUtside the while loop that ends with the Exit button) Any help wil be appreciated.

    I'm not sure about the menu bar because i've never used them..i tend to go for listboxes instead.
    As for the buttons, if you want to wire the button to a local variable then the button must be a switch, otherwise a latch is ok. But remember you will probably need to reset the button at the end of a run (ie. wire a constant through the while loop to the local variable for the switch). To initialize the buttons at the start, wire constants to their locals outside the main execution while loop.
    Put the disabling/enabling functions in the parts of the program the button has activated. For example, you say the 2nd time the Run button is pressed you run the 'test', enable the Abort button and want to disable the Run button - put these property nodes into th
    e 'test' sequence/loop.
    Sequences are useful to control when you want buttons to be modified. I use them if i cant sequence the order of execution any other way. But try and avoid using multiple frames as it can get confusing if you start hiding code.
    If you are still having problems, post an example of your program in no higher than LV 6.0.2 and i will try and adapt it for you.
    Kim

  • [svn] 663: Fix SDK-14201: Performance: embedded images are written into the swf one byte at a time.

    Revision: 663
    Author: [email protected]
    Date: 2008-02-26 13:56:08 -0800 (Tue, 26 Feb 2008)
    Log Message:
    Fix SDK-14201: Performance: embedded images are written into the swf one byte at a time.
    This changes the way swfs are written out when they contain embedded lossless images,
    such as PNGs and GIFs. The old code had a loop to write a byte at a time; the new code
    does a single biblt. The result is a modest compilation speedup, on the order of
    several hundred milliseconds when compiling Flexstore.
    (This already went into the trunk as revision 658.)
    Ticket Links:
    http://bugs.adobe.com/jira/browse/SDK-14201
    Modified Paths:
    flex/sdk/branches/3.0.x/modules/swfutils/src/java/flash/swf/TagEncoder.java

    Hiya, Mike,
    It's pretty tough to work through pasted-in code. If you can, please upload a page to a server, so we can see your pages in context. We'll be able to download it and look at it.
    That said, you can do this: Find the beginning of an editable region in Code View. It will look like this:
    <!-- InstanceBeginEditable name="nameofregionhere" -->
    Click anywhere in that tag, between the opening bracket and the closing bracket.
    Then, on the vertical toolbar on the left side of the Code window, click on the "Collapse Full Tag" button. It is the one with two arrows pointing at each other. This will collapse that entire editable region. Then click the button with the two arrows pointing away from each other. That will re-open the editable region, but will highlight it.
    If you have nested regions, you will find the other inside one of the editable regions. If you copy the <!-- InstanceBeginEditable and do a search on it in that document, you will find the nested region.
    Beth

  • [svn] 658: Fix SDK-14201: Performance: embedded images are written into the swf one byte at a time.

    Revision: 658
    Author: [email protected]
    Date: 2008-02-26 11:28:16 -0800 (Tue, 26 Feb 2008)
    Log Message:
    Fix SDK-14201: Performance: embedded images are written into the swf one byte at a time.
    This changes the way swfs are written out when they contain embedded lossless images,
    such as PNGs and GIFs. The old code had a loop to write a byte at a time; the new code
    does a single biblt. The result is a modest compilation speedup, on the order of
    several hundred milliseconds when compiling Flexstore.
    Ticket Links:
    http://bugs.adobe.com/jira/browse/SDK-14201
    Modified Paths:
    flex/sdk/trunk/modules/swfutils/src/java/flash/swf/TagEncoder.java

    Thanks John,
    I've downloaded the exif tool + the gui - I can see how it's meant to work and have successfully processed a single file (even when I got the name wrong it still copied exif time data!)
    I'll investigate further on how to do a batch and use command line
    Really appreciate your prompt response to my problem. 
    I will let you all know how I get on - will take quite a few weeks but I am confident I can get there!
    Thanks Mike
    A week later I've now got back into this.  I used the exif gui tool - which was very simple to use once I sat down with peace and quiet for 10 mins!  I successfully copied and updated the correct exif data including capture time from the original backup files.  My metadata keywords remained untouched when I then updated the metadata setting from disk in lightroom.
    exif is a great tool, and I found it easier to use than AM pro - I couldn't  see the photo attributes in the trial download so made it hard to sort by date.
    Anyway my problem was overcome thank you

  • I have cross dissolve transitions set between images and videos, and I have the pan/zoom hold setting at "0." Despite the "0" setting, my images are static until the cross dissol

    I have cross dissolve transitions set between images and videos, and I have the pan/zoom hold setting at "0." Despite the "0" setting, my images are static until the cross dissolve is complete. I want the pan/zoom feature to start the moment the subsequent image becomes visible. Is there a solution?

    tonyproam
    I am not sure if I am zeroing in on what you seek so please clarify...on
    I want the pan/zoom feature to start the moment the subsequent image becomes visible.
    Do you mean fading in visible versus or completely visible at the end of the transition? Whatever the case, I have not
    found a scenario to fit what you are describing.
    However, here are my suggestions for you to consider...
    1. What is the alignment of the Cross Dissolve transition - Left Clip, Between Clips, or Right Clip. If Between Clips, please try Left Clip alignment.
    2. What is the duration of the Cross Dissolve transition - you could try varying the transition duration. If less than 1 second, then please read the
    details for minimum transition duration in the following
    http://atr935.blogspot.com/2014/03/pe-minimum-duration-for-transition.html
    Please let me know if any of the above worked for you in what you were seeking regarding pan and zoom effect and video transitions.
    Thank you.
    ATR

  • Error NL-00051 when the listener starts up

    Hi,
    I'm getting an error when the listener starts up on my NT4 system. I have Oracl 8.0.4 running and for some reason I get:
    NL-00051: internal error code, arguments: [302], [1], [], [], [], [], []
    Does anybody know why this is happening. The listener no longer works and the DB's are out of use.
    Any help would be appreciated.
    Thanks,
    Mark Willems

    bash-2.05$ oerr nl 51
    00051, 00000, "internal error code, arguments: [%s], [%s], [%s], [%s], [%s], [%s
    ], [%s]"
    // *Cause:  This is the generic internal error code for NPD program
    // exceptions. This indicates that a process has encountered an
    // exceptional condition.
    // *Action: Report as a bug - the first argument is the internal error number
    // The second argument is the "emfi" (err msg file index).

  • How can I set the audio conference to automatically start AS HOST when the meeting starts?

    I can easily setup an audio conference for any meeting, and set that conference to start.  However, there doesn't seem to be a way for the conference to start as the moderator (or, host) when the meeting starts.  This means I still have to dial in to the conference with a land line or cell phone and enter my host code to get the audio conference started.
    The only audio conference provider at my company is The Conferencing Center.  I don't seem to have a TCC account.  What do I do to get this working?  It's nuts to have to use a land line just to get the audio going.

    There are a number of integrated audio providers other than TCC, and those can be enabled in the Admin section of Connect. However, using the fully integrated bridge does still require that a Host/Leader be dialled in before audio will broadcast (or something other than hold music).
    If you don't want to have to call in, I'd recommend that you use Universal Voice to tell Connect the dial in steps and give it the Host/Leader pin.Setting Up Universal Voice - Adobe Connect User Community.
    The downside to this is that there will no longer be a dial out option for participants.

  • I have a problem with my new Apple Air. It usually takes few seconds for the laptop to be untouched in order to be locked. So sometimes when the screen starts to get dim in order to lock, I immediately touch the keypad to avoid locking the laptop

    I have a problem with my new Apple Air. It usually takes few seconds for the laptop to be untouched in order to be locked. So, sometimes when the screen starts to get dim in order to lock, I immediately touch the keypad to avoid locking the laptop, the result is a black screen appears with no responding to anything from pressing the keyboard to pressing the touchpad. It takes few minutes for the laptop to open again and then a message appears saying that there was a problem with the lock security.
    What is happening exactly?

    It sounds like your sleep timers are set to too low of a value.  Go to System Preferences -> Energy Saver and set both timers to longer times.  The computer sleep timer should be a longer time than the display sleep timer.

  • The curser includes a text box from a previous image or link when the curser is positioned on the side of the page. i click and it goes away but only to return again on the next launched page. how do i get rid of this?

    the cursor includes a text box from a previous image or link when the cursor is positioned on the side of the page. it will mainly happen when i hit "back" from the page i was on. i click and it goes away but only to return again on the next launched page. i also keep several tabs open and it will carry over to any one of them i go to. how do i get rid of this?
    == This happened ==
    Every time Firefox opened
    == when i upgraded to most recent version 3.6.8

    A number of extensions can cause that problem, you'll need to do a little troubleshooting to find out which extension is causing that to happen for you.
    [http://support.mozilla.com/en-US/kb/troubleshooting+extensions+and+themes]

  • I try to insert some images on a website but the images are not in the right color mode. I do not know what to do? and also I have 1200 images to insert so I can not change one after one. So I need to set up an action, but I donot know how to do it... Tha

    I try to insert some images on a website but the images are not in the right color mode. I do not know what to do? and also I have 1200 images to insert so I can not change one after one. So I need to set up an action, but I donot know how to do it... Thanks

    What is the problem specifiaclly?
    If the images are intended for web use I would recommend converting them to sRGB which could be done with Edit > Convert to Profile or with File > Save for Web, but as including a Save step in Actions and applying them as Batch can sometimes cause problems I would go with regular converting.
    You could also try Image Processor Pro.
    Scripts Page

  • Bluetooth no longer loads automatically when the computer starts

    I have the Bluetooth Stack version 2.01.21.1. It was working fine. When the laptop booted up, the bluetooth mouse was automatically connected.
    All of a sudden the icon no longer appears automatically in the system tray and so I have to manually connect the mouse each time
    It is still listed in the startup menu on the desktop and it is still checked in startup in the msconfig.
    How do I fix this?
    Thanks in advance

    I have just gotten off the phone with a microsoft tech who actually seems to have fixed this somewhat
    He went to start/run to get to services.msc.
    He chose "SSDP Discovery Services" which "enables discovery of
    UPnP devices on your home network" and DISABLED it.
    Go figure
    The BT icon now appears in my system tray and starts up automatically when the computer starts.
    I say somewhat because It still disconnects if left idle for a long period, which it did not do previously, but at least it is there when I log on.
    I want to mention that I have a Dell, not a Toshiba (did not realize this forum was for Toshiba laptops rather than Toshiba software) but perhaps
    you will find this information useful.
    Also, at http://technet.microsoft.com/en-us/sysinternals/bb963902.aspx you will find an autorun tool that lets you fix what is or is not
    in the startup menus. It seems to work better than using msconfig which on my laptop was not making a difference as to what started up and what did not.
    It is meant for IT professionals so I would not mess with it too much. However if you just check or uncheck in the startups for the BT manager you will
    not do any damage.

  • When the mac starts up , the menu from bleutooth is on the screen

    when the mac starts up , the menu from bleutooth is on the screen. How can i get it away?

    Is a bluetooth device trying to connect to your iMac, click on system preferences>bluetooth and make sure the discoverable is not checked. 

Maybe you are looking for

  • Reg : customer partial payment posting

    Dear All,               When i am posting the receipt it is partial payment against the Bill(RV Document) through F-28 transaction, Bill value is 64,184.93. First time i posted the receipt with partial payment value of 60000.93 in partial payment tab

  • I cannot open JAVA since updating Firefox

    I used Java successfully for one web site until my last update with Firefox.  Now Java will not open and a popup explains that the app I tried was not registered with Apple by an identified developer.  Also it says the safest approach is to look for

  • Rman list backup; until scn

    Hello, my question might be a little strange, but I would just like to confirm my understanding to be sure about my testing. Consider the following: RMAN> list backup List of Backup Sets =================== BS Key  Size       Device Type Elapsed Time

  • Javascript onchange to jsp

    i know javascript is client side and jsp is server side and its just not possible to pass parameters or values from one to another but is there a way to work around this? i have a drop down and in my select <select name="month" onChange="field.value=

  • Personalization for user

    At the design time i have a panel box that contains 3 <af:goLink> components At the runtime the user should be able to personalize this panel box where he can 1. Add new links 2. remove 3. Reorder This changes should be specific to that user only. Is