Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

UIList lines = false still draws lines #31

Closed
GoogleCodeExporter opened this issue Sep 15, 2015 · 2 comments
Closed

UIList lines = false still draws lines #31

GoogleCodeExporter opened this issue Sep 15, 2015 · 2 comments

Comments

@GoogleCodeExporter
Copy link

What steps will reproduce the problem?
1. Create a UIList, like <list autoLayout="true" id="wallList"  alignH="left" 
alignV="fill" lines="false" mask="true">
2. Set data to list
3.

What is the expected output? What do you see instead?
Expected is no divider lines. I do see divider lines


What version of the product are you using? On what operating system?
ExtendedMadnessLib0_1_5, Mac OS X


Please provide any additional information below.
Looks like drawSimpleCell in UIList is creating a line:
_slider.graphics.beginFill(_colour);
_slider.graphics.drawRect(0, position, _width, 1);


Original issue reported on code.google.com by a...@bureaubambi.nl on 26 Jun 2012 at 10:26

@GoogleCodeExporter
Copy link
Author

lines="true" does something else.  It puts vertical lines between custom 
renderer parts.  To accomplish what you want - you need to extend UIList, 
override drawSimpleCell - and UI.extend() MadComponents to add the new version 
of List.

Original comment by doc.andr...@gmail.com on 12 Jul 2012 at 11:37

  • Changed state: Done

@GoogleCodeExporter
Copy link
Author

Ah I misunderstood then. I already changed the drawSimpleCell. But I will do it 
by extending UILongList. App is now waiting to be approved by Apple.

Thanks,

AP

Original comment by a...@bureaubambi.nl on 12 Jul 2012 at 11:48

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant