473,327 Members | 1,930 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,327 software developers and data experts.

How to resume the storyboard in a especific time without user control in blend 4

sword117
I have a wpf project in microsoft expression blend 4, and i need to pause the storyboard at a especific time, and resume it later. without any user control button or something like that =)
Sep 19 '10 #1
5 3523
please i really need this, i thinked of a timer but i couldnt find one. the languages that can be used in my project is c# and xaml. thanks
Sep 19 '10 #2
jhardman
3,406 Expert 2GB
so completely timed? after say 5 seconds the storyboard pauses, the resumes after another 5 seconds?

Jared
Sep 20 '10 #3
yes lets say i have a text. and when its there it pause, and after a music file with a voice reads that text it resumes, so like 0:02.100 pause, 0:12.100 resumes. how can i control this?

im doing my presentation in expression blend lol i dont want to use powerpoint. ive done everything right but i cant control this.. =(
Sep 20 '10 #4
okay it doesnt has to be that way, if i can just pause it on a certain time like 0:02.100, i will create a button that resumes.. but i dont know how to pause.. lool
Sep 20 '10 #5
after searching the code in the XAML i found this.
Expand|Select|Wrap|Line Numbers
  1. <EventTrigger RoutedEvent="UIElement.MouseLeftButtonDown" SourceName="textBlock_CopyControl1">
  2.             <PauseStoryboard BeginStoryboardName="OnLoaded1_BeginStoryboard"/>
  3.             <ResumeStoryboard BeginStoryboardName="OnLoaded1_BeginStoryboard"/>
  4.         </EventTrigger>
  5.  
its an event trigger if somebody knows what is necessary to stop the storyboard at 0:12.100 please help =)
Sep 21 '10 #6

Sign in to post your reply or Sign up for a free account.

Similar topics

0
by: Tim Mulholland | last post by:
I am having problems adding a user control onto a winform at design-time. When i try to add it, i get an error that pertains to a line of code in my user control where i load an xml file. It seems...
1
by: Troy | last post by:
Hi, I have buttons in a user control for navigation calling usercontrols into a panel on the base page. When I click the submit button on a user control contained in the panel, the usercontrol...
7
by: Gene | last post by:
I have a number of aspx pages on which a single user control appears. All of the aspx pages and the user control make user of code-behind modules. I need for logic in the user control's code-behind...
1
by: Steve Booth | last post by:
I have a web form containing a button that when selected adds a user control to a place holder. The user control contains a button. The first time the user control is added the contained button...
0
by: Gujju | last post by:
Hi all, Have a question from the following post to create user control in a Datagrid.... http://www.dotnet247.com/247reference/msgs/45/225337.aspx I have a question.... I can create the...
1
by: panche | last post by:
I'm developing a fairly simple user control that has two textboxes for date/time entry (a from date/time and a to date/time). One of my requirements is that there should be no button that sets...
9
by: McGeeky | last post by:
Is there a way to get a user control to remember its state across pages? I have a standard page layout I use with a header and footer as user controls. Each page uses the same layout by means of...
11
by: John J. Hughes II | last post by:
I have a DataGridView displaying data from a DataSet. To the right of that I have a custom user control which displays one of the data set fields. The custom user control is bound to the data set...
9
by: Gummy | last post by:
Hello, I created a user control that has a ListBox and a RadioButtonList (and other stuff). The idea is that I put the user control on the ASPX page multiple times and each user control will...
2
by: Paras | last post by:
Hi, I have 3 ContentPlaceHolders in the MasterPage. In the 2nd content I have placed a usercontrol which has anchor link. This loads another page (without changing loading the content of...
0
by: DolphinDB | last post by:
Tired of spending countless mintues downsampling your data? Look no further! In this article, you’ll learn how to efficiently downsample 6.48 billion high-frequency records to 61 million...
0
by: ryjfgjl | last post by:
ExcelToDatabase: batch import excel into database automatically...
0
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 6 Mar 2024 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM). In this month's session, we are pleased to welcome back...
0
by: Vimpel783 | last post by:
Hello! Guys, I found this code on the Internet, but I need to modify it a little. It works well, the problem is this: Data is sent from only one cell, in this case B5, but it is necessary that data...
0
by: ArrayDB | last post by:
The error message I've encountered is; ERROR:root:Error generating model response: exception: access violation writing 0x0000000000005140, which seems to be indicative of an access violation...
1
by: CloudSolutions | last post by:
Introduction: For many beginners and individual users, requiring a credit card and email registration may pose a barrier when starting to use cloud servers. However, some cloud server providers now...
1
by: Defcon1945 | last post by:
I'm trying to learn Python using Pycharm but import shutil doesn't work
0
by: af34tf | last post by:
Hi Guys, I have a domain whose name is BytesLimited.com, and I want to sell it. Does anyone know about platforms that allow me to list my domain in auction for free. Thank you
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 3 Apr 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome former...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.