Yes alpha with masks is a bug. Has been around for several months. It affects more than just tables unfortuantely. I have no idea when they will look at fixing it. I hope it’s sooner rather than later. [import]uid: 56820 topic_id: 24277 reply_id: 130020[/import]
Okay, good to know…thanks for the info… [import]uid: 105238 topic_id: 24277 reply_id: 130132[/import]
Okay, good to know…thanks for the info… [import]uid: 105238 topic_id: 24277 reply_id: 130132[/import]
vortika wrote:
“Hi All !!
We created an APP that uses the TableView very much, and it works! But…
The “press” or “release” events are so slow!! I mean, I have to keep my finger pressed on a row for almost one second to raise the events, and that’s not the standard behaviour (at least on iPad - Apple Store).
Is there a way to set the timings of these events?”
I have the same problem in my app. The use of the “tap” event is not really solving the problem.
Are there any new infos or solutions on this topic?
Thanks [import]uid: 7190 topic_id: 24277 reply_id: 135027[/import]
vortika wrote:
“Hi All !!
We created an APP that uses the TableView very much, and it works! But…
The “press” or “release” events are so slow!! I mean, I have to keep my finger pressed on a row for almost one second to raise the events, and that’s not the standard behaviour (at least on iPad - Apple Store).
Is there a way to set the timings of these events?”
I have the same problem in my app. The use of the “tap” event is not really solving the problem.
Are there any new infos or solutions on this topic?
Thanks [import]uid: 7190 topic_id: 24277 reply_id: 135027[/import]
Has anyone succeeded in creating a list that adapts when the device orientation changes? Essentially all I want is for the the list to fill the screen whichever way it is tilted. ( my app supports all orientions )
I don’t want to remove and rebuild it every time because it’s a complex procedure that rely’s on dynamic content.
I tried just setting the width by doing something equivalent to this in my orientation listener function…
if ( orientation == "landscape" ) then
myList.width = display.viewableContentWidth
end
But that obviously just ends up getting stretched.
Then I tried iterating the rows and attempting to rerender each like this…
for i=1, #myList.content.rows do
myList.content.rows[i].reRender = true
end
But that doesn’t seem to make a difference.
Anyone got any suggestions? Seems like something that should be easily possible. [import]uid: 62617 topic_id: 24277 reply_id: 135756[/import]
Has anyone succeeded in creating a list that adapts when the device orientation changes? Essentially all I want is for the the list to fill the screen whichever way it is tilted. ( my app supports all orientions )
I don’t want to remove and rebuild it every time because it’s a complex procedure that rely’s on dynamic content.
I tried just setting the width by doing something equivalent to this in my orientation listener function…
if ( orientation == "landscape" ) then
myList.width = display.viewableContentWidth
end
But that obviously just ends up getting stretched.
Then I tried iterating the rows and attempting to rerender each like this…
for i=1, #myList.content.rows do
myList.content.rows[i].reRender = true
end
But that doesn’t seem to make a difference.
Anyone got any suggestions? Seems like something that should be easily possible. [import]uid: 62617 topic_id: 24277 reply_id: 135756[/import]
Hi,
Was this issue ever solved?
if so, please explain how?
im now to corona, and got stuck on this
Thanks
Ronen [import]uid: 135464 topic_id: 24277 reply_id: 138375[/import]
Hi,
Was this issue ever solved?
if so, please explain how?
Im new to corona, and got stuck on this
Thanks
Ronen [import]uid: 135464 topic_id: 24277 reply_id: 138376[/import]
Hi,
Was this issue ever solved?
if so, please explain how?
im now to corona, and got stuck on this
Thanks
Ronen [import]uid: 135464 topic_id: 24277 reply_id: 138375[/import]
Hi,
Was this issue ever solved?
if so, please explain how?
Im new to corona, and got stuck on this
Thanks
Ronen [import]uid: 135464 topic_id: 24277 reply_id: 138376[/import]
hi,
is there any update of issue that release or ended phase wouldn’t be detect when scrolling?
i am trying to renew the tableview when scrolling to top and release the touch,
but i got no idea how to do this without ended phase. [import]uid: 199780 topic_id: 24277 reply_id: 140201[/import]
hi,
is there any update of issue that release or ended phase wouldn’t be detect when scrolling?
i am trying to renew the tableview when scrolling to top and release the touch,
but i got no idea how to do this without ended phase. [import]uid: 199780 topic_id: 24277 reply_id: 140201[/import]