Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

BottomBarPageExtensions' does not contain a definition for 'GetBadgeColor #102

Open
tahirmehraj opened this issue May 10, 2018 · 8 comments

Comments

@tahirmehraj
Copy link

tahirmehraj commented May 10, 2018

I have constantly getting this error 'BottomBarPageExtensions' does not contain a definition for 'GetBadgeColor' because it's using BottomBarPageExtensions file from metadeta. I have uploaded my project here also https://github.com/tahirmehraj/Bismillah
capture

@tahirmehraj tahirmehraj changed the title Error after using customer rendrer BottomBarPageExtensions' does not contain a definition for 'GetBadgeColor May 10, 2018
@shivanimangla13
Copy link

update your package to latest and you will get your answer and this error will be solved

@reense
Copy link

reense commented Jul 30, 2018

@shivanimangla13 I'm also getting this error, to what version are you referring?

@madkarlsson
Copy link

I also ran into this problem. Some other issue in this repo mentioned that the latest nuget does not match the code. For some reason it has not been published. Since they haven't released the new version of the nuget the only way I could fix it was to fork/download and build it. Do a release build and then include the DLL in your project (and the android DLL in any android projects).
Not ideal and very poor support from thrive regarding this sadly.

@reense
Copy link

reense commented Aug 17, 2018

Any workaround @madkarlsson ?

@madkarlsson
Copy link

madkarlsson commented Aug 17, 2018

@reense As I stated above, the nuget that you download does not match the code in this repo because it apparently hasn't been published properly. So to get access to the GetBadgeColor and a few other functions you have to:

  1. Fork/clone or download this repo
  2. Load it up in visual studio
  3. Do a release build
  4. Include/reference the DLLs manually in your main project and the Android DLL in your Android projects

@Phenek
Copy link

Phenek commented Oct 25, 2018

Hey, @madkarlsson Did you find a solution?
I tried a lot of stuff, but always with an issue with no debug information
I also forked your repo but I got a JavaLang exception when lauching the App.

If you got a solution and could help, it will be very appreciated.
regards,

@Phenek
Copy link

Phenek commented Oct 26, 2018

Hey @madkarlsson ,
Maybe you already known? But with Xamarin.Forms 3.x you can put the Android Tabbed page at the Bottom and it's official!

I found this https://montemagno.com/xamarin-forms-official-bottom-navigation-bottom-tabs-on-android/

And the Xabre's Tab Badge Library , they did a Pre-release 2.1.0-pre.3 to support it

@madkarlsson
Copy link

@Phenek Whoa, nice! We had completely missed that, thank you.

I would suggest you could fork or use our version repo (BlockZero) if you need the fixes but I saw you already did that :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants