Refresh image in a ScrollingImagePanel. Please help me!

Hello friends. I am new at the "Java World". At first, sorry for my bad English. Lets go:
In my aplication I have to show a tiff image in a ScrollingImagePanel.I aplly some efects on the image, for example rotate the image, etc.
It is working fine, but I have problem to refresh the image in the same ScrollingImagePanel.The code compiles but I have exceptions when I run the method:
public void atualiza(){
if (ziboro == false){ //no images displayed yet.
     ziboro = true;     
     JInternalFrame test = new JInternalFrame("Test",true,true,true,true);
test.setDefaultCloseOperation(WindowConstants.DISPOSE_ON_CLOSE);
test.addInternalFrameListener(this);
test.setLocation(10,10);
test.setSize(new Dimension(200,200));
ScrollingImagePanel FlipVPanel = new ScrollingImagePanel(imagemBufa, 800, 800);
test.getContentPane().add(FlipVPanel);
displayPanel.add(test);
test.setVisible(true);
test.moveToFront();
return; }
//This part is my problem.
teste.getContentPane().remove(FlipVPanel);//it causes exception
ScrollingImagePanel FlipVPanel = new ScrollingImagePanel(imagemBufa, 800, 800);
teste.getContentPane().add(FlipVPanel);
teste.setVisible(true);
teste.moveToFront();
I think tyhe problem is when I try to remove the ScrollingImagePanel, because when I add a ScrollingImagePanel and I remove imediatly after , the ScrollingImagePanel disapear.
Please help me, you are my hope.
Thanks a lot, lot, lot, ....!

I can't either with my Treo700wx, and from what I see with my plan, it's definitely because of Alltel.  They have a seperately priced option for picture messaging that I had with my old (non-smart) phone that isn't even an option with the smart-choice packages.
So...I'm also listening.  Having the only way to send pictures with the phone being through email is pretty dumb.  We pay enough for the plans, you'd think they could include it...or at least offer it as an option.
Post relates to: Treo 700wx (Alltel)

Similar Messages

  • Hello- I am a Canon photographer.  I use Bridge (CS5) to process my raw files to jpegs.  I am taking on a second photographer who shoots Nikon (D800) and i am not currenty able to see or process his images.  Can you please help?  thankyou!

    Hello- I am a Canon photographer.  I use Bridge (CS5) to process my raw files to jpegs.  I am taking on a second photographer who shoots Nikon (D800) and i am not currently able to see or process his images.  Can you please help?  thank you!

    According to Adobe:
    D800
    NEF
    6.7, 7.1
    4.1
    D800E
    NEF
    6.7, 7.1
    4.1
    The fact that they have 2 versions of ACR means that initial support for the D800 was added in 6.7  but that complete support was finalized in 7.1 (the 4.1 in the chart is for Lightroom)
    I'm not sure that this means there are missing features, but rather refinements and optimized settings were added in 7.1
    However, ACR 7.1 requires CS6.
    As Dag mentioned, you can also use the latest version of DNG Converter to convert the D800 files to DNGs which will be able to be opened in older versions of ACR.
    The DNG converter only works on folders of files, not individual files. So just select the folder and convert. All the files in the folder will be converted.

  • Images in jar file, Please help!!

    Hello,
    This is my code, I am trying to add images to buttons in ToolBar. The code along with images works if I say "java ABC", but dont work(images dont appear) when I jar the files. I have tried all the possible methods, Please help me.
              new2 = new JButton(new ImageIcon("images/new.gif"));
              /*try{
              ClassLoader loader=getClass().getClassLoader();
              URL fileLocation=loader.getResource("./images/new.gif");
              Image img=Toolkit.getDefaultToolkit().getImage(fileLocation);
              new2 = new JButton(new ImageIcon(img));
              }catch(Exception e) { e.printStackTrace(); }*/
              //new2 = new JButton(new ImageIcon(ClassLoader.getSystemResource("images/new.gif")));
              //new2 = new JButton(new ImageIcon(Toolkit.getDefaultToolkit().getImage(getClass().getResource("./images/new.gif"))));
              //ImageIcon oo = new ImageIcon();
              //new2 = new JButton(oo.setImage(getClass().getResource("images/new.gif")));
                   new2.setToolTipText("New");
    Thanks
    James

    Hello,
    The code is too big to post, I am adding the code that is required to get changed, please see it
              open2 = new JButton(new ImageIcon("images/open.gif"));
                   open2.setToolTipText("Open");
                   open2.addActionListener(this);
                   open2.addMouseListener(new MouseAdapter()
                        public void mouseEntered(MouseEvent me)
                             status.setText("Opens a file");
                        public void mouseExited(MouseEvent me)
                             status.setText("open");
    Thanks
    James

  • Image problem in Dreamweaver Please Help!

    I have attached an image in dreamweaver and it looks fine when I preview it in the browser but when it put it on the hosting site it is not there. What should I do?

    Hi all, i've being talking with Murray regarding an issue that I am having on posting images online with Dreamweaver (please find below), if anyone can help please write.
    Murray in answering your question: Yes all images are RGB. let me know if there is anyother thing that I should check.
    Thanks,
    Gabriel
    Just duplicate the information in a new thread on the public Dreamweaver General Discussion forum.
    Also, are your images RGB or CMYK?  If the latter then they won't show on the web.  They must be in RGB color space to show....
    Murray
    Hi Murray,
    Thanks  for answering. Yes I have no problem on posting it to the public, it is  just that I've being posting this problem in other forums and not  getting any answer so I thought that sending a private message could be  more efficient. How should I redirect my question to the public forum?  just copy my question and post as a new threat?
    Regarding  my problem I am apparantly doing everything correct. I first created an  image folder on my local "website" folder and I put all images there  (lower case, single word, jpags and gif). So I went to  Insert->Rollover Image and place the images. Then I saved the  document and locally tested (pressing F12) and everything was working  great. Next I select the document and Site->Put. I reloaded my IE and  the images didn't show up. I went back to dreamweaver and manually  selected each image that I insert and one by one I upload to the  website. I checked the remote server and they are all there on the  correct location, but they still dono't appear on my website.
    I  am researching this problem for more than 5 days and I am really  considring to built my website with other tool (rather than Dreamweaver)  as I just can't figure it out why in earth these images don't display).
    Thanks,
    gabriel
    Gabriel,  do you feel comfortable posting this to the public forum?  That's the  right way to use it.  Let everyone try to help you.  When you post  there, please be sure to give enough information for someone to try to  answer.  If a process is failing for you, describe each step in the  process with enough detail to allow someone to recreate that process.
    Looking  at the code on your projects page I can only think that your images are  not being uploaded to the correct location.  Do you SEE those images on  the remote site?
    Anyhow, you can add the answer to this to your post on the public forum....
    Murray
    Hi  Murray, I found you in some forums re: Dreamweaver, I hope you can help  me. I am trying desperately for the last 6 days upload images on my  website. I have checked the sources/paths 1000 times and everything  match, I really don't know why I can't see a single image online. The  website is www.gabriel.kochece.com, if you go to projects all these  links are suppose to be images...
    Thanks in advance,
    gabriel
    Adobe Forums >                      People >    gab_kce >              Private Messages >               Inbox
    Adobe Forums powered by Jive Software's Clearspace ® 2.5.16 - Submit product feedback
    © Jive Software
    Careers
    Online Privacy Policy
    Terms of Use
    Contact us
    Accessibility
    Report piracy
    Permissions and trademarks
    Product license agreements
    Send feedback
    Copyright © 2010 Adobe Systems Incorporated. All rights reserved.
    Use of this website signifies your agreement to the Terms of Use and Online Privacy Policy (updated 07-14-2009).

  • Button click without "refresh" the current page. Please help

    Hi everyone:
    Here is my code:
    Code:
    <HTML>
    <HEAD>
    <TITLE>Parallel Port</TITLE>
    </HEAD>
    <BODY>
    <H1 ALIGN="CENTER">On/Off Bit0 of server's parallel port</H1>
    <form name="myform" action="robotcontrol.jsp" method="POST">
    <input type="hidden" name="action" value="<%=action%>">
    <INPUT TYPE="SUBMIT" VALUE="set/reset">
    <jsp:include page="./VideoToApplet/htmlroot/index.html" flush="true" />
    </form>
    </BODY>
    </HTML>
    everytime i click the button, it will perform (set/reset) parallel port, and i have include a html page which consist a video streaming applet.Maybe cause of this:
    <form name="myform" action="robotcontrol.jsp" method="POST">
    So.. please help !! Thanks in advance.
    but unfortunately, everytime i click on the button, it will likely refresh the page, and the applet will auto reconnect to camera,(it take time to reconnect)..

    Inside the body of JSP/HTML page, at the end of <BODY>, paste this small script.It will refresh your page automatically after 20 seconds, that is nothing but the value assigned to V.You can assign the time interval as you wish.
    <SCRIPT language="javascript">
         var ONESEC = 1000 ;                    // One second (in ms)
         var V = 20 * ONESEC ;
         var ONEMIN = 60 * ONESEC ;     // One minute (in ms)
         var INTERVAL = 1 * ONEMIN ;               // How often is page refreshed (in ms)
         window.setTimeout(function(){
                                            window.location.reload() ;
                                            },V) ;
    </SCRIPT>

  • The view, copy, edit, tools bar at the top of the page hasvanished along w/ the next line down which has the refresh key and search line please help.

    ''locking as a duplicate - https://support.mozilla.com/en-US/questions/793163''
    @ weeks ago the view, copy, edit, files, tools, bar at the top of the page disappeared. Then last week the next row that contained back, refresh, and a search bar disappeared. Please help me fix this, as I am unable to clear cookies, cache, history or use my printer.

    See [[menu bar is missing]].

  • Keep Getting Annoying Image/File Upload Error Please Help!

    I keep getting this error message - can't upload image X.png, it seems to happen with several different image - then I try to resume/retry wait some time; sometimes it works and sometimes it doesn't, getting kind of frustrating.  Please help!
    http://chefagogo.businesscatalyst.com/

    Hi
    Are you still facing the same issue ?
    It can be due to few reasons such as connectivity issues or if any update to your site is done at the same time from BC end.
    If still you are facing same error, please let me know.
    Thanks,
    Sanjit

  • My Flash Player will not show the images. Will someone please help me?

    I am trying to make a Presentation  to email for others to see without a browser, but when I do, it doesn't  show. I've downloaded Adobe Flash Player 10.0 r22, I've built the  presentation, I've published the presentation and uploaded to my  hosting. I have tried everythiing I can think of. It works on my  machine; however, when I try to view it out of it's containing folder,  it doesn't show anything but the preloader. Can someone please help me?
    I  can send you an example of a working Presentation along with a Zip file  containing my presentation with everything I've built if my explanation  isn't quite clear. Please help.
    Thank you,

    Didn't you ask that same question yesterday in this same forum?

  • I just updated firefox and now when i play online games ,my home button and my login in button does not work,also my refresh button is gone. Please help me with this problem. THANKS

    i updated firefox to the newest version,now my login and home button does not work,also my refresh button dissapeared. I play alot of games and need those buttons to switch back and forth to other games. THANKS

    The Reset Firefox feature can fix many issues by restoring Firefox to its factory default state while saving your essential information.
    Note: ''This will cause you to lose any Extensions, Open websites, and some Preferences.''
    To Reset Firefox do the following:
    #Go to Firefox > Help > Troubleshooting Information.
    #Click the "Reset Firefox" button.
    #Firefox will close and reset. After Firefox is done, it will show a window with the information that is imported. Click Finish.
    #Firefox will open with all factory defaults applied.
    Further information can be found in the [[Reset Firefox – easily fix most problems]] article.
    Did this fix your problems? Please report back to us!

  • Moving images in book 'boxes' - please help!

    OK, here is what I've done.
    I've created a special occasion book. Created a number of pages and layouts and dragged and dropped the images I want into each box.
    I've allowed Aperture to 'scale to fit' each photograph, as I want them to fill the full size of the box. However, some photographs have scaled and I've lost the top of peoples heads, etc. The scale across is fine as the image fills the box nicely, however what I want to ideally do, is to be able to move the image within the box down slightly so that I regain the top of lost heads!
    Please can you let me know if this is possible and if so, how I do it?
    If not possible, is there another way to simply drag and drop images so that they fill the full box size?
    Many thanks if you are able to help.

    Click on the image.
    Double click to bring up the Image Scale slider. Change the scale if you like.
    Put the cursor on the image (changes to a hand) and clic-drag to move.
    Click outside the image to remove the Inage Scale slider.
    It's not very obvious at all. Double-click to resize????
    iMac G5 rev B   Mac OS X (10.4.7)   Twenty Aperture articles at http://homepage.mac.com/bagelturf/

  • What is maximum height of image I can use-please help

    Please If somebody could help me,
    I have made some kind of sliding menu (you can see it here
    Alarmi555 and on a third menu I
    get red block displayed instead my menu. All three menus (slot
    machine roles) use the same code but the images are different.
    Now. for first two roles I use images that have height of
    cca.2000px and they display ok, but third role uses graphic that
    has height of 17 000 px , and it doesn't render right, and displays
    red square instead.
    I tried with smaller image in third role and it displays
    right.
    My movie height is only 300 px and I use the mask for the
    image scroling.
    Is there a limit of image height that I can use in flash, and
    is there a way to fix this other than making the image smaller.
    Thanks,
    Sasha

    2880 px is the maximum size of a single image. you could
    construct a series of images and 'chain' them together, OR bring
    them to the Stage dynamically as they 'roll', OR 'fake the 'roll'
    with a small blurred MC image, OR recycle the position of a single
    smaller clip, by moving it's position back to the bottom (or where
    it starts) after it move a particular distance.

  • Convert gray to binary image:: I am tried please help

    Hi member
    I have this vi that do some processing on the aquired image from webcam
    every time I put threshold vi  on the result of math script ,every display image vi all ways become black 
    if I remove the threshold vi the vi work well
    Please I am tired
    the threshold should be between th and 255
    best regards
    Attachments:
    vision.vi ‏260 KB

    Hi Saliim,
    I'm glad I could help! As far as increasing the speed of the math script node, I would recommend taking a look at some of these threads for tips:
    Mathscript speed of execution
    How fast is MathScript
    It looks like there may not be too much to do to increase the execution speed since there's lots of overhead with calling Math Script in LabVIEW. You may look into recreating the code in LabVIEW. 
    David S.

  • Anyone knows how to write WBMP image ??? please help !

    hi all,
    anyone knows how to write WBMP image, please show me !
    thanks.

    http://www.google.com/search?q=wbmp
    Please do not create additional posts, just refresh ("bump") the original.

  • Disk Images and External Drives - PLEASE HELP

    Hi all,
    I've got to a point where i can't afford to keep buying expensive drives to work form with Final Cut Pro X so decided to just work from several high spec drives and then back them up on other cheaper drives, reformat the high spec ones and start again.
    Not really understanding how disk imaging works I hoped I could carbon copy mountable and read and writeable drives (in this case a thunderbolt lace SSD)  on to a cheaper mass storage, wipe it and start again. I hoped it would then appear on the drives top level just as the drive appears on my desktop, and that I could access it if needed or port it back to a single drive at a later date? Is this possible? Can anyone help? So far everything I've tried has failed.
    One thought I did have was to create several partitions on the cheaper mass drive and duplicate it on to there? But I can't find any help or instruction for this online and need to make sure its write before I go deleting old projects.
    Attached are a picture of what I have (the disk image file) and what I was hoping to create (a mountable replica of a working drive on an external HD)
    Any help greatly appreciated.
    Robin

    You can research the terms disk image and back up for several hours. That might not help.
    None of the back up routines I am aware for for video and large media files use any compression or bundling systems like .dmg. I think your best bet is to make one-to-one copies of your files to your cheap drives. If you need the older projects, you copy them back to your working drives. That's pretty much how it's always been unless you are have a nice NAS RAID with mirroring to another rack of drives.
    The problem with cheap mass storage is no that it's unreliable. It's just not QUITE as reliable as more expensive systems. Having a copy of your work on a disk that might or is likely to fail is almost the same as not having a backup at all. but there is a point of diminishing returns for all of us in this business. This trend toward 4k and 8k, and FCPX's inability to manage media efficiently, means we all must add TB of storage for every project. A friend of mine includes a couple of TB drives in his fees. The client pays for and gets the drives.

  • Images will not display, please help

    Hi,
    I have built a couple of sites, one with tables one CSS where
    my banners will not display on my screen when I view the site
    online. The sites are:
    www.gnewt.co.uk &
    www.getouthavefun.co.uk
    The banners are visible on some other computers online, but
    not all and the images display fine when i preview the site not
    online but in Firefox or IE. I have tracked the problem down to
    this, online when I right click where the image should be
    displaying it says the filename etc and for dimensions says:
    Image Dimensions: 1px × 1px (scaled to 950px ×
    120px)
    Size of File: 0.04 kB (43 bytes)
    I can right click and download the image to my desktop from
    the ftp and it will display fine, so it must be an html problem. I
    have been using templates and have uploaded a version not attached
    to a template and that makes no difference, I have also tried
    differing filetypes such as gif and png, again no change.
    Furthermore if you put in the incorrect URL for the image, at least
    then it displays the Alt Text.
    The html code is very basic:
    <!-- InstanceBeginEditable name="Banner" --><img
    src="banners/2.jpg" alt="banner" name="Banner" width="950"
    height="120" border="0" /><!-- InstanceEndEditable
    --></td>
    SO the image is there somehow but the browser thinks its only
    1px across, if you put in plain text it displays fine? Can anyone
    help me with why this happens as I have tried everything I can
    think of - i'm not particularly good with html so it could be
    something elementary
    Thanks in advance

    >name="Banner" --><img src="banners/2.jpg"
    alt="banner"
    Sounds like the work of Norton. Don't ever use the word
    'banner' in any part of your images. Rename the image and alt text
    and see if that works.

Maybe you are looking for

  • Load Class in Interface Builder 3

    Hello, i am trying to get started with Cocoa after having worked a while with Xcode & smaller AppleScript based projects. As my idea was to create a menubar-based (NSStatusItem) service app for myself i started with this tutorial: http://files.semaja

  • F6 Option SATA controller

    Hello,  I have 6 new 6427-CTO  D10   I ordered them with Dos to save Money.  Using the  F6 option to load the SATA driver for XP Pro 64bit,  There are about 10 controller drivers to choose from.  None seem to work, the system hangs on   Windows start

  • Version Control for Oracle Reports and Java

    Hi I have a Reports and Java development enviroment and I need version control for both. In JDeveloper there is only support for CVS and SVN. Does report have support for CVS and SVN?. What can I choose to offer Java and Reports version control? Rega

  • Best of Edge Animate #2

    Hi everyone, Edgehero made a  weekly article about the best projects made by Edge Animate. http://www.edgehero.com/articles/best-of-edge-animate-2 We really need your help with finding new projects! Please suggest projects or submit your own!

  • Change pianoroll grid

    I am looking for a way to modify the grid in Logic Pro X's pianoroll. I now I can change the snap behaviour, but I do not seem to find a way to change the grid, meaning the position where a new note is placed. I want to be able to set the grid to tri