Virtual Mechanics: Support    Virtual Mechanics: Community Forums and FAQs    Virtual Mechanics: Community Forums and FAQs  Hop To Forum Categories  Working with Code    How can I make a code object that is larger than the code editors 64KB limit?

Moderators: Derry, Goldie, Harpo
Go
New
Find
Notify
Tools
Reply
  
-star Rating Rate It!  Login/Join 
VM Staff
Picture of Harpo
Posted
How can I make a code object that is larger than the code editors 64KB limit?

Because there is a 64KB limit on the text or code objects in SiteSpinner, you must break up the code into two or more objects.

If you need the code to be uninterrupted between objects, do this:

1. Make sure the code objects are next to each other in the z-order with the second object 'in front' of the first and third object in front of the second, and so on. This causes the second object to be written to the page immediately after the first, etc.

The easiest way to do this is to create new objects one after the other. They will be created with each new object in front of the previous object. Otherwise, just use the 'Front' and 'Back' buttons to set the order correctly.

2.Turn off CSS Positioning for the objects. This prevents any formatting html code from being added around the object.

Use the text editor's menu item: Format > No CSS Positioning or the corresponding toolbar button to do that.

3. Finally, 'Group' the code objects. This keeps and objects together and lets you position the group where you want it on the page.

That's it
 
Posts: 3137 | Registered: January 08, 2003Reply With QuoteEdit or Delete MessageReport This Post
 Previous Topic | Next Topic powered by eve community  
 

Virtual Mechanics: Support    Virtual Mechanics: Community Forums and FAQs    Virtual Mechanics: Community Forums and FAQs  Hop To Forum Categories  Working with Code    How can I make a code object that is larger than the code editors 64KB limit?

™ & © 1998 - 2008, Virtual Mechanics Inc. All rights reserved.