Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

11
votes
1answer
537 views

Help with a multilevel menu with json and jquery

I'm trying to do a multilevel menu that slides when ">" is clicked. The first issue is that the CSS is not working properly, the < ul >'s aren't getting floated to the left. What I'm needing is ...
4
votes
7answers
148 views

C# Getting Items from Dictionary by key

I have this structure: static Dictionary<int, Dictionary<int, string>> tasks = new Dictionary<int, Dictionary<int, string>>(); it looks like that [1]([8] => "str1") ...
4
votes
2answers
586 views

How do you get average of sums in SQL (multi-level aggregation)?

I have a simplified table xx as follows: rdate date rtime time rid integer rsub integer rval integer primary key on (rdate,rtime,rid,rsub) and I want to get the average (across all times) ...
3
votes
2answers
102 views

Getting Data From Multi-level Array

Question below. This is the solution I came up with based on Pixeler's answer. <?php $i = 0; foreach ($array as $k1 => $v1) { if (is_array($v1)) { echo $k1."<br />"; ...
3
votes
2answers
168 views

Multilevel list in html

I want to have automatically created the numbering of a list of items in html, something like this: 1. Heading 1 Text 1.1 Heading 1.1 Text 2. Heading 2 Text 2.1 Heading 2.1 Text 2.2 ...
2
votes
2answers
103 views

Building multi-level dictionary: a python to c++ translation

I'm trying to mimic the python dictionary in C++. For example I want to build something like {"The Dark Night Rises": {"year": 2012, "StoryLine": "this is the story.....", "Genres": ...
2
votes
5answers
63 views

Multi-layered Hash in Java

In Perl if I want to have a multi-layered hash, I would write: $hash_ref->{'key1'}->{'key2'}='value'; Where 'key1' might be a person's name, 'key2' might be "Savings Account" (vs. "Checking ...
1
vote
1answer
39 views

How can I implement the multi-level list in drupal7 with theme_item_list()?

Im using drupal 7, I would like to know whether i can use the function theme_item_list() to implement multi-level list items. As below: Item 1testItem 1.1Item 1.2Item 1.3 Item 2Item 2.1Item 2.2Item ...
1
vote
3answers
71 views

PHP Exploding String into Multi-level Array

I was wondering if it's possible to do something like this: Parent1@MiddleA%Child|Child|Child|MiddleB%Child|Child|Child|Parent2@MiddleA%|Child And have it explode into something like this: -Parent1 ...
1
vote
0answers
167 views

Rails 3 Meta_Search Multi-level associations

I have the following classes Class BusinessLocation has_many :campaigns My campaigns class as an attribute called event_return_rate. I am using meta_search's sort_link url helper to sort a list ...
1
vote
1answer
359 views

Javascript Grid with multiple groupings

I would like to know if there are other javascript components that provide presentation of grid with multiple groupings. Below is a screenshot of jqGrid I extended to allow the feature however it ...
1
vote
5answers
329 views

Java Multi-Level Break

I have a construct where I have a for loop nested inside of a while loop in java. Is there a way to call a break statement such that it exits both the for loop and the while loop?
1
vote
1answer
546 views

Implementing a Multidepth ExpandableList Android

I am trying to display a multi-depth expandable list. That is, we have a table with the header ID | School | Grade | Name and I want to show an expandable list that has School - Grade - ...
1
vote
1answer
201 views

Multi-level SSH login in Java

I'm currently using JSch as the library for connecting to my remote server. In one of the scenarios, I should be able to log in to a server2, through server1. That is, I should first log in to ...
0
votes
1answer
6 views

Multi level subfolders in a site

How can I access a file in a web-directory which is two levels up. For example, if an image file is found in a folder images one-level up, I can access it using ../images/filename.jpg. But, if the ...
0
votes
1answer
50 views

Multi level REST API on cake php

I'm new to cakephp. I'm using the 2.0.5 release, according it looks like rails on a large bunch of points it is pretty easy to get things done. I'm currently using it to build an REST api for a game. ...
0
votes
0answers
50 views

How do I read a value from memory with a multi level pointer in C#?

I'm working on a tool in C# that reads values from another process' memory (a game, using the values to populate an XNA framework interface "add-on"). I am able to determine the pointer values, but I ...
0
votes
0answers
39 views

How do I make a view always go back to the same screen for iOS?

I have a game with multiple levels. When one level is completed, the next level can be opened from it. I have already programmed the level to open from the previous one, but when the back button on ...
0
votes
1answer
199 views

asp.net databound menu multilevel

I am currently using an asp.net menu control to load from a table parent/child items. The problem I am having is that if the child has another child. My code is kindof static in that sense and I ...
0
votes
1answer
63 views

what is wrong with this htaccess multi level directory rewrite rule?

I have some problems with my htaccess... I want to have my url's like this: http://example.com/artist/ http://example.com/artist/rihanna/ http://example.com/artist/rihanna/biography/ ...
0
votes
0answers
64 views

how to create avertical sidebar multi-level menu that will navigate and expand its submenu?

this may sound like a simple thing to accomplish but i've searched the web but end up with nothing helpful considering how i want it to behave. I want to create a vertical sidebar multi-level menu ...
0
votes
2answers
185 views

xna multilevel inheritance - cannot access base-base class properties

Title should be clear, I'm having trouble accessing the lowest level properties with multiple inheritance. Object A extends Object B Object B extends Object C Object C has a property that I want to ...
0
votes
2answers
167 views

Dereferencing a multi-level hash: A practical example

I have a data that I pump into this multi-level hash: $newcomm_stat_hash{$stat_message_class}{$stat_process} = $stat_host; I can print out the $stat_message_class, and the $stat_process with the ...
0
votes
0answers
74 views

Looping dictionary

I have very simple question. I have an idictionary (in fact I have a JSON string) that has multiple levels. I can convert first level to dictionary but on second level array is returned instead of ...
0
votes
1answer
270 views

How does multilevel inheritance implemented in PHP?

How is multilevel inheritance implemented in PHP using PHP magic methods? I was asked in an interview "how will you implement multilevel inheritance using magic methods". So I am eager to know about ...
0
votes
1answer
176 views

IE7 z-index / 960gs multi-level menu “disappearing” bug

Another week, another problem. I've read all the blogs, and have searched for hours on here, but have not found a working fix. Here is the site in question: http://www.opexsvs.com/ (I'd post the ...
0
votes
1answer
256 views

Multi-level drop-down context menu

I am making a context(right click) menu plugin for jQuery, and it works fine for the first level. But I need it to have infinite levels. I already have the recursion down, but I think it's a problem ...
0
votes
1answer
264 views

Multilevel Unordered List from a Query's Result Table

I made a query which i can populate a table with following theads using all rows of that query. section_id | section | category_id | category | subcategory_id | subcategory Now I am trying to ...
0
votes
0answers
296 views

JQuery multi-level icon swap problem

trying to do multi-level accordion menu like this: http://www.dynamicdrive.com/dynamicindex17/ddaccordionmenu-glossy.htm 1. Fails to bind the plus sign (plus.gif) - with the appropriate item (flows ...
0
votes
1answer
283 views

jQuery Sortable - Multilevel problem in IE

I've got a question about using sortable in a multilevel list. In a CMS I'm using jQuery UI sortable to order my menu items. The system works in all browsers, but in IE it won't work. I've made a ...
0
votes
3answers
416 views

How to break/exit different levels of methods calling in java

Let's say I have: public void one() { two(); // continue here } public void two() { three(); } public void three() { // exits two() and three() and continues back in one() } Is there any ...
0
votes
1answer
161 views

Do page table entries at each level in a Two-Level Paging system have to be the same size?

Let's say hypothetically you have a two-level paging system with a 32-bit logical address and the page offset has been predetermined to be 12-bits. This leaves 20-bits for the page numbers. All the ...
0
votes
1answer
301 views

Toggle multi-level ul with mootools

Greetings, I would like to toggle a huge multi-level ul with mootools 1.1 or plain javascript. The list looks like: HTML: <ul> <li>aaa</li> <li>bbb</li> ...
0
votes
1answer
829 views

How to improve collapse/expand of view in multi-level list?

Ok, to simplify things, let's say I'm doing a CommentActivity in which all comments are displayed in a threaded-like fashion. What I mean is that selecting a comment can collapse (and expand) all of ...
0
votes
1answer
110 views

Spring Security - Add TAN system

I'm using Spring Security 3.04 to authenticate the users of my system using 3 Roles, while all of them are allowed to access something like a landing page. From this landing page, there should be ...
0
votes
1answer
326 views

ASP.NET Menu: how to build custom menu

i have this situation: i have to build a menu with datasource from the db, because i have to filter them among the user that is loged in. i have tried building a menu using repeater, and all this ...
0
votes
1answer
837 views

Sharepoint multi level quick launch

How can I create a multi-level quick launch in sharepoint? Thanks.
-1
votes
0answers
47 views

level of levels cocos2d game

I'm trying to find an example or a closed tutorial that might help me to implement a 'level of levels' for my cocos2d; I know that at first this sound like a question quite restricted to cocos2d ...
-3
votes
1answer
76 views

C# Multi-level dictionary based class

I'm planning to create a class representing a html table, problem is that it must be able to contain 3+ dimensions, one dimension will be the width of course, the rest will be along the length like ...