Giter Site home page Giter Site logo

leebrimelow's People

Watchers

 avatar

leebrimelow's Issues

Package definitions wrong

What steps will reproduce the problem?
1. Export/Checkout "com.theflashblog.drawing"
2. Try to use in a Project
3.

What is the expected output? What do you see instead?
Expected class files would be in the correct package (com.theflashblog.drawing),
but packages are wrong (com.leebrimelow.drawing)


What version of the product are you using? On what operating system?
na.

Please provide any additional information below.
drawing.* = wrong package
ui.* = wrong package, AnimatedButton is in the default package.
util3d.* = correct package
utils.* = correct package


Original issue reported on code.google.com by [email protected] on 2 Feb 2012 at 10:19

SimpleZSorter : Cannot access a property or method of a null object reference.

It seems to be related to ( a lot of ) addChild/removeChild.

Here is the error
TypeError: Error #1009: Cannot access a property or method of a null object
reference.
    at
com.theflashblog.fp10::SimpleZSorter$/sortClips()[/com/theflashblog/fp10/SimpleZ
Sorter.as:46]


I changed the line 46 of SimpleZSorter.as and the error didn't show up.
sortArray.push(new SimpleZSortVO(displayObject, transformedMatrix.position.z));

becomes:
if(transformedMatrix) sortArray.push(new SimpleZSortVO(displayObject,
transformedMatrix.position.z));


Original issue reported on code.google.com by [email protected] on 8 Apr 2009 at 7:35

startAngle does not work

What steps will reproduce the problem?
1. entering a startAngle other than 180 or 0 will result in an incorrect output
2.
3.

What is the expected output? What do you see instead?


What version of the product are you using? On what operating system?


Please provide any additional information below.
This is an coding error


Original issue reported on code.google.com by [email protected] on 7 Jan 2009 at 3:10

Wrong package name

the package name in all classes is named as
com.leebrimelow.*
but all classes are in the package
com.theflashblog.*

Original issue reported on code.google.com by [email protected] on 28 Jan 2010 at 4:22

Wedge.as Problem

What steps will reproduce the problem?
1. Given a startAngle instead of 0
2. The pie will begin at the negative startAngle
3. The curve will also distort

I have removed the minus before angle at line 43 of Wedge.as and the
problem is gone.

Original l43: ay = sy + Math.sin(-angle) * radius;
My update: ay = sy + Math.sin(angle) * radius;

Original issue reported on code.google.com by jammind on 7 Apr 2009 at 8:58

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.