I am trying to customize a UISegmentedControl with that tutorial :
http://www.framewreck.net/2010/07/custom-tintcolor-for-each-segment-of.html
Do you know if this is private api ?
I actually don't want my application to be rejected from the AppStore.
Thanks in advance,
Eric
Yes, it is using undocumented/private APIs. I suggest finding an open source project or tutorial that fulfills your needs.
I have to disagree to Aleksander. Looking through the code, and the comments section, this is all done using public APIs. There's no rule against poking and prodding the subviews of existing views
Related
I'm new to MvvmCross and I'm trying to bind my ItemTapped to an MvxCommand. I'm using MvvmCross 6.0.1, Xamarin.Forms and MvxListView component.
Thanks
MvxListView.ItemClicked might do the job.
See for example the star wars API Mvvmcross sample.
Did you try to use Reusable EventToCommandBehavior made by Xamarin team. More info about it you can find on official Xamarin docs here.
Also there is a GitHub repository with source code and sample of using it here.
No matter if you are using MvxCommand it should work because even MvxCommand at some point is inheriting from ICommand
Wish you good luck with coding!
I'm a few days new into opentaps, and I've been trying to add a menu item of an entity I created to the crm/sfa application tabs. Since almost no documentation exists on how to achieve this progress is slow. However I did come across this article and I've tried injecting my controller and the example controller into the app but so far gotten nowhere. Can anyone clarify this actually works as is documented and perhaps provide pointers as to how to achieve this.
Thanks
Yes this works and following the docs you should be able to use it. Please note that you can only inject one controller and not more than that. We created a patch which allows multiple controller injection and if you are interested I can send it to you.
Can anybody name some API for charting in flex except AmChart.
I want a good API as i am facing too much problem with AmChart API.
Also please provide the links as how to use that API.
Thanks in advance.
BirdEye, and you can see the demo in BirdEye Demo page
I need to use the Surface project template for the application that I am working on but I also want to use the MVVM Light Toolkit too. I see that I can "Add | New Item..." and choose an MVVM teamplate for a view, view model, or locator but there seems to be a few more things I need to do to wire this up beyond adding one of those and making sure I have added the reference to the mvvm assemblies.
I am in the process of trying to figure this out by studying what's gets generated when I create a MVVM Light project but I was hoping someone already had this all figured out and documented. I know that Laurent mentioned that he was going to write this up in a blog post but I looked and could not find it. If someone knows where I can find that post that would be killer. Thanks in advance.
It's not too bad adding MVVM Light to an existing project. I finally wrote up the blog post I've been meaning to, just for this situation:
http://chriskoenig.net/2010/07/02/adding-mvvm-light-toolkit-to-an-existing-project/
Enjoy!
I am Beginner. I want to study and create custom controls. I have searched on Google but didn't find any good stuff.
Could anybody provide me some nice link or explain me that how can I start custom controls.
Thanks in advance.
Following article might help you :
http://www.codeproject.com/KB/validation/MyTextBox.aspx
http://www.codeproject.com/KB/custom-controls/EnhanceGrid.aspx
Here is walkthrough in creating webserver control at MSDN http://msdn.microsoft.com/en-us/library/yhzc935f.aspx