Coder Social home page Coder Social logo

freshessentialssample's People

Contributors

danibo86 avatar jessejiang0214 avatar kolchy avatar rid00z avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

freshessentialssample's Issues

OnTextColor?

Any chance we could see a TextOnColor property i.e SelectedTextColor, so when I select a button, the text color changes?

Required add LongTapped command!

<ListView ItemsSource="{Binding MyCars}" fe:ListViewItemLongTappedAttached.Command="{Binding ItemTapCommand}" fe:ListViewItemLongTappedSeconds="1.2">

This example show us the command will execute if long press(more than 1.2 seconds) and release the listviewitem.

QUESTION: poor quality/resolution on Android for AdvancedFrame & SegmentedButtonGroup

Hello @rid00z
I'm adding this FreshEssentials package to my Xamarin Forms projects, I have tried the AdvancedFrame and SegmentedButtonGroup and those are great components but I'm having issues when displaying those on Android.
On iOS the components look very good: check attached image, there you can see a SegmentedButtonGroup and an AdvancedFrame with a radius equal to the size so it is displayed as a circle. But the same code on Android doesn't look good, it displays a sort of spikes in the circle and the segmented button look very odd on the rounded buttons.
Check the image I added some black arrows pointing to the spikes on the AdvancedFrame and the display errors on the SegmentedButton

Do you know if this is an issue of the FreshEssentials or if it is a error in the project/configuration anything related to the Xamarin Android project?

freshessentials

Cheers Ariel

SegmentedButtonGroup - background removed in Release mode

It seems that when I build in Release mode the background becomes transparent. Please see attached. I've included two images - one taken from my debug build and one from my release build. Any ideas? Thanks! I have two releases, one on Xamarin.Forms 2.5.1.527436 and the other is using XF 3.1.0.637273. It's an issue in both versions.

DEBUG
segbuttons-debug

RELEASE
segbuttons-release

AdvancedFrame round corners not working

Hi seems like your advanced frame corners is not quite working properly setting this in xaml is just making a hard edge corners rectangle (taken from from samplecode):

<freshEssentials:AdvancedFrame Corners="all" CornerRadius="30" InnerBackground="Gold" OutlineColor="Red" HorizontalOptions="Center" WidthRequest="200">
                  <Label Text="Corners is All CornerRadius is 30" />
              </freshEssentials:AdvancedFrame>

How to change content on clicked selected index segmented button ?

Hi... guess,
I have taken a Label content below the segmented button.
I would like to change label name on clicked particular segmented button with selected index.

I write a code, below..
in xaml..

<fe:SegmentedButtonGroup
x:Name="SegGroup" IsEnabled="True" OffColor="White" OnColor="Gray"
SelectedIndex="{Binding SelectIndex, Mode=OneWay}">
fe:SegmentedButtonGroup.SegmentedButtons
<fe:SegmentedButton Title="Top Brands" />
<fe:SegmentedButton Title="Near by Offers" />
<fe:SegmentedButton Title="Local" />
<fe:SegmentedButton Title="Brands" />
<fe:SegmentedButton Title="New to Push" />
<fe:SegmentedButton Title="Cataegories" />
</fe:SegmentedButtonGroup.SegmentedButtons>
</fe:SegmentedButtonGroup>

And In Xaml.cs

void SelectIndex(object sender, EventArgs args)
{
switch (segmentGroup.SelectedIndex)
{
case 0:
ValueLabel.Text = "Top Brands";
break;
case 1:
ValueLabel.Text = "Near by Offers ";
break;
case 2:
ValueLabel.Text = "Local ";
break;
}
}

But its not changing content of label.
So what should do for changing label?

AdvancedFrameRenderediOS not always working for SegmentedButtonGroup

I have an issue when deploying on the iPhone that sometimes a segmented button won't display correctly and will only show the text of one of the two buttons I have in the group and no border. It's the same display issue I was having when I forgot to call new advanced frame renderer. I have since added that call in appdelegate. Other segmented button groups on the page look fine but one will be incorrectly displayed.

BindablePicker not working with asynchronous lists

Hi @rid00z

When I am trying to bind BindablePicker ItemSource to list that is propagated from asynchronous call I never gets elements into picker list. Just zero instead of elements. When I bind to normal list without await it works.

I am not getting any exception, only what I see is below from Debug window.

'04-26 19:46:37.430 W/EGL_xap ( 4223): eglSurfaceAttrib not implemented
04-26 19:46:37.430 W/OpenGLRenderer( 4223): Failed to set EGL_SWAP_BEHAVIOR on surface 0x9a6a5800, error=EGL_SUCCESS`

Do you have any ideas?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.