Source for multi-track editor?

M

MarkMurphy

Hi,

I need to build a testing scenario generator that will create binary
messages for an application we have built. The UI would look like a
movie editor in that it would have parallel timelines for the actions
of several people and several machines. The user would be able to
lay down action icons on the timelines to show what was going on at
any given time and specify the some properties of the action. At some
point the user could click <Make Scenario> and all the corresponding
input for testing would be generated.

What I'm wondering is anyone knows of some source code in C# for a
similar kind of editor that might serve as a starting point. Even a
custom timeline control that could be replicated would be a good help.

Thanks!
 
K

Kevin Yu [MSFT]

Hi murphy,

We have reviewed this issue and are currently researching on it. We will
update you ASAP. Thanks for your patience!

Kevin Yu
=======
"This posting is provided "AS IS" with no warranties, and confers no
rights."
 
J

Jeffrey Tan[MSFT]

Hi Mark,

Based on my understanding, you want to make an application that allow user
to drag and set some point on the timeline, then finally generates some
binary message for the input operation. If I misunderstand you, please feel
free to point out.

.Net did build-in such specific control for this requirement, but I think
GDI+ may meet your need and .Net have good build-in for GDI+.

I think the key point of this issue is the algorithm and the model, which
should be decided by your design.

Once, you have built up the model, I think there should be not much
difficulty to work it out. If you have any details problem of implement it,
do tell me, I will work with you.

Also, let's wait for some community to see if there is already a known
issue to get this done.

Thank you for your patience and cooperation. If you have any questions or
concerns, please feel free to post it in the group. I am standing by to be
of assistance.

Best regards,
Jeffrey Tan
Microsoft Online Partner Support
Get Secure! - www.microsoft.com/security
This posting is provided "as is" with no warranties and confers no rights.
 
J

Jeffrey Tan[MSFT]

Hi Mark,

Does my reply make sense to you? Do you have any problem of create this
control yourself with GDI+? If you still did not find any similiar control
or did not figure it out how to make one yourself, please feel free to tell
me, I will work with you. Thanks

Best regards,
Jeffrey Tan
Microsoft Online Partner Support
Get Secure! - www.microsoft.com/security
This posting is provided "as is" with no warranties and confers no rights.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top