Crosslight Help

5 replies. Last post: August 28, 2014 6:10 AM by Yudi
Tags :
  • (None)
  • New Discussion
  • New Question
  • New Product Feedback
Ryan HermanMember

I've tried to get live chat but no one ever answers...

I have the following issues:

Android:

-I'm trying to change the styles.xml to change the background but it keeps saying "No resource found that matches the given name (at 'android:windowBackground' with value '@drawable/radioBackground'). I put the image in the drawable folder

<item name="android:windowBackground">@drawable/radioBackground</item>

-Unable to change image on Android using the BindableProperties.ImageSourceProperty

public virtual string radioBackgroundUrl
    {
        get
        {
            return "radioBackground.jpg";
        }
        set
        {
            _radioBackground = value;
            OnPropertyChanged("radioBackgroundUrl");
        }
    }

public LoginViewModel()
    {
        LoginCommand = new DelegateCommand(ExecuteLogin);
        SocialLoginCommand = new DelegateCommand(ExecuteSocialLogin);
        _radioLogo = "radioLogo.jpg";
        _radioBackground = "radioBackground.jpg";
        _settings = Container.Current.Resolve<AppSettings>();
    }

-How can I get the facebook user info once it gets back into the application?

-How can you use Webviews with Crosslight? Is there a way to bind into them???

Please help, I have e-mailed technical support and tried to chat with technical support multiple times and I never get answered.

All times are GMT -5. The time now is 11:29 PM.
Previous Next