Hi,
I've been working on an order management system for some time, about 1.5 years. It's written in .NET so I use .NET Compact Framework 3.5. All this time I tried different brands and versions of navigation software. In Windows Mobile (both Windows CE and Mobile) I had some problems managing 2 softwares, our application and the navigat...
I'm trying to persist a one-to-many owned relationship with bidirectional navigation in gae using jdo.
I manually add the Contact to User class, and I would expect that in the end the contact will have a reference to the parent User class.
If I configure this manually before i persist the parent i get an exception at org.datanucleus....
Hi all,
I've built a CSS navigation menu using a sprite, very similar to the one on Apple's website. I've got it working fine, such that it changes to the right position on the image on hover and mousedown (all using CSS), but I'm having a hard time figuring out how to make a button stay highlighted once it's clicked. I have a row in my...
Hi all,
I am new to JSF and have a problem with my simple JSF application. I use Facelets and Richfaces on WebLogic 10.3.2 (11g). The application is essentially 3 pages:
A <--> B <--> C
where the intermediate arrows denote navigation rules. The navigation is performed through a4j:commandButtons The problem is in Firefox 3.5, when I cl...
web-based so it can be used by users and hopefully using the class SQLSiteMapProvider which allows for saving sitemap in a SQL Database instead of XML.
...
Hi
I want to write a program which can save latest 10 mails from my yahoo email account as text
files given yahoo username and pwd.
I tried using python
ie = Dispatch("InternetExplorer.Application")
I was able to sign-in but could not use
ie.document.getElementsByName(" ")
ie.document.getElementsById(" ")
to read emails
Any suggestion...
I'm building a website, and would like to make aa navigation bar with submenus. My menu items are entirely image based. I have an image for each item, and each item hover. I'm just not sure how to go about doing it this way, I only know how to make one without use of images. Thanks
...
I am writing a website with Visual Studio 2008, C# 3.5 and ASP.NET MVC 2. I put the navigation bar in the masterpage.But there is problem that I will not know which button is needed to be highlight(current page) in the navigation bar.
I want get the current page that need to be highlight by masterpage self (not through the content page)...
After reading through all of the jQuery doc, SO questions, and random blogs, I have been unable to find an answer to my problem.
Currently I am porting a Coldfusion Site to a .Net site. In my masterpage for the site I have all of my navigation elements as it is just the Administrative portion of the site.
The navigation html code:
...
Hi,
When i create a iboutlet to my navigationController and try to add it to the currentview it isn't showing anything. Its really strange, when i initialize my navigationController in code and then add it to the view it works perfectly.
It even works when i make one in the mainWindows.xib and add it to the view in my applicationDidFin...
Hi all,
I'm confused about how to implement a specific piece of an app. The data is being collected in a Grouped Table, but certain rows drill down to another screen to allow the user to choose something. So for example, I would have
Name:
Surname:
Age:
How do I get this Age value back to the first view when the user taps done ?
...
Hi,
I have a requirement to remove a number of the default nodes (i.e. People and Groups, Sites) in the left hand current navigation bar using the SharePoint API. Can anyone give me any guidance on how to achieve this?
Thanks, MagicAndi
...
I'm really impressed with the way the iPhone manages scrolling lists (such as through play lists).
I was wondering how I could impelment something similar and what I should read up on before trying to? I'm more interested in the mathematics behind the motion, the interpolation and such rather than implementing it for any given system.
...
I've recently upgraded my computer from Vista Home Premium 64-bit to Windows 7 Home Premium 64-bit. I've re-installed VS 2008 web express, and re-installed all the silver light sdk's, tools, etc.
But now when I want to add a Silverlight Navigation Page, it is not avialble to me in the list of items that can be added. The navigation dl...
I have a parent SWF (Parent) that handles user navigation between multiple children SWFs (Child_1, Child_2, Child_3).
How do I add event listeners to the navigation buttons on the children SWFs so that the user can move laterally between Child_1, Child_2 and Child_3?
I can think of two options but can't get either one to work:
1) The...
Hey guys,
So, I have a navigation that is a list and has sublists and sublists.
Basically, the nav is by default collapsed, but if people click on a page that's in a sublist, I want to show the parent list. And if it's a sublist of a sublist, I need both parent lists to show. I have it set up, but, I don't like putting 5 .parent().pare...
I have a page with a Parent of Main Page (no parent), so that it appears in the main navigation of the site. However, I also want to get to this page through one of the options on a drop-down menu. If I set the parent to that Nav page, it appears in the drop-down but then disappears from the main nav list. For example:
Main Nav:
Dogs C...
I'm wondering what other people have done as far as navigation and menus with Django. I'm building a site where for each installed application it would generally (but not necessarily always) make sense to have a top level navigation item, with lower depths handled by the apps themselves.
Obviously I could hard code this, or do it dynami...
<ul>
<li>
<a href="<?= $this->route('list', 'test1', 'default', array(), null, false) ?>">Test1
</a>
</li>
<li>
<a href="<?= $this->route('list', 'test1', 'default', array(), null, false) ?>">Test2
</a>
</li>
<li>
<a href="<?= $this->route('list', 'test3', 'default', array(), nu...
I have 3 fields in my ui 2 buttons, one on top and other on buttom of a label field...when ever the label field gets focus i want the buttons to appear and i should be able to click on them...and when the label field loses focus the buttons should disappears..how can i do this...
...