• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Tim Cooke
  • paul wheaton
  • Jeanne Boyarsky
  • Ron McLeod
Sheriffs:
  • Paul Clapham
  • Liutauras Vilda
  • Devaka Cooray
Saloon Keepers:
  • Tim Holloway
  • Roland Mueller
Bartenders:

Blinking effect not visible when loading the applet thr' the browser.

 
Ranch Hand
Posts: 32
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi all,

The problem is that when I am running my applet as an application or in appletviewer I can see the blinking image which is displayed in a JTable cell. It works absolutely fine. Same is the case with the JTable header - I wanna display icons indicating the order of the sorting performed on that particular clicked column header. It works fine when I am running the applet. But the blinking effect & these sorting order icons are not visible when I load my applet thr' a browser.

Can anybody plz help me out as to where the problem is & why is this happening?? It is very urgent.

All help will be appreciated....


Thanx.

Regards,
- Neha.......
 
Ranch Hand
Posts: 32
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
See Neha,When you are running your applet through appletviewer then everything is fine b"coz ur completely using java kit.But when ur using browser that may be not compatible with ur latest java kit.That is i think This is the problem related to JVM(Update).I m not sure.It's guess.If u find any solution just let me know.Meanwhile i m also trying to see what happens.
 
Vijay Sharma
Ranch Hand
Posts: 32
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Just read some manuals related to java.B'coz it also depends on the jdk version.I know that somewhere u have to set some browser settings for made ur applet runnable.
But i forgot.
 
Neha D
Ranch Hand
Posts: 32
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Heyy thanx John.

Well yea wht you said is right. I am using jdk version 1.2.2 with java plugin version 1.3.1_10 for IE browser. I can see all the other icons but these two are giving me some problems. Using the renderer I am displaying these two icons but does not reflect me of any change.

Thanx.

Regards,
- Neha......
 
Vijay Sharma
Ranch Hand
Posts: 32
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
So,Neha
Ur problem gets resolved now,If yes just send me where u set the properties in IE.Or do one thing just change the jdk version.And use it.It will definately work.
 
Neha D
Ranch Hand
Posts: 32
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi John,

Well I have also tried out using jdk1.4.2_06 jdk version & plugin 1.4 but no progress.. Theres something more I need to do for this. If you find any solution for this plz suggest it to me too...

Thanx.

Regards,
- Neha....
 
Vijay Sharma
Ranch Hand
Posts: 32
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hey,Neha
I found the solution of ur problem.Also i have sent u private message,If u didn't get this just go to profiles options there u can check this msg.Firstly go to ur browser's.Then Tools->Internet Options.There in Internet Options.Go to Advanced Options.There u find the Microsoft VM and JAVA(Sun).Under these options u have 2 or 3 check boxes.So just make sure that these checkboxes are clicked.Then u can run Ur application.
Bye
 
Vijay Sharma
Ranch Hand
Posts: 32
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I have sent u the answer of this query just tell me if its beneficial for u.If u don't mind can give u r id (others).I have worked a lot on swings.I think now ur problem get solved.
Bye
 
Neha D
Ranch Hand
Posts: 32
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Heyy Vijay,

I checked out the Internet properties & only one out of those check boxes was not checked, so I did tht & then again loaded my applet but still it did not reflect me of any changes. What I think is tht can the problem be with the component ie I am trying to use a JTable cell for displaying blinking images. So may be the renderer may not be able to display the image when the applet is loaded thr' the browser but then this works fine when it is run thr' appletviewer....

Thanx.

- Neha
[ February 18, 2005: Message edited by: Neha D ]
 
Vijay Sharma
Ranch Hand
Posts: 32
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Then Neha do one more thing u can go to Registry by typing in run command Regedit.Just set the JVM and other properties.Might be that will work.
All the Best....
Bye
 
Space pants. Tiny ad:
Smokeless wood heat with a rocket mass heater
https://woodheat.net
reply
    Bookmark Topic Watch Topic
  • New Topic