Workflow canvas

  • 30 April 2009
  • 1 reply
  • 0 views

Badge +4

Another silly question I can't seem to find the answer to...

Can I make the workflow canvas bigger?  I'm developing an involved process and have exhausted the available space, and can't find any way to increase the size of the canvas.


1 reply

Badge +6

Hi,


To change the Canvas Size into your Visual Studio... please refer to this post http://www.k2underground.com/forums/post/26129.aspx.


Just a note: if you update this, your view flow will not be updated, please find bellow the way to change the view flow area size too:


Change the ViewFlow.aspx in ‘C:<K2 Installation Path>WorkSpaceSiteTaskListControl’ to have following values:


<body onload=

"return ViewFlow_Onload()" onunload="return ViewFlow_UnLoad()" style="height: 100%;min-width: 100%;min-height: 100%;width: 100%; padding: 0; margin: 0;" scroll="yes">


<form runat=

"server" id="Form1" >


<

object id="ViewFlow" width="2500" height="4000" classid='CLSID:C98A2736-4484-4128-B8A4-F5080755A21D' codebase='K2ViewFlowDeployer.CAB#version=1,0,0,0'>


Obviousuly you want to match the values with the ones in VS.


Be carefull: the update of the viewflow.aspx can be deleted by the installation of a new version of K2.


Credits to Labs and Conrad for their help ;-)

Reply