IBA resizes image on import?

When I import images into an IBA blank page, the images alway display initially smaller on the page than the actual size of the image. I then have to size them up to the correct size afterwards.
I create and save my images in the exact size I want them to appear in the book (2048 x 1496 jpg). So what exactly is happening when they are imported and can I prevent the resizing to save me the additional step of sizing them back up after import? (I assume I'm not actually losing image resolution due to IBA sizing the images down? Or am I?)
The only time the resizing doesn't happen is if I place my image on a template image place holder on import. Then the image displays as expected right away.
Thanks for any tips.

When I import images into an IBA blank page, the images alway display initially smaller on the page than the actual size of the image. I then have to size them up to the correct size afterwards.
I create and save my images in the exact size I want them to appear in the book (2048 x 1496 jpg). So what exactly is happening when they are imported and can I prevent the resizing to save me the additional step of sizing them back up after import? (I assume I'm not actually losing image resolution due to IBA sizing the images down? Or am I?)
The only time the resizing doesn't happen is if I place my image on a template image place holder on import. Then the image displays as expected right away.
Thanks for any tips.

Similar Messages

  • What is the best format to import images into iBA? How should I compress my images before importing? What is the best file format? PNG? Jpeg?

    What is the best format to import images into iBA? How should I compress my images before importing? What is the best file format? PNG? Jpeg? I'm trying to figure out the best file format / compression for importing images into iBA. Also, does anyone know how iBA will compress the file? Are the assets attached (like a website) or flattened out? Does anyone know how iBA handles this? Many many thanks to anyone with insight into this.

    This question is largely answered by the following thread...
    https://discussions.apple.com/message/17805700#17805700

  • Image Resizing on XML Import

    HI there,
    I have a Captivate 5.5 project and when I simply export an XML and immediately import again my buttons resize automatically for some reason.
    Has anyone come across this before?
    IMAGE BEFORE BELOW
    IMAGE AFTER IMPORT
    Any help appreciated.
    Thanks
    Keith

    Hello again
    I'm a bit confused. I'm sure that the client is always right, but what is gained by exporting as XML, doing nothing, then importing the XML right back in? Sounds like a flaky workflow to me. And maybe that's what is confusing Captivate. If no changes have been made to anything, perhaps it's getting confused.
    Cheers... Rick
    Helpful and Handy Links
    Captivate Wish Form/Bug Reporting Form
    Adobe Certified Captivate Training
    SorcerStone Blog
    Captivate eBooks

  • 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.

  • How to resize image in flash

    Hi guys any tips or advise on how to resize an image i know
    there are various tools but is there a tool in Adobe flash
    professional and how can I do it
    cheers

    In what way do you want to resize the image? Are you
    importing graphics that you want to resize when you import them at
    runtime? Do you want to resize the images to a specific size or
    relative to one imported image? Or do you want to resize one or
    more images for a specific purpose at runtime based on some user
    input? Or is it something else?

  • Can't delete images when importing from camera

    I use Nikon Transfer to import images from my digital cameras but now I can't delete the images from the card once transferred. I've also tried Image capture but Delte is greyed out. It seems like a Permissions thing but I'm not sure how to check.
    thanks

    What he says is +"you want the image being shown to be exactly sized to your screen. Images from almost all modern cameras are much larger in pixel dimensions than your Mac's display, so they will be interpolated down to fit. When they are resized on the fly through interpolation they never look as crisp or pristine."+
    The title of the piece is +"Resize Images for iPhoto Slideshows".+ He is talking about you resizing photos before you import so they will match the screen size during the display of a slide show on the screen - not iPhoto changing anything during the import of the photo but during the display of it - This is a bit like the cropping during printing questions - if you want to control exactly have is being shown (or printed) rather than use a generalized scheme to make photos fit a non native size then you much do the changes yourself
    I'm sure that he is correct but since I use iPhoto as a photo library manager which lets me show quick and easy slideshows, I have no problem - *my original, unaltered photos are there in iPhoto* and available for use as I see fit - the degree of modification that takes place in the display of a slideshow has never even been noticeable to me - but then I do not see iPhoto as a single purpose slide show viewer - in fact that is a very minor feature for me
    LN
    Message was edited by: LarryHN

  • Does iPhoto alter images when importing from camera ?(+ tip for slideshow)

    I came across the following article:
    http://www.andrewburke.orconhosting.net.nz/mac/builtin.htm#photo
    The claim here is that during import iPhoto alters images in some way. The iPhoto experts, Terence OldToad, LarryHN and others, could you please comment, what's your opinions on this ?
    Resize Images for iPhoto Slideshows
    If you are running a slideshow in either Preview or iPhoto, you want the image being shown to be exactly sized to your screen. Images from almost all modern cameras are much larger in pixel dimensions than your Mac's display, so they will be interpolated down to fit. When they are resized on the fly through interpolation they never look as crisp or pristine.
    When I import images from my Nikon to the Mac, I keep them outside of iPhoto and at their original size, as an archive from which I might eventually produce some prints. From there I choose the best examples that I want to display onscreen and copy those out of the archive for processing. Each one of those favorites that I've chosen is then tweaked in an image editor (I use Gimp Shop) and the final step before sharpening is to resize it down to match the dimensions of my display.
    My iMac is 1440 by 900, so if an image is narrower than that ratio I scale it so the height is exactly 900; if it's wider I scale it so the width is exactly 1440. After these tweaked and resized images are finished I import only those into iPhoto. Then when I run a slideshow they are displayed exactly at their original size (not stretched or shrunk to fit the screen) and the difference is stunning.

    What he says is +"you want the image being shown to be exactly sized to your screen. Images from almost all modern cameras are much larger in pixel dimensions than your Mac's display, so they will be interpolated down to fit. When they are resized on the fly through interpolation they never look as crisp or pristine."+
    The title of the piece is +"Resize Images for iPhoto Slideshows".+ He is talking about you resizing photos before you import so they will match the screen size during the display of a slide show on the screen - not iPhoto changing anything during the import of the photo but during the display of it - This is a bit like the cropping during printing questions - if you want to control exactly have is being shown (or printed) rather than use a generalized scheme to make photos fit a non native size then you much do the changes yourself
    I'm sure that he is correct but since I use iPhoto as a photo library manager which lets me show quick and easy slideshows, I have no problem - *my original, unaltered photos are there in iPhoto* and available for use as I see fit - the degree of modification that takes place in the display of a slideshow has never even been noticeable to me - but then I do not see iPhoto as a single purpose slide show viewer - in fact that is a very minor feature for me
    LN
    Message was edited by: LarryHN

  • Resizing question for importing photos to ipod

    hi
    i was wondering if the ipod resizes images when i import them.
    i used to resize them manually (in photoshop) for 720x480 before i imported onto the ipod through itunes.
    now i have several hundred i want to load and they are 2272 x 1704 pixels and several megs apiece. so instead of batch resizing them in photoshop, i was wondering if itunes/ipod will resize and optimize the file size or does itunes/ipod resize the image for "display only" and keep the original file size the same. i would like to have the images optimized for disk space so i can put more photos and music on it
    thanks
    lawrence
    1.33 ibook g4   Mac OS X (10.3.9)  

    iTunes does optimise photos before they are transferred to the iPod (you can see a message in the window at the top of iTunes as it does it). It does not change the dimensions of the photos to fit the iPod screen, but it does reduce the resolution and file size. It also creates a very small version that you can see when there are multiple images on the iPod screen
    If you select the option to include the originals in iTunes it will then store the original file, a version optimised for the iPod screen and the tiny little thumbnails as well.
    Ian

  • Keeping video proportions during still image export/import

    What I'm doing is exporting a still image to the Mac desktop, then dropping it into Photo-to-Movie where I create pans and zooms on it, then exporting the pan/zoom sequence as a Quicktime movie that I drop back into FCE and splice into the Timeline.
    Trouble is, the image in the pan/zoom sequence always comes back into FCE distorted (elongated), I guess because the exported still image that it was made from reverts to the square pixels during the export process from FCE.
    So, my question is, in what form should I export the still image from FCE so that it retains the proportions it has in the video, so that when I operate on it in Photo-to-Movie and then bring it back into FCE, it still has the proportions of a video (NTSC) image?
    In other words, I need to retain the video (NTSC) image's proportions throughout the process of export, then creating pan/zooms on it in Photo-to-Movie, and then reimporting it into FCE.
    To accomplish this, I presume I have to either export it from FCE in some special NTSC-video-compatible form, or else convert it in Photoshop to an NTSC-compatible image before I drop it into PTM, create the pan/zoom sequence, and then bring that sequence back into FCE.
    I'd be grateful if anyone could suggest a solution to this problem.
    Tom

    Hello Tom Baker 1
    My friend let me tell you something - I TOTALLY share your frustrations, and disgust with the poor results of Keyframe (within FCE).
    I am not a software engineer, but my perseverance to try and try again, is far above average.
    At the risk of getting on a soapbox, (and I can attest to my excellent equipment capability), please believe me, (like yourself), I've paid my dues trying to get Keyframing to work suitably with stills in FCE.
    I think I can safely say, beyond all doubt, if you want to get satisfactory results in regard to pans and zooms, (without being a math major), some options for reliability and smoothness are: 'Photo to Movie' (just as you're doing), Fotomagico, http://boinx.com/fotomagico/overview/, (although I've only heard it's pretty good) - haven't tried it yet.
    OR
    A recent discovery of mine: Lyric Media Pan and Zoom http://www.lyric.com/fcp-plugins/panzoompro/pzp.htm - The really nice thing about this is that it's a FC, or FCE Plug In, and utilizes FC's keyframe software engine. Why is it different than Keyframe by itself in FCE? Because (so far), what I can see is that it sort of fixes the mickey-mousery, herky-jerky nightmare of Keyframe within FCE. To me it sure looks like it can take whatever pixel size you throw at it, (and without being a math major having to apply cautionary resizing to every darn still), it just does the job. Yes it seems to do the re-sizing for you, and consequently produces smooth, reliable motion to stills.
    Of course the advantage to this is that you're finally using an application (within FCE), to create your pans and stills right there. No exporting/importing of QT files as with Photo to Movie, or iMovie. And the parameters of control are more sophicated than Photo to Movie.
    Again, I'm still working with it, and I still need to master it, but it sure beats keyframe.
    One side note:
    I really love the crispness of an iMovie pan or zoom, but we all know by now that it's downfall are the dreaded 'JAGGIES'. As confirmed here on the forum, what seems to make Photo to Movie work so well, is the fact that by it's very nature of design, it automatically smoothes out, and probably reduces or resizes images so that they will NOT produce unwanted glistening (aliasing). And as once said here, your eye will accept this softening of an image, far better than the Jaggies, or the herky jerky.
    With all that said, I hope I didn't rant on too much - as I mentioned, there's nothing like 'experience'.
    Peace
    Mike
    (it would be nice to see someone comment on Lyric Media Pan Zoom Pro)
    PS- an excerpt from the documentary I'm working on:
    http://www.youtube.com/watch?v=jmB0_qiONQs

  • In iPhoto how do I stop files from auto resizing as they import? I don't want my files reduced to 72. The option to choose size on the export menu not suitable for up sizing, as you can't restore the quality removed?

    in iPhoto how do I stop files from auto resizing as they import? I don't want my files reduced to 72. The option to choose size on the export menu not suitable for up sizing, as you can't restore the quality removed.

    Short answer: They are not resizing, there is no quality lost. The dpi is only set when you decide what size you're printing at
    Longer answer:  Dpi means nothing in the digital world of your computer. There are no "inches" to have "dots per..." Size is measured in pixels. That's the same on your camera. It doesn't take 10 x 8 or 6 x 4 shots. It takes shots measured in megapixels. For instance 4,000 x 3,000 is a 12 megapixel camera.
    Using that example, that shot from that camera has 12 million pixels. So that's how many "Dots" there are. To decide the ratio of dots per inch, you now need to decide the "inches" part. And that's printing. Print at 10 x 8 and the dpi will be 4,000/10 or about 400 dpi. At 6 x 4 then it's 4,000/6 or 660 dpi. Work the other way: Print at 300 dpi and the resulting image will be about 13 inches on the longer side.
    So, your photo as a fixed number of pixels. Changing the dimensions of the print will vary the dpi, changing the dpi will vary the dimensions of the print.
    For more see http://www.rideau-info.com/photos/mythdpi.html
    Regards
    TD

  • Resizing Images for Websites

    I am creating a website for a Family Farm. I was wondering if there is any good way to resize images using iPhoto for quicker loading times in websites. Most of the images I want to use are from a digital camera and are huge files.

    Welcome to the Apple Discussions. As Dalya mentioned using the File->Export->File Export menu option will let you set the pixel dimension and quality level (amount of jpeg compression) to achieve small files for web use.
    TIP: For insurance against the iPhoto database corruption that many users have experienced I recommend making a backup copy of the Library6.iPhoto database file and keep it current. If problems crop up where iPhoto suddenly can't see any photos or thinks there are no photos in the library, replacing the working Library6.iPhoto file with the backup will often get the library back. By keeping it current I mean backup after each import and/or any serious editing or work on books, slideshows, calendars, cards, etc. That insures that if a problem pops up and you do need to replace the database file, you'll retain all those efforts. It doesn't take long to make the backup and it's good insurance.
    I've created an Automator workflow application (requires Tiger), iPhoto dB File Backup, that will copy the selected Library6.iPhoto file from your iPhoto Library folder to the Pictures folder, replacing any previous version of it. It's compatible with iPhoto 08 libraries and Leopard. iPhoto does not have to be closed to run the application, just idle. You can download it at Toad's Cellar. Be sure to read the Read Me pdf file.

  • Does iPhoto automatically downsize an image on import?

    I am new to Mac. I attended a workshop at an Apple store and was told iPhoto will automatically downsize all images upon import. I use CS3/Bridge to manage my image library but really love iPhotos ability to find images quickly. If I import my existing image files into iPhoto will they ever be resized without my knowledge? I don't want that to happen. I have tried a few tests and all the imported images are the same size in iPhoto as the originals in my old folder structure outside of iPhoto. At the moment I tell iPhoto to "not copy folders to the iPhoto library". Thanks.
    Jerry

    Jerry1635
    Welcome to the Apple Discussions.
    If you’re new to Macs then I’ll bet you’re using iPhoto 08 (iPhoto Menu -> About iPhoto). You’ve posted on the v5 forum and the problem there is that there are many differences between the versions.
    However here’s one thing that is *absolutely constant*
    and was told iPhoto will automatically downsize all images upon import.
    *This is utterly untrue*.
    Iphoto simply copies the file - a straight byte by byte copy of the actual photo. It makes no changes whatever to the file unless you tell it to.
    It has no facility to resize on import, so you can’t even tell it to do that.
    What it does do is create a thumbnail of the image for faster display in the iPhoto Window.
    At the moment I tell iPhoto to "not copy folders to the iPhoto library".
    This is called a Referenced Library and - especially with folks new to Macs - I do not recommend running a Referenced Library
    You need to be aware of a number of potential pitfalls using this system.
    1. Import and deleting pics are more complex procedures
    2. You cannot move or rename the files on your system or iPhoto will lose track of them on systems prior to 10.5 and iPhoto 08. Even with the later versions issues can still arise if you move the referenced files to new volumes or between volumes.
    3. Most importantly, migrating to a new disk or computer can be much more complex.
    Always allowing for personal preference, I've yet to see a good reason to run iPhoto in referenced mode unless you're using two photo organisers.
    If disk space is an issue, you can run an entire iPhoto Library from an external disk:
    1. Quit iPhoto
    2. Copy the iPhoto Library as an entity from your Pictures Folder to the External Disk.
    3. Hold down the option (or alt) key while launching iPhoto. From the resulting menu select 'Choose Library' and navigate to the new location. From that point on this will be the default location of your library.
    4. Test the library and when you're sure all is well, trash the one on your internal HD to free up space.
    If you're concerned about accessing the files, there are many, many ways to access your files in iPhoto:
    For 10.5 users: You can use any Open / Attach / Browse dialogue. On the left there's a Media heading, your pics can be accessed there. Apple-Click for selecting multiple pics.
    Uploaded with plasq's Skitch!
    To upload to a site that does not have an iPhoto Export Plug-in the recommended way is to Select the Pic in the iPhoto Window and go File -> Export and export the pic to the desktop, then upload from there. After the upload you can trash the pic on the desktop. It's only a copy and your original is safe in iPhoto.
    This is also true for emailing with Web-based services. If you're using Gmail you can use iPhoto2GMail
    If you use Apple's Mail, Entourage, AOL or Eudora you can email from within iPhoto.
    If you use a Cocoa-based Browser such as Safari, you can drag the pics from the iPhoto Window to the Attach window in the browser.
    Or, if you want to access the files with iPhoto not running, then create a Media Browser using Automator (takes about 10 seconds) or use THIS
    Other options include:
    1. *Drag and Drop*: Drag a photo from the iPhoto Window to the desktop, there iPhoto will make a full-sized copy of the pic.
    2. *File -> Export*: Select the files in the iPhoto Window and go File -> Export. The dialogue will give you various options, including altering the format, naming the files and changing the size. Again, producing a copy.
    3. *Show File*: Right- (or Control-) Click on a pic and in the resulting dialogue choose 'Show File'. A Finder window will pop open with the file already selected.
    Your choice, obviously, but best to be aware of all the ramifications. By all means post back if you require more info.
    Regards
    TD

  • Resizing images without export

    Hi all,
    I would like to create a folder that contains re-sized versions of my master images. The folder will be photos that I am posting to my web site and I want to be able to control their size and keep this resized image in my aperture library. I am uploading them through the site host's uploader (squarespace) using finder, not exporting through aperture. Is there a way to create duplicate,resized versions of the images without exporting and re-importing the photos?
    I know that aperture isn't photo editing software, but i expected that it would be able to do basic things (mirror, resize, etc) and am constantly disappointed. I could round-trip to photoshop, but I hope there's an easier solution.
    Thanks,
    John

    First question - why do you need the JPEGs? If it's to upload them to a site via FTP there are export plug-ins to do this directly from within Aperture.
    Using the media browser isn't going to help you at all because that will be accessing Previews in Adobe98 profile - not something you should be putting up on a website.
    I also came across this problem when I wanted to convert a large number of raw files to jpegs and keep the new jpegs in my library. At the time I was running low on disk space and didn't need the raws anymore, but had to go through the process of exporting and re-importing for a bunch of projects.
    Sorry, but that's a bit too alien an idea for me - I never threw away negatives back when I was using film, why would you throw away RAW files now?
    Another pet peeve I have is that there is no status indicator when exporting (2 minutes left, 25% done, etc....anything besides a beachball), so I don't know how long the export will take, and on my 2006 macbook it sometimes takes a while.
    At the bottom of the Browser pane on the left you will see a progress 'swirl' when exporting, importing or generating Previews. Click on it to bring up the activity window with progress bars for all current actions. You can also access it through Window>Show Activity.
    Ian

  • Cropping/resizing image by pixel dimensions

    I am trying to crop or resize an image that is originally 2,122 x 1,415 px | 7.1 x 4.7 in | 300 dpi. I am to crop/resize image to fit 756 x 275 px. However, I don't want to lose the whole image. I would like to use the whole image just adjust it to the dimensions.
    How can I accomplish this without creating any distortion or by removing elements by cropping the image?

    Hello Slange,
    may I propose a solution based on a more mathematical derivation, where I assume the height of 275 px is decisive. The way is the same, if the 765 px width is important.
    The reduced copy of 2122 x 1415 provides 412 x 275. To the wished 756 you need: 756 - 412 = 344. Splitting it into two parts I'll get 344 : 2 = 172. These I mount now (The black borders are only for better overview.) to an image with the wished measures 756 x 275:
    The white area you can fill it with any suitable color.
    Hans-Günter

  • Photopshop CS5 resizing images

    Hi, I recently moved over from CS2 on windows to CS5 on Mac.  I am a photographer and design my own wedding albums.  My current issue is, that when I move images from one to another to create a montage, the images do not stay at their current size but instead automatically enlarged so that they fill the new canvas size (in fact they become greater than the canvas size).  This means I have to re-size every picture back into its oirginal size within the canvas to create the montage (the monatge being - an album page with multiple wedding pictures of various sizes designed on it).  I have tried changing numerous "property settings" within Photoshop, and particularly the "resize image during place" option, but not have been successful.  This never happened in CS2 so am not sure if its a bug in CS5?  Can anyone help as I have ran out of ideas how to solve this.  Many thanks

    The resolution of the images is important since an image dragged from one image into the montage image will take on the resolution of the image its dropped into (the montage image).
    For example, if your image is 300 ppi and you drag it into your montage image that is set at only 100 ppi the image will be a lot larger than you expected.
    Also the pixel dimensions can be important regardless of the resolution. Something 2000x2000 pixels dragged into an image that is only 1500x1500 pixels will be larger than the canvas size even if the resolution is the same.

Maybe you are looking for

  • I have a new computer with a new install of iTunes; how do I transfer my outlook from my phone to outlook

    My old computer died! It's kaput... So I have a new computer now with a new iTunes install on it.  I had my music, video and photos already backed up on an external hard drive. What I want to know is two things; 1) If I sync my phone am I going to lo

  • View issue in web template

    Hi, I have created a view on my query using the 0ANALYZER. But when I run this using WAD my query returns results but the view takes a long time. The view is restricted by a hierarchy node and there is also another hierarchy in the query.Now when the

  • cfgrid display strips leading 0

    I have a table with a column that is defined as varchar(30) (MS SQL Server 2005). Probably 99% of the values in the column are numeric, but the value can also include an alpha character. Most of the values are three numeric characters , such as 003,

  • Please give me your battery life experiences

    Hi there, Just got my first Nano. I love the unit itself. The sound far surpasses my expectations and its the first jukebox MP3 I love.. but.. the battery life is just dreadful for me. I'm getting about 5 hours or so, thats with brightness down, back

  • Openings on SAP BW

    Any body help me to know about the openings in sapbw for 3 + exp people in the  market in  india  ?