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

Can't open a SpRoassalPresenter #3

Open
tinchodias opened this issue Dec 1, 2020 · 0 comments
Open

Can't open a SpRoassalPresenter #3

tinchodias opened this issue Dec 1, 2020 · 0 comments

Comments

@tinchodias
Copy link
Contributor

Example:

app := SpApplication new 
  useBackend: #Gtk;
  yourself.

(app new: SpRoassalPresenter) 
	script: [ :canvas |
		canvas add: (RSBox new size: 100; yourself) ];
  openWithSpec.

The error message in the debugger is "Instance of Rectangle did not understand #tfPointerAddress".

The expected result is something similar to the following Morphic version (when you use useBackend: #Morphic):

Screen Shot 2020-12-01 at 19 12 45

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