electro-music.com   Dedicated to experimental electro-acoustic
and electronic music
 
    Front Page  |  Radio
 |  Media  |  Forum  |  Wiki  |  Links
Forum with support of Syndicator RSS
 FAQFAQ   CalendarCalendar   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   LinksLinks
 RegisterRegister   ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in  Chat RoomChat Room 
go to the radio page Live at electro-music.com radio 1 Please visit the chat
  host / artist show at your time
today> Modulator ESP Adventures In Sound
poster
 Forum index » DIY Hardware and Software » Supercollider
Help me about Help system
Post new topic   Reply to topic Moderators: v-un-v
Page 1 of 1 [3 Posts]
View unread posts
View new posts in the last week
Mark the topic unread :: View previous topic :: View next topic
Author Message
jig



Joined: Mar 28, 2008
Posts: 3
Location: Nagano

PostPosted: Sun Mar 30, 2008 8:25 pm    Post subject:  Help me about Help system
Subject description: I cannnot use cmd-d
Reply with quote  Mark this post and the followings unread

Hello. I'm newcomer. Yesterday, I started to use SC3 on Mac Leopard.

When I want to now about any keyword, manual says
1. Double click on the word.
2. Then, cmd+d

But, no response is came, only error tone is sounded. What shall I do?
Please teach me!!
Back to top
View user's profile Send private message
dewdrop_world



Joined: Aug 28, 2006
Posts: 858
Location: Guangzhou, China
Audio files: 4

PostPosted: Mon Mar 31, 2008 5:52 am    Post subject: Reply with quote  Mark this post and the followings unread

That's strange, definitely shouldn't be the case.

Does it open the helpfile if you go to the help menu?

What keyboard layout are you using? (System Preferences > International)

What version of SC? Are you using the current stable 3.2 build?

In the meantime, you might try Help.gui to browse through the helpfiles by category. Or,

Code:
"Document".openHelpFile;


(... where Document can be replaced with whatever you want to get help on)

_________________
ddw online: http://www.dewdrop-world.net
sc3 online: http://supercollider.sourceforge.net
Back to top
View user's profile Send private message Visit poster's website AIM Address
dewdrop_world



Joined: Aug 28, 2006
Posts: 858
Location: Guangzhou, China
Audio files: 4

PostPosted: Mon Mar 31, 2008 5:59 am    Post subject: Reply with quote  Mark this post and the followings unread

Here's another useful diagnostic.

Open a new text window and paste the following into it.

Code:
Document.current.keyDownAction = { |doc, key, modifiers, keycode|
   [key, modifiers, keycode].debug("key");
};

Document.current.keyDownAction = nil;


Now run the first code block (first 3 lines). After this, any key you press in that window should print out (in the post window) the character typed, any shift/option/cmd etc. keys pressed at the same time, and unicode.

On my machine (10.4.11) pressing cmd-D prints nothing and then opens help. If your machine prints key info for cmd-D, please post it here -- then we know what keystroke sc thinks it's getting.

When you're done with that test, you can either close the code window or run the last line to turn off character printing.

James

_________________
ddw online: http://www.dewdrop-world.net
sc3 online: http://supercollider.sourceforge.net
Back to top
View user's profile Send private message Visit poster's website AIM Address
Display posts from previous:   
Post new topic   Reply to topic Moderators: v-un-v
Page 1 of 1 [3 Posts]
View unread posts
View new posts in the last week
Mark the topic unread :: View previous topic :: View next topic
 Forum index » DIY Hardware and Software » Supercollider
Jump to:  

You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You cannot attach files in this forum
You can download files in this forum


Forum with support of Syndicator RSS
Powered by phpBB © 2001, 2005 phpBB Group
Copyright © 2003 through 2009 by electro-music.com - Conditions Of Use