Skip to content

After adding the StarRating widget the rest of the view stop render #2

@santiago16

Description

@santiago16

After adding the StarRating widget the rest of the view stop render in alloy with the last version available right now.

The code in my controller is doing the init, and in the view I have:

        <Window title="Tab 3" id="tabRate" onFocus="loadImageToRate">
            <Label>Rate</Label>
            <Label text="L('welcome_message')"/>
            <Widget id="starwidget1" src="starrating" max="5" initialRating="2.5" />        
            <ImageView id="rateImg"></ImageView>
            <Label id="registerResult">Not loaded!ss</Label>

        </Window>

The window I thought it was something with the CSS and I found the height was full of the windows so I changed the tss of the widget to see the size and define a reasonable height but it still show me the same:

"#starrating": {
layout: 'horizontal',
width: Ti.UI.SIZE,
height: '24dp',
backgroundColor: 'yellow'
}

The background is just for debug propose

Regards,

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions