Gjallarhorn.Bindable icon indicating copy to clipboard operation
Gjallarhorn.Bindable copied to clipboard

Unidirectional binding library built on top of Gjallarhorn for WPF and Xamarin Forms

Results 12 Gjallarhorn.Bindable issues
Sort by recently updated
recently updated
newest added

MCVE XAML ```xml ``` ```fs open System open Gjallarhorn.Bindable open Gjallarhorn.Bindable.Framework open Gjallarhorn.Wpf open FsXaml module Program = type Item = { Index : int IsCurrent : bool } type...

I want to be able to define commands that can only be executed when parameter is valid. At the moment I need to create a new command for each case...

enhancement

Seems like navigation isn't implemented for XF.

xamarinforms

Hi, I have a requirement of making Xamarin.Android and Xamarin.iOS projects. (No Xamarin Forms). Does this library works with them as well? Asking this question because other MVVM libraries do...

question

I faced with odd behaviour: ![isSWCI](https://user-images.githubusercontent.com/16510738/57246507-1c84d600-7046-11e9-9458-774120b2e0ba.gif) So, there are not only additional calls of the function update here but also failures of the binding. I'm not sure is it really...

wpf

Functions `getErrorsPropertyName` and `getValidPropertyName` provides PropertyName that invalid in Avalonia: ```fsharp let getErrorsPropertyName propertyName = propertyName + "-" + "Errors" let getValidPropertyName propertyName = propertyName + "-" + "IsValid" ```...

avalonia

Hello! First of all, congrats, this is a nice project, quite complex for me (I'm used to MVVM but not to Elmish approach). I'm mentioning a [sample](https://github.com/ReedCopsey/Gjallarhorn.Bindable/tree/master/samples/Collections/WpfCollectionManager) of `Gjallarhorn.Bindable` after...

question

For now `ApplicationCore` and `INavigator` have not explicit dependency. But [constructor](https://github.com/ReedCopsey/Gjallarhorn.Bindable/blob/master/src/Gjallarhorn.Bindable/Framework.fs#L8) takes function `navUpdate` (from INavigator) as a parameter ```fsharp type ApplicationCore -> 'Nav -> unit), update, binding) ``` as...

question

I'm intrigued by this concept, although I'm at a bit of a loss as to how it should be used, not least because Gjallarhorn seems to be mutable at its...

enhancement

@ReedCopsey I'm trying to get Gjallarhorn.Bindable working for iOS. Ran into the following message trying to pull Gjallarhorn.Bindable.XamarinForms into a new iOS project. `Severity Code Description Project File Line Suppression...