- Text aligned to left - Filters and Transitional effects - Submenus dropdown on mouseover - Visible over select boxes, iframes, pdf, flash, Java applets. - Image arrows - Unlimited number of sub levels - Sound support! - Cross-frame support - menus work on frameset-based pages
Setup menu parameters manually or using De Luxe Tuner. Then add some rows of a code within html page code and your menu is ready!
Use special Java Script methods for: Dynamic changing of items (link, text, icons, arrows and even individual style!). Addition/removing of items or submenus. Disabling and enabling menu items. Getting the info on every submenu, menu, and items. Changing appearance of items. Other coding tricks.
Cross-frame mode lets you to construct full-featured dhtml menus on the pages with frames. But for all that frame set it's not necessary to insert any additional code into all the pages - just specify several extra menu parameters.
Ability to handle the menu from the keyboard via keystrokes.
Q: I didn't specify link for the item, but the problem is the mouse cursorchanges to a hand, when the item of the web navigation bar (not link) is mouse over.
A:Unfortunately there is no way to change cursor for items with links and without links.
Q: Also, I was wondering about adding some css (style="cursor:pointer") so when someone is over the javascript pop menu it will turn into a hand and the user will know it is clickable.
A:Set the following javascript pop menu parameter:
var itemCursor="pointer";
Q: How can I upgrade to Deluxe Menu v2.0? Now I'm using v1.14.
A: How to upgrade to v2.00 --------------------------------------------------------------- You can download the licensed engine .js files from the same link in your license message. Deluxe Menu v2.00 has new parameters and features. To upgrade to v2.00 you should do the following.
Step 1.     1.1 For Windows users       a. Run Deluxe Tuner v2.0       (can be found in the trial menu package v2.0       http://deluxe-menu.com/deluxe-menu.zip).       b. Open menu data file (.js file where menu parameters are placed): select File/Open…       c. Save the file: select File/Save, then click "No" button when the dialog box appears.
    1.2 For other OS users       a. Open menu data file (.js file where menu parameters are placed) in a text editor.       b. Make sure that the following variables exist in the data file:
      var keystrokes = 0;       var dm_focus = 1;       var dm_actKey = 113;
      var dynamic = 0;       var smHideOnClick = 1;       var itemAlignTop = 'left';       var smSmartScroll = 1;
      var dmAJAX = 0;       var dmAJAXCount = 30;       var dmRTL = 0;       var dmObjectsCheck = 0;       var menuBackRepeat = "repeat";       var menuHeight = "";       var transDuration2 = 200;
If one of the variables doesn't exist - add it at the beginning of the file.
      c. Save the file.
Step 2. Now open HTML-page that contains Deluxe Menu.
Step 3. Replace existent tags of the menu by the following code:
Step 4. Save HTML-page.
Step 5. New engine v2.00 has 7 .js files. They are:       - dmenu.js       - dmenu4.js       - dmenu_add.js       - dmenu_dyn.js       - dmenu_key.js       - dmenu_cf.js (new v2.00)       - dmenu_popup.js (new v2.00)
Replace all old .js files by the files from v2.00.
Try that.
Q: I never succeed to see the images in the dhtml menu examples using my default folder hierarchy (ie : a folder for the html files and a folder for the js files). The only way for me was to create the data.files folder in the html folder. It works but it does not follow my production standard. Did I forget something ?
A:You should set relative paths according to your html page. For example, you have such file structure: web-content/ data/ dmenu.js data.js Artwork/ image.gif ... pages/ 1.html // page with the dhtml menu examples 2.html // page with the dhtml menu examples ...
So in Deluxe Tuner you should open image.gif file. You will have, for example: d:\webpages\site\web-content\Artwork\image.gif
Then you should delete "d:\webpages\site1\web-content\" and add ../prefix. The path will be:
../Artwork/image.gif
You can also set path_prefix var pathPrefix_img = "../Artwork/";
Or you can try to use absolute paths, for example: var pathPrefix_img = "http://domain.com/images/";
Hi, I'm Flavio and this is my first experience with Xcode and ... I create a Controller class and set an acton from "file > open" menu to it, ... User Control Panel, Private Messages, Subscriptions, Who's Online, Search Forums, Forums Home, Mac, iPhone, iPad & iPod Development, Mac OS X Programming
The toolbar contains a few tools and menus for quick access to Xcode commands. ... If you are building an iPhone application your will probably see ... Comments shows any comments you have made on the file. to make a
The first thing we want to do here is create a new class for ... The Main Menu bar above is the same menu bar that will appear at the ..... I have only started coding on my new Mac this week and installed iphone sdk 3.1
i created code-sign identity named "iPhone Developer" through keychain access and ... Keychain Access menu, choose Certificate Assistant > Create a Certificate. ... What Xcode version? What do you do to get that error?
Why do i have to right click+ select from a menu to remove a breakpoint? Why not make a left mouse click toggle between add, disable, remove breakpoint? ... Mac, iPhone, iPad & iPod Development, Mac OS X Programming
1) Load cocos2d-iphone.xcodeproj so cocos2d is in XCode. ... 3) Use that template to create a new project. 4) In the new project, under Other Sources, bring up the context menu Add > Existing files... and add the Box2D directory
Go to the first page of this board · Return to the Forum Menu, Post Message ... that would allow the casual Dark Basic user to create iPhone apps. ... It might be a bit eliteist, but Xcode is a damn fine platform to work
Choose the iPhone OS that you want to build your application in. ... Finally open The Overview pop-up menu and change Active SDK to the .... It let's you create apps to host on Cydia etc without a developers licence
On a couple occasions, after re-entering the debug settings menu and manually resetting ... I am running gDebugger iPhone 5.3 on OS X 10.6.2. XCode 3.2.1
i'm not sure but I would look inside the 'looping menu' class and look ... Building with previous versions of XCode do not present this warning and crash
you'll need to make an application bundle in order for your window to be activatable. ... within a single window and you don't need normal menus/windows/ controls. ... What's the best way to create it ? (without Xcode!)
(Don't forget to clean all targets and caches (XCode menu at the top left ... IPhone OS deployment target does not allow me to choose Iphone OS 4.0 like the
May 6, 2009 ... Click the Build tab to display the build settings editor. ... From the Any SDK pop-up menu in the Title column, choose Device – iPhone. ... Cocoa Samurai: Complete Xcode Keyboard Shortcut List (UPDATED) »