• 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

Remove Security Warning ..

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

I have developed this application which invokes an alarm alert depending upon the alert set time.
My application works absolutely fine except for the part that each time before the alarm rings the the application asks for user interaction to allow Security Warning.

If this Security warning is not removed then the sole purpose of the alarm is gone.
What good will it be if for the alarm to ring one needs to keep looking at the screen for notification to appear.

Will it disappear if I sign the code??

If yes how to go about signing
Please help
 
Rancher
Posts: 43081
77
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I'm not sure if signing helps with this issue, but I'm pretty sure it would be done using the JME Dev Kit.
 
reply
    Bookmark Topic Watch Topic
  • New Topic