Displaying 11 results from an estimated 11 matches for "mymenu".
2006 Apr 29
4
Event.observe mystery
...ontainer.innerHTML += ''<div id="''+itemId+''">''+text+''</div>'';
Event.observe(itemId, ''mouseover'',
this.onMouseOverHandler.bindAsEventListener(this), false);
}
I call my class in the following way:
var myMenu = new Menu();
myMenu.addItem(''item1'', ''Item 1'');
myMenu.addItem(''item2'', ''Item 2'');
myMenu.addItem(''item3'', ''Item 3'');
And here comes the mystery: only the last item (item3) triggers the
&...
2012 Nov 23
1
Adding a function with default parameters into the Rcmdr menu
...lt;-function(var="314"){
print("hello")
print(var)
}
if I run myfunction() directly i see :
> myfunction()
[1] "hello"
[1] "314"
it's ok.
But if i edit de Rcmdr-menu.txt (in
C:\Users\myname\Documents\R\win-library\2.15\Rcmdr\etc)
and add :
menu MyMenu topMenu
"" ""
"" ""
item topMenu cascade
"MyTest" MyMenu "" ""
item MyMenu command &q...
2013 Mar 06
2
Refresh a partial onClick using ajax call in rails 3.x
...k(function() {
currentCellText = $(this).text();
$.ajax({
type: ''GET'',
dataType: "json",
url:''/test'',
async: false,
data:{ foo1:currentCellText
},
dataType: "json",
success:function(data){
alert(data);
$("ul#mymenu ul#mixed").html(data);
},
error:function(data){
alert("Error");
}
});
});
});
<body>
<%= render(:partial => "partial", :object => @object) %>
</body>
contoller action
def some_action
@object = Class.where(some_condition)...
2008 Jan 18
1
Noob question for wxMenu.get_menu_items()
How do I iterate through the pseudo-template list class containing
wxMenuItem pointers.
Am still a bit of a Ruby/wxRuby noob.
Currently have this:
pp mymenu.get_menu_items()
which prints:
#<SWIG::TYPE_p_wxMenuItemList:0x4634fa8>
However when I try to do:
mymenu.get_menu_items().each {|key| ...} it tells me there is no each
method for this class (SWIG::TYPE_p_wxMenuItemList)
2004 Apr 27
6
SYSLINUX 2.09, 2.10-pre1 released
Hi all,
I have released SYSLINUX 2.09; it is the same as 2.09-pre15 except for
the version number.
Changes in 2.09:
* SYSLINUX: Remove residual setuid crap from
syslinux-nomtools.
* Handle video pages correctly when using the API functions.
* Handle compiling on an x86-64 platform correctly.
* Menu system from Murali Krishnan Ganapathy; see the
2006 Mar 10
1
Add_Item Help
I was using the simple menu with this configuration:
DEFAULT MyMenu
PROMPT 1
TIMEOUT 10
ONTIMEOUT LocalBoot
ALLOWOPTIONS 0
IMPLICIT 0
NOESCAPE 1
MENU MAST PASSWD <password_omitted>
MENU TITLE Bootable Options:
LABEL MyMenu
MENU HIDE
KERNEL pxelinux.cfg/menu.c32
label Remote Instalation Server
kernel memdisk/memdisk
append initrd=Ri...
2008 Jan 03
0
Wx::Menu, get parent menu functions?
I have been looking in the API Docs for get_parent type stuff for the
Menu''s - so I can track a click path across sub-menus and have not found
anything. Are there really no functions for that or did I just miss the
right place to look?
If it is true then consider this below:
class MyMenu < Wx::Menu
def initialize(mymasterclass, name = nil, id = -1, parent_menu = nil,
title = "", style = 0)
super(title, style)
@name = name #string name
@id = id #integer id
@parent_menu = parent_menu #MyMenu parent_menu...
2008 Oct 29
1
winedoors and starmenu
...Could not load module: applications
Traceback (most recent call last):
File "/usr/lib/linuxmint/mintMenu/mintMenu.py", line 229, in PopulatePlugins
MyPlugin = X.pluginclass( self, self.toggle )
File "/usr/lib/linuxmint/mintMenu/plugins/applications.py", line 205, in __init__
mymenu = Menu( mainitems )
File "/usr/lib/linuxmint/mintMenu/plugins/applications.py", line 80, in __init__
self.directory = xdg.Menu.parse( menu )
File "/usr/lib/linuxmint/mintMenu/plugins/applications.py", line 65, in xdgParsePatched
xdg.Menu.__genmenuNotOnlyAllocated(xdg.Menu.tmp[...
2004 May 19
3
pxelinux and http
Hello,
Is there any possibility pxelinux could have the ability to pull its
kernel/ramdisk/disk images/etc via http instead of tftp?
I would really like the ability to pxe boot a machine, have it tftp
pxelinux and its config file. Then, all the files listed in the config
file are pulled via http.
Michael
Disclaimer: The content of this message is my personal opinion only and
although I
2005 Feb 23
0
Newbie Help - Auto Fallthrough
...; if timeout and TimeOut=1 then user
already timed out once, so hangup
exten => s,n,SetVar(State=GetConfirmation) ; set up for
time-out return
exten => s,n,ResponseTimeout(10) ; Set
Response Timeout to 10 seconds
exten => s,n,Background(mymenu}) ; play menu
msg (press 1..., press 2... press 3...), wait for response
include => TimeOut ; include
timeout handler
exten => 1,1,Goto(DoTransaction,s,1) ; submit
transaction
exten =>...
2019 Apr 12
1
RFC: Feature: MENU HIDDEN behaviour on ANY key
> Le 11 avr. 2019 ? 14:48, Ady Ady via Syslinux <syslinux at syslinux.org> a ?crit :
>
>
>> Hello,
>>
>> Here's a small enhancement feature for menu.c32. Looking for feedback before
>> starting any coding (not sure when I'll have time for implementation)
>>
>> Regards,
>> Dany St-Amant
>>
>>
>> *Problem