Badcreature / mad-components

Automatically exported from code.google.com/p/mad-components
0 stars 0 forks source link

Ulist does not work with android-Crash #43

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Ulist does not work with android.Io use falsh cs6 - Air 3.5
Crash When I have more than 200 items in UIList.
I can not use "GPU rendering mode" for video problems, and text input problems. 
As recommended adobe: 
http://help.adobe.com/en_US/as3/mobile/WS901d38e593cd1bac-3d719af412b2b394529-80
00.html
My code:

import com.danielfreeman.madcomponents.*
import flash.display.Sprite;

var placeholder:Sprite =new Sprite;

this.addChild(placeholder);
var data0:Array = []; 
for(var i:Number = 0; i<300; i++)
{
  data0.push({label:'<font size="18" color="#333333">'+i+' anni</font>'})
}

var LIST0:XML = <list id="list0" recycle="true"  mask ="true" colour="#cccccc"  
autoScale  = "false" autoResize = "false" >  

                                                <horizontal><label id="label"/></horizontal>  
                                            </list> 

UI.create(placeholder, LIST0,420,280);
var uiList1:UIList = UIList(UI.findViewById("list0"));
uiList1.data = data0;
uiList1.y=0
uiList1.x=0

What is the expected output? What do you see instead?
The list displays fine, but whe I try to scroll it, the application exists. 

What version of the product are you using? On what operating system?
I'm using Samsung galaxy2, Samsung S3, Samusung s2, Iphone 4s.

Please provide any additional information below.

Please help we are 7 days I lose my mind. I'm stuck and do not know how to 
proceed.

Original issue reported on code.google.com by pippo.me...@helpsoftware.it on 4 Feb 2013 at 12:04

GoogleCodeExporter commented 8 years ago
Other tests: ulist works well with air sdk less than 3.
I need that works with adobe air sdk majeure, to 3.0 and make cpu mode.
Help .....

Original comment by pippo.me...@helpsoftware.it on 12 Feb 2013 at 11:50

GoogleCodeExporter commented 8 years ago
But nobody answers? The project is alive?

Original comment by pippo.me...@helpsoftware.it on 13 Feb 2013 at 12:44

GoogleCodeExporter commented 8 years ago
The Signal-11 bug is a pain - and it's a bug in AIR, not MadComponents.

I don't have the time to check this list very often - as most discussion around 
MadComponents happens on the Facebook group nowadays.  
http://www.facebook.com/groups/madcomponents/

Have you tried the version of MadComponents and ExtendedMadness that are 
embedded inside MC3D.  The next update of MadComponents will be based on this 
new core.  You could drop MC3Dlib.swc into your project and see if it solves 
the issue.

Original comment by brutf...@gmail.com on 7 Mar 2013 at 4:14

GoogleCodeExporter commented 8 years ago
FIXED: remove cacheAsBitmap in _slider.cacheAsBitmap = true; 

Original comment by pippo.me...@helpsoftware.it on 7 Mar 2013 at 9:22

GoogleCodeExporter commented 8 years ago
in UIScrollVertical.as line : line 411. 
it's a bug in MadComponents.
Thanks!

Original comment by pippo.me...@helpsoftware.it on 7 Mar 2013 at 9:25