zilrellim
Junior Member
Posts: 2
Registered: 5/26/2006
Member Is Offline
|
| posted on 5/26/2006 at 12:28 PM |
|
|
trouble preview after load
I created a Tigra menu, and saved it per the instructions. I came back to it today, and used the LOAD function to reload the file, and i was able to
work on the file no problems until I went to PREVIEW it. I get Javascript error that the object at line 135, char 2 "object does not support this
property or method" code 0 file: _builderfilesexporttigra_menupreview.html
Similarly, i get nothing when i export the changes.
I went back and reloaded the file that i originally created and just previewd it, and it has the same problems. I even went so far as to re-download
the software, and still no joy.
any ideas???
|
|
|
tigra
Administrator
Posts: 1926
Registered: 6/17/2002
Location: US, CO
Member Is Offline
|
| posted on 5/26/2006 at 02:23 PM |
|
|
There is know problem with numeric menu items. We'll take care of it, but meanwhile if you have numeric menu items in the project file make them
string values. i.e. if you have:
'text_caption': 2005
change it to:
'text_caption': '2005'
If you don't have any numeric items then submit a support ticket attaching your saved file.
|
|
|
zilrellim
Junior Member
Posts: 2
Registered: 5/26/2006
Member Is Offline
|
| posted on 5/26/2006 at 02:33 PM |
|
|
thank you
thank you -- that was exactly the problem (i had menu items 2004, 2005, and 2006).
great product!!
|
|
|