navigation

SL 3 navigation not working!

Hey Guys I converted all my existing Silverlight app UserControls to Pages so I could use the Navigation Framework. Anyway so I created a UserControl called MyFrame, which would host all the pages. In my App.xaml.cs I have the following to make sure that MyFrame is loaded when the App loads: private void Application_Startup(object se...

Entity Framework - adding new items via a navigation property

I have come across what appears to be very peculiar behaviour using entity framework 4.0. I have a User entity, which has a Company (A Company has many Users). If I do this, everything works as expected and I get a nice shiny new user in the database: var company = _model.Companies.First(); company.Users.Add(new User(1, "John", "Smith...

Silverlight Not Rendering On Navigation

I'm trying to create a site that requires login. Its entirely designed in silverlight. So my first page, home.xaml loads in mysite.aspx and it basically has a login page. AFter login, the user is redirected to another page user.aspx. in that page, i've embedded another silverlight control called nav.xaml. so now when user.aspx loads...

How to get rid of white space between css horizontal list items?

I've got the following test page and css. When displayed, there is a 4px gap between each list item. How do I get the items to be next to each other? <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN" "http://www.w3.org/TR/html4/frameset.dtd"&gt; <html> <head> <link type="text/css" rel="stylesheet" href="/s...

Performance issue on Android's MapView Navigation-App

Hey Guys, I've got a question on making an navigation app more faster and more stable. The basic layer of my app is a simple mapview, covered with several overlays (2 markers for start and destination and one for the route). My idea is to implement a thread to display the route, so that the app won't hang up during the calculation of ...

Jquery effect problem : How to detect if mouseover is triggered by scroll ?

Hello, I have another problem, and because the reply is to fast here i come back again !! I would like to use "key navigation" and for that, i use the keypress event with down/up key ) When my mouse is over a div (div who's contenaing a big table) and i pull the down key : i scroll to next td + change css style + remove the current s...

Dynamic Navigation

I am building a project in asp.net 4.0. My navigation will be database driven where i return a datatable from the db containing all the pages of my site, some will be top level while others will be children and sometimes children of children n-times. Im thinking of going down the nested repeater route and databinding from code behind, ...

Continuous Flash music player while navigating site

I have a site that includes a Flash music player integrated into the layout. I want users to be able to navigate around the site without interrupting the music. I've done plenty of research and thinking and the following are the options I came up with (keeping in mind I want to be as SEO friendly as possible). Anyone have another idea...

CSS 'active' does not work when converting HTML to PHP include

I realize a 'similar' question was asked but the other user is using a much different approach than I am. I am simply trying to include an HTML navigation on my PHP pages for easier modification down the road. When you hover over a button, it is highlighted while the 'active' page is always highlighted. The hover works on both the html a...

top nav menu jumps down in mac safari

hi, http://japaneseplus.com/product.php?subcategoryid=1 Try to move mouse over the top menu and try to select "Products" and see in MAC + Safari, it shifts the text down, PC working fine for all browsers. Any help is appreciated ...

Trying to create scrolling horizontal thumbnail navigation that hides on left side when not in use

Hi, I am trying recreate the following type of scrolling thumbnail navigation as described in the following tutorial: http://tympanus.net/codrops/2010/05/10/scrollable-thumbs-menu/ I require my thumbs to slide out horizontally from the left. I have amended the code to the best of my abilities, but I can't get it to work. (Think the pr...

Wordpress "Home" link

Hi all, I'm working on a Sandbox based Wordpress theme and I would like to add a home link as a first item in the navigation. I know I should change the function in "sandbox_globalnav" in the functions.php file, which is: // Produces a list of pages in the header without whitespace function sandbox_globalnav() { if ( $menu = str_replac...

JSF navigation for Header Menu is not working with h:commandlink

Hi, we are using menu with sub menus which is implemented using JSF but forward navigation is working fine but backward navigation is not working please help in this. this is my header jsp: <ul> <li class="bottomline"> <h:commandLink value="General Ledger Mapping" action="#{fyeSelection.getGLMappin...

python help django navigation

Dear Everybody I would like to understand how I can access and navigate Python and Django help. in Django I cd to my directory and entered the following command to access help of the manage.py: python manage.py help And I would like to get info on the commands. Here I have to type: Type 'manage.py help ' for help on a specific su...

jQuery ajax requests locking IE8. Cannot click to another page until request completes.

I cannot seem to find anything about an async request locking up IE8 but it is happening to me. The browser will not allow navigation away from the current page until the request completes. Example: if I open page the script below does a request to place icons on a page based on additional data not available while building the page. Wh...

Navigation with NavigateToScreenAction in WPF application

I have some buttons in a SketchFlow Screen created by: cloudButton buttonPin = new cloudButton(); MapCanvas.Children.add(buttonPin); the XAML code for cloudButton is: <Button Content="Button" Style="{DynamicResource PinCloudButton}"> <i:Interaction.Triggers> <i:EventTrigger EventName="Click"> <pi:NavigateToScreenAction TargetSc...

Tree View/Navigation in XForms

Hi! I am wondering.. is tree view/navigation possible to do (and somewhat easily) in XForms given a XML data structure? If it is possible, where can I find a really excellent example (code and hopefully a working form to view)? Also, are there any tips you have for implementing this? (I'm new to XForms, and only know the basics so far...

Silverlight: branding/design and navigation

I have some years exprience with ASP.NET, but I am new to Silverlight. I have a basic question regarding the design and navigation of a Silverlight page/application ? If a Silverlight project is hosted together with an ASP.NET project, is it possible to use masterpages for the branding/design and navigation for the page/application ? ...

Navigating a WPF Tab Control from within a User Control ?

My WPF application consists of a main window with a tab control which has a series of tab items, each hosting a user control. I'd like one of the user controls to be able to trigger the application to change focus from the current tab to a different one. Is there a way for the user control to trigger its tab control container to chan...

issues in multi page navigation in JSF

Hi, I am having problems in implementing menu navigation in JSF where I am using one header.jsp which is included in all other jsps, from main page forward navigation is working fine but if I want to go to any other page using dropdown menu I am getting javascript error as f: has no value. here is my header.jsp menu part <li><a href="...