Muhammad Sulaiman

Results 8 issues of Muhammad Sulaiman

Hi, is there a way to achieve this? Plus icon is hidden in ThreadType.Private1to1 threads but I can not create more than one private1to1 thread between the same two users...

Hi, I have been using `DropDownButton`s and `SplitButton`s to show dialogs by setting the content of these buttons equals to the dialog's content, this results in a pretty slide-down show...

Feature :1st_place_medal:

This is what it looks like when hitting a breakpoint in vs while `OpenFileDialog` is showing.. ![image](https://user-images.githubusercontent.com/36730723/184344678-4e06be2b-0785-40a0-a238-59c9498f3b89.png)

Hi, The OpenFileDialog is great, I would like to ask for a couple of features: 1. Change Display mode from List to icons/cards (2-3 items per row) 2. Sorting the...

This is what it looks like in windows-11 device ![image](https://user-images.githubusercontent.com/36730723/185914064-2c1613e4-fa9d-40c7-a18d-37c71bd96b85.png)

This is my kotlin code: ``` val viewPager = findViewById(R.id.viewpager) as ViewPager setupViewPager(viewPager) val tabLayout = findViewById(R.id.tablayout) as FunTabLayout val builder = BubbleTabAdapter.Builder(this).setViewPager(viewPager).setTabPadding(24, 24, 24, 24) .setTabIndicatorColor(Color.parseColor("#ffa022")) .setTabBackgroundResId(R.drawable.ripple).setIconFetcher(this) .setIconDimension( 50...

When running `try-convert` it respondes with an error message saying I must install NetCore version 5 (which is [out of support](https://dotnet.microsoft.com/en-us/download/dotnet)) ``` You must install or update .NET to run...

Hi, thanks for your work.. I've tested the viewer against some dxfs, I've found this issue.. This is how it looks like (major axis towards Yy) ![image](https://user-images.githubusercontent.com/36730723/214395753-ca2fbe54-ba3e-4f0e-a912-4548cc05ef0e.png) This is how...