Questions tagged [cimbalino]

Cimbalino Toolkit is a set of useful and powerful tools that will help you build your Windows Platform applications

The toolkit is fully compatible with:

  • Windows Phone Silverlight 8.0 and 8.1 apps (WP8)
  • Windows Phone 8.1 apps (WPA81)
  • Windows Store 8.1 apps (Win81)

Please check http://cimbalino.org for more information.

12 questions
4
votes
1 answer

Windows phone 8 app bar command parameter always null - Cimbalino

Xaml Namespaces xmlns:toolkit="clr-namespace:Microsoft.Phone.Controls;assembly=Microsoft.Phone.Controls.Toolkit" xmlns:interactivity="clr-namespace:System.Windows.Interactivity;assembly=System.Windows.Interactivity" …
Eldho
  • 7,795
  • 5
  • 40
  • 77
4
votes
4 answers

Prevent LongListMultiSelector from "auto scrolling" when inserting items at the beginning

I am using a LongListMultiSelector to show messages. Newest messages are at the botton - like in a messenger. I know have a button in the ListHeaderTemplate, that allows me to load earlier messages and insert them at the top at the list…
esskar
  • 10,638
  • 3
  • 36
  • 57
3
votes
3 answers

WP MVVM Navigation OnNavigatedTO

I am starting to implement MVVM in my application and got an issue of knowing when the user navigated to the view. To navigate between views, I can just use the navigationService.Navigate(...); How do I check when I navigated to the view? May I use…
mieliespoor
  • 945
  • 2
  • 8
  • 23
2
votes
1 answer

Call two Interface methods successively in WP8

If I have a Interface like this: public interface IImageService { ObservableCollection RefreshSavedImages(); void PhotoChooserWithCameraServiceShow(); } And his implementation is : public class ImageService: IImageService { …
soydachi
  • 851
  • 1
  • 9
  • 24
2
votes
1 answer

Cimbalino appbar, annoying xaml warnings

Using it exactly as it is mentioned in manual, something like:
Vitalii Vasylenko
  • 4,776
  • 5
  • 40
  • 64
0
votes
1 answer

Bindable application bar on Windows Phone 8.1 Silverlight

I know that in Windows Phone 8.1 we have a new kind of ApplicationBar that comes from the RT framework but I'm developing a Silverlight app and so I have no access to the new bar. In Windows Phone 8 I used external libs like the Cimbalino Toolit,…
StepTNT
  • 3,867
  • 7
  • 41
  • 82
0
votes
1 answer

Where to Stick RemoveBackEntry(From Cimbalino Toolkit)?

I have right now a windows phone 8 application that uses cimbalino Toolkit navigation service in my View Model. I have a MainPage and a AddItemPage. When a user add and item and hits the save button, I have it go back to the MainPage. Now I want to…
chobo2
  • 83,322
  • 195
  • 530
  • 832
0
votes
1 answer

Query String Not Getting Set - Cimbalino Windows Phone

I am using Cimbalino navigation but the query param never gets set for me. Main View Model private readonly INavigationService navigationService = null; public MainViewModel(INavigationService navigationService) { …
chobo2
  • 83,322
  • 195
  • 530
  • 832
0
votes
1 answer

How to bind appbar's visibility by code?

How is it possible to set MultiApplicationBarBehavior.IsVisible binding in code? The problem: if to bind it via xaml, it would be blinking even if binded value is false. EDIT1: So, what i'm binding to?
Vitalii Vasylenko
  • 4,776
  • 5
  • 40
  • 64
0
votes
1 answer

MvvmLight and CustomMessageBox

Is there a proper mvvm way to show CustomMessageBox from the view and get callback from it? This sample is quite nice, but it uses hardcoded MessageBoxButton (only Yes/No/YesNo are avaivable, but i need custom buttons). This contains lots ofuseful…
0
votes
0 answers

Cimbalino appbar, blinking while changing pages

Every time, when i'm navigating to the page with minimized appbar, or to the page without appbar, i see weird blinking at the bottom of the page. First page is like this But when transaction starts, i see black background And its lasts during all…
Vitalii Vasylenko
  • 4,776
  • 5
  • 40
  • 64
0
votes
1 answer

Cimbalino appbar, pivot with UserControls

Ok, another question about Cimbalino appbar. I have a pivot with several pages as UserControls. What i want is to have different appbars for every UC (page). But i can't define appbar inside UC, because that throws exception "This…
Vitalii Vasylenko
  • 4,776
  • 5
  • 40
  • 64