hi all.
I'm horrible with AS3. I've tried this effect a number of different ways. I'm trying to get a navigation bar in AS3 that does something like this.
A|B|C|D
click on C bar slides and you get
C|A|B|D
click on D bar slides and you get
D|A|B|C and so on.
Help or a link to help is much appreciated.
right now i have this muc...
Hi,
for my first grails project i like use a breadcrumb navigation.
The only plugin i found so far is menu plugin
With this plugin i was only able to create a static menu structure using
the CRUD web interface. But the generated menu has its own web page, like a sitemap, and i have no clue who to integrate it into my existing web site....
We have used a minimal publishing site definition to create our site collection. We have then added some new cms pages to the site. Some of these pages have been hidden in modify site navigation. When we redeploy the minimal publishing site AS IS it un-hides the hidden pages.
Has anyone else seen this behaviour?
...
Hello all,
I have a really basic question, but I can't get it to work.
This is a basic navigation menu:
<!-- Begin menu -->
<div align="center"> <span class="nav">
<a href="index.html" title="Graphic Boulevard - Home pagina">Home</a> |
<a href="autobelettering.html" title="Graphic Boulevard - Autobelettering">Autobelettering...
I have a nav that is displayed below the images. I created the nav using the ul and li. The issue I am having is that in Firefox and Safari there is a space above the list while in Explorer it is displaying correctly with the flush against the header. Please help!
...
Hi All,
I'm implementing an app that's kind of an image viewer, where we load an image and we can zoom and pan and some other stuff. Now i'm trying to implement a sort of a minimap, or page "navigator" like Acrobat Reader has that allows you to know what section of the page you are looking at when you zoom in (in Foxit Reader it's the "...
Hi,
I have a XML image gallery created within a custom class.
This is the way I add the gallery to stage:
var mainContainer:MovieClip = new galleryXML(stage, "xml/image_gallery.xml");
This works perfectly.
But I'm thinking in setup my navigation in the same way. Creat the pages within custom classes and them loading them as I lo...
How to add progress bar in Navigation bar like SMS sending progress .
i am developing iphone app and want to show file upload progress bar in top navigation bar like iphone sms message sending status bar . Pls advice me how to do . Thank !!!
...
Basically I'm wanting to create a GPS system for my car that works offline, but I'm just a hobbyist and doing this for fun, so I don't have a ton of money to invest. Are there open databases I can use for the data (roads, speed limits, etc), or is it just impossible to do?
...
I have a Silverlight 3 Navigation Application and I would like to temporarily disable the links to the various Silverlight pages when an item is being edited, requiring the user to explicitly cancel the edit rather than navigate away from the screen.
[EDIT] How do I temporarily disable the navigation links programmatically?
...
I want a 64-bit python interpreter on my Mac so I had to rebuild from source. However, with my own custom build interpreter I run into issues when I try to navigate when I run the interpreter from inside a shell. Typing python into the bash shell results in the familiar:
Python 2.6.3 (r263:75183, Oct 23 2009, 14:23:25)
[GCC 4.2.1 (Appl...
I've been making pages with navigation with three states: normal, hover, and current page. Normally I just use a simple mouseover script, and I include the navigation code on every page so that I can make the link for the current page inactive, and a different, third image. This is a sloppy way of doing it.
What's the best way to do thi...
I have a navigation app with 5 pages. I also have a usercontrol with 3 radio buttons. This usercontrol is used by all 5 pages in my app. By default the first radio button is selected. However if the user clicks the 3rd radio button and I go to another page I want my usercontrol to still show that 3rd radio button as selected. How...
Had a page that was working fine. Only change I made was to add a datagrid to the page (which also added the xmlns) and all of the sudden I'm getting Page Not Found. Checked the UriMappings. Tried the default nav link. No joy.
Ideas?
UPDATE: The answer was that I had a mock class that was not initializing a collection. See Byrant's ans...
I'm new to Silverlight and I'm trying to get the WrapPanel sample working with the Navigation project template. My issue is that the WrapPanel doesn't wrap.
Here's what I've tried:
Create a new Navigation based project.
Copy the code from the Toolkit Samples for the "Select a Color" demo.
When I create a "regular" Silverlight applicat...
I'm learning this right now so the questions might be a little juvenile. Here's what I'm trying to do. I have the first view come up with a cell of the table populated statically, when you select one of the cells it will pull up a form to input data.
Now, I've been reading the documentation about navigation buttons and navigation in ge...
I've built a suckerfish navigation. It seems to work fine in modern browser but it's hiding behind the content when viewed in ie7 and ie6.
another issue i notice across all browser is the hover state i've applied to the parent link item disappears when my mouse moves down to the secondary nav, is there a way to keep the active state on ...
We have a nav that expands on rollover (based on this code: http://www.dynamicdrive.com/dynamicindex1/droptabmenu.htm).
First, should we have a no-javascript version of the nav?
If yes, what is the best way to do so?
...
Hi developer,
In my navigation bar i have two button at left and right position and a segmentetControll view at navigation title.
I want to change the background color of the navigation bar to black but thae color of the items on it will be another color.
how can i do it?
I try to chnage the tintColor of the navigationBar to black.
but i...
I need to develop an application where I am able to change screens using menu items previous and next. Can u give me a rough idea about how to implement it?
Thanks
...