2

how can change the image i messagebox ?

asked 2013-03-22 06:50:00 +0800

this post is marked as community wiki

This post is a wiki. Anyone with karma >100 is welcome to improve it.

updated 2013-03-22 06:50:00 +0800

anujtarun gravatar image anujtarun flag of India
205 6

how can change the image i messagebox

delete flag offensive retag edit

1 Answer

Sort by ยป oldest newest most voted
2

answered 2013-03-22 07:07:37 +0800

this post is marked as community wiki

This post is a wiki. Anyone with karma >100 is welcome to improve it.

updated 2013-03-22 07:16:20 +0800

hswain gravatar image hswain flag of India
1763 3 10
http://corejavaexample.bl...

yes you can do it. if you have any style class for image then you can pass as a icon parameter

show(message,title,null,null,`icon/styleclass`,null,null)

just like css class

 .icon{
   width: 25px;
   height: 25px;
   background: transparent url(/image.png) no-repeat center center;
}
link publish delete flag offensive edit
Your answer
Please start posting your answer anonymously - your answer will be saved within the current session and published after you log in or create a new account. Please try to give a substantial answer, for discussions, please use comments and please do remember to vote (after you log in)!

[hide preview]

Question tools

Follow
1 follower

RSS

Stats

Asked: 2013-03-22 06:50:00 +0800

Seen: 15 times

Last updated: Mar 22 '13

Support Options
  • Email Support
  • Training
  • Consulting
  • Outsourcing
Learn More