Questions tagged [displayobject]

224 questions
0
votes
1 answer

Error #2025: The supplied DisplayObject must be a child of the caller

I need help with something with Actionscript for school. It's a simple catching game. It keeps saying that my displayed object must be a caller of the child which it should be and it kinda works but I'm not sure how to fix the problem where my…
0
votes
0 answers

How to export display.Javascript(jscript) object to an image on desktop

In iPython, I have a googleAPI heatmap that was generated from javascript that looks up geodata from a Twitter stream: html_template = '
' #This is to make sure the JS gets loaded before…
anjchang
  • 483
  • 1
  • 7
  • 14
0
votes
1 answer

AS3 - Setting layer above parent Object

Is it possible to set the visibility of a Child of an object which is a Child of the Stage above the Stage? For example, if the Overworld is a Child of the Stage, and a PlayerCharacter is also a Child of the Stage, can the Player Character walk…
uncanny
  • 65
  • 1
  • 10
0
votes
1 answer

JavaScript Table not displaying

I've made this table:
To take values from these sliders:
NictraSavios
  • 502
  • 2
  • 9
  • 29
0
votes
1 answer

displaying recently saved file in custom view

I am working on android app to make animated gif. In this app I want to display the created gif in custom view. I made 'DisplayGif' activity that when the gif is created and saved in sd card in 'myFile' folder, this activity display the recently…
majid jiji
  • 404
  • 3
  • 7
0
votes
1 answer

MongoDB: Collection don't show all inserted data

I've inserted couple of thousands records at once into MongoDB using JavaDriver and I try to display whole collection there wasn't even half of my project, but when I ask about quantity, it's show me correct value. What's a problem?
asiorel
  • 1
  • 1
0
votes
2 answers

jQuery - I need home page of slider to display when page originally loaded. Current code provided

Essentially, I want my website to have the same functionality as: http://jsfiddle.net/sg3s/rs2QK/ ; except, I want Target 1 (which will by my home page) to already be showing when you load the page the first time. At the moment my heading bar shows,…
JonnyBoy
  • 61
  • 1
  • 8
0
votes
0 answers

how to display the date retrieved through a button

I have code for, date which is used for automatic storage through a button Now I also need to display date once I press this button.How to do this public class datebutton extends Activity { protected void onCreate(Bundle icicle) { …
seeta
  • 41
  • 1
  • 1
  • 4
0
votes
1 answer

Building a generic display function for computations results

I a quite new to python and to the scientific computation world. As a beginning, I am building a module containing definitions of usual mathematical functions with power series. As an example, here is the code for the exponential function : def…
Cédric
  • 31
  • 2
0
votes
0 answers

upload content only when showing

I have a video is displaying only when i hover a button and so i want to optimize the loading of my page by uploading this video only when i hover my button, how can i set it ? $('#iso-fire').mouseover(function(){ $('#bgvid2').show(); …
Thibaud
  • 396
  • 5
  • 23
0
votes
1 answer

WordPress Posts from category won't display

I use a plugin called "Custom Content Type Manage" this allows me to create a new content type which essentially mimics posts (all done in the name of 'user friendly') This aside, I wrote the following:

Andrew Gordon
  • 181
  • 1
  • 10

0
votes
1 answer

How to HitTestObject with Multiple Objects of Same Class?

Okay I can't seem to figure this out. I am new to displayObjectContainer and from what I have read I think I might need to access that in order to check for HitTestObject. So I have a class called mcCar and another class called mcMainScreen which I…
0
votes
5 answers

Android : Display details of Item in list view when clicked

I am working on an Android project, where I am displaying a list of items for the user. Now, what I am trying to do is when the user clicks on the item, I want the ID of that item, so that I can call upon the Object details via the network and…
We are Borg
  • 5,117
  • 17
  • 102
  • 225
0
votes
1 answer

AS3 display object height not reported correctly

This should be simple. What am I missing? Create a Sprite (container), put it on the displaylist, add a new Sprite (rect) to container. Change height of the child (rect). Height values of both parent (container) and child (rect) are not reported…
Gus
  • 1
  • 1
0
votes
2 answers

JAVASCRIPT array of actual HTML elements

I am trying to include javascript into a form app that collects construction data from the field. I have googled the crap out of this but I cannot figure out if it is legal to save an html element in an array(Or if my syntax is right). The desired…
Larry
  • 29
  • 5