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

Window Assertion Failed on close #12

Open
labordep opened this issue Jan 17, 2020 · 0 comments
Open

Window Assertion Failed on close #12

labordep opened this issue Jan 17, 2020 · 0 comments

Comments

@labordep
Copy link
Member

When my window are closing I get an Assertion Failed with Pharo Console warnings.

Message (from SDL I suppose) :
image

Pharo console on bottom :
image

Code :

| loginWindow loginView container |
loginWindow := PenWindow new.
loginWindow title: 'Test Window'.
loginWindow size: 800@200.
loginWindow position: 50@50.
loginWindow resizable: false.
	
loginView := PenView new key: #loginView.
container := PenContainer new.	
loginView displayComponent: container.
	
loginWindow addDock: (PenViewDock with: loginView).
loginWindow open.

Infos :
Pharo 8.0.0
Build information: Pharo-8.0.0+build.1106.sha.763a1788342108e4cbc14b8092594123f936890f (64 Bit)

Thanks.
Pierre

@labordep labordep changed the title Window Assertion Failed on cllose Window Assertion Failed on close Jan 17, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant