Giter Club home page Giter Club logo

elastic-lists's People

Contributors

moritzstefaner avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

elastic-lists's Issues

No display

Hi,

I have successfully compiled the application using Flex Builder and I have assign the NobelApp.as as the runnable application file.
The application starts to run, but I don't see any display window.

Hereby I send you the logs I receive (I have reduced the nobel.txt data to only 1 entry in order to debug it faster):

[SWF] NobelApp.swf - 736,642 bytes after decompression
info time 11:18:41.728 :: eu.stefaner.elasticlists.data.DataConnector [64] :: loading
info [String] data/nobel.txt
info time 11:18:41.772 :: NobelDataConnector [44] :: data loaded
info time 11:18:41.776 :: eu.stefaner.elasticlists.App [142] :: App.onDataLoaded
init [Object Facet name: prize label: prize children: 1]
init [Object Facet name: gender label: gender children: 1]
init [Object Facet name: country label: country children: 1]
init [Object Facet name: decade label: decade children: 1]
init [Object Facet name: year label: year children: 1]
info time 11:19:14.182 :: eu.stefaner.elasticlists.ui.appcomponents.ContentArea [198] :: ContentArea.updateVisualization
info time 11:19:22.403 :: eu.stefaner.elasticlists.ui.appcomponents.ContentArea [198] :: ContentArea.updateVisualization
info time 11:19:22.407 :: eu.stefaner.elasticlists.ui.appcomponents.ContentArea [198] :: ContentArea.updateVisualization
[FacetBoxContainer prize].onFacetValuesLoaded
[FacetBoxContainer gender].onFacetValuesLoaded
[FacetBoxContainer country].onFacetValuesLoaded
[FacetBoxContainer decade].onFacetValuesLoaded
[FacetBoxContainer year].onFacetValuesLoaded
info time 11:19:22.410 :: eu.stefaner.elasticlists.ui.appcomponents.ContentArea [122] :: ContentArea.updateContentItems
info [int] 1
info time 11:19:22.430 :: eu.stefaner.elasticlists.ui.appcomponents.ContentArea [198] :: ContentArea.updateVisualization
Model.applyFilters
info time 11:19:22.438 :: eu.stefaner.elasticlists.data.Model [208] :: Model. onFilteredContentItemsChanged: 1 results
[FacetBoxContainer prize].onGlobalFacetValueStatsChanged
[FacetBox].updateStats
[FacetBoxContainer gender].onGlobalFacetValueStatsChanged
[FacetBox].updateStats
[FacetBoxContainer country].onGlobalFacetValueStatsChanged
[FacetBox].updateStats
[FacetBoxContainer decade].onGlobalFacetValueStatsChanged
[FacetBox].updateStats
[FacetBoxContainer year].onGlobalFacetValueStatsChanged
[FacetBox].updateStats
info time 11:19:22.449 :: eu.stefaner.elasticlists.ui.appcomponents.ContentArea [122] :: ContentArea.updateContentItems
info [int] 1
info time 11:19:22.450 :: eu.stefaner.elasticlists.ui.appcomponents.ContentArea [198] :: ContentArea.updateVisualization

Can you please help me regarding this ?
Thanks

sample project for flex builder linux

hello moritz,
I am runnning adobes flex developer linux. Could you point me in the right direction on how to make an actionscript project, and attach libraries, etc. so I can have a working dev environment.

best regards,
c.b.

Selection gets lost when switching in other facets

I am referring to the nobel prize online demo, in case this bug affects only a particular version. At least it appears to be a bug to me that if I click on e.g. "women", then "chemistry", then "physics", the filter switches from chemistry to physics as expected, but the filter on women gets deactivated. This does not seem to depend on a particular state ("all"/"filter") or list I try this with, but always happens when I switch between two different values in the same list (without unselecting the first value first).

Can't see text

hello moritz,

Thank you for open source code.

I am able to run the application succesfully, but can't see text. Only images load. when i click any of the lists, the images get filtered but no text is displayed. I am not seeing any error messages on flex.

thanks,
raj

Compiling and running Elastic-Lists

Hello Moritz,
I feel stupid, because I'm trying to compile and run the demos, but I must have some stupid problem because nothing loads (grey background and 100% cpu of flash player).
I am working on Linux with Flex sdk 4.6.0 build 23201, all command line.
I downloaded all the prereq, everything builds, and it even worked once, but continuing my search I must have broken something, and cannot get it to work again.
When loading in the debug flash plugin, I get 3 errors:
VerifyError: Error #1014: Class mx.core::FontAsset could not be found.
ReferenceError: Error #1065: Variable Component_Ronda is not defined.
ReferenceError: Error #1065: Variable NobelApp is not defined.

If you have a tutorial on how to troubleshoot ActionScript projects, it would be welcome.
Happy New Year, and thanks for that great software!
Hubert

subValues

Moritz,

Great product, I love it. Question though: how do I implement the subValues and what do they do? I've tried playing with it a number of ways, this is what I have there now.

I'm working with the example code...

Any advice please.

Thank you!

--dano

I'm trying to do something like this:

... contentitems....


<title>Monthly Aerosol Optical Depth</title> Atmosphere Aerosols MISR N/A 2000

...facets...

        <facetValue>
            <label>Atmosphere</label>
            <name>atmosphere</name>

            <subValues>
            <label>Aerosols</label>
            <name>aerosols</name>
            </subValues>

            <subValues>
            <label>Air Quality</label>
            <name>airquality</name>
            </subValues>

            <subValues>
            <label>Atmospheric Pressure</label>
            <name>atmosphericpressure</name>
            </subValues>

            <subValues>
            <label>Atmospheric Temperature</label>
            <name>atmospherictemperature</name>
            </subValues>

            <subValues>
            <label>Atmospheric Water Vapor</label>
            <name>atmosphericwatervapor</name>
            </subValues>

            <subValues>
            <label>Clouds</label>
            <name>clouds</name>
            </subValues>

            <subValues>
            <label>Precipitation</label>
            <name>precipitation</name>
            </subValues>
        </facetValue>

Adding new component - text not visible

Hello,

When I try to add new component, i cannot see any text on the component.
For example - when i add calender component, i see the layout of calender set to today - box highlighted, but cannot see any number or any text.

How can i get the text displayed.

Any help is appreciated!!

Thanks.
Raj

Install on windows

hi,

I am trying to run it on windows
Should I download all the other open source packages that you have mentioned.

I installed Flash 10 on my mchine.

I am new to action scripts. If you can give me the idea to run on my machine with few steps thats will be great.

Thanks
Raman

ASdoc

Proper ASdoc comments

Embedding Elastic-Lists in another project: Error 1009

Hey Moritz,

I'd like to embed an elastic list in my own project. I tried to embed it using the following as3 code on frame 1 in my main timeline:

var swfLoader:Loader = new Loader();
var bgURL:URLRequest = new URLRequest("datenbank/bin/elastic-lists-from-fla-sample.swf");
swfLoader.contentLoaderInfo.addEventListener(Event.COMPLETE, loadProdComplete);
swfLoader.load(bgURL);

function loadProdComplete(e:Event):void
{
loadSWF.addChild(swfLoader);
    trace("file loaded");
}

loadSWF is a movieclip which i intended to use as a container.

When i try to launch my project it outputs the following error:
TypeError: Error 1009: Der Zugriff auf eine Eigenschaft oder eine Methode eines null-Objektverweises ist nicht möglich.
at eu.stefaner.elasticlists::App/initStage()
at eu.stefaner.elasticlists::App/startUp()
at eu.stefaner.elasticlists::App()

I did some research on the problem but wasn't able to figure out a working solution.

Do you have any idea how i could fix this?

thanks,
Henning

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.