search for: currentgroup

Displaying 2 results from an estimated 2 matches for "currentgroup".

2010 May 24
3
ActionController::DoubleRenderError
def dispfriends @myfriend=[] @myfriendlogin = [] i=0 @currentgroup = Group.find_by_id(params[:groupid]) puts @currentgroup.id @currentfriends= GroupFriend.find_all_by_user_id_and_group_id(current_user.id, @currentgroup.id) for n in @currentfriends @myfriend=n.friend_id @myusers = User.find_by_id(@myfriend) @myfriendlogin[i]=@myusers.login puts @myfriendl...
2003 Jul 08
1
Lattice graphs: lines, symbols and strips
Dear collegue, I have some questions about lattice graphs: 1. How can I introduce different lines in different graphs, from the same page? For example, in the upper row of graphs, I would like to have a line at 0.5, in the middle one at 0.3, and in the lower at 0.1. I am using panel.abline, but I can only make it appear in all the graphs, not in some of tham only... 2. Is it possible that the