Create dialog box after receiving a security message

Hi

I just wondering, is it possible for me to create a dialog box (with
some buttons in there) to be pop up after user receiving security
message/warning. For example user would like to download application
from this one website. then he/she click the link and security
warning/message will be pop up to ask action for him/her to take (save,
run cancel etc). after user make a decision, I would like to pop up
another dialog box to ask users with some other questions. Can it be
done?

I try to find information on hooking and subclass within this forum and
unable to find one that suit the best with the problem that I facing
now. It would be great if anyone can advise me on this issues.

I hope to hearing from anyone of you soon.

Thank you.

On Wed, Aug 3, 2011 at 2:43 PM, zarul z. [email protected] wrote:

I just wondering, is it possible for me to create a dialog box (with
some buttons in there) to be pop up after user receiving security
message/warning. For example user would like to download application
from this one website. then he/she click the link and security
warning/message will be pop up to ask action for him/her to take (save,
run cancel etc). after user make a decision, I would like to pop up
another dialog box to ask users with some other questions. Can it be
done?

How is this related to Ruby programming language? In other words: I
don’t understand why you post the question here.

Kind regards

robert

How is this related to Ruby programming language?

assuming that the application in question is written in ruby, and that
that is why the question is posted here - what gui toolkit are you
using, or would you like to use? gtk2? shoes? wxruby? qt? there are
many, each have their advantages and disadvantages, but i think with any
you should be able to accomplish what you’re trying to do.

i’d compare a few toolkits, play around with them some, and then get
back in the appropriate forum with questions specific to the toolkit
you’ve decided to use.

check these out:

http://wxruby.rubyforge.org/wiki/wiki.pl

  • j