Ignore:
Timestamp:
Feb 10, 2011, 4:10:59 PM (14 years ago)
Author:
george
Message:
  • Added: Context menu in microthreads list to show microthread call stack.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • MicroThreading/UMicroThreadList.lfm

    r164 r168  
    11object MicroThreadListForm: TMicroThreadListForm
    2   Left = 476
     2  Left = 321
    33  Height = 423
    4   Top = 111
     4  Top = 108
    55  Width = 569
    66  Caption = 'Microthread list'
     
    88  ClientWidth = 569
    99  OnClose = FormClose
     10  OnCreate = FormCreate
     11  OnDestroy = FormDestroy
    1012  OnHide = FormHide
    1113  OnShow = FormShow
     
    1618    Top = 7
    1719    Width = 553
    18     ActivePage = TabSheet1
     20    ActivePage = TabSheet3
    1921    Anchors = [akTop, akLeft, akRight, akBottom]
    20     TabIndex = 0
     22    TabIndex = 2
    2123    TabOrder = 0
    2224    object TabSheet1: TTabSheet
     
    170172          end>
    171173        OwnerData = True
     174        PopupMenu = PopupMenu1
    172175        ReadOnly = True
    173176        RowSelect = True
     
    185188    top = 85
    186189  end
     190  object PopupMenu1: TPopupMenu
     191    left = 192
     192    top = 136
     193    object MenuItemCallStack: TMenuItem
     194      Caption = 'Call stack'
     195      OnClick = MenuItemCallStackClick
     196    end
     197  end
    187198end
Note: See TracChangeset for help on using the changeset viewer.