Questions tagged [displayobject]

224 questions
1
vote
3 answers

Displaying big numbers in xtable properly

I know it might seem as a trivial question but I tried really hard to find solution and it was impossible. Assume I have a data frame like this where one column contatins big numbers: Id Value 1 2158456456456.78 2 123354554.24 3 …
Michał
  • 273
  • 1
  • 3
  • 13
1
vote
1 answer

android app having different orientation for its items when changing the screen

My items on large screen like 10.1 works fine and every item in its position but if I change the screen to 4 or 3, some of my items disappear and some appear in large font related to the device screen, so I want it to appear all items on its correct…
amer halem
  • 121
  • 1
  • 2
  • 9
1
vote
1 answer

How to link a menu bar that will display in a container but in the same page in html?

I'm creating an ordering website with a layout like this and I'm still an amateur in creating a website so I want to ask how will I link the SIDEBAR and MENU BAR that when clicked, it will display in the container of the PRODUCTS only and in the…
1
vote
1 answer

AS3: Point for display object x, y?

Right now I have a point that I have to update with the x and y of a display object to use with the hitTestPoint object; is there any way I can get a point from a display object without having to make a new point var and continually update its x and…
user280896
  • 11
  • 3
1
vote
1 answer

Facebook data to DisplayObject in AS3

Is it possible to convert facebook data (ex. user_pic) into a DisplayObject so I can be easier to manipulate? What I m trying to do is when users do FacebookConnect in my site to let them have the possibility to scale their image (like transform…
Dimitree
  • 211
  • 2
  • 6
  • 15
1
vote
0 answers

Display Data in textbox based on search (by word)

I am trying to get a simple function in my program to find data in a DB and bring it back. I am doing this using two text boxes. Its a translation function so when you search for one word in the first text box it should display the…
JoshF91
  • 99
  • 1
  • 3
  • 11
1
vote
1 answer

Display:Flex not supported in Safari?

The drop down menus on this site fire off on hover, and then when active, they appear horizontally by using 'display: flex;' in CSS. Can't figure out how to get this to work with Safari though. It works in Chrome, but not…
1
vote
1 answer

ActionScript 3 - how to set empty display object variable?

What I initially wanted to do is this: if (myTargetName == 'a') { var myOtherTargetName:String = "b"; var myOtherTarget:DisplayObject = getChildByName(myOtherTargetName); } if (myTargetName == 'c') { var myOtherTargetName:String =…
user2817200
  • 1,097
  • 2
  • 18
  • 38
1
vote
4 answers

Can't set text to the TextView

I am learning to develop apps for android from a book and after following the instructions I end up with the following. When I run the app the text from the setStartUpScreenText() object is not displayed. MainActivity.java: protected void…
Ayman Elmubark
  • 959
  • 1
  • 6
  • 11
1
vote
3 answers

Multiple viewports of the same DisplayObject

Is it possible to have multiple view of the same display object? (e.g. same-computer multi-player game using split screen) The sample code that failed to work follows: var content: Sprite = new Sprite(); var v1: Sprite = new Sprite(); …
Randy Sugianto 'Yuku'
  • 71,383
  • 57
  • 178
  • 228
1
vote
2 answers

How to display logos in Flex 3.2?

I have been given the unenviable task of displaying a logo on a flex 3.2 form on our website. I'm learning flex as I go, and I can embed a logo now. The problem is, I need to display a different logo, depending on which client the user works for.…
Kevin
  • 153
  • 1
  • 3
  • 10
1
vote
2 answers

Weird Z ordering issue in corona sdk?

I'm trying to create a circular shadow underneath a sprite image in my game. However, for some reason, even though I create the circle first, the sprite always appears underneath it. Here is the code: local circle =…
Jordan Brown
  • 638
  • 1
  • 5
  • 14
1
vote
2 answers

TinyMCE content AJAX posted in a display:block div

I have a textarea in a hidden display table (it's a long form with many options). If the user open the section I change the style display and initialise an instance of TinyMCE. (I have tried to init it when the table is hidden but this don't…
Boody
  • 35
  • 1
  • 6
1
vote
0 answers

How to move a 3D object to a global coordinate AS3?

Let's say I have a movieclip in 3d space, and want to move it to a specific x/y coordinate in global coordinates, but keeping it at it's Z position. How do I do this? It's much as if you drag an object around on screen in the flash IDE -- if it has…
Cerulean
  • 5,543
  • 9
  • 59
  • 111
1
vote
2 answers

VBA cannot display pivot table

I am trying to automate a report. The first step is to create a pivot table, and I think the pivot table is being created but I cannot view it on the sheet. Sub CurrentPipelineView() Dim pt As PivotTable Dim ptcache As PivotCache Dim pf As…
Varun
  • 125
  • 1
  • 2
  • 11