0
votes
2answers
16 views
How to create an SDL pop up menu ?
Hi, I've seached around how to create a pop up menu in a SDL window application using c++ ? I haven't found any clues !
I would like to have something that looks like this : …
0
votes
2answers
25 views
ASP Menu driving me insane
Hi there,
I am trying to create a menu using ASP (I have never used ASP before, im a PHP man) using values stored in a database.
basically the html layout i want is as such:
<ul>
<li>
…
0
votes
1answer
17 views
BlackBerry - Disable show default menu on screen open
Hi,
I have labels and fields in my application screen. When i launch to a particular screen which has many labels and editfields and buttons. The problem is, when i launch a particular screen, …
2
votes
3answers
36 views
Drupal Menu System - Outputting a Tree One Level Down
I've been reading through the various menu functions in Drupal, but there are sooo many, and I've reached a point of utter confusion and despair... Hoping one of the smarties here can help me out...
…
0
votes
1answer
26 views
Drupal module nested menu items
In implementing hook_menu for a module, I am trying to put some items into a submenu.
So far I have something like this
$items['MyModule'] = array(
//...
'page callback' => …
1
vote
3answers
29 views
flash and jquery menu problem
i am using jquery drop down menu and under the menu i am using flash banner, i am using flash with swfobject_2_2
my code is like this
<ul id="jsddm">
<li><a …
1
vote
1answer
26 views
detect link in 2nd level li and add a span, plus add class to parent li on hover
I'm working on a two level unordered list menu, and so far was able to take some decent newbie steps in figuring out how to show and hide the menu using jQuery, as well as animate it a tad.
I have …
0
votes
0answers
14 views
Jquery cycle pager with menu tree?
Hello brilliant people! I have gotten lots of help from others posts in the past so I hope you can help me out now.
I want to use the jquery cycle with a pager function …
0
votes
1answer
29 views
JQuery Navigation Menu Animation with Wordpress Page List
So I am using Jquery to display a pop up menu on my current site. The html is a wordpress wp_list_pages output for all you wordpress types out there. For all you non-wordpress types, this means that …
0
votes
2answers
37 views
ASP .NET - asp:Menu based on sitemap does not work in IE7?
I have a asp:Menu bound to a Sitemap on my sites master page:
<asp:Menu ID="Menu1" runat="server"
DataSourceID="SiteMapDataSource2"
Orientation="Horizontal"
…
1
vote
3answers
63 views
How do you set up a menuing system (clickable buttons) in C++/directx?
I'm lead to believe that function pointers are going to be needed to assign functions to the images that will be used as buttons somehow, but I can't find any decent resources on this.
How can you …
0
votes
1answer
47 views
AS3 Object Oriented GUI Design
I'm trying to make a small Flash game that has a GUI, which is basically a menu where players can select certain items, sort of like the Tower Defense games.
Would it be a good idea to make the GUI …
0
votes
2answers
111 views
Delphi 2010 Action Manager & Main Menu Bar
I'm trying to use the Action Manager and Action Main Menu Bar in Delphi 2010 an I have no idea how to make this work. I've tried looking at the examples that come with Delphi 2010 and I can't seem to …
0
votes
0answers
32 views
Hierarchical Menu using unordored list
Hi,
What I'm want to accomplish is to build a hierarchical menu build on my custom sql sitemapprovider. Now when I just write down the structure using recursion it builds up correctly like this:
Main
…
0
votes
1answer
15 views
ASP.Net Menu Control with .sitemap file
I don't have tons of experience with binding sitemap files to the menu control in ASP.Net and wanted to see if this was possible (without a lot custom plumbing).
I am using the CSS Friendly Adapters …
