Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

First time opening visu does not work #147

Open
jecisc opened this issue Jul 2, 2019 · 0 comments
Open

First time opening visu does not work #147

jecisc opened this issue Jul 2, 2019 · 0 comments
Labels

Comments

@jecisc
Copy link
Member

jecisc commented Jul 2, 2019

Tested with TelescopeCytoscape.

Executing this:

visu := TLVisualization new.
visu addNodesFromEntities: (1 to: 20).
visu open

does not open any visu the first time.

Then executing this:

visu := TLVisualization new.
visu addNodesFromEntities: (1 to: 20).
visu styleSheet
	width: 40;
	height: 40;
	nodeLabel: #asString.
visu open

will work and after that the first one also work.

@jecisc jecisc added the bug label Jul 2, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant