Questions tagged [displayobject]
224 questions
-1
votes
1 answer
Itunes Connect display issue
Can anyone tell me why my iTunes connect looks like this and how to fix it?
Any help would be much appreciated, Thank you. (see image)
it is displaying the object name instead of what the object actually is meant to look like, for example it says…

Yellow
- 175
- 1
- 15
-1
votes
1 answer
actionscript issue adding shape to container
I don't know how to describe this problem but I will try to be clear enought. I am doing an actionscript exercise where I have a DisplayObjetct Container defined as Sprite, and what I want is to add ramdomizely circles with a random radio length…

myhappycoding
- 648
- 7
- 20
-1
votes
2 answers
Microsoft Visual Studio Arrays at Runtime
My instructions are: "Create a form that will display a running total of numbers a user enters." - to do this I've created a form with two text boxes (one for the number of values in the array and the other for the values in the array), a button to…

Naima
- 25
- 5
-1
votes
1 answer
Display picture with different height? HTML
So I'm trying to insert pictures with different height next to eachother and under each other like this:
https://i.stack.imgur.com/RgH1O.png
I know how to put them next to each other with the same height, but whenever I try to put them next to each…

jenn89
- 1
-1
votes
1 answer
How to get the correct elements with elementbyid? simple correction or input should solve the failure
What simple step is on this javascript, php, display failure missing? can't figure it out
The code is this:
-1
votes
3 answers
Display multiple objects from server
I am making an iOS app that will display images, videos, and textual information that I provide.
this information needs to be updated and refreshed as the user requests, time interval, and when the user opens the app. Not hardcoded and changed on…

Julio
- 483
- 1
- 4
- 17
-1
votes
2 answers
php search issued file
My script search in a category for a file and then must display the file. Example: the X user is searching in category PCgames for Y game. After the X user push the "Search" button script must display all the files found in category. But I have some…

Rzn Rzv
- 19
- 6
-1
votes
1 answer
display a file on page using php
I made a script that searches in a category for a file. My issue is: after searching the script doesn't display results of the search. Example: I'm searching for a game like :-? AC3. After search the script doesn't display any result. Some help?…

Rzn Rzv
- 19
- 6
-2
votes
2 answers
Which would you prefer for a function's input? Flex's DisplayObject or Flex's BitmapData?
I am in this situation where I need to select a Flex type (image placeholder/image type/image container) for passing parameters in/out of different functions in an image editor. And, those different functions are either another…

Gary Tsui
- 1,755
- 14
- 18
-2
votes
1 answer
Display database on DataGridView
It shows "asdfghjk sdfgh", so why am I unable to remove it.

Bach Tien Chat
- 1
- 1
-2
votes
1 answer
Display table data django
I want to display data from a table in a table; to retrieve the object I used the foreign key to retrieve the object (person depending on the project)
I have two tables: person & project.
class person (models.Model)
project…

Hayat
- 1
- 1
- 3
-3
votes
2 answers
Display List of Class in C++
Hello i'm new in programming and i'm trying to display a list of class in C++
i tried this :
#include
#include
-
class Person
{
public:
std::string Name;
Person();
virtual ~Person();
}
#include "Person.h"
#include…

Smiith
- 21
- 1
- 2
- 7
-3
votes
1 answer
How to create a delay between two textBox displaying in Visual Studio C#
I want to display two textboxes with delay of 2 seconds. (initially textBoxes are hidden)
In simply ,one after another.
I used System.threading.thread.sleep()
but no use.
Help me Pro's
Im a beginner

Smart Seller
- 3
- 1
- 1
- 3
-17
votes
1 answer
Constructors giving me an headache Java
Alright I'm stuck on 4 & 5 haven't started 6 yet. Not looking for anybody to do them just would like some help on finishing up 4 & 5 and possibly give any feedback on the code so far.
Create Instance Variables (attributes)
Create at least…

Claude
- 1
- 3