-
Notifications
You must be signed in to change notification settings - Fork 24
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
After adding the StarRating widget the rest of the view stop render #2
Comments
Evernote was unable to submit your note for the following reason: The emailed note was received, but Evernote did not understand the email address. It may have been mistyped, or the user may not exist. Please check to make sure the address was properly entered. Original message information: To prevent excessive emails, you may not receive another error reply for the next 360 minutes.
|
I use this widget frequently in my test apps and haven't encountered this issue. I suspect that a style is being applied from somewhere which is causing the height to be set to Ti.UI.FILL. Check your app.tss or your window's TSS file for a rule like
|
Evernote was unable to submit your note for the following reason: The emailed note was received, but Evernote did not understand the email address. It may have been mistyped, or the user may not exist. Please check to make sure the address was properly entered. Original message information: To prevent excessive emails, you may not receive another error reply for the next 360 minutes.
|
Ok thanks, I will look into!, but can you have more than one rating star in On Fri, Apr 25, 2014 at 11:57 AM, Tim Poulsen [email protected]:
Un Cordial Saludo, |
Evernote was unable to submit your note for the following reason: The emailed note was received, but Evernote did not understand the email address. It may have been mistyped, or the user may not exist. Please check to make sure the address was properly entered. Original message information: To prevent excessive emails, you may not receive another error reply for the next 360 minutes.
|
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,
The text was updated successfully, but these errors were encountered: