search for: has_par

Displaying 3 results from an estimated 3 matches for "has_par".

Did you mean: has_pae
2006 Mar 17
10
breadcrumbs?
Before I start down this road, has anyone done a breadcrumbs implementation they''d be happy to share? Thanks Chris T
2008 Jan 03
0
Wx::Menu, get parent menu functions?
...= @@i_highest_counter + 1 # return new_id # end #============= end end def get_name() return @name end def get_id() return @id end def get_parent() return @parent_menu end def get_parent_id() return @parent_menu.get_id() end def has_parent() hasparent = false if @parent_menu != nil hasparent = true end return hasparent end end ==================== Thoughts? Ideas? Alternatives? Death Threats? (heehee)
2005 Nov 01
5
Strange error(s) on windows only
I have some strange behaviour on Windows XP boxes (the same code on Linux doesn''t have the same behaviour). Ruby 1.8.2 and Rails 0.14.2. I have a single inheritance table nodes with a base class Node (acts_as_tree) and some subclasses such as PageNode and FolderNode. If I render the tree in an iframe in a set of iframes it doesn''t work, if I render it stand alone it works