Jpeg/gif attachments in GW2012 client on Windows7 slideshow

Hi,
We have noticed this on a few PCs so far.
Gw2012 client on Windows 7 64-bit.
Problem only noticed in jpeg/gif attachments.
When the user right-clicks and OPENs a jpeg/gif attachment, the file opens in the Windows Photo Viewer. However, it defaults to a slide show and starts showing other jpeg/gifs which were opened in the previous emails. How can we stop the slideshow and have only the opened file displayed?
Anyone has experienced this problem?
Any help in this regard would be greatly appreciated.
Regards,
Yaser

yasers wrote:
> We have noticed this on a few PCs so far.
>
> Gw2012 client on Windows 7 64-bit.
>
> Problem only noticed in jpeg/gif attachments.
>
> When the user right-clicks and OPENs a jpeg/gif attachment, the file
> opens in the Windows Photo Viewer. However, it defaults to a slide
> show and starts showing other jpeg/gifs which were opened in the
> previous emails. How can we stop the slideshow and have only the
> opened file displayed?
>
> Anyone has experienced this problem?
I've had this problem with Windows photo viewer on Windows 7 64-bit,
but even outside of GroupWise. Just go to My Documents and
double-click a JPG and the same thing happens, after about 3-4 seconds
you'll suddenly be looking at another picture in the same directory.
I've never found a solution other than to use something other than
Windows Photo Viewer. But again based on my experience it has nothing
to do with GW.
We're your Novell--again. http://www.novell.com/promo/backtobasics.html
BrainShare 2013 is coming! http://www.brainshare.com

Similar Messages

  • Need help to create report with jpeg/gif image

    Hello,
    I need help with creating a form with a special jpeg/gif seal. I never done this Java. Until now, I created all forms with ansi C++ with HP escape characters to draw lines, boxs, and text. This form will contain boxes which is populated with database information read from a text file.
    Since this form contains a special seal on the upper right, I don't think it can be done with old fashion ansi C++. How can I create a form with Java and create it as a simple exe to just print the form to a specified printer.
    Thanks,
    John

    Hi,
    I am creating a form with boxes (lines and text). What is special about this form is that it has an image jpeg or gif at the top right corner. Is is a state department seal. Up to this form, I had used ansi C++ and print out escape HP character to print out the lines, boxes, and text. I have no idea how to print out the image. I am new to JAVA and only 1 class in it. Is there sample code out there to create this type of form with the image? I need a starting point.
    Thanks,
    John

  • Install the BO6.5 client in Windows7

    I would like install the BO6.5 client in Windows7. I am a BO Report developer and we are supporting 6.5 reports for the next months, so I need to find a solution for developing BO6.5 report in Windows7.

    Windows 7 support was added to the current product version, which is Xi3.1 in SP3, which was released just several months ago.
    6.5.x is out of support for several YEARS now.
    Sure, you can try to install it and it might even work (in compatibility mode or with some other tricks), but the fact is 6.5 clients were never designed for or tested on Win 7 or Vista.
    So like any other windows program not tested/designed for those OS's - its a lottery if they will work or not.
    You can review Supported platforms guide for 6.5 Sp4 on SMP in Help &Support >BusinessObjects Support> Documentation>Supported Platforms > Archive> BusinessObjects 6
    https://websmp202.sap-ag.de/~sapidb/011000358700001118912008E/boe65sp4_win_sp.pdf
    I see no Win 7 in there.

  • Save Applet as a jpeg/gif image

    I wrote a small applet to draw some lines.
    it work fine.
    What i want to know is how can i save this applet to a jpeg/gif file.
    (Assume there is a Button in the Applet or Even in the HTML page; when click the button needs to save the applet as an image file)
    is it possible??
    import java.applet.*;
    import java.awt.*;
    public class Test extends Applet {
       int width, height;
       public void init() {
          width = getSize().width;
          height = getSize().height;
          setBackground( Color.black );
       public void paint( Graphics g ) {
          g.setColor( Color.green );
          for ( int i = 0; i < 10; ++i ) {
             g.drawLine( width, height, i * width / 10, 0 );
    <applet code="Test" width="300" height="300">
    </applet>
    Message was edited by:
    jugp

    After finding out some facts i tried to do like this;
    but still having some runtime exceptions....
    need help from anybody!!!
    import java.applet.*;
    import java.awt.*;
    import java.awt.event.*;
    import java.awt.image.BufferedImage;
    import javax.imageio.ImageIO;
    import java.io.File;
    import java.io.IOException;
    public class Test extends Applet implements ActionListener{
       int width, height;
    Image backbuffer;
       Button save;
       public void init() {
          save = new Button("save");
          add(save);
          save.addActionListener(this);
               width = getSize().width;
          height = getSize().height;
          setBackground( Color.black );
       public void paint( Graphics g ) {
          g.setColor( Color.green );
          for ( int i = 0; i < 10; ++i ) {
             g.drawLine( width, height, i * width / 10, 0 );
       public void actionPerformed(ActionEvent e) {
         String cmd = e.getActionCommand();  
         if (cmd.equals("save")){
                 BufferedImage bufferedImage = new BufferedImage ( width, height,
                       BufferedImage.TYPE_INT_BGR  );
                        bufferedImage.createGraphics().drawImage( backbuffer, 0, 0, this);
                   try {
                        ImageIO.write( bufferedImage, "jpg", new File ( "image.jpg" ) );
                   } catch (IOException e1) {
                        // TODO Auto-generated catch block
                        e1.printStackTrace();
    <applet code="Test" width="300" height="300">
    </applet>
    */

  • Can assets be images of type jpeg,gif,Tiff,etc... ?

    Hi,
    I am working  on ES2.
    I am able to take PDF file as form to the  my  process. Here  my  new requirement is   in addition to  pdf  I need to take all types  of  images
    say jpeg,gif, and Tiff  as  input to my  process.  But I am not able to do that bcas Workbench only  takes *.pdf as input.
    If you have other extensions  expect  pdf,  while   taking the asset into the  start activity, I  could  not  find that  file in the  application.
    Please help me in this regard how  workbench takes  all image files as inputs into  the  process.
    Thanks
    Praveen.

    Hi Scott,
    Thanks for your reply.
    Yes   I  have to use as image file as form  to the process.
    I am using  Adobe LC ES2.
    Let  me explian my  requirement :  I have  scanned image   and  need to use that image as input to the process i mean image as form  to the process.
    I will invoke the process then  scanned image should come as form  in the  workspace .
    Please help in this regard.
    Thanks
    Praveen.

  • Image (jpeg, gif) display in AWT layout manager

    Goodmorning All,
    I am looking for some help, a hint on my AWT Layout challenge i have.
    Example GUI_1:
    =========================
    Window border..................[_][x]..
    =========================
    [label]....|display_area|....[button].
    [label]....|display_area|....[button].
    ...............|display_area|....[button].
    ...............|display_area|....[button].
    ...............|display_area|..................
    =========================
    ...........................................[QUIT].....
    =========================
    I want to
    - display a picture in the "display area" of the this GUI
    - put labels left of it with some text
    - put a couple of buttons right of it, through which i am able to manipulate the image
    Questions:
    *1. Is it (even) possible to display an (jpeg,gif) image in the "display area" while using a layout manager?*
    Surfing over the internet...so far i only have found applet-examples that use the full gui surface of the applet to display an image via the g.drawImage (imagename, x,y); without any gui elements (labels, buttons) beside it.
    *2. What kind of AWT gui element do i need at the location of the "display area"?*
    Is is possible to use a CANVAS or do i need somethen else? (e.g. glue an image on a button)
    *3. Is is possible to display an ANIMATION (series of sequences jpeg, gifs) in the display area?*
    I already found out how to locate and load the images (via mediatracker).
    Now i need to find a way to "paint" the loaded images in the GUI.
    *4. Is this even possible with AWT layout or do i need to switch to SWING layout?*
    I have not used Swing yet, cause i'm working my way up through the oldest gui technologie first.
    *5. Do know any usefull websites, online tutorials (on awt and displaying images) that can help me tackle my challenge?*
    Thank you very much for your hints, tips and tricks

    A link as Gary pointed out is the best way to see what the problem may be.
    Did you save the image to your working folder and have you defined a site pointing to this folder.
    Defining a site helps Dreamweaver track and organize the files used in this site.
    http://kb.adobe.com/selfservice/viewContent.do?externalId=tn_14028
    If you can't see the image, this means that the path to the image is incorrect.
    Nadia
    Adobe Community Expert : Dreamweaver
    Unique CSS Templates | Tutorials | SEO Articles
    http://www.DreamweaverResources.com
    Web Design & Development
    http://www.perrelink.com.au
    http://twitter.com/nadiap

  • JPEG/GIF image to BASE64

    Hi,
    I like to convert JPEG/GIF or any type of image into BASE64 format and Viceversa. Can somebody provide me the java code for doing this.
    Cheers,
    Siva Maranani.

    Rather than use an undocumented API, I would suggest a 3rd party library for Base64 encoding such as the one that I wrote:
    http://ostermiller.org/utils/Base64.html
    It even has several convenience methods for encoding files:
    static void      encode(File fIn)
    Encode this file in Base64.
    static void      encode(File fIn, boolean lineBreaks)
    Encode this file in Base64.
    static void      encode(File fIn, File fOut)
    Encode this file in Base64.
    static void      encode(File fIn, File fOut, boolean lineBreaks)
    Encode this file in Base64.

  • Dynamically convert swf to jpeg/gif format

    hello,
    I need a help to dynamically convert swf to jpeg/gif format
    using java/jsp
    this feature is implemented in php in the below URL
    http://www.sephiroth.it/tutorials/flashPHP/print_screen/index.php
    Thanks and regards
    Namratha

    You need to go here:
    Screen
    Cap Using Flash 8 and PHP
    It is exactly what you need.
    Walter
    And you can kiss the ground and thank God above that I was
    able to point you to this, it took me months to find!!!

  • How is add/insert jpeg/gif files on wiki (code gallery)

    Hi;
    I prepared new wiki-code gallery page. I must insert/add jpeg/gif files on my page. But I dont know  How is add/insert jpeg/gif files on wiki (code gallery).
    Please help me.
    Thanks.
    http://wiki.sdn.sap.com/wiki/display/Snippets/NewTimeDomainandConversionRoutineforTotalTime

    Hi;
    Mr Moshe Naveh helped me. He sended me new template page.
    I again prepared my wiki with new template.  ( http://wiki.sdn.sap.com/wiki/pages/createpage-entervariables.action?spaceKey=stage&templateId=113147905 ) I added jpeg files on new wiki page.
    Then He moved my new page.
    Thanks him.
    Best regards.

  • Incoming gif attachments don't open

    The incoming gif attachments open as icons with no content.

    Welcome to Apple Discussions!
    I believe with Leopard, animated GIFs support was discontinued in Mail. It might be an animated GIF you are trying to load.
    Message was edited by: a brody

  • Convert jpeg, gif, etc. to DST format

    on a hunt for a program that will convert jpeg, gif, etc. to DST format.  Looking to do some embroidering, and not break the bank.

    Not possible. CAD files aren't simple graphics.
    Also, there doesn't appear be any Mac supported application which will open embroidery files.

  • All files in one group of folders (jpeg, gif, doc, ppt and pdf) do not open.

    I have a lot of files that I use as teaching material (gifs, jpegs, pdfs, web archives, Word files, PowerPoint presentations) that are in a number of different folders and which I store on an external drive, then copy every year to my hard drive when I teach that subject. I update these files and folders, then copy back to the external hard drive when I have finished teaching. These were all fine last year, but when I try to open any of the files, they all have problems. The image files in Photoshop have the error 'unknown or invalid JPEG marker', in Preview the error is 'it may be damaged or use a file format that Preview doesn't recognise', the PDFs return 'not a supported file type or the file has been damaged', the Word files as to be converted when opened and return nonsense, and the Powerpoint presentations return 'PowerPoint found a problem with content in the file' and after attempting to repair returns 'the file may be damaged'. Any idea what is going on here and how I can fix this? There are 1400 items, which have taken years to compile for my teaching. I have tried opening the files on my external hard drive and on my backup disc, but the same happens.
    I've never posted on a forum before, so I hope this is the right place to ask! Any help is most welcome!

    The backup files are more recent than when I used them a year ago - I have tried them and I still get the same problem.

  • Exchange 2007 OWA sends attachments Outlook connector clients cannot send attachments.

    Exchange Server 2007 SP1 + Rollup ***Problem with sending email attachments from Outlook 2007***
    * Inbound mail arrives in OWA and Outlook normally with and without attachments.
    * OWA email to external email account with attachment goes thru successfully.
    * Outlook 2007 sends to an external email address with attachments the message does not arrive at the external mailbox.   The messages leave Outbox but are never delivered. The messages appear in Sent Items also.
    * Outlook sends non attachment emails to external addresses successfully.
    * Outlook sends email attachments to local domain accounts fine.
    #1 Exchange Server on Server 2013 fully patched problem commences. Exchange Server on version less than first RTM release of Exchange 2007.
    #2 Outlook profiles were changed to see if that is the problem.
    #3 Upgraded Exchange to SP1 and Rollup 10(Rollup was autodownloaded by MSUpdate)
    #4 Ran EXBPA nothing of any interest in the report.
    --Unified Messaging not configed (Done nothing)
    --SenderID (Re-enabled) I had shut all of the antispam to eliminate these.
    -- Junk Store threshold not configed (No change)
    Any suggestions to get Outlook clients capable of sending attachments configured.
    Thx,
    -Scot

    Hi Scot,
    Providing some information on Poison Queue:
    The poison message queue is a special queue that's used to isolate messages that are determined to be harmful to the Exchange system after a transport server or service failure.
    The messages may be genuinely harmful in their content and format.
    Alternatively, they may be the results of a poorly written agent that has caused the Exchange server to fail when it processed the supposedly bad messages.
    The poison message queue is typically empty. If the poison message queue contains no messages it doesn't appear in Queue Viewer or
    Get-Queue results. The messages in the poison message queue are never automatically resumed or expired. Messages remain in the poison message queue until they're manually resumed or removed by an administrator.
    According to the description above, I suspect Outlook 2007 changed the email's format when send email with attachment. The reason as below:
    If the original email's (with attachment) content or format is harmful to the Exchange 2007 server, it will go to the Poison Queue when sending via OWA. However it didn't, sending via OWA is perfect. So I suspect it is an issue on the Outlook 2007
    client side.
    Please using Pipeline Tracing to verify whether there is something changed during transmission.
    More details in the following article:
    Using Pipeline Tracing to Diagnose Transport Agent Problems
    http://technet.microsoft.com/en-us/library/bb125198(v=exchg.80).aspx
    If it is convenient, I suggest doing following tests to narrow down this issue:
    Note: Same content, same attachment, same format.
    1. Please using Outlook 2010/2013 or others' Outlook clients for testing.
    2. Please change to another format for testing. More details in the following article:
    Change the message format to HTML, Rich Text, or plain text
    http://office.microsoft.com/en-001/outlook-help/change-the-message-format-to-html-rich-text-or-plain-text-HP001232996.aspx
    Thanks
    Mavis
    Mavis Huang
    TechNet Community Support

  • Best for IE AND Firefox - jpeg, gif, or png?

    I want to do something that SEEMS fairly simple - making a
    page with rounded corners. I made small graphics in Illustrator to
    give this effect. I tried saving them as gifs, pngs, and jpegs -
    pretty much all of them look find in Firefox, but in IE, they look
    messed up and look like they have borders around them. they don't
    look like that when i view them in Fireworks or Photoshop, only in
    IE.
    take a look:
    http://www.whsphealthcaremanagement.com/index_HCM.html
    what can i do to avoid this? which type would be best for
    this?

    If you mean like the corner graphic in the bottom left hand
    corner of
    the white area, then I copied and pasted it into fireworks
    and zoomed in
    to about 1600% and you can see there is a top and bottom
    border on the
    graphic.
    BullocksTroy wrote:
    > I want to do something that SEEMS fairly simple - making
    a page with rounded
    > corners. I made small graphics in Illustrator to give
    this effect. I tried
    > saving them as gifs, pngs, and jpegs - pretty much all
    of them look find in
    > Firefox, but in IE, they look messed up and look like
    they have borders around
    > them. they don't look like that when i view them in
    Fireworks or Photoshop,
    > only in IE.
    >
    > take a look:
    >
    > <a target=_blank class=ftalternatingbarlinklarge
    > href="
    http://www.whsphealthcaremanagement.com/index_HCM.html">http://www.whsphea
    > lthcaremanagement.com/index_HCM.html</a>
    >
    > what can i do to avoid this? which type would be best
    for this?
    >

  • Missing attachments in Mail client, but they are there on MobileMe...

    Greetings,
    For some time now (for maybe about a month before release of 10.6), and with no changes to preferences of Mail.app, my attachments are not accessible. This concerns my MobileMe account being accessed through the Mail.app client program. I have used this program to access this same account with no trouble since 2006.
    Within Mail.app, you can see the paper clip and accurate number of attachments. However, if you open the email, or look in the preview, you can not see or access the actual attachments. If I log onto MobileMe I can see the attachments, open them, download them etc. now for the tricky part...
    This only happens when I forward email from my email account on the Army's 'conus.army.mil' exchange server. If Johnny Lunchmeat send me an email with attachments from yahoo or gmail, they will be seen and download to the Mail.app client just fine. Again, I can see, access, download the attachments from the web interface of Mobile me, but on Mail.app, I can only see there are attachments and have no way to access them through the client.
    Blessings,
    Dan

    HI Dan,
    First, repair disk permissions.
    Quit any open applications/programs. Launch Disk Utility. (Applications/Utilities) Select MacintoshHD in the panel on the left, select the FirstAid tab. Click: Repair Disk Permissions. When it's finished from the Menu Bar, Quit Disk Utility and restart your Mac. If you see a long list of "messages" in the permissions window, it's ok. That can be ignored. As long as you see, "Permissions Repair Complete" when it's finished... you're done. Quit Disk Utility and restart your Mac.
    If that does't help, open Mac Mail. From the Mac Mail Menu Bar, click Mailbox/Rebuild. This can take several minutes depending on how many unread e-mails you have.
    Carolyn

Maybe you are looking for

  • How do I apply a texture to an imported .stl file in 3D Picture Control?

    Hi, I'm trying to apply a 2D image as a texture to an imported .stl file in 3D picture control. It works fine if I'm using a standard shaped mesh created in LabVIEW, however is there a way in which a texture can be applied to an imported model that i

  • How to put the break at the first place of execution While Loop

    Hello everybody, I have a problem with a while loop. I made the interface of a tic-tac-toe game with labview. my problem is that after the computer has won or there is a draw, that the board has to be updated, which i do by shift register. My problem

  • Keynote page size on ipad

    How do I change the page size from normal A4 to A3 size on an ipad so that it will print A3 instead of A4

  • Sound defaults to HDMI output after reboot (even when HDMI not connected)

    Toshiba Chromebook 2, on Chrome OS Trying to figure out how to change the default back to internal audio speakers permentantly. Whenever I close/reopen the laptop, it changes back to HDMI as deafult and I have to manually go back and change the setti

  • Using TS 2.0 and LV 8.6 with Runtime Engine

    Hi All, I just got a project to use an old version of TS and a new version of LV. Can I use LV 8.6 VIs that are not built in TS 2.0 using only the 8.6 RT Engine? I have installed all of TS 2.0 and the LV 8.6 RTE, but it does not run and it generates