i know this question is already being asked before in objective c,but i need to create in mono/xamarin ios.
i found one question in this link Next/Previous Keyboard Toolbar iOS7.
Does anyone can suggest me any example to do this? Thank you so much for your help!
Related
Closed. This question needs debugging details. It is not currently accepting answers.
Edit the question to include desired behavior, a specific problem or error, and the shortest code necessary to reproduce the problem. This will help others answer the question.
Closed 11 months ago.
Improve this question
I used the following URL to implement localization in my application. It is using [MVVMCross framework in xamarin.
https://mobileprogrammerblog.wordpress.com/2017/12/30/mvvm-cross-with-xamarin-platform-resx-localization/
However, the application is not working for iOS. I followed the exact approach. The code works fine for android part. It is able to read AppResources.en.resx in iOS however it isn't able to read AppResources.es.resx file. When i change my device language to Spanish, it is taking the string of AppResources.en.resx and also not taking AppResources.resx(The default one)! You can follow the steps given in the link to reproduce the issue.
Is there anything I am missing out or doing wrong. Please let me know!
It was because the language was set to english in the info.plist. That's why it couldn't take the other languages. Thank you!
I would recommend use https://www.mvvmcross.com/documentation/plugins/jsonlocalisation instead of that ResxLocalization plugin which has so many issues while implementation specially with latest mvvmcross version
use below example to understand the json localization implemented here
https://github.com/MvvmCross/MvvmCross-Samples/tree/master/Babel
If anyone need any help let me know have implemented it for Xamarin native android project
My problem is that I want to be able to simulate a click in a minimized window at specific coordinates. In other words, click in a hidden window without focus, not simulate a click to minimize said window. (I think my question is similar to this question, but I am not fluent in the syntax). I am using 2017 visual studio and would prefer VB answers as to how to approach this/ what methods I should do. Thank you for the help, and please let me know if I asked this question incorrectly.
EDIT: to clarify, I would also accept c# answers
This question already has answers here:
How to implement mdi in a WPF application
(3 answers)
Closed 5 years ago.
I have struggling with this issue since long time. I am working of a project in which there is requirement to create pages similar to msword or wordpad or page software(mac). In the mentioned softwares, user can able to type text and once the text reaches to the bottom, a new page appears below it. User continues typing in next page.
I could not able to figure out how to achieve this. I am developing this software using c# and WPF.
Any guidance will be helpful. Thanks in advance. Hope you understand my requirement. So far, I guess, the pages must be similar to iframes in website design. Anyways, any guidance will be helpful. Thank you.
As I understand you need MDI like UI.
Read this or google "MDI UI in WPF"
Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 9 years ago.
Improve this question
First of all, I've searched like all the forums in internet and haven't found my ideal answer, SO before you mark it as duplicate question plz read the question.
We're creating an application which contains a simple visual studio RichTextBox.
The problem is it's too simple for our application and we need an advanced one!
So we tried some advanced components such as Telerik, DevComponents and ComponentOne enhanced RichTextBoxes,
But they don't seem to be our ideal control! and we REALLY need a RichTextBox which be just the same as the one Microsoft Word uses it.
For example: The Righ-To-Left capability for some languages like hebrew and arabic, creating tables, and an approperiate Paste function was some of the lacks which are in those components.
So we're desperately asking for your suggestion about an advanced RichTextBox component that offers just the same capabilities as the one Microsoft office uses and we'd appreciate your help.
EDIT:
I solved my problem by using EDOffice Viewer Component
Anyways, by closing this Question, you just ignored what u couldn't answer. n u could just admit that u weren't expert enough to answer this!
You can use microsoft word itself in your application. You can embed word document itself on the windows form, but required word to be installed in all the PCs where your application is running.
The other solution is, you can browser control. You can use jQuery and any jQuery rich textbox plugins which suits your needs.
Hey Go through the Given link RichTextBox Demo
It's so Simple to integarte with your Application,If you are using Web based application.
The links contain Source code also.
Cheers
This question already has answers here:
Closed 10 years ago.
Possible Duplicate:
Ribbon UI Control for WinForms
I am just trying to create a windows application which will have a toolbars similar to
ms-office 2007 .
can Anyone help me where to start with ?
See this question for Winforms
See this for WPF
EDIT
If you really want to develop the ribbon yourself you have to realize that it will take a lot of effort.
There are two main reasons that it will cost you a lot of work.
Microsoft has a patent (pending?) on the looks and functionality of the ribbon. They are willing to allow you to build your own BUT you'll have to stick to their guidelines and you have to sign a license that you will do that.
The users will expect the ribbon to be the same too and the sheer amount of features is enormous.
All in all a lot of work. But if it is to learn from it might be worth it. For production code I'd pick a Microsoft implementation.
you can use devexpress ribbon control
You may install Dotnetbar and has all that you need.
It has all the Office2007 looking controls such as LabelX, MessageBoxX etc. (for C# Label, MessageBox etc. respectively) to RibbonBar, RibbonPanel etc.