Ugraded From Demo 971 To Daily Build, Now Widget.buttons Broken - Shows White Buttons Instead Of My Images..

I’m sure it’s a quick fix, but when i upgraded last night from the demo to the daily build, now my buttons which had two images for the active/unactive state, are now replaced by white generic boxes from the widget library…i’m sure something changed? What?

I suspect the last public build didn’t use Widgets 2.0 - either re-include the old widget library or check up the documentation on migrating to the new and improved library.

As SegaBoy says, you’re seeing the issue due to the update made to widget (from v1 to v2).  Take a look at the following:

http://www.coronalabs.com/blog/2013/02/22/widget-2-0-is-here-bam/

http://docs.coronalabs.com/daily/api/library/widget/migration.html

http://docs.coronalabs.com/daily/api/library/widget/index.html

After migrating mine to widget v2, I reverted my code back and opted to continue using widget v1 because there are a few things that do not migrate too well.  You’d have to decide what works best for you (and based on how far along you are with your project.)

Naomi

Figured it was simple…thanks for the links!

I suspect the last public build didn’t use Widgets 2.0 - either re-include the old widget library or check up the documentation on migrating to the new and improved library.

As SegaBoy says, you’re seeing the issue due to the update made to widget (from v1 to v2).  Take a look at the following:

http://www.coronalabs.com/blog/2013/02/22/widget-2-0-is-here-bam/

http://docs.coronalabs.com/daily/api/library/widget/migration.html

http://docs.coronalabs.com/daily/api/library/widget/index.html

After migrating mine to widget v2, I reverted my code back and opted to continue using widget v1 because there are a few things that do not migrate too well.  You’d have to decide what works best for you (and based on how far along you are with your project.)

Naomi

Figured it was simple…thanks for the links!