Skip to content

Instantly share code, notes, and snippets.

View davidortinau's full-sized avatar
📱
making something amazing

David Ortinau davidortinau

📱
making something amazing
View GitHub Profile
[chromium] [ERROR:texture_manager.cc(2746)] [.CommandBufferContext.RenderCompositor-0xe9bb6340]GL ERROR :GL_INVALID_OPERATION : glTexImage2D: <- error from previous GL command
[chromium] [ERROR:gles2_cmd_decoder.cc(2167)] [.CommandBufferContext.RenderWorker-0xe9bb6420]GL ERROR :GL_INVALID_OPERATION : GLES2DecoderImpl::DoBindTexImage2DCHROMIUM: <- error from previous GL command
[chromium] [ERROR:gles2_cmd_decoder.cc(2167)] [.CommandBufferContext.RenderWorker-0xe9bb6420]GL ERROR :GL_INVALID_OPERATION : GLES2DecoderImpl::DoBindTexImage2DCHROMIUM: <- error from previous GL command
[chromium] [ERROR:gles2_cmd_decoder.cc(2167)] [.CommandBufferContext.RenderWorker-0xe9bb6420]GL ERROR :GL_INVALID_OPERATION : GLES2DecoderImpl::DoBindTexImage2DCHROMIUM: <- error from previous GL command
[chromium] [ERROR:gles2_cmd_decoder.cc(2167)] [.CommandBufferContext.RenderWorker-0xe9bb6420]GL ERROR :GL_INVALID_OPERATION : GLES2DecoderImpl::DoBindTexImage2DCHROMIUM: <- error from previous GL command
[chromium] [ERROR:gles2_cmd_deco
<?xml version="1.0" encoding="utf-8" ?>
<ResourceDictionary xmlns="http://xamarin.com/schemas/2014/forms"
xmlns:x="http://schemas.microsoft.com/winfx/2009/xaml"
x:Class="My.Project.Styles">
<Style TargetType="Label">
<Setter Property="TextColor" Value="Blue" />
</Style>
...
</ResourceDictionary>
=== Visual Studio Community 2017 for Mac (Preview) ===
Version 7.1 Preview (7.1 build 583)
Installation UUID: eeb8e11d-979f-4e10-aad2-7aa76191786c
Runtime:
Mono 5.2.0.104 (2017-04/4a0006f) (64-bit)
GTK+ 2.24.23 (Raleigh theme)
Package version: 502000104
=== Xamarin Studio Enterprise ===
Version 6.3 (build 863)
Installation UUID: d1c49de9-4bcd-4406-a1a5-d1b99776f760
Runtime:
Mono 4.8.1 (mono-4.8.0-branch/22a39d7) (64-bit)
GTK+ 2.24.23 (Raleigh theme)
Package version: 408010000
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="FormsCommunityToolkit.Effects" version="1.0.0.49-beta" targetFramework="monoandroid71" />
<package id="Xamarin.Android.Support.Animated.Vector.Drawable" version="23.3.0" targetFramework="monoandroid71" />
<package id="Xamarin.Android.Support.Design" version="23.3.0" targetFramework="monoandroid71" />
<package id="Xamarin.Android.Support.v4" version="23.3.0" targetFramework="monoandroid71" />
<package id="Xamarin.Android.Support.v7.AppCompat" version="23.3.0" targetFramework="monoandroid71" />
<package id="Xamarin.Android.Support.v7.CardView" version="23.3.0" targetFramework="monoandroid71" />
<package id="Xamarin.Android.Support.v7.MediaRouter" version="23.3.0" targetFramework="monoandroid71" />
<package id="Xamarin.Android.Support.v7.RecyclerView" version="23.3.0" targetFramework="monoandroid71" />
=== Visual Studio for Mac Preview ===
Version Preview 6 (7.0 build 2740)
Installation UUID: eeb8e11d-979f-4e10-aad2-7aa76191786c
Runtime:
Mono 5.0.0.48 (2017-02/851b6c7) (64-bit)
GTK+ 2.24.23 (Raleigh theme)
Package version: 500000048
#if __ANDROID__
using Xamarin.Forms.Platform.Android;
using Android.Views;
#endif
#if __IOS__
using Xamarin.Forms.Platform.iOS;
#endif
#if __IOS__
System.Diagnostics.Debug.WriteLine("I'm in iOS");
=== Xamarin Studio Community ===
Version 6.3 (build 863)
Installation UUID: d1c49de9-4bcd-4406-a1a5-d1b99776f760
Runtime:
Mono 5.0.0.42 (2017-02/dda961c) (64-bit)
GTK+ 2.24.23 (Raleigh theme)
Package version: 500000042
=== Xamarin Studio Community ===
Version 6.3 (build 863)
Installation UUID: d1c49de9-4bcd-4406-a1a5-d1b99776f760
Runtime:
Mono 5.0.0.42 (2017-02/dda961c) (64-bit)
GTK+ 2.24.23 (Raleigh theme)
Package version: 500000042
// In your Forms shared code
using System;
using Xamarin.Forms;
namespace FormsPlayground
{
public class DisabledTitleColorEffect : RoutingEffect
{
string _disabledColor;