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,
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:
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,