Search found 1252 matches

by norman
Tue Jul 13, 2004 10:56 am
Forum: NorCascade
Topic: Adding Extra Navigation to NorCascade's Menu
Replies: 4
Views: 22247

And here (courtesy of Hinterglem) is the same sort of thing but with the Actinic Sections as part of the menu's 1st level. //Create and populate the name array var top_section_tree_names = new CreateArray(6 + section_tree_names.length); top_section_tree_names[1].sName = "Home"; var i = 0; ...
by norman
Sat Jul 10, 2004 11:10 am
Forum: NorCascade
Topic: Adding Extra Navigation to NorCascade's Menu
Replies: 4
Views: 22247

Adding Extra Navigation to NorCascade's Menu

Here's some example code that if patched into NorCasCade / Advanced / Extra Vars adds a new 5 item top-level menu where the 4th item is the original section tree. var top_section_tree_names = new CreateArray(5); top_section_tree_names[1].sName = "Home"; top_section_tree_names[2].sName = &q...
by norman
Tue Jul 06, 2004 8:48 am
Forum: Norcat - Installation and Configuration
Topic: Moving where the stock card notes appear.
Replies: 2
Views: 13512

There's a little more info on the Popup page capability in the Norcat Options and Flags document which can be found under the Operation Guide link on http://www.drillpine.biz/norcat/

Just search that doc for "popup".

Norman
by norman
Tue Jul 06, 2004 8:23 am
Forum: Norcat - Installation and Configuration
Topic: Moving where the stock card notes appear.
Replies: 2
Views: 13512

Is it possible to set whereabouts the notes for the stock card appear on screen The text position is set in Norcat / Config / Advanced / Tables. Text can be set to be alongside the colour/size table, above, or below. The variable TextPos (near bottom of that screen) sets this. In addition if text i...
by norman
Tue Jul 06, 2004 8:06 am
Forum: Norcat - Installation and Configuration
Topic: Setting a default size for the "more" window.
Replies: 1
Views: 11236

Yes. That's done in Actinic / Design / Options / Layouts / Extended Product Information.

Norman
by norman
Wed Jun 23, 2004 9:39 am
Forum: Norcat - Installation and Configuration
Topic: switching off the extended info "more " button
Replies: 2
Views: 12456

You can also change the placement of the Extra Info link text (or custom image) or Button by moving the NETQUOTEVAR's NETQUOTEVAR:EXTINFOLINK and NETQUOTEVAR:EXTINFOBUTTON within the Norcat product templates. Norcat uses 4 templates (they're all in Site1) and all should be changed:- Norcat_CompactLi...
by norman
Mon May 10, 2004 11:51 pm
Forum: NorCascade
Topic: Minor bugfix - Style not using correct syntax for font
Replies: 4
Views: 18824

Minor bugfix - Style not using correct syntax for font

In NorCascade / Styles / Text Styles you need to put double quotes around the font entries. e.g. .lowText { text-decoration: none; color: #000000; font: 12px "Arial, Helvetica"; text-align: left; vertical-align: middle } .highText { text-decoration: none; color: #FF0000; font: 12px "A...