Thread Rating:
  • 476 Vote(s) - 2.84 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Curl Sonntagのイベントハンドリング処理について
08-15-2011, 11:12 AM, (This post was last modified: 08-15-2011, 01:42 PM by hokada.)
#2
RE: Curl Sonntagのイベントハンドリング処理について
私たちも以前からこれは感じて、Sonntagをいろいろカスタマイズして、以下のようにイベントやコントロールを取得できるようにしました。

Code:
{TextField
    {bind-screen-command => test || ここもStringじゃなくした。
        on ValueChangedEvent
    }
}

{define-screen-command test
    on event:ValueChangedEvent
    at tf:TextField
    of screen:TestScreen
do

  ||....    
}

SonntagはApache2.0ライセンスだから、カスタマイズ自由。。

参考までにSonntagの修正した部分のコードを添付します。
(他にも修正するところがあったかもしれないので、このコードだけでは動かないかもしれませんが、参考になると思います。)


Attached Files
.scurl   define-screen-command.scurl (Size: 4.95 KB / Downloads: 720)
.scurl   bind-screen-command.scurl (Size: 5.73 KB / Downloads: 669)


Messages In This Thread
RE: Curl Sonntagのイベントハンドリング処理について - by hokada - 08-15-2011, 11:12 AM

Possibly Related Threads...
Thread Author Replies Views Last Post
  Curl execute Oracle database procedure NamDH 3 4,054 04-21-2017, 03:40 PM
Last Post: tdeng
  TLS通信下でCould not deserialize the object from Curl.発生 MIT 3 4,767 03-10-2017, 08:35 AM
Last Post: MIT
  Protecting SSL private key in a Curl script aensys 1 2,363 02-10-2017, 02:02 PM
Last Post: heavybugtracker
  curl library 7.36.0: curl_easy_perform() function call failed when used for getting a joezhao 1 3,632 10-19-2016, 09:41 AM
Last Post: dyoshida
  Curl IDE からのランチャが見つかりません umemura 1 3,771 06-30-2016, 10:12 AM
Last Post: umemura
  Curl RTE Install smtit 1 2,738 05-06-2016, 12:36 PM
Last Post: dice256
  Curl RTE Command line smtit 1 2,917 04-19-2016, 09:35 AM
Last Post: dice256
  What OS that CURL can support for deloyment? tiennv 1 4,574 08-22-2015, 02:12 AM
Last Post: tdeng
  Curl RTEのPPAPIプラグインについて でり 1 4,398 06-09-2015, 11:03 AM
Last Post: でり
  cURL Client app Michael-2015 1 3,852 04-16-2015, 12:27 PM
Last Post: dyoshida
Forum Jump:


Users browsing this thread:
1 Guest(s)

MyBB SQL Error

MyBB has experienced an internal SQL error and cannot continue.

SQL Error:
1017 - Can't find file: 'mybb_threadviews' (errno: 2)
Query:
INSERT INTO mybb_threadviews (tid) VALUES('208')