nathanso
Junior Member
Posts: 3
Registered: 6/8/2005
Location: Lafayette, CA
Member Is Offline
|
| posted on 6/8/2005 at 08:24 PM |
|
|
wise_pos working in Gold?
I can't get wise_pos to do anything. Any suggestions?
var MENU_POS = new Array();
// item sizes for different levels of menu
MENU_POS['height'] = [18, 18];
MENU_POS['width'] = [80, 200];
// menu block offset from the origin:
// for root level origin is upper left corner of the page
// for other levels origin is upper left corner of parent item
MENU_POS['block_top'] = [0, 18];
MENU_POS['block_left'] = [0, 0];
// offsets between items of the same level
MENU_POS['top'] = [0, 18];
MENU_POS['left'] = [60, 0];
// time in milliseconds before menu is hidden after cursor has gone out
// of any items
MENU_POS['hide_delay'] = [200, 200];
// my params
MENU_POS['wise_pos'] = [0, 2];
MENU_POS['vertical'] = [false, true];
|
|
|
nathanso
Junior Member
Posts: 3
Registered: 6/8/2005
Location: Lafayette, CA
Member Is Offline
|
| posted on 6/9/2005 at 01:04 AM |
|
|
Pro to Gold woes
So.. I'm realizing that the code coming out the Tigra Menu Online Builder is "Pro" formatted and not drop-in compatible for the Gold libraries.
Despite several now-dated requests in these forums, it seems Tigra is not going to release a Gold version of the Tigra Menu Online Builder. Perhaps
they can publish a Pro-to-Gold conversion guide???
C'mon Tigra!
|
|
|
|