138 |
exActionContextMenuObject, An item from object's context menu is executing. Use the AllowContextMenu property to specify the combination of keys that allows the user to open the object's context menu. Use the ContextMenu property to provide a custom context menu for the objects on the surface. The ActionContextMenu event notifies your application once an action occurs within the object's context menu.
/* with (this.EXSWIMLANEACTIVEXCONTROL1.nativeObject) LayoutEndChanging = class::nativeObject_LayoutEndChanging endwith */ // Notifies your application once the control's layout has been changed. function nativeObject_LayoutEndChanging(Operation) oSwimLane = form.EXSWIMLANEACTIVEXCONTROL1.nativeObject ? "LayoutEndChanging" ? Str(oSwimLane.FormatABC("value = 18 ? `exActionContextMenuObject` : value",Operation)) return /* with (this.EXSWIMLANEACTIVEXCONTROL1.nativeObject) LayoutStartChanging = class::nativeObject_LayoutStartChanging endwith */ // Occurs when the control's layout is about to be changed. function nativeObject_LayoutStartChanging(Operation) oSwimLane = form.EXSWIMLANEACTIVEXCONTROL1.nativeObject ? "LayoutStartChanging" ? Str(oSwimLane.FormatABC("value = 18 ? `exActionContextMenuObject` : value",Operation)) return local oSwimLane,var_Element,var_Elements,var_Lanes,var_Lanes1,var_Pool oSwimLane = form.EXSWIMLANEACTIVEXCONTROL1.nativeObject oSwimLane.BeginUpdate() oSwimLane.AllowDesignHeader = 0 oSwimLane.AllowLinkControlPoint = 99 /*exAllowChangeTo | exAllowChangeFrom | exEndControlPoint | exStartControlPoint*/ var_Elements = oSwimLane.Elements var_Elements.Add("Node <b>1",-64,-64) // var_Elements.Add("Node <b>2").Selected = true var_Element = var_Elements.Add("Node <b>2") with (oSwimLane) TemplateDef = [dim var_Element] TemplateDef = var_Element Template = [var_Element.Selected = True] endwith var_Elements.Add("Node <b>3",64,-64) var_Pool = oSwimLane.Pools.Add(-100,-100,250,160) // var_Pool.Lane(0).Children.Count = 2 var_Lanes = var_Pool.Lane(0).Children with (oSwimLane) TemplateDef = [dim var_Lanes] TemplateDef = var_Lanes Template = [var_Lanes.Count = 2] endwith // var_Pool.Lane(1).Children.Count = 2 var_Lanes1 = var_Pool.Lane(1).Children with (oSwimLane) TemplateDef = [dim var_Lanes1] TemplateDef = var_Lanes1 Template = [var_Lanes1.Count = 2] endwith oSwimLane.Links.Add(oSwimLane.Elements.Item(1),oSwimLane.Elements.Item(2),"L1") oSwimLane.EndUpdate() ? "Right-Click the pool, element or the link to open its context menu, and change a property of it" |
137 |
exContextMenuObject, The object's context menu is running. The user right-clicks an object on the surface, and it's context menu is shown. Use the AllowContextMenu property to specify the combination of keys that allows the user to open the object's context menu. Use the ContextMenu property to provide a custom context menu for the objects on the surface
/* with (this.EXSWIMLANEACTIVEXCONTROL1.nativeObject) LayoutEndChanging = class::nativeObject_LayoutEndChanging endwith */ // Notifies your application once the control's layout has been changed. function nativeObject_LayoutEndChanging(Operation) oSwimLane = form.EXSWIMLANEACTIVEXCONTROL1.nativeObject ? "LayoutEndChanging" ? Str(oSwimLane.FormatABC("value = 17 ? `exContextMenuObject` : value",Operation)) return /* with (this.EXSWIMLANEACTIVEXCONTROL1.nativeObject) LayoutStartChanging = class::nativeObject_LayoutStartChanging endwith */ // Occurs when the control's layout is about to be changed. function nativeObject_LayoutStartChanging(Operation) oSwimLane = form.EXSWIMLANEACTIVEXCONTROL1.nativeObject ? "LayoutStartChanging" ? Str(oSwimLane.FormatABC("value = 17 ? `exContextMenuObject` : value",Operation)) return local oSwimLane,var_Element,var_Elements,var_Lanes,var_Lanes1,var_Pool oSwimLane = form.EXSWIMLANEACTIVEXCONTROL1.nativeObject oSwimLane.BeginUpdate() oSwimLane.AllowDesignHeader = 0 oSwimLane.AllowLinkControlPoint = 99 /*exAllowChangeTo | exAllowChangeFrom | exEndControlPoint | exStartControlPoint*/ var_Elements = oSwimLane.Elements var_Elements.Add("Node <b>1",-64,-64) // var_Elements.Add("Node <b>2").Selected = true var_Element = var_Elements.Add("Node <b>2") with (oSwimLane) TemplateDef = [dim var_Element] TemplateDef = var_Element Template = [var_Element.Selected = True] endwith var_Elements.Add("Node <b>3",64,-64) var_Pool = oSwimLane.Pools.Add(-100,-100,250,160) // var_Pool.Lane(0).Children.Count = 2 var_Lanes = var_Pool.Lane(0).Children with (oSwimLane) TemplateDef = [dim var_Lanes] TemplateDef = var_Lanes Template = [var_Lanes.Count = 2] endwith // var_Pool.Lane(1).Children.Count = 2 var_Lanes1 = var_Pool.Lane(1).Children with (oSwimLane) TemplateDef = [dim var_Lanes1] TemplateDef = var_Lanes1 Template = [var_Lanes1.Count = 2] endwith oSwimLane.Links.Add(oSwimLane.Elements.Item(1),oSwimLane.Elements.Item(2),"L1") oSwimLane.EndUpdate() ? "Right-Click the pool, element or the link to open its context menu" |
136 |
exMoveLane, The user moves/changes the position of the lane of the pool. The AllowMoveLane property specifies the keys combination to allow user to moves/changes the position the lane
/* with (this.EXSWIMLANEACTIVEXCONTROL1.nativeObject) LayoutEndChanging = class::nativeObject_LayoutEndChanging endwith */ // Notifies your application once the control's layout has been changed. function nativeObject_LayoutEndChanging(Operation) oSwimLane = form.EXSWIMLANEACTIVEXCONTROL1.nativeObject ? "LayoutEndChanging" ? Str(oSwimLane.FormatABC("value = 16 ? `exMoveLane` : value",Operation)) return /* with (this.EXSWIMLANEACTIVEXCONTROL1.nativeObject) LayoutStartChanging = class::nativeObject_LayoutStartChanging endwith */ // Occurs when the control's layout is about to be changed. function nativeObject_LayoutStartChanging(Operation) oSwimLane = form.EXSWIMLANEACTIVEXCONTROL1.nativeObject ? "LayoutStartChanging" ? Str(oSwimLane.FormatABC("value = 16 ? `exMoveLane` : value",Operation)) return local oSwimLane,var_Element,var_Elements,var_Lanes,var_Lanes1,var_Pool oSwimLane = form.EXSWIMLANEACTIVEXCONTROL1.nativeObject oSwimLane.BeginUpdate() oSwimLane.AllowDesignHeader = 0 oSwimLane.AllowLinkControlPoint = 99 /*exAllowChangeTo | exAllowChangeFrom | exEndControlPoint | exStartControlPoint*/ var_Elements = oSwimLane.Elements var_Elements.Add("Node <b>1",-64,-64) // var_Elements.Add("Node <b>2").Selected = true var_Element = var_Elements.Add("Node <b>2") with (oSwimLane) TemplateDef = [dim var_Element] TemplateDef = var_Element Template = [var_Element.Selected = True] endwith var_Elements.Add("Node <b>3",64,-64) var_Pool = oSwimLane.Pools.Add(-100,-100,250,160) // var_Pool.Lane(0).Children.Count = 2 var_Lanes = var_Pool.Lane(0).Children with (oSwimLane) TemplateDef = [dim var_Lanes] TemplateDef = var_Lanes Template = [var_Lanes.Count = 2] endwith // var_Pool.Lane(1).Children.Count = 2 var_Lanes1 = var_Pool.Lane(1).Children with (oSwimLane) TemplateDef = [dim var_Lanes1] TemplateDef = var_Lanes1 Template = [var_Lanes1.Count = 2] endwith oSwimLane.Links.Add(oSwimLane.Elements.Item(1),oSwimLane.Elements.Item(2),"L1") oSwimLane.EndUpdate() ? "Click the lane's header to drag to a new position" |
135 |
exResizeLane, The user resizes the lane of the pool. The AllowResizePoolHeader property specifies the keys combination to allow user to resize the header of the pool
/* with (this.EXSWIMLANEACTIVEXCONTROL1.nativeObject) LayoutEndChanging = class::nativeObject_LayoutEndChanging endwith */ // Notifies your application once the control's layout has been changed. function nativeObject_LayoutEndChanging(Operation) oSwimLane = form.EXSWIMLANEACTIVEXCONTROL1.nativeObject ? "LayoutEndChanging" ? Str(oSwimLane.FormatABC("value = 15 ? `exResizeLane` : value",Operation)) return /* with (this.EXSWIMLANEACTIVEXCONTROL1.nativeObject) LayoutStartChanging = class::nativeObject_LayoutStartChanging endwith */ // Occurs when the control's layout is about to be changed. function nativeObject_LayoutStartChanging(Operation) oSwimLane = form.EXSWIMLANEACTIVEXCONTROL1.nativeObject ? "LayoutStartChanging" ? Str(oSwimLane.FormatABC("value = 15 ? `exResizeLane` : value",Operation)) return local oSwimLane,var_Element,var_Elements,var_Lanes,var_Lanes1,var_Pool oSwimLane = form.EXSWIMLANEACTIVEXCONTROL1.nativeObject oSwimLane.BeginUpdate() oSwimLane.AllowDesignHeader = 0 oSwimLane.AllowLinkControlPoint = 99 /*exAllowChangeTo | exAllowChangeFrom | exEndControlPoint | exStartControlPoint*/ var_Elements = oSwimLane.Elements var_Elements.Add("Node <b>1",-64,-64) // var_Elements.Add("Node <b>2").Selected = true var_Element = var_Elements.Add("Node <b>2") with (oSwimLane) TemplateDef = [dim var_Element] TemplateDef = var_Element Template = [var_Element.Selected = True] endwith var_Elements.Add("Node <b>3",64,-64) var_Pool = oSwimLane.Pools.Add(-100,-100,250,160) // var_Pool.Lane(0).Children.Count = 2 var_Lanes = var_Pool.Lane(0).Children with (oSwimLane) TemplateDef = [dim var_Lanes] TemplateDef = var_Lanes Template = [var_Lanes.Count = 2] endwith // var_Pool.Lane(1).Children.Count = 2 var_Lanes1 = var_Pool.Lane(1).Children with (oSwimLane) TemplateDef = [dim var_Lanes1] TemplateDef = var_Lanes1 Template = [var_Lanes1.Count = 2] endwith oSwimLane.Links.Add(oSwimLane.Elements.Item(1),oSwimLane.Elements.Item(2),"L1") oSwimLane.EndUpdate() ? "Click the pool's header to resize it" |
134 |
exResizePoolHeader, the user resizes the header's pool from the surface
/* with (this.EXSWIMLANEACTIVEXCONTROL1.nativeObject) LayoutEndChanging = class::nativeObject_LayoutEndChanging endwith */ // Notifies your application once the control's layout has been changed. function nativeObject_LayoutEndChanging(Operation) oSwimLane = form.EXSWIMLANEACTIVEXCONTROL1.nativeObject ? "LayoutEndChanging" ? Str(oSwimLane.FormatABC("value = 14 ? `exResizePoolHeader` : value",Operation)) return /* with (this.EXSWIMLANEACTIVEXCONTROL1.nativeObject) LayoutStartChanging = class::nativeObject_LayoutStartChanging endwith */ // Occurs when the control's layout is about to be changed. function nativeObject_LayoutStartChanging(Operation) oSwimLane = form.EXSWIMLANEACTIVEXCONTROL1.nativeObject ? "LayoutStartChanging" ? Str(oSwimLane.FormatABC("value = 14 ? `exResizePoolHeader` : value",Operation)) return local oSwimLane,var_Element,var_Elements oSwimLane = form.EXSWIMLANEACTIVEXCONTROL1.nativeObject oSwimLane.BeginUpdate() oSwimLane.AllowLinkControlPoint = 99 /*exAllowChangeTo | exAllowChangeFrom | exEndControlPoint | exStartControlPoint*/ var_Elements = oSwimLane.Elements var_Elements.Add("Node <b>1",-64,-64) // var_Elements.Add("Node <b>2").Selected = true var_Element = var_Elements.Add("Node <b>2") with (oSwimLane) TemplateDef = [dim var_Element] TemplateDef = var_Element Template = [var_Element.Selected = True] endwith var_Elements.Add("Node <b>3",64,-64) oSwimLane.Pools.Add(-100,-100,250,160) oSwimLane.Links.Add(oSwimLane.Elements.Item(1),oSwimLane.Elements.Item(2),"L1") oSwimLane.EndUpdate() ? "Click the pool's header to resize it" |
133 |
exMovePool, The user moves the pool from the surface. The AllowMovePool property specifies the keys combination to allow user to move the pool
/* with (this.EXSWIMLANEACTIVEXCONTROL1.nativeObject) LayoutEndChanging = class::nativeObject_LayoutEndChanging endwith */ // Notifies your application once the control's layout has been changed. function nativeObject_LayoutEndChanging(Operation) oSwimLane = form.EXSWIMLANEACTIVEXCONTROL1.nativeObject ? "LayoutEndChanging" ? Str(oSwimLane.FormatABC("value = 13 ? `exMovePool` : value",Operation)) return /* with (this.EXSWIMLANEACTIVEXCONTROL1.nativeObject) LayoutStartChanging = class::nativeObject_LayoutStartChanging endwith */ // Occurs when the control's layout is about to be changed. function nativeObject_LayoutStartChanging(Operation) oSwimLane = form.EXSWIMLANEACTIVEXCONTROL1.nativeObject ? "LayoutStartChanging" ? Str(oSwimLane.FormatABC("value = 13 ? `exMovePool` : value",Operation)) return local oSwimLane,var_Element,var_Elements oSwimLane = form.EXSWIMLANEACTIVEXCONTROL1.nativeObject oSwimLane.BeginUpdate() oSwimLane.AllowLinkControlPoint = 99 /*exAllowChangeTo | exAllowChangeFrom | exEndControlPoint | exStartControlPoint*/ var_Elements = oSwimLane.Elements var_Elements.Add("Node <b>1",-64,-64) // var_Elements.Add("Node <b>2").Selected = true var_Element = var_Elements.Add("Node <b>2") with (oSwimLane) TemplateDef = [dim var_Element] TemplateDef = var_Element Template = [var_Element.Selected = True] endwith var_Elements.Add("Node <b>3",64,-64) oSwimLane.Pools.Add(-100,-100,250,160) oSwimLane.Links.Add(oSwimLane.Elements.Item(1),oSwimLane.Elements.Item(2),"L1") oSwimLane.EndUpdate() ? "Click a pool and drag to reposition it" |
132 |
exResizePool, The user resizes the pool from the surface. The AllowResizePool property specifies the keys combination to allow user to resize the pool
/* with (this.EXSWIMLANEACTIVEXCONTROL1.nativeObject) LayoutEndChanging = class::nativeObject_LayoutEndChanging endwith */ // Notifies your application once the control's layout has been changed. function nativeObject_LayoutEndChanging(Operation) oSwimLane = form.EXSWIMLANEACTIVEXCONTROL1.nativeObject ? "LayoutEndChanging" ? Str(oSwimLane.FormatABC("value = 12 ? `exResizePool` : value",Operation)) return /* with (this.EXSWIMLANEACTIVEXCONTROL1.nativeObject) LayoutStartChanging = class::nativeObject_LayoutStartChanging endwith */ // Occurs when the control's layout is about to be changed. function nativeObject_LayoutStartChanging(Operation) oSwimLane = form.EXSWIMLANEACTIVEXCONTROL1.nativeObject ? "LayoutStartChanging" ? Str(oSwimLane.FormatABC("value = 12 ? `exResizePool` : value",Operation)) return local oSwimLane,var_Element,var_Elements oSwimLane = form.EXSWIMLANEACTIVEXCONTROL1.nativeObject oSwimLane.BeginUpdate() oSwimLane.AllowLinkControlPoint = 99 /*exAllowChangeTo | exAllowChangeFrom | exEndControlPoint | exStartControlPoint*/ var_Elements = oSwimLane.Elements var_Elements.Add("Node <b>1",-64,-64) // var_Elements.Add("Node <b>2").Selected = true var_Element = var_Elements.Add("Node <b>2") with (oSwimLane) TemplateDef = [dim var_Element] TemplateDef = var_Element Template = [var_Element.Selected = True] endwith var_Elements.Add("Node <b>3",64,-64) oSwimLane.Pools.Add(-100,-100,250,160) oSwimLane.Links.Add(oSwimLane.Elements.Item(1),oSwimLane.Elements.Item(2),"L1") oSwimLane.EndUpdate() ? "Resize a pool" |
131 |
exCreatePool, The user creates pools on the surface. The AllowCreatePool property specifies the keys combination to allow user to create pools on the surface
/* with (this.EXSWIMLANEACTIVEXCONTROL1.nativeObject) LayoutEndChanging = class::nativeObject_LayoutEndChanging endwith */ // Notifies your application once the control's layout has been changed. function nativeObject_LayoutEndChanging(Operation) oSwimLane = form.EXSWIMLANEACTIVEXCONTROL1.nativeObject ? "LayoutEndChanging" ? Str(oSwimLane.FormatABC("value = 11 ? `exCreatePool` : value",Operation)) return /* with (this.EXSWIMLANEACTIVEXCONTROL1.nativeObject) LayoutStartChanging = class::nativeObject_LayoutStartChanging endwith */ // Occurs when the control's layout is about to be changed. function nativeObject_LayoutStartChanging(Operation) oSwimLane = form.EXSWIMLANEACTIVEXCONTROL1.nativeObject ? "LayoutStartChanging" ? Str(oSwimLane.FormatABC("value = 11 ? `exCreatePool` : value",Operation)) return local oSwimLane,var_Element,var_Elements oSwimLane = form.EXSWIMLANEACTIVEXCONTROL1.nativeObject oSwimLane.BeginUpdate() oSwimLane.AllowLinkControlPoint = 99 /*exAllowChangeTo | exAllowChangeFrom | exEndControlPoint | exStartControlPoint*/ var_Elements = oSwimLane.Elements var_Elements.Add("Node <b>1",-64,-64) // var_Elements.Add("Node <b>2").Selected = true var_Element = var_Elements.Add("Node <b>2") with (oSwimLane) TemplateDef = [dim var_Element] TemplateDef = var_Element Template = [var_Element.Selected = True] endwith var_Elements.Add("Node <b>3",64,-64) oSwimLane.Pools.Add(-100,-100,250,160) oSwimLane.Links.Add(oSwimLane.Elements.Item(1),oSwimLane.Elements.Item(2),"L1") oSwimLane.EndUpdate() ? "Hold SHIFT, double-click on the surface, and immediately drag to a new position to create a new pool" |
130 |
exDesignMode, The user changes the surface's design mode. The exDesignMode operation occurs, when the user selects a new design-mode, from the control's toolbar.
/* with (this.EXSWIMLANEACTIVEXCONTROL1.nativeObject) LayoutEndChanging = class::nativeObject_LayoutEndChanging endwith */ // Notifies your application once the control's layout has been changed. function nativeObject_LayoutEndChanging(Operation) oSwimLane = form.EXSWIMLANEACTIVEXCONTROL1.nativeObject ? "LayoutEndChanging" ? Str(oSwimLane.FormatABC("value = 10 ? `exDesignMode` : value",Operation)) return /* with (this.EXSWIMLANEACTIVEXCONTROL1.nativeObject) LayoutStartChanging = class::nativeObject_LayoutStartChanging endwith */ // Occurs when the control's layout is about to be changed. function nativeObject_LayoutStartChanging(Operation) oSwimLane = form.EXSWIMLANEACTIVEXCONTROL1.nativeObject ? "LayoutStartChanging" ? Str(oSwimLane.FormatABC("value = 10 ? `exDesignMode` : value",Operation)) return local oSwimLane,var_Element,var_Elements oSwimLane = form.EXSWIMLANEACTIVEXCONTROL1.nativeObject oSwimLane.BeginUpdate() oSwimLane.AllowLinkControlPoint = 99 /*exAllowChangeTo | exAllowChangeFrom | exEndControlPoint | exStartControlPoint*/ var_Elements = oSwimLane.Elements var_Elements.Add("Node <b>1",-64,-64) // var_Elements.Add("Node <b>2").Selected = true var_Element = var_Elements.Add("Node <b>2") with (oSwimLane) TemplateDef = [dim var_Element] TemplateDef = var_Element Template = [var_Element.Selected = True] endwith var_Elements.Add("Node <b>3",64,-64) oSwimLane.Pools.Add(-100,-100,250,160) oSwimLane.Links.Add(oSwimLane.Elements.Item(1),oSwimLane.Elements.Item(2),"L1") oSwimLane.EndUpdate() ? "Click the Design Menu and select one of the options" |
129 |
exUndo, An Undo operation is performed (CTR + Z), exRedo, A Redo operation is performed (CTR + Y). exUndoRedoUpdate, The Undo/Redo queue is updated
|
128 |
exLinkObjects, the user creates an element on the surface. The AllowLinkObjects property specifies the keys combination to allow user to link elements on the surface
/* with (this.EXSWIMLANEACTIVEXCONTROL1.nativeObject) LayoutEndChanging = class::nativeObject_LayoutEndChanging endwith */ // Notifies your application once the control's layout has been changed. function nativeObject_LayoutEndChanging(Operation) oSwimLane = form.EXSWIMLANEACTIVEXCONTROL1.nativeObject ? "LayoutEndChanging" ? Str(oSwimLane.FormatABC("value = 9 ? `exLinkObjects` : value",Operation)) return /* with (this.EXSWIMLANEACTIVEXCONTROL1.nativeObject) LayoutStartChanging = class::nativeObject_LayoutStartChanging endwith */ // Occurs when the control's layout is about to be changed. function nativeObject_LayoutStartChanging(Operation) oSwimLane = form.EXSWIMLANEACTIVEXCONTROL1.nativeObject ? "LayoutStartChanging" ? Str(oSwimLane.FormatABC("value = 9 ? `exLinkObjects` : value",Operation)) return local oSwimLane,var_Elements oSwimLane = form.EXSWIMLANEACTIVEXCONTROL1.nativeObject oSwimLane.BeginUpdate() var_Elements = oSwimLane.Elements var_Elements.Add("Node <b>1",-64,-64) var_Elements.Add("Node <b>2") var_Elements.Add("Node <b>3",64,-64) oSwimLane.EndUpdate() ? "Hold SHIFT, click an element, and drag to another element to create a link between them" |
127 |
exEditObject, the user edits the element's caption
/* with (this.EXSWIMLANEACTIVEXCONTROL1.nativeObject) Click = class::nativeObject_Click endwith */ // Occurs when the user presses and then releases the left mouse button over the control. function nativeObject_Click() /* ElementFromPoint(-1,-1).Edit(0) */ oSwimLane = form.EXSWIMLANEACTIVEXCONTROL1.nativeObject return /* with (this.EXSWIMLANEACTIVEXCONTROL1.nativeObject) LayoutEndChanging = class::nativeObject_LayoutEndChanging endwith */ // Notifies your application once the control's layout has been changed. function nativeObject_LayoutEndChanging(Operation) oSwimLane = form.EXSWIMLANEACTIVEXCONTROL1.nativeObject ? "LayoutEndChanging" ? Str(oSwimLane.FormatABC("value = 8 ? `exEditObject` : value",Operation)) return /* with (this.EXSWIMLANEACTIVEXCONTROL1.nativeObject) LayoutStartChanging = class::nativeObject_LayoutStartChanging endwith */ // Occurs when the control's layout is about to be changed. function nativeObject_LayoutStartChanging(Operation) oSwimLane = form.EXSWIMLANEACTIVEXCONTROL1.nativeObject ? "LayoutStartChanging" ? Str(oSwimLane.FormatABC("value = 8 ? `exEditObject` : value",Operation)) return local oSwimLane,var_Elements oSwimLane = form.EXSWIMLANEACTIVEXCONTROL1.nativeObject oSwimLane.BeginUpdate() oSwimLane.AllowLinkControlPoint = 99 /*exAllowChangeTo | exAllowChangeFrom | exEndControlPoint | exStartControlPoint*/ var_Elements = oSwimLane.Elements var_Elements.Add("Node <b>1",-64,-64) var_Elements.Add("Node <b>2") var_Elements.Add("Node <b>3",64,-64) oSwimLane.Pools.Add(-100,-100,250,160) oSwimLane.Links.Add(oSwimLane.Elements.Item(1),oSwimLane.Elements.Item(2),"L1") oSwimLane.EndUpdate() ? "Click an element to edit its caption" |
126 |
exCreateObject, the user creates an element on the surface. The AllowCreateObject property specifies the keys combination to allow user to create elements on the surface
/* with (this.EXSWIMLANEACTIVEXCONTROL1.nativeObject) LayoutEndChanging = class::nativeObject_LayoutEndChanging endwith */ // Notifies your application once the control's layout has been changed. function nativeObject_LayoutEndChanging(Operation) oSwimLane = form.EXSWIMLANEACTIVEXCONTROL1.nativeObject ? "LayoutEndChanging" ? Str(oSwimLane.FormatABC("value = 7 ? `exCreateObject` : value",Operation)) return /* with (this.EXSWIMLANEACTIVEXCONTROL1.nativeObject) LayoutStartChanging = class::nativeObject_LayoutStartChanging endwith */ // Occurs when the control's layout is about to be changed. function nativeObject_LayoutStartChanging(Operation) oSwimLane = form.EXSWIMLANEACTIVEXCONTROL1.nativeObject ? "LayoutStartChanging" ? Str(oSwimLane.FormatABC("value = 7 ? `exCreateObject` : value",Operation)) return local oSwimLane,var_Element,var_Elements oSwimLane = form.EXSWIMLANEACTIVEXCONTROL1.nativeObject oSwimLane.BeginUpdate() oSwimLane.AllowLinkControlPoint = 99 /*exAllowChangeTo | exAllowChangeFrom | exEndControlPoint | exStartControlPoint*/ var_Elements = oSwimLane.Elements var_Elements.Add("Node <b>1",-64,-64) // var_Elements.Add("Node <b>2").Selected = true var_Element = var_Elements.Add("Node <b>2") with (oSwimLane) TemplateDef = [dim var_Element] TemplateDef = var_Element Template = [var_Element.Selected = True] endwith var_Elements.Add("Node <b>3",64,-64) oSwimLane.Pools.Add(-100,-100,250,160) oSwimLane.Links.Add(oSwimLane.Elements.Item(1),oSwimLane.Elements.Item(2),"L1") oSwimLane.EndUpdate() ? "Double-click on the surface and immediately drag to a new position to create an element" |
125 |
exSelectNothing, the user clicks an empty zone of the surface. The AllowSelectNothing property specifies the keys combination to allow user to select nothing on the surface
/* with (this.EXSWIMLANEACTIVEXCONTROL1.nativeObject) LayoutEndChanging = class::nativeObject_LayoutEndChanging endwith */ // Notifies your application once the control's layout has been changed. function nativeObject_LayoutEndChanging(Operation) oSwimLane = form.EXSWIMLANEACTIVEXCONTROL1.nativeObject ? "LayoutEndChanging" ? Str(oSwimLane.FormatABC("value = 6 ? `exSelectNothing` : value",Operation)) return /* with (this.EXSWIMLANEACTIVEXCONTROL1.nativeObject) LayoutStartChanging = class::nativeObject_LayoutStartChanging endwith */ // Occurs when the control's layout is about to be changed. function nativeObject_LayoutStartChanging(Operation) oSwimLane = form.EXSWIMLANEACTIVEXCONTROL1.nativeObject ? "LayoutStartChanging" ? Str(oSwimLane.FormatABC("value = 6 ? `exSelectNothing` : value",Operation)) return local oSwimLane,var_Element,var_Elements oSwimLane = form.EXSWIMLANEACTIVEXCONTROL1.nativeObject oSwimLane.BeginUpdate() oSwimLane.AllowSelectNothing = true oSwimLane.AllowLinkControlPoint = 99 /*exAllowChangeTo | exAllowChangeFrom | exEndControlPoint | exStartControlPoint*/ var_Elements = oSwimLane.Elements var_Elements.Add("Node <b>1",-64,-64) // var_Elements.Add("Node <b>2").Selected = true var_Element = var_Elements.Add("Node <b>2") with (oSwimLane) TemplateDef = [dim var_Element] TemplateDef = var_Element Template = [var_Element.Selected = True] endwith var_Elements.Add("Node <b>3",64,-64) oSwimLane.Pools.Add(-100,-100,250,160) oSwimLane.Links.Add(oSwimLane.Elements.Item(1),oSwimLane.Elements.Item(2),"L1") oSwimLane.EndUpdate() ? "Select an element, and then click outside to select nothing" |
124 |
exSelectElement, the user clicks the object to get it selected. The AllowSelectObject property specifies the keys combination to allow user to select the object
/* with (this.EXSWIMLANEACTIVEXCONTROL1.nativeObject) LayoutEndChanging = class::nativeObject_LayoutEndChanging endwith */ // Notifies your application once the control's layout has been changed. function nativeObject_LayoutEndChanging(Operation) oSwimLane = form.EXSWIMLANEACTIVEXCONTROL1.nativeObject ? "LayoutEndChanging" ? Str(oSwimLane.FormatABC("value = 5 ? `exSelectElement` : value",Operation)) return /* with (this.EXSWIMLANEACTIVEXCONTROL1.nativeObject) LayoutStartChanging = class::nativeObject_LayoutStartChanging endwith */ // Occurs when the control's layout is about to be changed. function nativeObject_LayoutStartChanging(Operation) oSwimLane = form.EXSWIMLANEACTIVEXCONTROL1.nativeObject ? "LayoutStartChanging" ? Str(oSwimLane.FormatABC("value = 5 ? `exSelectElement` : value",Operation)) return local oSwimLane,var_Elements oSwimLane = form.EXSWIMLANEACTIVEXCONTROL1.nativeObject oSwimLane.BeginUpdate() oSwimLane.AllowLinkControlPoint = 99 /*exAllowChangeTo | exAllowChangeFrom | exEndControlPoint | exStartControlPoint*/ var_Elements = oSwimLane.Elements var_Elements.Add("Node <b>1",-64,-64) var_Elements.Add("Node <b>2") var_Elements.Add("Node <b>3",64,-64) oSwimLane.Pools.Add(-100,-100,250,160) oSwimLane.Links.Add(oSwimLane.Elements.Item(1),oSwimLane.Elements.Item(2),"L1") oSwimLane.EndUpdate() ? "Hold ALT and click, then drag to select elements within the drawn rectangle. Click an element to select it. CTRL + CLick to unselect it" |
123 |
exMoveElement, the user moves the object. The AllowMoveObject property specifies the keys combination to allow user to move the object
/* with (this.EXSWIMLANEACTIVEXCONTROL1.nativeObject) LayoutEndChanging = class::nativeObject_LayoutEndChanging endwith */ // Notifies your application once the control's layout has been changed. function nativeObject_LayoutEndChanging(Operation) oSwimLane = form.EXSWIMLANEACTIVEXCONTROL1.nativeObject ? "LayoutEndChanging" ? Str(oSwimLane.FormatABC("value = 4 ? `exMoveElement` : value",Operation)) return /* with (this.EXSWIMLANEACTIVEXCONTROL1.nativeObject) LayoutStartChanging = class::nativeObject_LayoutStartChanging endwith */ // Occurs when the control's layout is about to be changed. function nativeObject_LayoutStartChanging(Operation) oSwimLane = form.EXSWIMLANEACTIVEXCONTROL1.nativeObject ? "LayoutStartChanging" ? Str(oSwimLane.FormatABC("value = 4 ? `exMoveElement` : value",Operation)) return local oSwimLane,var_Elements oSwimLane = form.EXSWIMLANEACTIVEXCONTROL1.nativeObject oSwimLane.BeginUpdate() oSwimLane.AllowLinkControlPoint = 99 /*exAllowChangeTo | exAllowChangeFrom | exEndControlPoint | exStartControlPoint*/ var_Elements = oSwimLane.Elements var_Elements.Add("Node <b>1",-64,-64) var_Elements.Add("Node <b>2") var_Elements.Add("Node <b>3",64,-64) oSwimLane.Pools.Add(-100,-100,250,160) oSwimLane.Links.Add(oSwimLane.Elements.Item(1),oSwimLane.Elements.Item(2),"L1") oSwimLane.EndUpdate() ? "Move an element" |
122 |
exResizeElement, the user resizes the object. The AllowResizeObject property specifies the keys combination to allow user to resize the object
/* with (this.EXSWIMLANEACTIVEXCONTROL1.nativeObject) LayoutEndChanging = class::nativeObject_LayoutEndChanging endwith */ // Notifies your application once the control's layout has been changed. function nativeObject_LayoutEndChanging(Operation) oSwimLane = form.EXSWIMLANEACTIVEXCONTROL1.nativeObject ? "LayoutEndChanging" ? Str(oSwimLane.FormatABC("value = 3 ? `exResizeElement` : value",Operation)) return /* with (this.EXSWIMLANEACTIVEXCONTROL1.nativeObject) LayoutStartChanging = class::nativeObject_LayoutStartChanging endwith */ // Occurs when the control's layout is about to be changed. function nativeObject_LayoutStartChanging(Operation) oSwimLane = form.EXSWIMLANEACTIVEXCONTROL1.nativeObject ? "LayoutStartChanging" ? Str(oSwimLane.FormatABC("value = 3 ? `exResizeElement` : value",Operation)) return local oSwimLane,var_Element,var_Element1,var_Element2,var_Elements oSwimLane = form.EXSWIMLANEACTIVEXCONTROL1.nativeObject oSwimLane.BeginUpdate() oSwimLane.AllowLinkControlPoint = 99 /*exAllowChangeTo | exAllowChangeFrom | exEndControlPoint | exStartControlPoint*/ var_Elements = oSwimLane.Elements // var_Elements.Add("Node <b>1",-64,-64).AutoSize = false var_Element = var_Elements.Add("Node <b>1",-64,-64) with (oSwimLane) TemplateDef = [dim var_Element] TemplateDef = var_Element Template = [var_Element.AutoSize = False] endwith // var_Elements.Add("Node <b>2").AutoSize = false var_Element1 = var_Elements.Add("Node <b>2") with (oSwimLane) TemplateDef = [dim var_Element1] TemplateDef = var_Element1 Template = [var_Element1.AutoSize = False] endwith // var_Elements.Add("Node <b>3",64,-64).AutoSize = false var_Element2 = var_Elements.Add("Node <b>3",64,-64) with (oSwimLane) TemplateDef = [dim var_Element2] TemplateDef = var_Element2 Template = [var_Element2.AutoSize = False] endwith oSwimLane.Pools.Add(-100,-100,250,160) oSwimLane.Links.Add(oSwimLane.Elements.Item(1),oSwimLane.Elements.Item(2),"L1") oSwimLane.EndUpdate() ? "Resize an element" |
121 |
exSurfaceHome, the user clicks the Home button on the control's toolbar, so the surface is restored to original position. The Home method has the same effect
/* with (this.EXSWIMLANEACTIVEXCONTROL1.nativeObject) LayoutEndChanging = class::nativeObject_LayoutEndChanging endwith */ // Notifies your application once the control's layout has been changed. function nativeObject_LayoutEndChanging(Operation) oSwimLane = form.EXSWIMLANEACTIVEXCONTROL1.nativeObject ? "LayoutEndChanging" ? Str(oSwimLane.FormatABC("value = 2 ? `exSurfaceHome` : value",Operation)) return /* with (this.EXSWIMLANEACTIVEXCONTROL1.nativeObject) LayoutStartChanging = class::nativeObject_LayoutStartChanging endwith */ // Occurs when the control's layout is about to be changed. function nativeObject_LayoutStartChanging(Operation) oSwimLane = form.EXSWIMLANEACTIVEXCONTROL1.nativeObject ? "LayoutStartChanging" ? Str(oSwimLane.FormatABC("value = 2 ? `exSurfaceHome` : value",Operation)) return local oSwimLane,var_Elements oSwimLane = form.EXSWIMLANEACTIVEXCONTROL1.nativeObject oSwimLane.BeginUpdate() oSwimLane.AllowLinkControlPoint = 99 /*exAllowChangeTo | exAllowChangeFrom | exEndControlPoint | exStartControlPoint*/ var_Elements = oSwimLane.Elements var_Elements.Add("Node <b>1",-64,-64) var_Elements.Add("Node <b>2") var_Elements.Add("Node <b>3",64,-64) oSwimLane.Pools.Add(-100,-100,250,160) oSwimLane.Links.Add(oSwimLane.Elements.Item(1),oSwimLane.Elements.Item(2),"L1") oSwimLane.EndUpdate() ? "Click the Home button" |
120 |
exSurfaceZoom, the user magnifies or shrinks the surface. The AllowZoomSurface property specifies the keys combination to allow user to zoom the surface
/* with (this.EXSWIMLANEACTIVEXCONTROL1.nativeObject) LayoutEndChanging = class::nativeObject_LayoutEndChanging endwith */ // Notifies your application once the control's layout has been changed. function nativeObject_LayoutEndChanging(Operation) oSwimLane = form.EXSWIMLANEACTIVEXCONTROL1.nativeObject ? "LayoutEndChanging" ? Str(oSwimLane.FormatABC("value = 1 ? `exSurfaceZoom` : value",Operation)) return /* with (this.EXSWIMLANEACTIVEXCONTROL1.nativeObject) LayoutStartChanging = class::nativeObject_LayoutStartChanging endwith */ // Occurs when the control's layout is about to be changed. function nativeObject_LayoutStartChanging(Operation) oSwimLane = form.EXSWIMLANEACTIVEXCONTROL1.nativeObject ? "LayoutStartChanging" ? Str(oSwimLane.FormatABC("value = 1 ? `exSurfaceZoom` : value",Operation)) return local oSwimLane,var_Elements oSwimLane = form.EXSWIMLANEACTIVEXCONTROL1.nativeObject oSwimLane.BeginUpdate() oSwimLane.AllowLinkControlPoint = 99 /*exAllowChangeTo | exAllowChangeFrom | exEndControlPoint | exStartControlPoint*/ var_Elements = oSwimLane.Elements var_Elements.Add("Node <b>1",-64,-64) var_Elements.Add("Node <b>2") var_Elements.Add("Node <b>3",64,-64) oSwimLane.Pools.Add(-100,-100,250,160) oSwimLane.Links.Add(oSwimLane.Elements.Item(1),oSwimLane.Elements.Item(2),"L1") oSwimLane.EndUpdate() ? "Click and drag the surface to reposition it" |
119 |
exSurfaceMove, the user scrolls or moves the surface. The AllowMoveSurface property specifies the keys combination to allow user to move / scroll the surface
/* with (this.EXSWIMLANEACTIVEXCONTROL1.nativeObject) LayoutEndChanging = class::nativeObject_LayoutEndChanging endwith */ // Notifies your application once the control's layout has been changed. function nativeObject_LayoutEndChanging(Operation) oSwimLane = form.EXSWIMLANEACTIVEXCONTROL1.nativeObject ? "LayoutEndChanging" ? Str(oSwimLane.FormatABC("value = 0 ? `exSurfaceMove` : value",Operation)) return /* with (this.EXSWIMLANEACTIVEXCONTROL1.nativeObject) LayoutStartChanging = class::nativeObject_LayoutStartChanging endwith */ // Occurs when the control's layout is about to be changed. function nativeObject_LayoutStartChanging(Operation) oSwimLane = form.EXSWIMLANEACTIVEXCONTROL1.nativeObject ? "LayoutStartChanging" ? Str(oSwimLane.FormatABC("value = 0 ? `exSurfaceMove` : value",Operation)) return local oSwimLane,var_Elements oSwimLane = form.EXSWIMLANEACTIVEXCONTROL1.nativeObject oSwimLane.BeginUpdate() oSwimLane.AllowLinkControlPoint = 99 /*exAllowChangeTo | exAllowChangeFrom | exEndControlPoint | exStartControlPoint*/ var_Elements = oSwimLane.Elements var_Elements.Add("Node <b>1",-64,-64) var_Elements.Add("Node <b>2") var_Elements.Add("Node <b>3",64,-64) oSwimLane.Pools.Add(-100,-100,250,160) oSwimLane.Links.Add(oSwimLane.Elements.Item(1),oSwimLane.Elements.Item(2),"L1") oSwimLane.EndUpdate() ? "Click and drag the surface to reposition it" |
118 |
FormatABC method formats the A,B,C values based on the giving expression and returns the result
|
117 |
FreezeEvents(Freeze) method prevents firing any event. For instance, FreezeEvents(True) freezes the control's events, no no event is fired, until the FreezeEvents(False) is called
|
116 |
The exAllowChangeFrom(0x20)/exAllowChangeTo(0x40) flag of LinkControlPointEnum type allows the user to adjust the link's from/to element by dragging and dropping the start control point (requires the exStartControlPoint/exEndControlPoint flag)
/* with (this.EXSWIMLANEACTIVEXCONTROL1.nativeObject) LayoutEndChanging = class::nativeObject_LayoutEndChanging endwith */ // Notifies your application once the control's layout has been changed. function nativeObject_LayoutEndChanging(Operation) oSwimLane = form.EXSWIMLANEACTIVEXCONTROL1.nativeObject ? "LayoutEndChanging" ? Str(Operation) ? Str(oSwimLane.FocusLink.ID) return /* with (this.EXSWIMLANEACTIVEXCONTROL1.nativeObject) LayoutStartChanging = class::nativeObject_LayoutStartChanging endwith */ // Occurs when the control's layout is about to be changed. function nativeObject_LayoutStartChanging(Operation) oSwimLane = form.EXSWIMLANEACTIVEXCONTROL1.nativeObject ? "LayoutStartChanging" ? Str(Operation) ? Str(oSwimLane.FocusLink.ID) return local oSwimLane,var_Elements oSwimLane = form.EXSWIMLANEACTIVEXCONTROL1.nativeObject oSwimLane.BeginUpdate() oSwimLane.AllowLinkControlPoint = 99 /*exAllowChangeTo | exAllowChangeFrom | exEndControlPoint | exStartControlPoint*/ var_Elements = oSwimLane.Elements var_Elements.Add("Node <b>1",-64,-64) var_Elements.Add("Node <b>2") var_Elements.Add("Node <b>3",64,-64) oSwimLane.Pools.Add(-100,-100,250,160) oSwimLane.Links.Add(oSwimLane.Elements.Item(1),oSwimLane.Elements.Item(2),"L1") oSwimLane.FocusLink = "L1" oSwimLane.EndUpdate() |
115 |
The LayoutStartChanging(exFocusLink)/LayoutEndChanging(exFocusLink) event notifies your application when the user focuses on a new link
/* with (this.EXSWIMLANEACTIVEXCONTROL1.nativeObject) LayoutEndChanging = class::nativeObject_LayoutEndChanging endwith */ // Notifies your application once the control's layout has been changed. function nativeObject_LayoutEndChanging(Operation) oSwimLane = form.EXSWIMLANEACTIVEXCONTROL1.nativeObject ? "LayoutEndChanging" ? Str(Operation) ? Str(oSwimLane.FocusLink) return /* with (this.EXSWIMLANEACTIVEXCONTROL1.nativeObject) LayoutStartChanging = class::nativeObject_LayoutStartChanging endwith */ // Occurs when the control's layout is about to be changed. function nativeObject_LayoutStartChanging(Operation) oSwimLane = form.EXSWIMLANEACTIVEXCONTROL1.nativeObject ? "LayoutStartChanging" ? Str(Operation) ? Str(oSwimLane.FocusLink) return local oSwimLane,var_Elements oSwimLane = form.EXSWIMLANEACTIVEXCONTROL1.nativeObject oSwimLane.BeginUpdate() oSwimLane.AllowLinkControlPoint = 3 /*exEndControlPoint | exStartControlPoint*/ var_Elements = oSwimLane.Elements var_Elements.Add("Node <b>1",-64,-64) var_Elements.Add("Node <b>2") oSwimLane.Pools.Add(-100,-100,250,160) oSwimLane.Links.Add(oSwimLane.Elements.Item(1),oSwimLane.Elements.Item(2),"L1") oSwimLane.EndUpdate() |
114 |
Focus a link
|
113 |
The caption is displayed on the back, so the picture overrides it. How can I place the caption on the foreground
|
112 |
Expandable-caption
/* with (this.EXSWIMLANEACTIVEXCONTROL1.nativeObject) AnchorClick = class::nativeObject_AnchorClick endwith */ // Occurs when an anchor element is clicked. function nativeObject_AnchorClick(AnchorID,Options) oSwimLane = form.EXSWIMLANEACTIVEXCONTROL1.nativeObject ? Str(AnchorID) return local oSwimLane,var_Element,var_Element1,var_Element2,var_Link oSwimLane = form.EXSWIMLANEACTIVEXCONTROL1.nativeObject var_Element = oSwimLane.Elements.Add("<solidline> <c><b>Bank Account</b></solidline><br>+ owner: String <r><a 1;e64=gA8ABzABvABsABpABkg8JABuABlAAgAA4AAwisXjMYH0TAECMYAjsCMwAM4AkMGhEGOUei0Yl8bkQAOAAlsGmsSlp0h0SgkCF8DgsNhUMhEKiESkYAoMlk8phssmcCltLMNTAFOlFDlc2l0amMxjomAAjAA5AA2tMaHcfplZk1blVDqtuoNXjoAAEBA=>▲</a><br><solidline>+ balance: Currency = 0</solidline><br>+ deposit(amount: Currency)<r><a 2;e64=gA8ABjAA+AECMwAM8DABvABshoAOQAEAAHAAGEWjEajMGNoAMoAOgANERMgAOcHAAvAEJhcEh0Qh0Tg0CmkqMMFlUuhkxiMTisXjNCjk6EwAEYAHIAG1MjY7lUsnkwh8/nUClk5gwAAEBA==>▲</a><br>+ withdraw(amount: Currency)") var_Element.ID = "Account" var_Element.X = -256 var_Element.Y = -164 var_Element.CaptionSingleLine = 1 var_Element.CaptionAlign = 4 /*0x4 | */ var_Element1 = oSwimLane.Elements.Add("<solidline> <c><b>Person</b></solidline><br>+ name: String <r><a 1;e64=gA8ABzABvABsABpABkg8JABuABlAAgAA4AAwisXjMYH0TAECMYAjsCMwAM4AkMGhEGOUei0Yl8bkQAOAAlsGmsSlp0h0SgkCF8DgsNhUMhEKiESkYAoMlk8phssmcCltLMNTAFOlFDlc2l0amMxjomAAjAA5AA2tMaHcfplZk1blVDqtuoNXjoAAEBA=>▲</a><br><solidline># birth: Date</solidline><br>+ getCurrentAge(): int<r><a 2;e64=gA8ABjAA+AECMwAM8DABvABshoAOQAEAAHAAGEWjEajMGNoAMoAOgANERMgAOcHAAvAEJhcEh0Qh0Tg0CmkqMMFlUuhkxiMTisXjNCjk6EwAEYAHIAG1MjY7lUsnkwh8/nUClk5gwAAEBA==>▲</a>") var_Element1.ID = "Person" var_Element1.Y = -164 var_Element1.CaptionSingleLine = 1 var_Element2 = oSwimLane.Elements.Add("<solidline> <c><b>Student</b></solidline><br><solidline>+ classes: List<Course> <r><a 1;e64=gA8ABzABvABsABpABkg8JABuABlAA+AAgAECMcTi4AMwAM4AjMGhEGOUVAA4AAwk8plcqihwAElg0wiUlOkOiUEgQvgcFhsKhkIhUQiUUnccj0gn0jmMagUlowAMNOpEfkMNkkmlEqrctjQmAAjAA5AA2sssHcbnkdq1Ln1QtVSjQAAEBA==>▲</a></solidline><br>- attend(class: Course)<r><a 2;e64=gA8ABjAA+AECMwAM8DABvABshoAOQAEAAHAAGEWjEajMGNoAMoAOgANERMgAOcHAAvAEJhcEh0Qh0Tg0CmkqMMFlUuhkxiMTisXjNCjk6EwAEYAHIAG1MjY7lUsnkwh8/nUClk5gwAAEBA==>▲</a><br>- sleep()") var_Element2.ID = "Student" var_Element2.Y = -64 var_Element2.CaptionSingleLine = 1 var_Link = oSwimLane.Links.Add(oSwimLane.Elements.Item("Account"),oSwimLane.Elements.Item("Student")) var_Link.Caption = "<fgcolor A0A0A0><solidline 808080> <c><b>Link</b></solidline><br># count: number <r><a ;exp=12992>➤</a>" |
111 |
Expandable-caption
|
110 |
Draws a frame arround the link's arrow
|
109 |
Draws a frame arround the arrow for all links
|
108 |
Change the size to display the arrow of the link
|
107 |
Change the size to display the arrows for all links
|
106 |
Extends the caption on the element's width
|
105 |
Gets the width/height of the element to fit its content ( as if the AutoSize property is True )
/* with (this.EXSWIMLANEACTIVEXCONTROL1.nativeObject) AnchorClick = class::nativeObject_AnchorClick endwith */ // Occurs when an anchor element is clicked. function nativeObject_AnchorClick(AnchorID,Options) local var_Element oSwimLane = form.EXSWIMLANEACTIVEXCONTROL1.nativeObject var_Element = oSwimLane.Elements.Item("Account") var_Element.Height = var_Element.AutoHeight return local oSwimLane,var_Element oSwimLane = form.EXSWIMLANEACTIVEXCONTROL1.nativeObject var_Element = oSwimLane.Elements.Add("<solidline> <c><b>Bank Account</b></solidline><br>+ owner: String <r><a 1;e64=gA8ABzABvABsABpABkg8JABuABlAAgAA4AAwisXjMYH0TAECMYAjsCMwAM4AkMGhEGOUei0Yl8bkQAOAAlsGmsSlp0h0SgkCF8DgsNhUMhEKiESkYAoMlk8phssmcCltLMNTAFOlFDlc2l0amMxjomAAjAA5AA2tMaHcfplZk1blVDqtuoNXjoAAEBA=>▲</a><br><solidline>+ balance: Currency = 0</solidline><br>+ deposit(amount: Currency)<r><a 2;e64=gA8ABjAA+AECMwAM8DABvABshoAOQAEAAHAAGEWjEajMGNoAMoAOgANERMgAOcHAAvAEJhcEh0Qh0Tg0CmkqMMFlUuhkxiMTisXjNCjk6EwAEYAHIAG1MjY7lUsnkwh8/nUClk5gwAAEBA==>▲</a><br>+ withdraw(amount: Currency)") var_Element.ID = "Account" var_Element.X = -128 var_Element.CaptionSingleLine = 1 var_Element.AutoSize = false var_Element.Width = 256 var_Element.Height = var_Element.AutoHeight var_Element.CaptionAlign = 4 /*0x4 | */ |
104 |
Fullfit the caption on the element's width
|
103 |
Wrap the caption by <br> or "\r\n" sequence only
|
102 |
Display a custom tooltip
|
101 |
Shows the tooltip of the object moved relative to its default position
|
100 |
Add a pool to cover all visible-elements
local oSwimLane,var_Elements,var_Pool oSwimLane = form.EXSWIMLANEACTIVEXCONTROL1.nativeObject oSwimLane.BeginUpdate() oSwimLane.AllowUndoRedo = true var_Elements = oSwimLane.Elements var_Elements.Add("Item <b>1",-64,-64) var_Elements.Add("Item <b>2") oSwimLane.Links.Add(oSwimLane.Elements.Item(1),oSwimLane.Elements.Item(2)) // oSwimLane.Pools.Add().HeaderSize(0) = 24 var_Pool = oSwimLane.Pools.Add() with (oSwimLane) TemplateDef = [dim var_Pool] TemplateDef = var_Pool Template = [var_Pool.HeaderSize(0) = 24] endwith oSwimLane.EndUpdate() |
99 |
How can I ensure that a specified pool fits the surface's visible area
|
98 |
No property for the pool can be saved/restored through Undo/Redo feature
local l,oSwimLane,var_Lane,var_Pool oSwimLane = form.EXSWIMLANEACTIVEXCONTROL1.nativeObject oSwimLane.AllowUndoRedo = true var_Pool = oSwimLane.Pools.Add(-54,-47,244,112) l = var_Pool.StartUpdatePool var_Lane = var_Pool.Lane(1) var_Lane.Color = 0xf0f0f0 var_Lane.Children.Count = 2 var_Pool.EndUpdatePool(l) |
97 |
Rename Undo/Redo commands into the control's toolbar
local oSwimLane,var_Elements oSwimLane = form.EXSWIMLANEACTIVEXCONTROL1.nativeObject oSwimLane.BeginUpdate() oSwimLane.AllowUndoRedo = true oSwimLane.ToolBarFormat = "-1,100,102,101,|,103,104" oSwimLane.Template = [ToolBarCaption(103) = "Anuleaza <img>4</img>"] // oSwimLane.ToolBarCaption(103) = "Anuleaza <img>4</img>" oSwimLane.Template = [ToolBarCaption(104) = "<img>5</img>Reface"] // oSwimLane.ToolBarCaption(104) = "<img>5</img>Reface" oSwimLane.Template = [ToolBarToolTip(103) = "Anuleaza ultima actiune UI. Pentru a anula o actiune apasati Ctrl+Z."] // oSwimLane.ToolBarToolTip(103) = "Anuleaza ultima actiune UI. Pentru a anula o actiune apasati Ctrl+Z." oSwimLane.Template = [ToolBarToolTip(104) = "Inverseaza cea mai recenta operatie de anulare. Pentru a reface o actiune apasati Ctrl+Y."] // oSwimLane.ToolBarToolTip(104) = "Inverseaza cea mai recenta operatie de anulare. Pentru a reface o actiune apasati Ctrl+Y." oSwimLane.Pools.Add(-154,-82,244,122) var_Elements = oSwimLane.Elements var_Elements.Add("Item <b>1",-64,-64) var_Elements.Add("Item <b>2") oSwimLane.Links.Add(oSwimLane.Elements.Item(1),oSwimLane.Elements.Item(2)) oSwimLane.EndUpdate() |
96 |
Add Undo/Redo commands to control's toolbar
local oSwimLane,var_Elements oSwimLane = form.EXSWIMLANEACTIVEXCONTROL1.nativeObject oSwimLane.BeginUpdate() oSwimLane.AllowUndoRedo = true oSwimLane.ToolBarFormat = "-1,100,102,101,|,103,104" oSwimLane.Pools.Add(-154,-82,244,122) var_Elements = oSwimLane.Elements var_Elements.Add("Item <b>1",-64,-64) var_Elements.Add("Item <b>2") oSwimLane.Links.Add(oSwimLane.Elements.Item(1),oSwimLane.Elements.Item(2)) oSwimLane.EndUpdate() |
95 |
Clear Undo/Redo queue (method 2)
local c,oSwimLane,var_Elements oSwimLane = form.EXSWIMLANEACTIVEXCONTROL1.nativeObject oSwimLane.BeginUpdate() oSwimLane.AllowUndoRedo = true oSwimLane.Pools.Add(-154,-82,244,122) var_Elements = oSwimLane.Elements var_Elements.Add("Item <b>1",-64,-64) var_Elements.Add("Item <b>2") oSwimLane.Links.Add(oSwimLane.Elements.Item(1),oSwimLane.Elements.Item(2)) c = oSwimLane.UndoRedoQueueLength oSwimLane.UndoRedoQueueLength = 0 oSwimLane.UndoRedoQueueLength = c ? oSwimLane.UndoListAction() oSwimLane.EndUpdate() |
94 |
Clear Undo/Redo queue (method 1)
local oSwimLane,var_Elements oSwimLane = form.EXSWIMLANEACTIVEXCONTROL1.nativeObject oSwimLane.BeginUpdate() oSwimLane.AllowUndoRedo = true oSwimLane.Pools.Add(-154,-82,244,122) var_Elements = oSwimLane.Elements var_Elements.Add("Item <b>1",-64,-64) var_Elements.Add("Item <b>2") oSwimLane.Links.Add(oSwimLane.Elements.Item(1),oSwimLane.Elements.Item(2)) oSwimLane.AllowUndoRedo = true ? oSwimLane.UndoListAction() oSwimLane.EndUpdate() |
93 |
Removes Redo operations
|
92 |
Removes Undo operations
|
91 |
Record the UI operations as a block of undo/redo operations
local oSwimLane,var_Elements oSwimLane = form.EXSWIMLANEACTIVEXCONTROL1.nativeObject oSwimLane.BeginUpdate() oSwimLane.AllowUndoRedo = true oSwimLane.StartBlockUndoRedo() oSwimLane.Pools.Add(-154,-82,244,122) var_Elements = oSwimLane.Elements var_Elements.Add("Item <b>1",-64,-64) var_Elements.Add("Item <b>2") oSwimLane.Links.Add(oSwimLane.Elements.Item(1),oSwimLane.Elements.Item(2)) oSwimLane.EndBlockUndoRedo() ? oSwimLane.UndoListAction() oSwimLane.EndUpdate() |
90 |
Groups the next to current Undo/Redo Actions in a single block
|
89 |
Limits the number of entries within the Undo/Redo queue
|
88 |
Lists the Redo actions that can be performed on the surface
|
87 |
Lists the Undo actions that can be performed on the surface
|
86 |
Checks whether the Undo operation is possible
|
85 |
Call Redo by code
|
84 |
Checks whether the Undo operation is possible
|
83 |
Call Undo by code
|
82 |
Save the element's properties for Undo/Redo operations, by code
local h,oSwimLane,var_Elements,var_Link oSwimLane = form.EXSWIMLANEACTIVEXCONTROL1.nativeObject oSwimLane.BeginUpdate() oSwimLane.AllowUndoRedo = true var_Elements = oSwimLane.Elements var_Elements.Add("Item <b>1",-64,-64) var_Elements.Add("Item <b>2") oSwimLane.StartBlockUndoRedo() var_Link = oSwimLane.Links.Add(oSwimLane.Elements.Item(1),oSwimLane.Elements.Item(2)) h = var_Link.StartUpdateLink var_Link.Color = 0xff var_Link.Width = 2 var_Link.ShowDir = false var_Link.ShowLinkType = 2 var_Link.EndUpdateLink(h) oSwimLane.EndBlockUndoRedo() oSwimLane.EndUpdate() |
81 |
No color is restored for the link when Undo/Redo operation is executed
/* with (this.EXSWIMLANEACTIVEXCONTROL1.nativeObject) AddElement = class::nativeObject_AddElement endwith */ // A new element has been added to the surface. function nativeObject_AddElement(Element) /* Element.ShowCheckBox = True */ /* Element.CheckBoxAlign = 2 */ oSwimLane = form.EXSWIMLANEACTIVEXCONTROL1.nativeObject return local h,oSwimLane,var_Element,var_Elements,var_Link oSwimLane = form.EXSWIMLANEACTIVEXCONTROL1.nativeObject oSwimLane.BeginUpdate() oSwimLane.AllowUndoRedo = true var_Elements = oSwimLane.Elements var_Elements.Add("Check <b>1",-64,-64) // var_Elements.Add("Check <b>2").Checked = 1 var_Element = var_Elements.Add("Check <b>2") with (oSwimLane) TemplateDef = [dim var_Element] TemplateDef = var_Element Template = [var_Element.Checked = 1] endwith oSwimLane.StartBlockUndoRedo() var_Link = oSwimLane.Links.Add(oSwimLane.Elements.Item(1),oSwimLane.Elements.Item(2)) h = var_Link.StartUpdateLink var_Link.Color = 0xff var_Link.Width = 2 var_Link.ShowDir = false var_Link.ShowLinkType = 2 var_Link.EndUpdateLink(h) oSwimLane.EndBlockUndoRedo() oSwimLane.EndUpdate() |
80 |
Save the element's properties for Undo/Redo operations, by code
local h,oSwimLane,var_Element oSwimLane = form.EXSWIMLANEACTIVEXCONTROL1.nativeObject oSwimLane.BeginUpdate() oSwimLane.AllowUndoRedo = true oSwimLane.Elements.Add("Item <b>1",-64,-64) oSwimLane.StartBlockUndoRedo() var_Element = oSwimLane.Elements.Add("Item <b>2") h = var_Element.StartUpdateElement var_Element.BackColor = 0x0 var_Element.ForeColor = 0xffffff var_Element.BorderColor = 0xff var_Element.EndUpdateElement(h) oSwimLane.EndBlockUndoRedo() oSwimLane.EndUpdate() |
79 |
No color is restored for the element when Undo/Redo operation is executed
local h,oSwimLane,var_Element oSwimLane = form.EXSWIMLANEACTIVEXCONTROL1.nativeObject oSwimLane.BeginUpdate() oSwimLane.AllowUndoRedo = true oSwimLane.Elements.Add("Item <b>1",-64,-64) oSwimLane.StartBlockUndoRedo() var_Element = oSwimLane.Elements.Add("Item <b>2") h = var_Element.StartUpdateElement var_Element.BackColor = 0x0 var_Element.ForeColor = 0xffffff var_Element.BorderColor = 0xff var_Element.EndUpdateElement(h) oSwimLane.EndBlockUndoRedo() oSwimLane.EndUpdate() |
78 |
How can I ensure that a specified element fits the surface's visible area
|
77 |
LayoutEndChanging(exUndo), LayoutEndChanging(exRedo) or LayoutEndChanging(exUndoRedoUpdate) notifiy your application once a Undo/Redo operation is executed (CTRL+Z, CTRL+Y) or updated
/* with (this.EXSWIMLANEACTIVEXCONTROL1.nativeObject) LayoutEndChanging = class::nativeObject_LayoutEndChanging endwith */ // Notifies your application once the control's layout has been changed. function nativeObject_LayoutEndChanging(Operation) oSwimLane = form.EXSWIMLANEACTIVEXCONTROL1.nativeObject ? "LayoutEndChanging" ? Str(Operation) return local oSwimLane,var_Elements oSwimLane = form.EXSWIMLANEACTIVEXCONTROL1.nativeObject oSwimLane.BeginUpdate() oSwimLane.AllowUndoRedo = true oSwimLane.Pools.Add(-154,-82,244,122) var_Elements = oSwimLane.Elements var_Elements.Add("Item <b>1",-64,-64) var_Elements.Add("Item <b>2") oSwimLane.Links.Add(oSwimLane.Elements.Item(1),oSwimLane.Elements.Item(2)) oSwimLane.EndUpdate() |
76 |
Turn on the Undo/Redo feature
|
75 |
ImageSize property on 32 (specifies the size of control' icons/images/check-boxes/radio-buttons)
|
74 |
ImageSize property on 16 (default) (specifies the size of control' icons)
|
73 |
We want to have option to start/end connectors at the middle of each side of the elements
|
72 |
How can I determine the position the user clicks within the element's boundaries (Click event)
/* with (this.EXSWIMLANEACTIVEXCONTROL1.nativeObject) Click = class::nativeObject_Click endwith */ // Occurs when the user presses and then releases the left mouse button over the control. function nativeObject_Click() local X,Y,e oSwimLane = form.EXSWIMLANEACTIVEXCONTROL1.nativeObject e = oSwimLane.ElementFromPoint(-1,-1) X = -1 Y = -1 oSwimLane.PointToPosition(X,Y) ? Str(e) ? Str(X) ? Str(Y) return local oSwimLane,var_Elements oSwimLane = form.EXSWIMLANEACTIVEXCONTROL1.nativeObject oSwimLane.BeginUpdate() var_Elements = oSwimLane.Elements var_Elements.Add("Element 1") var_Elements.Add("Element 2",128,64) oSwimLane.FitToClient() oSwimLane.EndUpdate() |
71 |
How can I determine the position the user clicks within the element's boundaries (MouseMove event)
/* with (this.EXSWIMLANEACTIVEXCONTROL1.nativeObject) MouseMove = class::nativeObject_MouseMove endwith */ // Occurs when the user moves the mouse. function nativeObject_MouseMove(Button,Shift,X,Y) local e oSwimLane = form.EXSWIMLANEACTIVEXCONTROL1.nativeObject e = oSwimLane.ElementFromPoint(X,Y) oSwimLane.PointToPosition(X,Y) ? Str(e) ? Str(X) ? Str(Y) return local oSwimLane,var_Elements oSwimLane = form.EXSWIMLANEACTIVEXCONTROL1.nativeObject oSwimLane.BeginUpdate() var_Elements = oSwimLane.Elements var_Elements.Add("Element 1") var_Elements.Add("Element 2",128,64) oSwimLane.FitToClient() oSwimLane.EndUpdate() |
70 |
How can I convert the screen position (mouse) to surface position
|
69 |
Is is possible to show just the positive coordinates
|
68 |
Cartesian coordinates (positive coordinates are shown top-right to the origin)
|
67 |
Default coordinates (positive coordinates are shown bottom-right to the origin)
|
66 |
Is it possible to customize the path of the links orthogonally similar with Microsoft Visio tool
|
65 |
Does your control supports OLE Drag and Drop
|
64 |
Is it possible to disable customizing the path of a specified link
|
63 |
How do I let user customizes the link's path
|
62 |
How can I generate a picture/image/graph from my diagram
|
61 |
How can I generate a picture/image/graph from my diagram
|
60 |
How can I print the component
local oSwimLane,var_Element,var_Element1,var_Elements,var_Link,var_Link1,var_Link2,var_Links,var_Print oSwimLane = form.EXSWIMLANEACTIVEXCONTROL1.nativeObject var_Elements = oSwimLane.Elements var_Elements.Add("Element <sha ;;0>A") var_Elements.Add("Element <sha ;;0>B",0,76) var_Element = var_Elements.Add("Element <sha ;;0>C",-76,32) var_Element.AutoSize = false var_Element.Height = 32 var_Element1 = var_Elements.Add("Element <sha ;;0>D",76,32) var_Element1.AutoSize = false var_Element1.Height = 32 var_Links = oSwimLane.Links var_Link = var_Links.Add(oSwimLane.Elements.Item(1),oSwimLane.Elements.Item(2)) var_Link.StartPos = 1 var_Link.EndPos = 1 var_Link1 = var_Links.Add(oSwimLane.Elements.Item(2),oSwimLane.Elements.Item(1)) var_Link1.StartPos = 1 var_Link1.EndPos = 1 var_Links.Add(oSwimLane.Elements.Item(3),oSwimLane.Elements.Item(4)) var_Link2 = var_Links.Add(oSwimLane.Elements.Item(4),oSwimLane.Elements.Item(3)) var_Link2.StartPos = 0 var_Link2.EndPos = 2 var_Print = new OleAutoClient("Exontrol.Print") var_Print.PrintExt = oSwimLane var_Print.Preview() |
59 |
How can I show direct-links
|
58 |
How can I show straight-links
|
57 |
How can I show round-links
|
56 |
I've tried to insert a "<br>" in the Caption property text and it just ignores it
local oSwimLane,var_Element,var_Elements oSwimLane = form.EXSWIMLANEACTIVEXCONTROL1.nativeObject oSwimLane.BeginUpdate() var_Elements = oSwimLane.Elements var_Element = var_Elements.Add("caption") var_Element.CaptionSingleLine = false var_Element.Caption = "first caption<br>second caption<br>third caption" oSwimLane.EndUpdate() |
55 |
How do I align the extra-caption
local oSwimLane,var_Element,var_Elements oSwimLane = form.EXSWIMLANEACTIVEXCONTROL1.nativeObject oSwimLane.BeginUpdate() var_Elements = oSwimLane.Elements var_Element = var_Elements.Add("caption") var_Element.CaptionAlign = 0 var_Element.AutoSize = false var_Element.Width = 128 var_Element.Height = 64 var_Element.ExtraCaption = "extra-caption" var_Element.ExtraCaptionAlign = 34 oSwimLane.EndUpdate() |
54 |
How can I add an extra caption
local oSwimLane,var_Element,var_Elements oSwimLane = form.EXSWIMLANEACTIVEXCONTROL1.nativeObject oSwimLane.BeginUpdate() var_Elements = oSwimLane.Elements // var_Elements.Add("caption").ExtraCaption = "extra-caption" var_Element = var_Elements.Add("caption") with (oSwimLane) TemplateDef = [dim var_Element] TemplateDef = var_Element Template = [var_Element.ExtraCaption = "extra-caption"] endwith oSwimLane.EndUpdate() |
53 |
I am using the reserve-neighbors feature, the question is how to shift left/right the neighbors instead of up/down
|
52 |
I am using the reserve-neighbors feature, the question is if possible to specify the distance between neighbors
|
51 |
How do I enable the reserve-neighbors feature
|
50 |
I've noticed that recently, the elements get compacted once the Arrange method is performed. How can I prevent that
local oSwimLane,var_Element,var_Element1,var_Element2,var_Element3,var_Element4,var_Element5,var_Elements,var_Links oSwimLane = form.EXSWIMLANEACTIVEXCONTROL1.nativeObject var_Elements = oSwimLane.Elements // var_Elements.Add("Element A").ID = "A" var_Element = var_Elements.Add("Element A") with (oSwimLane) TemplateDef = [dim var_Element] TemplateDef = var_Element Template = [var_Element.ID = "A"] endwith // var_Elements.Add("Element B").ID = "B" var_Element1 = var_Elements.Add("Element B") with (oSwimLane) TemplateDef = [dim var_Element1] TemplateDef = var_Element1 Template = [var_Element1.ID = "B"] endwith // var_Elements.Add("Element C").ID = "C" var_Element2 = var_Elements.Add("Element C") with (oSwimLane) TemplateDef = [dim var_Element2] TemplateDef = var_Element2 Template = [var_Element2.ID = "C"] endwith // var_Elements.Add("Element D").ID = "D" var_Element3 = var_Elements.Add("Element D") with (oSwimLane) TemplateDef = [dim var_Element3] TemplateDef = var_Element3 Template = [var_Element3.ID = "D"] endwith // var_Elements.Add("Element E").ID = "E" var_Element4 = var_Elements.Add("Element E") with (oSwimLane) TemplateDef = [dim var_Element4] TemplateDef = var_Element4 Template = [var_Element4.ID = "E"] endwith // var_Elements.Add("Element E").ID = "F" var_Element5 = var_Elements.Add("Element E") with (oSwimLane) TemplateDef = [dim var_Element5] TemplateDef = var_Element5 Template = [var_Element5.ID = "F"] endwith var_Links = oSwimLane.Links var_Links.Add(oSwimLane.Elements.Item("A"),oSwimLane.Elements.Item("B")) var_Links.Add(oSwimLane.Elements.Item("A"),oSwimLane.Elements.Item("C")) var_Links.Add(oSwimLane.Elements.Item("B"),oSwimLane.Elements.Item("D")) var_Links.Add(oSwimLane.Elements.Item("B"),oSwimLane.Elements.Item("C")) var_Links.Add(oSwimLane.Elements.Item("A"),oSwimLane.Elements.Item("E")) var_Links.Add(oSwimLane.Elements.Item("A"),oSwimLane.Elements.Item("F")) oSwimLane.Template = [DefArrange(4) = False] // oSwimLane.DefArrange(4) = false oSwimLane.Arrange() |
49 |
How can I move an element to a specified lane/phase/pool
local oSwimLane,var_Element,var_Element1,var_HeaderLane,var_Lanes,var_Lanes1,var_Pool oSwimLane = form.EXSWIMLANEACTIVEXCONTROL1.nativeObject oSwimLane.BeginUpdate() oSwimLane.Template = [DefPoolHeaderCaptionFormat(True) = "<fgcolor 808080>Faza <off -4><b><font ;6>%i"] // oSwimLane.DefPoolHeaderCaptionFormat(true) = "<fgcolor 808080>Faza <off -4><b><font ;6>%i" oSwimLane.Template = [DefPoolHeaderCaptionFormat(False) = "<fgcolor 808080>Culoar <off -4><b><font ;6>%i"] // oSwimLane.DefPoolHeaderCaptionFormat(false) = "<fgcolor 808080>Culoar <off -4><b><font ;6>%i" var_Pool = oSwimLane.Pools.Add(-100,-100,250,180) // var_Pool.Lane(0).Children.Count = 3 var_Lanes = var_Pool.Lane(0).Children with (oSwimLane) TemplateDef = [dim var_Lanes] TemplateDef = var_Lanes Template = [var_Lanes.Count = 3] endwith // var_Pool.Lane(1).Children.Count = 3 var_Lanes1 = var_Pool.Lane(1).Children with (oSwimLane) TemplateDef = [dim var_Lanes1] TemplateDef = var_Lanes1 Template = [var_Lanes1.Count = 3] endwith // var_Pool.Lane(1).Children.Item(1).Header.Caption = "<fgcolor FF0000><b>NEW" var_HeaderLane = var_Pool.Lane(1).Children.Item(1).Header with (oSwimLane) TemplateDef = [dim var_HeaderLane] TemplateDef = var_HeaderLane Template = [var_HeaderLane.Caption = "<fgcolor FF0000><b>NEW"] endwith var_Element = oSwimLane.Elements.Add("element 1",200,200) // var_Element.LaneID(true) = "0:H.0,0:V.0" with (oSwimLane) TemplateDef = [dim var_Element] TemplateDef = var_Element Template = [var_Element.LaneID(True) = "0:H.0,0:V.0"] endwith var_Element1 = oSwimLane.Elements.Add("element 2",200,200) // var_Element1.LaneID(true) = "0:H.2,0:V.2" with (oSwimLane) TemplateDef = [dim var_Element1] TemplateDef = var_Element1 Template = [var_Element1.LaneID(True) = "0:H.2,0:V.2"] endwith oSwimLane.EndUpdate() |
48 |
Is it possible to add a link to show from bottom/down to top/up, rather that right to left (method-2)
/* with (this.EXSWIMLANEACTIVEXCONTROL1.nativeObject) AddLink = class::nativeObject_AddLink endwith */ // A new link has been added to the links collection. function nativeObject_AddLink(Link) oSwimLane = form.EXSWIMLANEACTIVEXCONTROL1.nativeObject return local oSwimLane,var_Elements,var_Links oSwimLane = form.EXSWIMLANEACTIVEXCONTROL1.nativeObject var_Elements = oSwimLane.Elements var_Elements.Add("Element <sha ;;0>A") var_Elements.Add("Element <sha ;;0>B",48,48) var_Links = oSwimLane.Links var_Links.Add(oSwimLane.Elements.Item(1),oSwimLane.Elements.Item(2)) |
47 |
Is it possible to add a link to show from bottom/down to top/up, rather that right to left (method-1)
local oSwimLane,var_Elements,var_Link,var_Links oSwimLane = form.EXSWIMLANEACTIVEXCONTROL1.nativeObject var_Elements = oSwimLane.Elements var_Elements.Add("Element <sha ;;0>A") var_Elements.Add("Element <sha ;;0>B",48,48) var_Links = oSwimLane.Links var_Link = var_Links.Add(oSwimLane.Elements.Item(1),oSwimLane.Elements.Item(2)) var_Link.StartPos = 4 var_Link.EndPos = 3 |
46 |
How do I enable the cross link support ( mixed )
|
45 |
How do I enable the cross link support ( triangular )
|
44 |
How do I enable the cross link support ( rectangular )
|
43 |
How do I show a link frmo bottom to top, or reverse, not from left to right
local oSwimLane,var_Elements,var_Link,var_Links oSwimLane = form.EXSWIMLANEACTIVEXCONTROL1.nativeObject var_Elements = oSwimLane.Elements var_Elements.Add("Element <sha ;;0>A") var_Elements.Add("Element <sha ;;0>B",0,64) var_Links = oSwimLane.Links var_Link = var_Links.Add(oSwimLane.Elements.Item(1),oSwimLane.Elements.Item(2)) var_Link.StartPos = 1 var_Link.EndPos = 1 |
42 |
Is it possible to control the links, so that they are always centered
|
41 |
What options to align the elements do I have if I use Arrange method
local h1,h2,h3,oSwimLane,var_Elements,var_Links oSwimLane = form.EXSWIMLANEACTIVEXCONTROL1.nativeObject oSwimLane.BeginUpdate() oSwimLane.ShowGridLines = true var_Elements = oSwimLane.Elements h1 = var_Elements.Add("Top Alignment").ID var_Elements.Add("Element") var_Elements.Add("Element") var_Elements.Add("Element") h2 = var_Elements.Add("Center Alignment",null,96).ID var_Elements.Add("Element",null,96) var_Elements.Add("Element",null,96) var_Elements.Add("Element",null,96) h3 = var_Elements.Add("Bottom Alignment",null,178).ID var_Elements.Add("Element",null,192) var_Elements.Add("Element",null,192) var_Elements.Add("Element",null,192) var_Links = oSwimLane.Links var_Links.Add(oSwimLane.Elements.Item(1),oSwimLane.Elements.Item(2)) var_Links.Add(oSwimLane.Elements.Item(1),oSwimLane.Elements.Item(3)) var_Links.Add(oSwimLane.Elements.Item(2),oSwimLane.Elements.Item(4)) var_Links.Add(oSwimLane.Elements.Item(2),oSwimLane.Elements.Item(3)) var_Links.Add(oSwimLane.Elements.Item(5),oSwimLane.Elements.Item(6)) var_Links.Add(oSwimLane.Elements.Item(5),oSwimLane.Elements.Item(7)) var_Links.Add(oSwimLane.Elements.Item(6),oSwimLane.Elements.Item(8)) var_Links.Add(oSwimLane.Elements.Item(6),oSwimLane.Elements.Item(7)) var_Links.Add(oSwimLane.Elements.Item(9),oSwimLane.Elements.Item(10)) var_Links.Add(oSwimLane.Elements.Item(9),oSwimLane.Elements.Item(11)) var_Links.Add(oSwimLane.Elements.Item(10),oSwimLane.Elements.Item(12)) var_Links.Add(oSwimLane.Elements.Item(10),oSwimLane.Elements.Item(11)) oSwimLane.Template = [DefArrange(3) = 0] // oSwimLane.DefArrange(3) = 0 oSwimLane.Arrange(h1) oSwimLane.Template = [DefArrange(3) = 1] // oSwimLane.DefArrange(3) = 1 oSwimLane.Arrange(h2) oSwimLane.Template = [DefArrange(3) = 2] // oSwimLane.DefArrange(3) = 2 oSwimLane.Arrange(h3) oSwimLane.EndUpdate() |
40 |
Is there an auto-arrange feature that will display the flow-chart centered and zoomed correctly after we are finished building it
|
39 |
Is it possible to change the distance between elements, when calling the Arrange method
|