Professional IronPython



Download 20,35 Mb.
Pdf ko'rish
bet354/453
Sana01.07.2022
Hajmi20,35 Mb.
#723045
1   ...   350   351   352   353   354   355   356   357   ...   453
TABLE 16-1: 
Message Box Button Combinations
ENUmERATEd VALUE 
INT16 VALUE
MessageBoxButtons.AbortRetryIgnore 
2
MessageBoxButtons.OK 
0
MessageBoxButtons.OKCancel 
1
MessageBoxButtons.RetryCancel 
5
MessageBoxButtons.YesNo 
4
MessageBoxButtons.YesNoCancel 
3
TABLE 16-2: 
Message Box Icon Combinations
ENUmERATEd VALUE 
INT16 VALUE
MessageBoxIcon.Asterisk 
64
MessageBoxIcon.Error 
16
MessageBoxIcon.Exclamation 
48
MessageBoxIcon.Hand 
16
MessageBoxIcon.Information 
64
MessageBoxIcon.None 
0
continues
548592c16.indd 339
2/24/10 12:49:24 PM
www.finebook.ir


340

CHAPTER 16
ExtEnding ironPython Using C#
ENUmERATEd VALUE 
INT16 VALUE
MessageBoxIcon.Question 
32
MessageBoxIcon.Stop 
16
MessageBoxIcon.Warning 
48
TABLE 16-3: 
Message Box Default Button Options
ENUmERATEd VALUE 
INT16 VALUE
MessageBoxDefaultButton.Button1 
0
MessageBoxDefaultButton.Button2 
256
MessageBoxDefaultButton.Button3 
512
Using Enumerations with IronPython
There’s a way around the issue of enumerated values in .NET calls. You can simply choose to create 
your own enumeration. For example, let’s say you want to overcome the problem of working with 
the 
MessageBoxButtons
enumeration. In this case, you create an enumeration and a new override
of the 
ShowMessage()
method as shown here.
public enum ButtonTypes
{
OK,
OKCancel,
AbortRetryIgnore,
YesNoCancel,
YesNo,
RetryCancel
}
public String ShowMessage(String Msg, String Title, ButtonTypes Buttons)
{
return MessageBox.Show(Msg, Title,
(MessageBoxButtons)Buttons).ToString();
}
Notice that you must still use coercion to make the 
MessageBox.Show()
call. However, the IronPython 
developer now has an enumeration to use when making the call. Here’s a typical call from within 
IronPython.
MyDialog.ShowMessage(‘Hello’, ‘Title’, MyDialog.ButtonTypes.OKCancel)
The resulting message box would contain 
‘Hello‘
as the message, 
‘Title‘
as the message box title, 
and two buttons, OK and Cancel.
TABLE 16-2 
(continued)
548592c16.indd 340
2/24/10 12:49:24 PM
www.finebook.ir



Download 20,35 Mb.

Do'stlaringiz bilan baham:
1   ...   350   351   352   353   354   355   356   357   ...   453




Ma'lumotlar bazasi mualliflik huquqi bilan himoyalangan ©hozir.org 2024
ma'muriyatiga murojaat qiling

kiriting | ro'yxatdan o'tish
    Bosh sahifa
юртда тантана
Боғда битган
Бугун юртда
Эшитганлар жилманглар
Эшитмадим деманглар
битган бодомлар
Yangiariq tumani
qitish marakazi
Raqamli texnologiyalar
ilishida muhokamadan
tasdiqqa tavsiya
tavsiya etilgan
iqtisodiyot kafedrasi
steiermarkischen landesregierung
asarlaringizni yuboring
o'zingizning asarlaringizni
Iltimos faqat
faqat o'zingizning
steierm rkischen
landesregierung fachabteilung
rkischen landesregierung
hamshira loyihasi
loyihasi mavsum
faolyatining oqibatlari
asosiy adabiyotlar
fakulteti ahborot
ahborot havfsizligi
havfsizligi kafedrasi
fanidan bo’yicha
fakulteti iqtisodiyot
boshqaruv fakulteti
chiqarishda boshqaruv
ishlab chiqarishda
iqtisodiyot fakultet
multiservis tarmoqlari
fanidan asosiy
Uzbek fanidan
mavzulari potok
asosidagi multiservis
'aliyyil a'ziym
billahil 'aliyyil
illaa billahil
quvvata illaa
falah' deganida
Kompyuter savodxonligi
bo’yicha mustaqil
'alal falah'
Hayya 'alal
'alas soloh
Hayya 'alas
mavsum boyicha


yuklab olish