Advertisement
Guest User

Untitled

a guest
Jun 25th, 2017
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.20 KB | None | 0 0
  1. ...
  2. Grid.SetFocus (TCustomGrid.SetFocus INIT)
  3. TWinControl.SetFocus INIT
  4. TCustomForm.SetActiveControl INIT
  5. TcustomForm.SetWindowFocus INIT
  6. TGtk2WidgetSet.SetFocus INIT
  7. TWinControl.WndProc LM_SetFocus INIT (TStringGrid)
  8. TCustomForm.SetFocusedControl INI
  9. TCustomGrid.DoEnter INI
  10. DoEnter-Ext
  11. TCustomGrid.EditorShow INIT
  12. TCustomGrid.DoEditorShow INIT
  13. EditorPos;
  14. Editor.SetFocus (TStringCellEditor.SetFocus INIT)
  15. TWinControl.SetFocus
  16. TCustomForm.SetActiveControl INIT
  17. TCustomForm.SetWindowsFocus
  18. TGtk2Widgetset.SetFocus
  19. TWinControl.WndProc LM_SetFocus INIT (TStringCellEditor)
  20. TCustomForm.SetFocusedControl INIT (Old=TStringGrid, New=TStringCellEditor)
  21. TCustomForm.SetFocusedControl DONE (Control=TStringCellEditor)
  22. ---Success---
  23. TWinControl.WndProc LM_SetFocus DONE
  24. TGtk2Widgetset.SetFocus DONE
  25. TCustomForm.SetWindowFocus DONE
  26. TCustomForm.SetActiveControl DONE
  27. TWinControl.SetFocus DONE
  28. Editor.Focused := TRUE;
  29. TCustomGrid.DoEditorShow DONE
  30. TCustomGrid.EditorShow DONE
  31. TCustoGrid.DoEnter DONE
  32. TCustomGrid.SetFocusedControl DONE
  33. ---NOT SUCCESS---
  34. TWinControl.WndProc DONE
  35. -- COMO NO FUE SUCESS --
  36. TGtk2Widgetset.SetForegroundWindow
  37. gtk_widget_grab_focus INIT
  38. TWinControl.WndProc LM_SETFOCUS (TStringGrid)
  39. TCustomForm.SetFocusedControl INIT (Old=TStringCellEditor, New=TStringGrid)
  40. TCustomForm.SetFocusedControl DONE (Control=TStringGrid)
  41. gtk_widget_grab_focus DONE
  42. TGtk2WidgetSet.SetFocus DONE
  43. TCustomForm.SetWindowFocus DONE
  44. TCustomForm.SetActiveControl DONE
  45. TWinControl.SetFocus DONE
  46. TCustomGrid.SetFocus DONE
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement