Changeset 29444

Show
Ignore:
Timestamp:
02/02/09 22:56:03 (4 years ago)
Author:
syo68k
Message:

Followersリスト読み込み開始タイミング調整

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • lang/vb2005/Tween/Tween/Tween.vb

    r29430 r29444  
    509509            '他の設定項目は、随時設定画面で保持している値を読み出して使用 
    510510        End If 
     511 
     512        'Twitter用通信クラス初期化 
     513        Twitter.Username = _username 
     514        Twitter.Password = _password 
     515        Twitter.ProxyType = SettingDialog.ProxyType 
     516        Twitter.ProxyAddress = SettingDialog.ProxyAddress 
     517        Twitter.ProxyPort = SettingDialog.ProxyPort 
     518        Twitter.ProxyUser = SettingDialog.ProxyUser 
     519        Twitter.ProxyPassword = SettingDialog.ProxyPassword 
     520        Twitter.NextThreshold = SettingDialog.NextPageThreshold   '次頁取得閾値 
     521        Twitter.NextPages = SettingDialog.NextPagesInt    '閾値オーバー時の読み込みページ数(未使用) 
    511522        If IsNetworkAvailable() Then 
    512523            If SettingDialog.StartupFollowers Then 
     
    553564        '文字カウンタ初期化 
    554565        lblLen.Text = "140" 
    555  
    556         'Twitter用通信クラス初期化 
    557         Twitter.Username = _username 
    558         Twitter.Password = _password 
    559         Twitter.ProxyType = SettingDialog.ProxyType 
    560         Twitter.ProxyAddress = SettingDialog.ProxyAddress 
    561         Twitter.ProxyPort = SettingDialog.ProxyPort 
    562         Twitter.ProxyUser = SettingDialog.ProxyUser 
    563         Twitter.ProxyPassword = SettingDialog.ProxyPassword 
    564         Twitter.NextThreshold = SettingDialog.NextPageThreshold   '次頁取得閾値 
    565         Twitter.NextPages = SettingDialog.NextPagesInt    '閾値オーバー時の読み込みページ数(未使用) 
    566566 
    567567        If SettingDialog.StartupKey Then 
     
    48184818                My.Application.DoEvents() 
    48194819                i += 1 
    4820                 If i > 50 Then 
     4820                If i > 20 Then 
    48214821                    _statuses.DistributePosts() 
    48224822                    RefreshTimeline()