PDA

View Full Version : Removing functionality


sh282
07-02-2009, 02:36 PM
I am trying to develop a tool to teach deaf kids grammar based on Alice. When setting up the methods I want to be able to remove/edit some of the variables that are accessed by the "more.." drop down list. Also for some of the methods I don't want "more.. " to be displayed. The picture displayed below shows the "more.." functionality I am talking about.
http://img200.imageshack.us/img200/8871/examplec.jpg

sh282
07-07-2009, 03:51 PM
no help or have I not explained my problem well enough?

Veryuhbull
07-07-2009, 08:17 PM
Are you talking about when you first make a new varible?
If so that is never changed after you make it and further more on Alice 2.2 at least the other varible don't work.

Niteshifter
07-08-2009, 12:49 AM
It's impossible to remove the "more..." unless you have used up all the options that the action has.

sh282
07-14-2009, 01:36 PM
I want to know where in the code I can remove "...more". I don't want it to be visible to the user when they use certain methods for each character. So basically I am searching in the code for where the interface displays the "..more" label and registers the click listeners.