Thread Rating:
  • 291 Vote(s) - 2.84 Average
  • 1
  • 2
  • 3
  • 4
  • 5
レコードグリッドの行番号を表示するには?
08-21-2013, 05:57 PM,
#5
RE: レコードグリッドの行番号を表示するには?
umemuraさんのコードを試させていただきましたが、なかなかよい感じですね。

個人的には行選択した場合に行番号セルも選択色になって欲しい気がするので、
RecordGridCell のかわりに StandardStringCell を継承するのはどうでしょうか?

Code:
{define-class public LineNumberCell {inherits StandardStringCell}
  field line-number-frame:Frame = {Frame halign = "right", margin = 1pt}
  {constructor public {default ...}
    {construct-super {splice ...}}
    set self.cells-take-focus? = false
  }
  {method public {refresh-data }:void
    {super.refresh-data}
    set self.display-graphic.contents = {String (self.record-index + 1)}
  }
}


Messages In This Thread
RE: レコードグリッドの行番号を表示するには? - by dyoshida - 08-21-2013, 05:57 PM
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('957')