Widget 2.0 Newpickerwheel Columncolor Not Working In Daily Build 1074

Hi all,
 
I’m creating a newPickerWheel in Corona 1074 using this code:
 

[lua]-- Create a new Picker Wheel
local pickerWheel = widget.newPickerWheel
{
    top = 210,
    font = native.systemFontBold,
    columnColor = { 55, 250, 100, 255 },
    columns = columnData
}
group:insert( pickerWheel )
[/lua]
 
 
 
I’m assuming that the background color of the column have to change according the columnColor table property.
 
Unfortunally the column background color does not change and it remain still white!!
 
I’m missing something? Any ideas?
 
Thanks in advance 
 
Ale

Hi all,
 
I’m creating a newPickerWheel in Corona 1074 using this code:
 

[lua]-- Create a new Picker Wheel
local pickerWheel = widget.newPickerWheel
{
    top = 210,
    font = native.systemFontBold,
    columnColor = { 55, 250, 100, 255 },
    columns = columnData
}
group:insert( pickerWheel )
[/lua]
 
 
 
I’m assuming that the background color of the column have to change according the columnColor table property.
 
Unfortunally the column background color does not change and it remain still white!!
 
I’m missing something? Any ideas?
 
Thanks in advance 
 
Ale

I will look into this, 

Thanks

ok, thanks Danny :slight_smile:

I’m using another font and fontSize and that doesn’t change either.  It still displays the default font and font size.

[lua]

local pickerWheel = widget.newPickerWheel

    {

        top = _H - 222,

        font = “HelveticaNeue-Light”,

        fontSize = 40,

        columns = columnData,

    }

[/lua]

Hi all,
 
I’m creating a newPickerWheel in Corona 1074 using this code:
 

[lua]-- Create a new Picker Wheel
local pickerWheel = widget.newPickerWheel
{
    top = 210,
    font = native.systemFontBold,
    columnColor = { 55, 250, 100, 255 },
    columns = columnData
}
group:insert( pickerWheel )
[/lua]
 
 
 
I’m assuming that the background color of the column have to change according the columnColor table property.
 
Unfortunally the column background color does not change and it remain still white!!
 
I’m missing something? Any ideas?
 
Thanks in advance 
 
Ale

I will look into this, 

Thanks

ok, thanks Danny :slight_smile:

Any news on this yet?

How about the latest daily builds, i.e. 1086? New things are being rolled into the widgets on nearly every daily build.

Sincerely,

Brent Sorrentino

No not fixed… i had checked this already.

Is there even a ticket for this, I couldn’t find one in the bug tracker.

I’m using another font and fontSize and that doesn’t change either.  It still displays the default font and font size.

[lua]

local pickerWheel = widget.newPickerWheel

    {

        top = _H - 222,

        font = “HelveticaNeue-Light”,

        fontSize = 40,

        columns = columnData,

    }

[/lua]

Any news on this yet?

How about the latest daily builds, i.e. 1086? New things are being rolled into the widgets on nearly every daily build.

Sincerely,

Brent Sorrentino

No not fixed… i had checked this already.

Is there even a ticket for this, I couldn’t find one in the bug tracker.

It is still not fixed in 1156!

Please check it, there is already a bunch of topics regarding unsatisfactory experience with PickerWheel component customization.

The engineers would really like for you to file a bug report on this using the “Report a bug” link at the top of the page.  Please put together a simple app that shows the problem and include it.

We greatly appreciate it.

It is still not fixed in 1156!

Please check it, there is already a bunch of topics regarding unsatisfactory experience with PickerWheel component customization.

The engineers would really like for you to file a bug report on this using the “Report a bug” link at the top of the page.  Please put together a simple app that shows the problem and include it.

We greatly appreciate it.

Has this been fixed in the meantime? I can also not change the background color from white to another color. I am using build 1234.

Thanks,

Jens

Hi @heftyApps,

When I spoke with a few of the engineers yesterday, they reported that a round of widget fixes will be implemented soon, hopefully by the end of this week. I will need to check if this one is part of that list… ideally it will be.

Best regards,

Brent

Has this been fixed in the meantime? I can also not change the background color from white to another color. I am using build 1234.

Thanks,

Jens