I have a div inside an li as part of a top navigation for a website.
I'm having trouble with IE 7 having "holes" in the box such that the drop down disappears when the user is still on the drop down.
I started with a pure CSS solution (li:hover) and that works awesome in all browsers except IE 7. So I've now added a jQuery/javascript...
I have a scenario where I want to show hierarchical data in a DataGrid in Silverlight 3 while having the header rows still have the standard set of cells and being editable. The user needs to be able to collapse and expand rows to hide child rows.
I've accomplished this by having a button on each parent row that looks like either a coll...
I'm going to start with a little background that will hopefully help my question make more sense.
I am developing an application for a television. The concept is simple and basically works by overlaying a browser over the video plane of the TV. Now being a TV, there is no mouse or additional pointing device. All interaction is done th...
How can I navigate through my table view with the arrow keys. Much like setAction: or setDoubleAction, but instead of reacting to clicks, react with the arrow keys moving up or down through the table.
...
Hi all,
I seem to have a problem switching between 2 UINavigationControllers, i.e. one which controls the main (selection) menu of my application, and the second which controls the main session (i.e. the user can't go back to the selection menu once they're started a new session).
The first works just fine, but I get into trouble when...
The situation:
I Have a silverlight page with a header menu, a navigation frame and a footer. In my header menu I want to put a drop down menu, but when I open the menu, it goes backward of the frame.
Theres a way to put it forward? Canvas.ZIndex make no difference at all.
thanks in advice
...
In TextMate there is a feature called "Go to file" that is used for file navigation. It is a box where you type the name of a file in your project and it will use fuzzy matching to generate a list of candidate files from which you can select.
Other editors have this feature, but they each give it a different name:
Vim fuzzyfinder
Emac...
The Navigation framework in Windows Mobile 7 is a cut down version of what is in Silverlight. You can only navigate to a Uri and not pass in a view. Since the NavigationService is tied to the View, how do people get this to fit into MVVM. For example:
public class ViewModel : IViewModel
{
private IUnityContainer container;
priva...
Hello
I have a map of several counties I need to turn into a county select menu (i.e clicking Leicestershire will select Leicestershire.
I am using a php built system that this map will need to return the appropriate value to. I am thinking this will be a get in the url, checked for valid values in the backend.
How would you approach ...
I'm developing a turn-by-turn navigation software for Windows Mobile using C# and .NET CF. I'm able to draw a 2D maps by drawing lines. My problem is I would like to get a 2.5D map like in the picture. I tried non-affine transformation on the 2D rendered image but it is too slow for the Windows Mobile device we are targeting. Could anyon...
As far as I know there are two "kinds" of breadcrumbs.
The static/hierarchy one
Works like a stack
Entries are pushed when a user goes "deeper" into the site
Entries are poped when user goes "up" into the site
Is the same for all users (for a given page)
Shows location rather than history
A simple Example would be HOME -> BIG CATEGO...
I have a WebRibbon control for a menu. I have a TabControl on the page that holds all content. As you click on a menu I create a TabItem, add a frame to the tab item, navigate to a specific xaml page in that frame and then add the frame to the tab item. It works fine for the first page. The content of the xaml page displays correctly in ...
In Qt 4, by default, tabbing through a dialog changes the default button to be the button tabbed to. This makes tabbing look a bit ugly and distracting as extra redraws take place during tab navigation which distract from point of user focus.
Is there a way to disable this Qt functionality and leave the default button unmodified by tab...
My website has previous and next buttons. When the page loads id like the previous button to be invisible.(on the first panel)
After the user clicks the next button (to go to 2nd panel), id like the previous button to appear.
Is there some javascript that will do this?
...
I have dynamically loaded a silverlight application (XAP) with multiple pages, to be hosted inside a master application. I'm able to run the application and load and display the initial page of the dynamically loaded application (which itself uses the business app template). However, when that application then tries to navigate to one of...
Typically, a dialog wishes to have tab navigation proceed in an orderly fashion through a dialog that roughly corresponds to the order of reading a book.
When new fields are added to a dialog by engineers on a team, the new widgets can often not be inserted in tab correct order.
Can anyone think of a way to automate the detection of ou...
I have a small sample application hosted in WPF NavigationWindow.
It has three pages (A, B, C) and three buttons are available to the user: Back and Forward on Navigation Window and Next on the first page.
The first page A contains two radio buttons. Depending which button has been selected by the user Next button will navigate to page...
Hi,
I am trying to create a silverlght navigation application and it is adding this "#" sign by default in the URL. I want to use asp .net routing and somehow get rid of this "#" sign. Is this possible ? How ? Any sample or right direction will be really helpful.
Thanks
...
Im creating a asp mvc application and im using a sitemap to create my menu.
Is it possible to change the output of the Html.menu() asp control?
normal output:
<ul>
<li><a href="#">Item 1</li>
<li><a href="#">Item 2</li>
</ul>
needed output:
<ul>
<li><a href="#"><span>Item 1</span></li>
<li><a href="#"><span>Item 2<...
I'm trying to implement the sliding nav as described in this simple tutorial: http://sixrevisions.com/tutorials/javascript_tutorial/create-a-slick-and-accessible-slideshow-using-jquery/
But rather than using images, I'd like to use charts from this charting package:
http://www.highcharts.com/documentation/how-to-use
I've found that wh...