Does anyone have any good pointers for creating a custom silverlight timeline?! In fact it doesn't even need to be that custom, I have a database table and each object in that table has a datetime field called "CreateDate". I want to use this field to assemble a timeline, showing the other relevant fields at each specific CreateDate poin...
Flash CS4, AS2
I have made an interactive tour. It can be seen here:
http://www.92YTribeca.org/Tour click on the bottom image
Each of the 4 sections are external swf and loaded on level 1. I want a button on one swf (floorplan) to load another swf (facility rentals) AND pinpoint a specific frame on the swf's timeline.
I have tried m...
I have two timelines in JavaFX that moves an image on the screen. One is in the onMouseEntered function to move the image left, and the other in the onMouseExited function to move the image back to the right. The keyframe has translateX starting at 0 and going to 10, and the other starts at 10 and goes to 0. The problem is that the two...
Recently I took on a rather daunting task of creating an interactive music video for the popular show Ghost Whisperer. I was brought in late in the project and was confronted with a giant authoring file (some 5000+ frames long). The previous programmer (who did everything in AS2) had essentially embedded a two and half minute FLV on th...
I've made an interactive tour. Which can be seen here:
http://www.92YTribeca.org/Tour
The main swf is the nav at the top. And I load 4 external swfs into the main (About, Rentals, Floorplan, Neighborhood).
I need a button in Floorplan.swf to load Rental.swf AND gotoAndStop("CAFE") - a frame within Rental.swf.
This is the code that I ...
Hi friends, I don't know if this is a good place for such a question. If not, sorry for messing :/
I have been using Codeigniter for a while, I have already built my own cms (to use for all my projects) and many modules (news, image uploads, etc.) and I can do my work well and quick... but I always wanted Zend Framework actually. The re...
Got some external classes, say MyClass.as
MyClass.as has a static variable called foo
So, ordinarily in other AS files I can call this with
MyClass.foo = bar;
However, this seems to be different in timeline scripts.
Every time I try this I get the reference with a static type error
1119: Access of possibly undefined property foo th...
Hello,
Firebug is awesome in reporting the relative time when an HTTP request was made with respect to the 'DomContentLoaded' and 'load' time. However, once the 'load' event occurs (seen by the red line on the timeline), the requests thereafter do not have any information about how later they occurred with respect to the two events.
To...
With subversion I could use tortieseSVN to view the history/log of a file.
How can I do this with git?
Just looking for history record for a particular file, and then the ability to compare the different versions.
...
I'm a designer doing a commemoration project for Red Cross Australia's 2004 Tsunami clean up efforts. The project is a timeline to commemorate all the work that has been done for the last few years.
Note: As a first time user I wasn't allowed to include more than 1 link, so I'm sorry for all the urls I have pasted in.
I'm using two jqu...
hello
i am creating a timeline where i want to paint the ticks at a certain timestep.
so depending on the available width i want to paint as much ticks as possible. but they should not be too close together. they should stay at least a certain number of pixels apart.
so when you zoom in the ticks obviously move apart, but at a certain...
I am making a game in JavaFX and have implemented a slider for controlling the game speed. I have a simple slider (javafx.scene.control.Slider) and I'm binding the time attribute for the gameloop to the value I get from the slider.
The slider only really works when increasing the gamespeed. If i decrease it, the gameUpdate() will stop ...
I am using AdvancedTicketWorkflowPlugin 0.10dev and I have created my own ticket state (claimed_fixed). Everything seems to work, but changes about claiming fixed are not visible in the timeline. I checked timeline section in trac.ini, but haven't found and place I need to change. What I have to do, to make it visible?
...
Is there a javascript library that allows for drawing histograms/graphs over timelines, allow zooming, as well as selecting regions.
Something similar to Google's Financial Data Graphs (allows for scrolling, zooming in, as well as selecting ranges)
Google Financial Data
Thanks.
...
I want to visualize where the user currently is located on the range selector slider at the bottom of the timeline. Google uses this method on the Finance site.
...
<ListBox.Template>
<ControlTemplate TargetType="{x:Type ListBox}">
<blendables:TimelinePanel IsItemsHost="True"
UnitSize="{StaticResource unitSize}"
UnitTimeSpan="1"
BeginDate="1/1/2009"
EndDate="12/31/2009"
/>
</ControlTemplate>
</ListBox.Template>
What is...
Howdy everyone!
I want to ask you for direction for creating a timeline slider similar to the one in Plurk.
I want to arrange my events on a timeline and make the user slide through this time line to navigate the events.
I just want to know weather I can do it using silverlight or not ? or any other feature in the .NET platform.
Than...
We have a list of deliverables in a database across a number of projects with the data points:
Project
Function
Delivery Date
I wanted to figure out the best way of visualizing this on the web in some sort of timeline roadmap view. can anyone suggest any good ways of doing this? I
Ideally i would like to be able to click on i...
When using the javascript timeline widget simile, i see there is hour, day, week, month, year intervals. Is there anyway to have an interval be a quarter of a year?
i am trying to group events into Quarter1, Q2, Q3, Q4 in 2010.
...
Does anyone have any thoughts about making Simile read data from a database without using XML? Or is XML definitely the way to go. I'd like to hear about possible alternatives and opinions around what would be the most optimal solution.
The data I will be using are basically just coordinates and geographical names, as well as some small...