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

SCTestView editable_ #24

Closed
jleben opened this issue May 6, 2012 · 2 comments
Closed

SCTestView editable_ #24

jleben opened this issue May 6, 2012 · 2 comments
Labels
bug Issues that relate to unexpected/unwanted behavior. Don't use for PRs. os: macOS

Comments

@jleben
Copy link
Member

jleben commented May 6, 2012

[Issue migrated from SourceForge | ID: 1821651 | Submitted by 'redfrik']
[http://sourceforge.net/support/tracker.php?aid=1821651]

if i disable editable before setting the string, nothing gets show. if i disable after then it's ok.
swingosc works fine and there the order doesn't matter.

GUI.cocoa
(
w= GUI.window.new;
GUI.textView.new(w, Rect(10, 10, 100, 20))
.editable_(false)
.string_("asdf");//not displayed
w.front;
)
(
w= GUI.window.new;
GUI.textView.new(w, Rect(10, 10, 100, 20))
.string_("asdf")
.editable_(false);
w.front;
)

_f

@jleben
Copy link
Member Author

jleben commented May 6, 2012

[Comment migrated from SourceForge | Submitted by 'jamshark70']

Assigned to Jan.

@jleben
Copy link
Member Author

jleben commented May 6, 2012

[Comment migrated from SourceForge | Submitted by 'ctrl-t']

fixed in rev. 7001

@jleben jleben closed this as completed May 6, 2012
jpburstrom pushed a commit to jpburstrom/supercollider that referenced this issue Aug 13, 2018
jpburstrom pushed a commit to jpburstrom/supercollider that referenced this issue Aug 13, 2018
mossheim pushed a commit that referenced this issue Aug 24, 2020
Update quarks-repository-moved.md
@Lispilo Lispilo mentioned this issue Nov 13, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Issues that relate to unexpected/unwanted behavior. Don't use for PRs. os: macOS
Projects
None yet
Development

No branches or pull requests

1 participant