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

Scroll pane not working in flash (but ok in cpp/neko) #7

Closed
cambiata opened this issue Jul 6, 2012 · 5 comments
Closed

Scroll pane not working in flash (but ok in cpp/neko) #7

cambiata opened this issue Jul 6, 2012 · 5 comments

Comments

@cambiata
Copy link

cambiata commented Jul 6, 2012

As far as my experiments are going, the ScrollPane now seems to work as expected in cpp and neko, but not in flash.

Trying out the following...
var scrollPane:ScrollPane = new ScrollPane(container, 0, 300);
scrollPane.setSize(300, 100);
var btn2:PushButton = new PushButton(scrollPane, 0, 0, 'This is a LARGE test button');
btn2.setSize(400, 120);
...gives a scrollable area in cpp/neko but not in flash.

The same applies to the ScrollPane/PieChart example in the Minimalcompshx.hx demo.

@Beeblerox
Copy link
Owner

@cambiata I'll try to look into this at the weekend.
Thank you for report

Beeblerox added a commit that referenced this issue Jul 9, 2012
@Beeblerox
Copy link
Owner

I think that I fixed this

Beeblerox added a commit that referenced this issue Jul 9, 2012
@Beeblerox Beeblerox reopened this Jul 9, 2012
@Beeblerox
Copy link
Owner

I must say that this issue exists in original AS3 version of lib

@cambiata
Copy link
Author

cambiata commented Jul 9, 2012

Great! Seems to work as expected now. Thank you!

@Beeblerox
Copy link
Owner

but there is another issue now. Event.RESIZE keeps firing all the time on flash target for Panels and ScrollPans

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

No branches or pull requests

2 participants