flare

Silverlight implementation of Flare

Does anyone know of a Silverlight port of the Flare framework? Google turned up nothing but I wouldn't be surprised if someone somewhere is porting this? ...

How to get sqlite data based flare visualization (swf) to work in Adobe AIR desktop app?

I've been unsuccessful in trying to find an example how to get a sqlite data based flare visualization (swf) to run in Adobe AIR desktop application. Here is what I have: ProjectA: a flare visualization sample done in FlexBuilder based on a tutorial; ProjectB: a desktop AIR app that is able to retrieve data from sqlite based on a tuto...

Why does the search function of my CHM file report "No topics found"?

I created a CHM help file using MadCap Flare. When I search for a term that I know is present in my text, the search function always reports "no topics found." How can I fix the search function? ...

Node drag sensibility in Flare

I have a graph to which I add and delete nodes (using animation with FunctionSequence) according to the user's interaction with the application. My problem is that as I add or remove more nodes, the drag sensibility of nodes increases. In other words when I drag a node after adding and removing nodes from the graph even a small movement ...

Process.Start(url) with anchor in the url

Hi I am trying to use Process.Start to launch a local html file in the default browser. An example url is as follows: "file:///C:/Documentation/HelpContent/default_CSH.htm#SectionA/Topic1.htm" Problem is, the "#SectionA/Topic1.htm" bit gets stripped off for some reason, so that this information isn't passed to the browser. It does ...

Approaches to replace cursor in pure AS3 / Flare project?

Hi there good lookin, I've got a pure AS3 (no Flex) project that uses Flare to display and interact with a data visualization. I just implemented some panning behavior, so you can click and drag the visualization around, and now I'd like to give the user a visual indicator that this is possible, by switching the arrow cursor with a nic...

How do I use Flare (data visualization) with only Flash CS3? I don't have Flex.

How do i use http://flare.prefuse.org/ with Flash CS3 in AS3. I don't intend to use Flex. Please tell me the simplest way to do that. I am just a novice in Flash Thanks! ...

Does anyone know how to create a interactive graphs using flare or other visualisation classes?

Does anyone know of software or flex/flash/as3 source or visualisation software that could be used to make interactive graphs, where the user would enter a query that would pull data from a MySQL database and the user would build a sunburst or icicle graph by dragging and dropping items into a tree-like structure and they would be able t...

Does anyone else use the Flare toolkit? I need some help!

I am trying out the fantastic Flare toolkit, but following the tutorial almost out the gate, I got stuck. I am using Flex builder and there seems to be an error in one of the included library files (Visualization.as), and there isn't anything I can do to fix it -- I can't even debug the error, as I already wrote in this post, because Fl...

Flare Dependency graph not being displayed when project migrated from Flex3 to Flex 4

hello, I have a project in Flex 3 which uses Flare to create and display a Dependency graph.i have recently migrated my project from Flex 3 to Flex 4 and found that the graph is not being displayed.Flex 4 needs Flash Player 10 and i am not sure if Flare has support for the same.Could be because of this? Shashank ...

Optimizing Actionscript performance

I am setting out for a visualization project that will generate 1000+ sprites from dynamic data. The toolkit I am using (Flare) requires some optimization. I am trying to figure out some optimization techniques for Flash. How can I make Flash run fast when there are so many sprites on the stage, or maybe there is an optimization techniqu...