No announcements
Found 135275 threads
-
0 Votes
GetChildren of Flowchart activity
Hi Bob, You need to access the Nodes property of the Flowchart (it contains the list of FlowNodes in the flowchart) WorkflowDesigner wd = ...Answered | 1 Replies | 5885 Views | Created by MadScientistBob - Saturday, July 18, 2009 8:48 PM | Last reply by Leon Welicki - MSFT - Tuesday, July 28, 2009 7:24 AM -
0 Votes
Flowcharting utility?
What flowcharts are you talking about?Answered | 3 Replies | 3459 Views | Created by Roffenoffen - Thursday, October 13, 2011 2:43 PM | Last reply by Mike Feng - Tuesday, October 18, 2011 3:25 AM -
0 Votes
ModelItem(FlowSwitch) PropertyChanged Event In Custom Activity Designer
I wrote a custom activity with activity designer I handled ModelItem(FlowSwitch<string>) PropertyChanged event then try to delete or swicth case to ...Answered | 1 Replies | 5114 Views | Created by Likol - Friday, February 26, 2010 7:13 PM | Last reply by Tim Lovell-Smith - Monday, March 1, 2010 7:41 PM -
0 Votes
Gantt Chart and Flowchart
Link Data to Shapes.Answered | 1 Replies | 2547 Views | Created by tanzanite000 - Friday, July 8, 2016 5:06 PM | Last reply by Winnie Liang - Monday, July 11, 2016 9:19 AM -
0 Votes
FlowDecision and FlowSwitch labels - should stick closer to source nodes
However, linguistically speaking, for both FlowSwitchs and FlowDecisions, the labels are part of the logic of the source node (the Switch or Decision), hence ...Discussion | 3 Replies | 4967 Views | Created by ToolmakerSteve - Friday, November 20, 2009 7:11 PM | Last reply by ToolmakerSteve - Monday, November 23, 2009 8:31 PM -
0 Votes
Re-host flowchart designer
Flowchart exists on next WF version.Answered | 2 Replies | 3272 Views | Created by Namo543 - Monday, June 22, 2009 9:59 AM | Last reply by Xianfeng Zhang - Thursday, July 9, 2009 3:48 AM -
1 Votes
StateMachine vs Flowchart
In theory it's possible to implement any scenario using either Flowchart (and maybe some parallel/pick activities) or StateMachine.Answered | 1 Replies | 6929 Views | Created by serendipitous - Wednesday, July 20, 2011 8:17 PM | Last reply by Tim Lovell-Smith - Thursday, July 21, 2011 3:20 AM -
0 Votes
Code to flowchart
I am asking if visual studio 11 beta or 2010 professional supports making flow chart from code in c/c++..if it is built in or using any add ins or external extensions.Also, if not what recommended ...Answered | 1 Replies | 2457 Views | Created by Ahmedhassan724 - Sunday, June 10, 2012 5:07 PM | Last reply by Brian Muth - Sunday, June 10, 2012 6:22 PM -
0 Votes
WorkFlow With FlowChart
Hi All I Need To Create WorkFlow With Flowchart By using Images who is sent and approved to ...Answered | 1 Replies | 10010 Views | Created by Ahmed Khamis - Monday, September 10, 2007 3:39 PM | Last reply by Joris P. (JOPX) - Monday, September 10, 2007 6:04 PM -
0 Votes
Rehost workflow designer flowchart
In .net 3.0 and 3.5 the is not a flowchart definition, is comming in wf 4.0.Answered | 3 Replies | 3925 Views | Created by Namo543 - Monday, June 15, 2009 10:19 AM | Last reply by Xianfeng Zhang - Thursday, July 9, 2009 2:26 AM -
0 Votes
Finding Activities In A FlowChart In WF4 ?
If you're in WorkflowDesigner, then you could find the flowchart by navigating the model tree from the current selection, and call WorkflowInspectionServices.GetActivities() or ...Answered | 3 Replies | 4631 Views | Created by RamuNeST - Friday, September 23, 2011 4:18 AM | Last reply by Tim Lovell-Smith - Wednesday, October 5, 2011 1:46 AM -
0 Votes
Custom FlowChart Activity
Victor, I'm trying to do something similar (a state machine using flowchart).Answered | 6 Replies | 6522 Views | Created by Victor Paraschiv - Tuesday, November 3, 2009 2:28 PM | Last reply by Victor Paraschiv - Thursday, November 19, 2009 9:53 AM -
5 Votes
Create flowchart from C# code
It is a real shame too because we really need a good flowchart app.Answered | 9 Replies | 92249 Views | Created by mcp111 - Wednesday, December 30, 2009 3:19 PM | Last reply by ronniemac123 - Wednesday, December 23, 2015 6:13 AM -
3 Votes
Autolayouting a flowchart workflow
hi Paralax, you can use Ye's way to place your flowchart activities programmatically, by rehosting a WF designer.Answered | 4 Replies | 6340 Views | Created by Paralax - Monday, January 4, 2010 1:54 PM | Last reply by Paralax - Tuesday, January 5, 2010 10:56 AM -
0 Votes
Obtain a list of items in a flowchart activity
You can use the Nodes property in the Flowchart activity (it returns the collection of FlowNodes contained by the ...Answered | 1 Replies | 5483 Views | Created by MadScientistBob - Sunday, July 26, 2009 5:47 PM | Last reply by Leon Welicki - MSFT - Tuesday, July 28, 2009 7:32 AM -
0 Votes
How to get at the Activity<T> behind the Expression Text Box on a FlowSwitch<T> activity
I am programmatically adding a FlowSwitch<string> activity to a rehosted designer when a user drags a particlar node from a tree alongside the designer.Answered | 1 Replies | 5211 Views | Created by Chris Wessels - Friday, August 19, 2011 4:13 AM | Last reply by Tim Lovell-Smith - Tuesday, November 1, 2011 6:59 PM -
0 Votes
Why FlowChart tool is disabled
I am using .Net framework 4 and by default I can see the FlowChart Tab in the VisualStudion 2010, The thing I am facing is all the ... -
0 Votes
How to find child (model item) activities of a flow chart model item?
If the model item I'm working with is a FlowChart, then the strategies given in that earlier post don't work.Answered | 3 Replies | 6906 Views | Created by Notre - Tuesday, February 9, 2010 8:13 PM | Last reply by Albert Hayford - Thursday, September 2, 2010 4:18 AM -
0 Votes
Edit the DisplayName property of a FlowDecision in Rehosted Workflow Designer
Hello, I tried to to edit the DisplayName property of a FlowDecision activity in the Rehosted Workflow Designer mode but without success, neither in the ...Answered | 2 Replies | 2565 Views | Created by g.said - Wednesday, October 3, 2012 7:57 AM | Last reply by g.said - Wednesday, October 10, 2012 8:36 AM -
1 Votes
Flowchart connection lines not showing, why?
It just occurred to me that it may be a colorization issue where the flowchart designer is picking up some changes you have made to the Visual Studio ...Answered | 8 Replies | 4264 Views | Created by edMe - Sunday, July 10, 2011 2:41 PM | Last reply by Tim Lovell-Smith - Friday, July 15, 2011 9:01 PM
No announcements