[mono-android] Custom AutocolpleteTextView

2012-02-16 Thread laurar81
I have an autocompletetextview but I would to personalize the filter. -- View this message in context: http://mono-for-android.1047100.n5.nabble.com/Custom-AutocolpleteTextView-tp5489777p5489777.html Sent from the Mono for Android mailing list archive at Nabble.com. __

Re: [mono-android] System.Linq.Dynamic

2012-04-15 Thread laurar81
how do I add Microsoft.Csharp.dll, Mono.CSharp.dll? [Android.Runtime.Preserve(AllMembers = true)] I have added so using System.Collections.Generic; using System.Text; using System.Linq; using System.Linq.Expressions; using System.Reflection; using System.Reflection.Emit; using System.Threading;

Re: [mono-android] System.Linq.Dynamic

2012-04-16 Thread laurar81
I followed all the steps as described but does not work. I'm sorry -- View this message in context: http://mono-for-android.1047100.n5.nabble.com/System-Linq-Dynamic-tp5636105p5643098.html Sent from the Mono for Android mailing list archive at Nabble.com. _

Re: [mono-android] System.Linq.Dynamic

2012-04-16 Thread laurar81
I hope that you find a solution. I need really this library. can you tell me of you find a solution? -- View this message in context: http://mono-for-android.1047100.n5.nabble.com/System-Linq-Dynamic-tp5636105p5644204.html Sent from the Mono for Android mailing list archive at Nabble.com. _

Re: [mono-android] System.Linq.Dynamic

2012-04-18 Thread laurar81
Great! Now with System.core it's perfect -- View this message in context: http://mono-for-android.1047100.n5.nabble.com/System-Linq-Dynamic-tp5636105p5648494.html Sent from the Mono for Android mailing list archive at Nabble.com. ___ Monodroid mailing

[mono-android] Print PDF to BluetoothDevice

2012-05-25 Thread laurar81
How to print pdf file with BluetoothDevice? -- View this message in context: http://mono-for-android.1047100.n5.nabble.com/Print-PDF-to-BluetoothDevice-tp5710034.html Sent from the Mono for Android mailing list archive at Nabble.com. ___ Monodroid maili

[mono-android] List printers network

2012-06-26 Thread laurar81
Hot to find printers list network??? -- View this message in context: http://mono-for-android.1047100.n5.nabble.com/List-printers-network-tp5710485.html Sent from the Mono for Android mailing list archive at Nabble.com. ___ Monodroid mailing list Monodr

[mono-android] EditText focus

2013-04-17 Thread laurar81
how do to set focus on edittext after DispatchKeyEvent? public override bool DispatchKeyEvent(KeyEvent e) { if (this.CurrentFocus.Id == Resource.Id.codice_barre) { if (e.Action == KeyEventActions.Down && (e.KeyCode == Keycode.NumpadEnter || e.KeyCo

[mono-android] MapView exception

2011-12-07 Thread laurar81
I work with mapsdemo example. This is the mapview.xml http://schemas.android.com/apk/res/android"; android:id="@+id/main" android:layout_width="match_parent" android:layout_height="match_parent"> In OnCreate find the mapview1 but the cast MapView is invalid exception: MapView m

Re: [mono-android] MapView exception

2011-12-12 Thread laurar81
Example https://github.com/Cheesebaron/MonoDroid.GoogleMapsDemo/blob/master/MapActivity.cs does not work in MyItemizedOverlay. -- View this message in context: http://mono-for-android.1047100.n5.nabble.com/MapView-exception-tp5054906p5061114.html Sent from the Mono for Android mailing list archiv

Re: [mono-android] MapView exception

2011-12-12 Thread laurar81
Tanks Jonathan. The MapView mapView = FindViewById(Resource.Id.mapview1) Cast work!!! I take this opportunity to ask you: Map zoom is so slow! The streets become black. is there a way to set highest level zoom? -- View this message in context: http://mono-for-android.1047100.n5.nabble.com/MapView

[mono-android] Holo Dialog and ActionBar

2011-12-16 Thread laurar81
I would like to insert an activity into a dialog and I have implemented a new theme width @android:style/Theme.Holo.Light.Dialog. How do I insert the actionbar? -- View this message in context: http://mono-for-android.1047100.n5.nabble.com/Holo-Dialog-and-ActionBar-tp5080169p5080169.html Sent fro