GithubHelp home page GithubHelp logo

andrewjarrett / 4911-smart Goto Github PK

View Code? Open in Web Editor NEW
0.0 0.0 0.0 3.08 MB

A class project for GT 4911 that implements a game that teaches principles of electricity to elementary school children using a SMART Board.

C# 100.00%

4911-smart's People

Watchers

 avatar

4911-smart's Issues

Deleting an object or deleting a lesson crashes the program with a TargetInvocationException

What steps will reproduce the problem?
1. Put any object down on the lesson creator
2. Go into wire drawing mode
3. Drag from one point on that object to another point on the same object 
(connect it to itself)
4. Delete the object or clear the lesson.
5. The application will crash

What is the expected output? What do you see instead?
I expect for the object(s) to be deleted without problem, instead the 
program crashes.

Please use labels and text to provide additional information.


Original issue reported on code.google.com by [email protected] on 26 Apr 2010 at 6:22

Error Saving Objects

What steps will reproduce the problem?
1. Create SerializableObject
2. call "saveFile(path)" on that object
3. view error

What is the expected output? What do you see instead?
Expected:
-Should save file

Actual:
-Silent exception is caught while serializing

Please use labels and text to provide additional information.


Original issue reported on code.google.com by [email protected] on 26 Apr 2010 at 5:41

Lesson Chooser draws below recently added Components

What steps will reproduce the problem?
1. go into lesson creator
2. add components to screen where lesson chooser will draw
3. open lesson chooser

What is the expected output? What do you see instead?
-lesson chooser should be drawn on top of items
-instead, components obscure lesson chooser menu.

Please use labels and text to provide additional information.


Original issue reported on code.google.com by [email protected] on 2 May 2010 at 9:35

Error in adding directed edge to graph

What steps will reproduce the problem?
1. From Unit Test 'testEdges':

            NodeList<int> neighbors = new NodeList<int>(3);
            neighbors.Add(new GraphNode<int>(22));
            neighbors.Add(new GraphNode<int>(25));
            neighbors.Add(new GraphNode<int>(27));

            GraphNode<int> root = new GraphNode<int>(30, neighbors);
            graph.AddNode(root);

            Dijkstra<int> algorithm = new Dijkstra<int>(graph, 30);



What is the expected output? What do you see instead?
Expected: 
-Dijkstra algorithm instance with node "30" as its source.

Actual: 
System.ArgumentOutOfRangeException: Index was out of range. Must be non-
negative and less than the size of the collection. parameter: index
at Dijkstra.cs line:55

Please use labels and text to provide additional information.


Original issue reported on code.google.com by [email protected] on 26 Apr 2010 at 5:35

Error Saving Lessons

What steps will reproduce the problem?
1. Create lesson object
2. Call lessons "saveFile(path)" function
3. Get error

What is the expected output? What do you see instead?
Expected:
Lesson file saved properly

Actual:
LabBench.FileTests.SaveLesson:
System.InvalidOperationException : The calling thread must be STA, because 
many UI components require this.

Please use labels and text to provide additional information.


Original issue reported on code.google.com by [email protected] on 26 Apr 2010 at 5:39

make lesson scroller stop scrolling after blank pages reached

What steps will reproduce the problem?
1. open lesson chooser
2. scroll to the right
3. keep scrolling

What is the expected output? What do you see instead?
-After all of the existing lessons have been scrolled to, there should only 
be a few "new" icons.
-Instead, there are an infinite number of pages of "new" icons.

Please use labels and text to provide additional information.


Original issue reported on code.google.com by [email protected] on 2 May 2010 at 9:46

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.