Answer Questions
chaosvg Unable to use the ifElse Activity in an embeded designer.
hey there, after implementing lab10, and reading some posts on this forum, i still didnt manage to get the ifElse Rules Condition Editor to work properly. The Rules Condition Editor opens, but it doesn't show all the activities in the intelissence, actualy, it gives only 4 of 5 options (Equals, ToString....). i've been strougeling with it for a few days, is it an issue of Beta2 thanks. This is ...Show All
edotcom Merge Image in background with Video
I'm making an application with following definition: 1. Need to merge a video(.avi) with an image in background. 2. The video and image size will be 720 x 576 (DVD quality). 3. The image should acts as a background for the video object. E.g. A person is shown in a video with a blue background, the background should be replaced by the image with the person in foreground. Using what API's of DirectX, the problem can be solved Is there ...Show All
IrenaP ASP.NET hosting (WebService) of Windows Workflow Foundation
Hi all, I've decided to go about hosting the runtime in an ASP.NET environment, specifically a webservice. All is looking good on the 'design table' except for ONE thing...... Upon hosting the WorkflowRuntime, and I fire up a sequential workflow, how do I know when it's finished (I'd like to be able to use the Async features in ASP.NET 2.0) The reason why I ask is most of the examples either wait on the current thread - waitHandle.j ...Show All
DarkNoir VMR9 and HD Resolution Video
I've been having some problems with displaying DivX HD Video in my application that uses DirectX9 together with VMR9. I have been talking about problems with VMR9 before and that the only solution so far have been putting a Sleep(10) in the render loop to get rid of (I guess) blocking problems. The blocking has for me caused problems with the video not playing in full frame rate. Now, the problem is that to get DivX HD (for example) content to p ...Show All
qjam 16x16 File Folder icon 16bit version?
Can someone send me the File Folder Icon from Windows Vista I wanna see how it looks in 16bit colors. Send it to windowsdesktopsearch@gmail.com Thanks in advance Michael www.windowsdesktopsearch.com Hello. Can someone from Microsoft please tell me the exact main colors in the Vista File Folder 16x16 icon. Right now it has to many colors cause of gradient, I would like to know the main colors used that the gradient is based on, if p ...Show All
syperk Possible Start Menu GUI Bug
After a tough time installing Windows Vista, I came to install some third party applications. After installation, as usual the menu items appear in the programs list(classic view). Now this just maybe me, but isnt there a way to automatically organise the list When I right clicked, and chose "Sort By Name" it did so, but at the same time, added about half an inch onto the width of the start menu. Thanks for testing out Windows Vist ...Show All
theflu Vista December CTP Install Problem in Microsoft VPC
I am trying to install the latest Vista December CTP build on a Microsoft VPC. I have the latest version of VPC with the latest SP. The Vista product key from MSDN works fine. The problem that I am experiencing is that I can not get past the "Where do you want to install Windows " screen where you must specify the hard drive and partition to install Windows. After selecting the unallocated virtual hard drive space, creating a new partition, a ...Show All
Cooperphile Using custom state workflows in a hosted designer
We are experiencing two major issues in correlation with using custom state workflows/activities within a hosted designer: - we are not able to add/embed activities to custom (derived) state activities at design time o is that a desired behaviour For testing reasons we derived a custom statemachine workflow from the out of the box activity StatemachineWorkflowActivity. As recommended by Visual Studio designer we a ...Show All
tower05 State Machine SetState
On a State Machine WF, if I have a SetState block that has some other activities below (after) will the WF transition to the SetState, or will it execute the activities below (after). For example, supose this: State A State B State C If inside State A I have the following logic: [Begin] -> Code1 (prints "I'm Code 1") -> SetState B -> Code2 (prints "I'm Code 2") -> SetStateC -> [End] ...Show All
Stef Shoffren TransactionScope in webApp
i am using TransactionScope in webApplication where both workflow and sql are running in same system. but i am getting " DTC is not enabled" error. Note: i am suceessfull in using TransactionScope in Windows Application where both workflow and sql are running in same system If everything works fine locally but when you have the workflow running on one computer and sql running on another. It is a ...Show All
Shirly Baruch Execute method on Sequence is never called.
Hi. I have an activity that inherits from Sequence, and I'm needing to run some code in the sequence just before the activities within it are called. (It would be the "Execute" method, but it is never called.) I tried to inherit from CompositeActivity and implementing a SequenceDesigner on it, and the "Execute" method works fine, but it doesn't call the inner activities... I'm using the Beta 1. Any clues ...Show All
David Seifert Questions on workflow types
Hello, I have a number of questions about workflow types. As I understand it, there are two workflow types available out-of-the-box with WWF: sequential and state machine. With sequential workflows, I believe the flow is generally top down from the initial activity to a final activity. The path is well defined; activities like ‘While’ allow the workflow to repeat contained activities and the ‘IfElse’ activity al ...Show All
Rubens Arandas Question about state machine workflow designer form
I am following the hands-on Lab 4 but for somereason, my state machine workflow designer form lines up every state as a line and when I create SetState activities, there aren't lines being drawn as it shows on the Hands-on Lab. Can anybody tell me if I am missing anything You need to enable the free form designer to see the states in the way they are shown in the lab. Please take a look at http://forums.microsoft.com/msdn/ShowPost.a ...Show All
Alan Rueckgauer About the solution in "DesignerSerializationManager seems to not work with typeproviders"
Can anyone confirm that the solution proposed in the topic "DesignerSerializationManager seems to not work with typeproviders" ( http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=420682&SiteID=1 ) does solve the problem Thanks. The code I posted was not correct, but I updated the post. It should be typeof(ITypeProvider) that is added to the service container. Could you please post an ...Show All
Saeed Tabrizi WorkflowLoadingFailed in asp.net
web.config: < WorkflowRuntime UnloadOnIdle = " true " > < Services > < add type = " System.Workflow.Runtime.Hosting.ASPNetThreadingService, System.Workflow.Runtime, Version=3.0.00000.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35 " /> < add type = " System.Workflow.Runtime.Hosting.SqlTimerService, System.Workflow.Runtime, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35 " Connect ...Show All
