mirror of
https://github.com/rivo/tview.git
synced 2026-04-29 14:55:54 +03:00
[GH-ISSUE #370] BUG: screen.SetContent undefined (type tcell.Screen has no field or method SetContent) #272
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/tview#272
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @shockw4ver on GitHub (Nov 25, 2019).
Original GitHub issue: https://github.com/rivo/tview/issues/370
Got some problem running the basic example.
env:
run:
Got:
Is this about Catalina?
Thx and waiting any resolvation.
@shockw4ver commented on GitHub (Nov 26, 2019):
Emm... Cannot find
SetContentin screen interface...It this about version?
@Bios-Marcel commented on GitHub (Nov 26, 2019):
You shouldn't expect people to help you right away. You are not paying them afterall :)
@shockw4ver commented on GitHub (Nov 26, 2019):
Sorry for my expression.
Not mean that and pleased to got resolvation any time.
I'll delete the unpolite sentence that was typed unintentional.
@Bios-Marcel commented on GitHub (Nov 26, 2019):
So, it seems you have vendored your packages. Might that be related? Part of the vendored packages could be outdated.
@shockw4ver commented on GitHub (Nov 27, 2019):
Thx and it's true.
I ran
dep ensureto import thegithub.com/gdamore/tcellpackage then got it on branchwin2, it’s actually not up to date andscreen.SetContentis undefined.Should I do something to ensure the right branch?
@Bios-Marcel commented on GitHub (Nov 27, 2019):
Isn't dep legacy? Use go mod vendor
@shockw4ver commented on GitHub (Nov 27, 2019):
So handy is
go mod.I should have read the document carefully... 😅
Appreciate your help!😄😄😄