Questions tagged [displayobject]

224 questions
0
votes
2 answers

Trying to remove child with mouseclick

So, my question is as follows. Why am I getting this error (TypeError: Error #2007: Parameter child must be non-null. at flash.display::DisplayObjectContainer/removeChild() at TargetMain/killTarget()) when trying to remove objects from the…
0
votes
1 answer

how to fill tree in default get in openerp

I have an object hs.code which has two fields name and code. I want to display all the rows in hs.code in a tab on the sales order. hs.codes has nothing to do with the sales order. they just need to be displayed on every sale order by default.…
Hassan Zaheer
  • 1,361
  • 2
  • 20
  • 34
0
votes
0 answers

Double Display of jQuery Mobile Elements

I am having the problem that when I use $load I need to add the jQjs in the html-file I want to load. This results in double displays of my jQ elements.. When I dont have the js in my html file I am loading from it doesn't display in jQ style, but…
0
votes
2 answers

Can somebody help for 5x7 dot matrix display simple VHDL code for charachter "R"?

This is the code that I am using but i need to slow the clock down in order to see how the columns and rows are changing. I think there is some problem on my clocking: library IEEE; use IEEE.STD_LOGIC_1164.all; use IEEE.STD_LOGIC_ARITH.all; use…
umid_uz
  • 1
  • 1
0
votes
0 answers

Flot line chart getting hidden

If I try setting the height of the x-axis label, then the line chart( displayed using Flot) is getting hidden. Why is this happening and what's the solution? #placeholder .flot-text .xAxis .tickLabel{ color: #74878B; display: inline-block; …
Sweetz
  • 344
  • 1
  • 4
  • 17
0
votes
1 answer

javaNullPointer on display.getRotation()

After having comment all my code to know from where the error was, i found that it came from mDisplay.getRotation(). The general idea of my code is to get the good information from the accelerometer when it's in any orientation. Here's my…
0
votes
1 answer

hitTestObject with dynamically add movies

I have code that adds a movie clip to the stage. The problem is, after it is added I want to add a hitTestObject on that object instance however I keep getting this error: TypeError: Error #1034: Type Coercion failed: cannot convert "ast_0" to…
Peter Stuart
  • 2,362
  • 7
  • 42
  • 73
0
votes
2 answers

AS3: How to work with properties of the classes on stage (display list) from class not in the display list?

Hi guys, I have two objects on stage so I presume they are in the Display list as well (Progress_mc, Ship_mc). I have Calculator class which doesn't represent any visual shape or anything but as3 code so it isn't in the display list. What is the…
irnik
  • 139
  • 1
  • 2
  • 13
0
votes
2 answers

Displaying a hand of random drawn cards on iOS

I have trouble displaying the cards that have been drawn in hand. I can see the cards in text form in "All Output" but they don't show visually. An example of a card's name is "club04", "spades06", "heart13", etc. 11-13 is for Jacks to Kings. This…
0
votes
1 answer

How do I diplay information from a List read in from XML?

So far A have created the object class module and a way to input the data which consists of different types. after the object has been created it is stored in a list these objects then can be written to an XML file or read from. The problem I am…
0
votes
2 answers

display appear where i am on page not only center

Here is my ajax code, i have 81 products per page... When i click add to cart button a div appears on the center of the page but when i add product to last or bottom in page, div always appears on the center of page and i need to scroll up the page…
0
votes
2 answers

Using graphics in FlashDevelop

I've been programming ActionScript 3 for some while and I've recently decided to ditch Flash Professional in favour of FlashDevelop. I'm glad of the choice, but I eventually found a small problem: Since I don't have access to Flash Professional's…
Anthony
  • 25
  • 1
  • 11
0
votes
2 answers

Actionscript: DisplayObject relative width possible?

Is it possible to make for example 100% width to any child DisplayObject relatively to it's parent like in HTML? To make auto-resize on stage resize for example. To avoid redrawing all ui manually.
Somebody
  • 9,316
  • 26
  • 94
  • 142
0
votes
1 answer

illogical remove child error when looking through DisplayObjects, flash AS3

Argument Error #2025: The supplied DisplayObject is not a child of the caller In my program I have a structure of display objects representing enemy units on screen, arranged like this: 0: "enemy handler" ➔ [object EnemyHandler] 0: "enemy" ➔…
Lemmingz95
  • 35
  • 4
0
votes
1 answer

corona sdk,rotating both instances of same display object class

I have created a lua file called moonclass.lua which created a display object of a moon i have created two instances of this class, aka two moons, these were created in level1.lua however when i try to rotate both moons, only the last moon that is…
Krisdom
  • 25
  • 6