similar to: Dynamic menus

Displaying 20 results from an estimated 50000 matches similar to: "Dynamic menus"

2008 Dec 25
5
One question about Dynamic Select Menus
Hi all, Merry X''mas first :-) I have "Product","Category","Subcategory" 3 Model, and when new "Product", I want to use "Dynamic Select Menus" just like Ryan mentioned in http://railscasts.com/episodes/88-dynamic-select-menus I have everything down. But when I visit the js file, I got following error Showing
2006 Jan 17
3
DHTML Drop Menu Helpers with Rails?
Does RoR ship with, or have any add-in helpers used to construct a "drop menu" typically done with DHTML trickery and some libraries? I am referring to menus like the "File Edit View ... Help" menus with cascading drop-down navigation that you find at the top of most GUI applications. Allen
2006 Sep 11
1
Creating menus with Ruby
Hello all, I''m continuing my journey into Ruby and Rails and would like to find a way to create CSS-compliant menus. I want to restrict what appears on the menu based on the user''s role, so I''m thinking that I''ll store the list of roles in which the user is a member in the session. Does this make sense? Better yet, does anyone have any sample code (or a
2009 Dec 02
14
root_path and root_url undefined
Hi all, I''ve just started working on another RoR project after a couple of months away. I''m having trouble with named routes, specifically root_* In previous apps I''ve used root_path and root_url without any problems, but in this project (2.3.2 - the same as my last project where I used it) it comes up undefined. I''ve double and triple checking my routes.rb,
2008 Sep 30
0
Tabbed Menus - link_to_unless_current
This is more difficult than I originally anticipated. Any help in figuring this out is most appreciated: This is a code snippet from my header.rhtml (or erb) file that draws tabbed menus: <ul> <% [["Home", "/home" ], ["Positions", "/company" ], ["Leads",
2007 Nov 01
1
Rcmdr Plugin and menus.txt
Hi all, I'm trying to write a plugin for R Commander, following the model of the TeachingDemos plugin. I am struggling trying to even add items by editing the menus.txt file. I would welcome any help from anyone who has messed with it. Essentially the problem I am having is: I cannot create a submenu to a newly created menu. Here is what the menus.txt file looks like: # type
2005 Mar 06
2
Vegas Video 4.0 menus
Hi. I'm trying to get a program called Sony Vegas Video 4.0 working in Wine. I'm not the first one to try this: http://thread.gmane.org/gmane.comp.emulators.wine.user/8815 Last time, the person got the program running but ran into two problems: the video preview didn't work and the menus disappeared after one use. I believe I have fixed the first problem. The solution to this is to
2008 Aug 11
2
Wine and Gnome menus...
Hi all, I've spent several days tinkering with Wine and have uncovered what seems to be a mess: Menus in Gnome for Wine applications... I'm running Debian 4.0 (Etch) with a few backports, and Gnome 2.14.3. I've progressed from the version of Wine that's in the Etch repositories, 0.9.25-2.1, through the one in backports, 1.0-rc1-1, to the current 1.1.1 from the WineHQ
2009 Sep 23
1
Compiled Rcmdr Plugin package (zip) has no etc/menus.txt
Dear Rcmdr users, I use R-2.9.2, Rcmdr 1.5-1 and the latest Rtools bundle (and the html help workshop) under Windows XP. I wrote a RcmdrPlugin for some important functions of Thomas Lumley's "survey" package. Problem: Package compilation works without displaying any errors. That is 1) "R CMD build ..." works fine. 2) "R CMD INSTALL --build..." generates the
2005 Jun 30
1
Problems with menus in dvd-lab
Hi, I am having a problem with menus in DvdLab. (www.mediachance.com) The application has the xp kind of menus with white background. I don't have any other applications with menus like that, but my guess is that it would happend the same with others. The problem is that the menu opens white and only when I move the mouse over it the text appears. (I have a screenshot at
2009 Apr 14
2
dynamic menus in dialplan
I have an application that needs to vary the menu choices available based upon the availability of an external resource at a given time. What I have in mind is a system that can uplink a user to one of many different satellites. Due to the nature of orbital mechanics a satellite may be out of range at any given time. I only want to present a menu of available satellites. I can query an
2007 Jun 12
2
Linux equivalent to windows menus and script window
R 2.5 under windows XP R 2.5 under Linux FC 6 I currently use R under windows and when I do so, I get to work in a nice windows environment complete with a very useful menu bar that includes a FILE, EDIT, MISC, PACKAGE, WINDOWS, and HELP menus. I have begun to use R under LINUX. When I run under windows, I get a standard terminal window, but I don't get the menus specific to R. Under windows
2004 May 03
1
Sub-menus?
Hey guys, I have been trying unsuccessfully to create a menu that holds "sub-menus". To clarify, I want something along the lines of when you click on a File menu, then see the "New" menu, which you can click on to open a new layer of menus. Is this supported yet in WxRuby? Robert _________________________________________________________________ Getting married? Find
2006 May 20
4
Menus and other things stop drawing
The menus stop drawing problem is still there in cvs. I can reproduce it 100% of the time by trying to use the File menu button in K3B. The other buttons work fine. Once i try to use the File menu all the other ones stop working. The fun doesn't stop there because trying to use it also causes all the other menus from drawing including the panel. nautilus from what i can tell stops
2009 May 04
0
Re: Wine menus - rebuilding, deleting
Thanks for the work you did on this - I needed it to clean out some messy entries in Gnome after moving a $HOME structure to a newer Ubuntu release - the original menu's had their titles messed up in ~/.local/share/applications/ I rewrote your script to use shell constructs instead of 'find'. I've copied it here for others to play with. Code: #!/bin/sh wine="wine"
2006 Mar 20
1
Platform independent dialogs & menus?
Dear list mates, Are {utils} dialog box functions, and winMenuAdd... functions used to change (e.g. Console) menus, platform dependent? I'm writing a script loaded with .First that provides first time users in a lab course with the ability to select, load, and change between what I called a 'session' (more specific save that focuses on the session object I defined rather than the
2008 Oct 18
1
Drop-down menus won't stay open
I'm running wine-1.1.6 (and I've also tried wine.git), which has funny problem with Windows menus. I use a stock charting program (from myTrack.com) that uses two kinds of menus, popup and dropdown, and they each have different problems when run under wine. The dropdown menus won't stay open for more than one second before they close themselves. If I'm really quick I can make a
2007 Jan 22
0
How to disable existing menus in tcltk?
Hi! I've constructed a small menu-driven interface to a couple of R functions using the possibilities offered by the tcltk package. When user runs some specific analyses, I would then like to disable some of the menus (or menu choises) that are not applicable after the performed analysis. I tried to modify the state of an existing menu, but it seems that neither tkconfigure nor
2004 Oct 26
1
Missing menus...
Hi, I'm running 20041019 this morning using a new program that I've not been able to load before. (Native Instruments Reaktor Session) The GUI is up and looking good, but menus are essentially missing. When I choose the 'File' menu what I see is a gray box with 5 gray lines in it, then one menu entry that has appropriate text, and then another gray line.On the one entr that has
2014 Oct 09
0
removing menus
I am attempting to get no menus on the desktop... for CentOS 7. I did: rpm -e --nodeps gnome-shell-extension-apps-menu rpm -e --nodeps gnome-shell-extension-places-menu But now I get an "Activities" menu at the top... instead. Any idea how to remove that package... I cant find what it is called. I had to use --nodeps above as gnome-classic (I think) needs to be installed or nothing