(Bug already filed)
Basically, you can’t rely on setting top=y and left=x within the ProgressView table. You have to set them both (and the referencePoint) after the fact. [import]uid: 41884 topic_id: 32612 reply_id: 332612[/import]
(Bug already filed)
Basically, you can’t rely on setting top=y and left=x within the ProgressView table. You have to set them both (and the referencePoint) after the fact. [import]uid: 41884 topic_id: 32612 reply_id: 332612[/import]
Bug #18503
It seems I made an error in the bug report? It does not seem to be possible to set display.TopLeftReferencePoint, even if you set it after the fact.
[code]local meter = widget.newProgressView()
meter:setReferencePoint(display.TopLeftReferencePoint)
meter.x = 0
meter.y = display.statusBarHeight
– Result: Something close to but not exactly display.CenterLeftReferencePoint[/code] [import]uid: 41884 topic_id: 32612 reply_id: 129708[/import]
Bug #18503
It seems I made an error in the bug report? It does not seem to be possible to set display.TopLeftReferencePoint, even if you set it after the fact.
[code]local meter = widget.newProgressView()
meter:setReferencePoint(display.TopLeftReferencePoint)
meter.x = 0
meter.y = display.statusBarHeight
– Result: Something close to but not exactly display.CenterLeftReferencePoint[/code] [import]uid: 41884 topic_id: 32612 reply_id: 129708[/import]
I’m tracking this bug and other elements of the exciting newProjectView() in this thread. [import]uid: 41884 topic_id: 32612 reply_id: 129761[/import]
I’m tracking this bug and other elements of the exciting newProjectView() in this thread. [import]uid: 41884 topic_id: 32612 reply_id: 129761[/import]