PhoneNumberPicker

概要

ボタンを画面に設置して、ボタンを押すとデバイス内の電話番号一覧をリストで表示します



Properties

  • BackgroundColor
ボタンの背景色を変更します

  • Enabled
チェックを外すとボタンが非活性となり、ボタンを押しても反応しなくなります

  • FontBold
チェックを入れるとテキストを太文字にします

  • FontItalic
チェックを入れるとテキストをイタリック文字にします

  • FontSize
テキストのサイズを変更します。テキストサイズに合わせてボタンの大きさも変化します

  • FontTypeface
テキスト文字のフォントを変更します
    • default・・・通常のフォント
    • sans serif・・・"serif"のフォントに対して、線の端に飾りのないフォントにします
    • serif・・・文字の線の端に小さな飾りのあるフォントに変更します
    • monospace・・・文字によらずすべての文字を同じ幅にします

  • Image
アップロードしたファイルを選択することでボタンの画像を変更します

  • Shape
ボタンの見た目をかえます
    • default・・・通常のボタン。色と音で押したときの反応を示します
    • rounded・・・ボタンの角を取り平面的に表示します。音で押したときの反応を示す
    • rectan・・・平面的な四角で表示します。音で押したときの反応を示す
    • oval・・・細長い楕円で平面的に表示します。音で押したときの反応を示す

  • ShowFeedback
    • ボタン押下時の反映のアニメーションの有無を設定します

  • Text
ボタン内のテキストを設定します

  • TextAlignment
テキストの位置をleft(左)、center(中央)、right(右)に変更します

  • TextColor
テキストの文字の色を変更します

  • Visible
画面に表示(showing)/非表示(hidden)するかどうかを変更します

  • Width
ボタンの幅を設定します
    • Automatic・・・テキストの長さに合わせて幅が変更されます
    • FillParent・・・画面いっぱいに幅を広げます
    • pixels・・・値を指定して幅を変更します

  • Height
ボタンの高さを設定します
    • Automatic・・・テキストの長さに合わせて高さが変更されます
    • FillParent・・・画面いっぱいに高さを広げます
    • pixels・・・値を指定して高さを変更します



Blocks


when型
whenPhoneNumberPicking.png when PhoneNumberPicker.AfterPicking
do
Pickerを押したした後の挙動を設定します


whenPhoneNumberPickerBeforePicking.png when PhoneNumberPicker.BeforePicking
do
Pickerを押す前の挙動を設定します


whenPhoneNumberPickerGotFocus.png when PhoneNumberPicker.GotFocus
do
今のところ動作しません


whenPhoneNumberPickerLostFocus.png when PhoneNumberPicker.LostFocus
do
今のところ動作しません


whenPhoneNumberPickerTouchDOwn.png when PhoneNumberPickingTouchDown
do
Pickerを押した直後の動作を設定します


whenPhoneNumberPickerTouchUp.png when PhoneNumberPicker.TouchUp
do
押しているPickerから離した時の挙動を設定します


call型
callPhoneNumberPickerOpen.png call PhoneNumberPicker.Open
PhoneNumberPickerを呼び出します


set型
set PhoneNumberPicker.BackgroundColor to  
set PhoneNumberPicker.Enabled to  
set PhoneNumberPicker.FontBold to  
set PhoneNumberPicker.FontItalic to  
set PhoneNumberPicker.FontSize to  
set PhoneNumberPicker.Height to  
set PhoneNumberPicker.Image to  
set PhoneNumberPicker.ShowFeedback to  
set PhoneNumberPicker.Text to  
set PhoneNumberPicker.TextColor to  
set PhoneNumberPicker.Visible to  
set PhoneNumberPicker.Width to  


値型
PhoneNumberPicker.BackgroundColor  
PhoneNumberPicker.ContactName  
PhoneNumberPicker.EmailAddress  
PhoneNumberPicker.EmailAddressList  
PhoneNumberPicker.Enabled  
PhoneNumberPicker.FontBold  
PhoneNumberPicker.FontItalic  
PhoneNumberPicker.FontSize  
PhoneNumberPicker.Height  
PhoneNumberPicker.Image  
PhoneNumberPicker.PhoneNumber  
PhoneNumberPicker.PhoneNumberList  
PhoneNumberPicker.Picture  
PhoneNumberPicker.ShowFeedback  
PhoneNumberPicker.Text  
PhoneNumberPicker.TextColor  
PhoneNumberPicker.Visible  
PhoneNumberPicker.Width  



  • 最終更新:2015-02-24 17:09:17

このWIKIを編集するにはパスワード入力が必要です

認証パスワード