Forums

Welcome Guest Search | Active Topics | Members

Hiding a tab - borders Options
rrobinson
Posted: Friday, July 20, 2007 10:29:18 AM
Rank: Member
Groups: Member

Joined: 7/20/2007
Posts: 3
Points: 0
Is it possible to hide the Borders tab? I'm using version 2.

Thank you.
rrobinson
Posted: Friday, July 20, 2007 12:44:51 PM
Rank: Member
Groups: Member

Joined: 7/20/2007
Posts: 3
Points: 0
fyi

This is a total hack:

Version 2, file PhotoEditor/Scripts/TabControl.js

PhotoEditor.TabControl.prototype -> init: function()

I pasted these lines at the very beginning to hide the borders tab:

var borderTab = document.getElementById('PhotoEditorSample1_ctl00_tab2');
this._tabHeader().removeChild(borderTab);

If there is another way that is not a hack, please share.
natebell
Posted: Friday, July 20, 2007 3:07:52 PM
Rank: Member
Groups: Member

Joined: 3/28/2007
Posts: 56
Points: 0
instead of hacking like that, just remove it from the App_Data/PhotoEditor/EffectList.xml file

I've removed this tab as well, and all I did was remove all the appropiate effects that were borders.

hope this helps,
Nate
rrobinson
Posted: Friday, July 20, 2007 5:25:15 PM
Rank: Member
Groups: Member

Joined: 7/20/2007
Posts: 3
Points: 0
thanks for your help.

The hack wasn't perfect anyway, I forgot to remove the body.... just incase anyone needs it:

var borderTab = document.getElementById('PhotoEditorSample1_ctl00_tab2');
this._tabHeader().removeChild(borderTab);

var tabBody = this._tabBody().childNodes.item(2);
this._tabBody().removeChild(tabBody);

I'm going to try natebell's help, it's the correct way to do this.

Sergey Peshekhonov
Posted: Tuesday, July 24, 2007 4:50:51 AM
Rank: Advanced Member
Groups: Member

Joined: 6/6/2007
Posts: 54
Points: 36
natebell, thanks for your input.

rrobinson, to remove borders tab you should just remove or comment out effects
with tabCaption equal to Borders in EffectList.xml.

Sincerely yours,
Sergey Peshekhonov.

Aurigma Technical Support Team.
Users browsing this topic
Guest


Forum Jump
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.

Main Forum RSS : RSS

YAFVision Theme Created by Jaben Cargman (Tiny Gecko)
Yet Another Forum.net version 1.9.1.6 running under Cuyahoga.
Copyright © 2003-2006 Yet Another Forum.net. All rights reserved.