4921
Help / Re: Cant save?
« on: November 19, 2012, 12:23:58 AM »
Try deleting Script_SaveSaver if you have it.
This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
Forgot the caps make a big deal. .-.Caps don't matter at all
Ok. BTW did badspot PM you back on your question?What did you guys ask?
package brickNameStuff
{
function fxDtsBrick::setNTObjectName(%this,%flag)
{
if(%flag $= "_myName")
$myList = setField($myList,getFieldCount($myList),%this);
return parent::setNTObjectName(%this,%flag);
}
};
activatePackage(brickNameStuff);