OnLabelTedExtra Script

Build 1501 on 14/Nov/2017  This topic last edited on: 13/Jun/2014, at 16:04

Description

Runs when you double-click on the Ted Extra label in the status bar-

Available in version 1.5.

Syntax

OnLabelTedExtra

 

Code

Public Overridable Sub OnLabelTedExtra() Implements IFredEvent.OnLabelTedExtra

  Dim res = Page.SetTedExtraLibMode(Not Page.TestIsTedExtraLib, False)

  If res = ECANCELLED Then MsgBox("Please set page in Ted Extra Lib mode.")

  If res = EFAILED Then MsgBox("Available Page Designer license required.")

  ApplicationBase.Current.RaiseInternalAlert(GNClient.TriggerCause.Modify, "page", Page.GetPageId())

End Sub

All commands/scripts related to library objects

AddLibObj Method

AddLibObjId Method

BrowseLib Script

ExpandLogicalSelection Method

LibAddTo Method

LG_LibGroupId

LG_LibName

LG_LibObjName

ObjSetFromLib Method

ObjSetLogicalGroup Method

OnLabelTedExtra Script

SetTedExtraLibMode Method

TestIsTedExtraLib Method