TEditor not working in android - xamarin.forms

I am implementing TEditor in a project in xamarin forms.There are no errors in code and building successfully.It is working fine in Simulator.But in real devices the data is not getting typed and also the styles are not working.
The project contains MasterDetailPage in Android.Can anyone of you please give me an idea to get my problem solved.
Or
Any one please suggest me another Plugin or Component or Package for the replacement of TEditor.
Thanks in Advance

Related

Cannot display AR content/object using aframe

I'm doing AR using aframe. I'm adding more marker and AR contents for my project, but suddenly it shows an error as show in this picture.
Can someone assist me on how to rectify the problem? Thanks in advance.
This looks like an issue specifically with the AR.js repository. I would suggest opening an issue on their repository with more information about the specific code you're running (there is not enough information in your question to help solve the problem).

IScreen.Router.Navigate.Execute not working with ReactiveUI 7 on Xamarin.Forms

I have a Xamarin.Forms project here with RxUI 6.5.2 and a very simple navigation using the Router and it's working:
https://github.com/GiusepeCasagrande/RoutingSimpleSample/tree/ReactiveUI_6_5
But the (almost) same code isn't working with RxUI 7:
https://github.com/GiusepeCasagrande/RoutingSimpleSample/tree/master
Can anyone point me what I'm doing wrong or if this is some kind of bug?
As pointed to me by #kentcb here https://github.com/reactiveui/ReactiveUI/issues/1166
Execute returns IObservable, and is lazy. You must subscribe to it
for anything to happen.
So I updated the project and now it works perfectly!

syncfusion datagrid in xamarin forms

All,
I am trying to use syncfusion data grid in xamarin forms now.I have installed trial version as of now. I have created demo from this link
All is fine.I have added all references,no errors at all. but it doesn't shows the datagrid in output( i am using vs inbuilt emulator).it just shows the blank screen like
I couldn't find anything wrong what I have done in my code from above link.its really simple but still why I am not getting output.please help.
Thanks in advance
If you load SfDataGrid directly as a child, the grid will be loaded. If you want to load SfDataGrid inside a ScrollView or a StackLayout, refer the below UG link to achieve it,
https://help.syncfusion.com/xamarin/sfdatagrid/getting-started#launching-the-sfdatagrid-inside-a-stacklayout
Also, you can refer our KB link below to achieve your requirement.
https://www.syncfusion.com/kb/6169/how-to-load-sfdatagrid-in-a-stacklayout
If you need further assistance, please create a new support incident, using our direct trac system.
https://www.syncfusion.com/account/login
-Divakar

Inner Active add Api with QML

I am trying to get the inner active add Api to work with QML. I have found this Nokia example: http://projects.developer.nokia.com/fifteenpuzzle on how to do it. I plan to just use the add widget they use in my own app but when I compile the app it gives this error: "'KErrNone' was not declared in this scope" on anything excpet Symbian and once it runs on Symbian the add area is just black and after a while I get this error: "AdBannerWidget::onNetworkError = "Error downloading http://cdn1.inner-active.mobi/mnt/InnerActive/Resources/USAGC/eng_pic.gif - server replied: Not Found"".
Please help I have no idea what could be causing this, it's probably something stupid but I really need help.
I also get a error while trying to design the qml because of it not being able to "import Analytics 1.0"
I do have a inner active account and I have tried it using my own tag they generated for me but it still doesn't work.
My name is Nirit and I'm a support manager at inneractive.
we just released our new Beta QML open-sourced project, it is now available on your Dashboard (the SDKs tab).
Please download the .zip file and take the time to read through our clear and concise documentation.
If you have any questions or comments, please don't hesitate to contact me.
Nirit (nirit#inner-active.com).
For the black widget and network error, I bet you have to register first with inneractive to get an actual account.
"KErrNone" seems indeed symbian only. Might be that the project is just no meant to compiled on desktop as such. You maybe would have to #ifdef Q_OS_SYMBIAN some parts of it.

Trying to create a flash app that displays photos from facebook

I'm intending to create a flash app that pulls images from facebook and displays them in a slideshow format.
Has some here tried this? or does anyone have suggestions/advice/links on where to find information on this.
I have had a look at;
http://components.zerofractal.com/FacebookBridge/
has anyone succesfully used this? I couldn't find examples.
and
http://www.adobe.com/devnet/facebook/
however most examples I found are created using flex.
You can use the Facebook API for flash. Here is a link to it. They have a flex and a flash library.
http://code.google.com/p/facebook-actionscript-api/
Hope this helps.

Resources