• 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
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Problem in calling applet from javascript . Applet call windows dll codes using JNA and swt apis

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

I have developed an Applet which uses swt (win32 Api that OS class and TCHAR class) and use the windows users32.dll file for blinking a window's taskbar tab. My applet is signed and working good. On most of the machines it is running fine. but on some machines it is throwing errors, the point is that Applet console doesn't shows any error but Internet explorer (IE8) shows a javascript error on the line where i have called the applet.

The same code is running fine on every machine if i use Firefox/Opera/Chrome. IN IE every machine is fine except a few.
Point of main concern is that today morning i tried to run the application on one machine (say A) its was throwing error but in afternoon on same machine it was running quite fine
 
Consider Paul's rocket mass heater.
reply
    Bookmark Topic Watch Topic
  • New Topic