“it’s a good idea to diff build.639 and build.640 to check what’s going on there.”
How?
The Realease note said build.640 add multiline support for android. [import]uid: 82934 topic_id: 26380 reply_id: 109202[/import]
“it’s a good idea to diff build.639 and build.640 to check what’s going on there.”
How?
The Realease note said build.640 add multiline support for android. [import]uid: 82934 topic_id: 26380 reply_id: 109202[/import]
Same here, I had this issue in the past but it was fixed somewhere in build 800+ [import]uid: 80469 topic_id: 26380 reply_id: 109203[/import]
Hi, gury.
Did you modify your code?
I’ve tested with build.819, 820, 821, 825 and the issue still exist. [import]uid: 82934 topic_id: 26380 reply_id: 109211[/import]
If any of you can replicate this with the latest daily build with an extremely simple test case (confined to a single main.lua file) then please zip up the test case and submit it here: http://developer.anscamobile.com/content/bug-submission [import]uid: 84637 topic_id: 26380 reply_id: 109223[/import]
@Danny
if it bug can’t get fixed quickly…
i don’t think it’s good to publish my Android app…(already published)…
app here
just try press “??” and “+” button…(many times)
then scroll the “list”…u may see text field become “color blank”
…
it’s not getting good response since my app got this bug…
can u fix it hurry? or return my Android platform money…
maybe it’s enough to publish iOs one [import]uid: 25057 topic_id: 26380 reply_id: 109310[/import]
@Danny
I submited one bug two days ago. Only it’s not confined to a single main.lua file. There may have 4 to 5 lua file you need to look into.
Look at the pictures below you will know how i am anxious.
These only happen on sony errison x10, htc G7/G10/G11, and only when you build with corona >=.640. This is under .825. If i refresh the scene(go to another scene then go back) they may dispear.


You can see the background is white blank, and some of the text are also white blank.

This picture is really weird. The img background fill with another img. when i refresh, it become normal like below.

Text may have the same problem. Text 1 and Text 3 is not show up, the area fill with text 2.


And this is a new bug of build.825
The code i submited to your bug system is not so serious(may have something to do with the number of object on the screen). Since i can’t get any error report from the simulator or the device, i don’t know where is the problem and how to make a simple test case for you.
[import]uid: 82934 topic_id: 26380 reply_id: 109317[/import]
up! [import]uid: 82934 topic_id: 26380 reply_id: 110071[/import]
up this bug not solved yet since i have build my app with build 849.
UP
hey…can somebody solve this problem??
otherwise my android seems very bad!! with that “blank” [import]uid: 25057 topic_id: 26380 reply_id: 115996[/import]
@Danny
any staff? i need staff to tell me what’s the progress about this bug?
I have got lots user told me that my program is bad.
cause of the blank!!!
got many one star response.
i’m going to push it every day till some staff saw it and give me an answer.
a little bit angry.
report a bug two months ago still got no answer. [import]uid: 25057 topic_id: 26380 reply_id: 117489[/import]
Hey Owen.
I just checked our bugtracker and the reason there was no answer was that we requested a proper test case which wasn’t just a hacked down version of your own project and was simply a test case that showed the issue and only included assets and code to reproduce the issue and nothing more.
We never received a reply to our request for the said test case.
A test case to exhibit this problem should require only a main.lua file, any needed images & masks and that is all.
Just to be clear, I am not having a go at you, this is just a message to everyone that sends in test cases. They have to be test cases, presented in a simple form that only include code and assets needed to reproduce the issue and nothing more.
Also it would save a lot of time if when submitting a test case, you could zip it up also. Please also be sure to provide a build.settings and config.lua file if your test case has been made using them. This is another thing that costs us a lot of time. Test cases being sent in that clearly have used a build.settings/config.lua file to position the objects to demonstrate the issue, and then not including them, which results in the objects being either off screen or not displayed as you intended.
[import]uid: 84637 topic_id: 26380 reply_id: 117539[/import]
Everyone,
This issue is now fixed. The fix will be made available in daily build #882.
It turns out that this issue was caused by an OpenGL driver bug. That is why this issue only occurred on particular Android devices. It also made this bug very difficult to reproduce and isolate, especially since there were no errors in our code and it turned out it was the OpenGL driver that was doing the wrong thing in this case. So, we were not ignoring this issue… it just took us a really long time to track it down.
In any case, the upcoming daily build has a work-around for this issue. If you can let us know if this daily build fixes this issue for you, then that would be much appreciated. Thanks! [import]uid: 32256 topic_id: 26380 reply_id: 120365[/import]
@Joshua Quick
@Danny
I really appreciate u…
I was wondering to report a bug…
But I have run my code in many different android devices.
Not all of them have got this bug(Only older ones)
So…I’m even not sure it’s a bug or not…
I just think it’s out of memory.
Thanks u very very very very much!!!
I really need it!!
Owen [import]uid: 25057 topic_id: 26380 reply_id: 120412[/import]
Happy to help Owen! And thank you for your patience.
It was a tough issue to track down and we’re glad that we’ve finally resolved it. [import]uid: 32256 topic_id: 26380 reply_id: 120413[/import]
@Joshua Quick
I have build for My HTC device
and this issue has resolved! !!!Thanks U all !!
Corona I love u 
Another issue.
I found scroll bar wont disappear
in Build 883 while using widget.newScrollView()
thank u again
Owen [import]uid: 25057 topic_id: 26380 reply_id: 120954[/import]
Owen,
I’m not that familiar with our widget library, but I’m sure there’s got to be a way to make this work because our “Interface/WidgetDemo” sample project displays a scroll bar.
If that sample project doesn’t help you, then would you mind writing up a bug report about this widget issue please? You can do so by clicking the “Report a Bug” link at the top of this web page. That way this issue can be directed to someone who knows more. Thanks! [import]uid: 32256 topic_id: 26380 reply_id: 121053[/import]
If you want to hide the scrollBar you just pass a parameter ie:
widget.newScrollView{
hideScrollBar = true,
}
If you mean it doesn’t fade out upon releasing a touch then please report a bug as Josh advised [import]uid: 84637 topic_id: 26380 reply_id: 121056[/import]
Everyone,
This issue is now fixed. The fix will be made available in daily build #882.
It turns out that this issue was caused by an OpenGL driver bug. That is why this issue only occurred on particular Android devices. It also made this bug very difficult to reproduce and isolate, especially since there were no errors in our code and it turned out it was the OpenGL driver that was doing the wrong thing in this case. So, we were not ignoring this issue… it just took us a really long time to track it down.
In any case, the upcoming daily build has a work-around for this issue. If you can let us know if this daily build fixes this issue for you, then that would be much appreciated. Thanks! [import]uid: 32256 topic_id: 26380 reply_id: 120365[/import]
@Joshua Quick
@Danny
I really appreciate u…
I was wondering to report a bug…
But I have run my code in many different android devices.
Not all of them have got this bug(Only older ones)
So…I’m even not sure it’s a bug or not…
I just think it’s out of memory.
Thanks u very very very very much!!!
I really need it!!
Owen [import]uid: 25057 topic_id: 26380 reply_id: 120412[/import]
Happy to help Owen! And thank you for your patience.
It was a tough issue to track down and we’re glad that we’ve finally resolved it. [import]uid: 32256 topic_id: 26380 reply_id: 120413[/import]
@Joshua Quick
I have build for My HTC device
and this issue has resolved! !!!Thanks U all !!
Corona I love u 
Another issue.
I found scroll bar wont disappear
in Build 883 while using widget.newScrollView()
thank u again
Owen [import]uid: 25057 topic_id: 26380 reply_id: 120954[/import]