Click here to Skip to main content
15,895,256 members
Everything / Material

Material

material

Great Reads

by David Nash
A simple Windows Framework that beginners and intermediate programmers can use as an alternative to MFC. It makes learning to program for Windows easier.
by Zijian
Upgrade to Angular 5 and HttpClient while Http is deprecated in NG5

Latest Articles

by Zijian
Upgrade to Angular 5 and HttpClient while Http is deprecated in NG5
by David Nash
A simple Windows Framework that beginners and intermediate programmers can use as an alternative to MFC. It makes learning to program for Windows easier.

All Articles

Sort by Score

Material 

19 Nov 2022 by Graeme_Grant
Why not serialize to JSON and write as text, then you can read the text and deserialize it to an object. UPDATE Simple example... sample class to be stored and retrieved: public class Theme { public string ForeColor { get; set; } ...
12 May 2019 by OriginalGriff
Simple! You contact the author: NuGet Gallery | MaterialDesign.dll 1.0.0[^] and ask him for source code and permission - it is copyright to him, after all.
21 Nov 2022 by Kornfeld Eliyahu Peter
It is only possible if base.html functioning as a base/master page - which is not supported in plain html, but supported in many development packages... Like Django templating... Django | Creating and Using MasterPages[^]
13 Feb 2019 by Joe Doe234
what is the best way the read input from user when one have a material stepper with lots of different fields? the is part of the code as it is a little bit huge but just to take an idea:
13 Feb 2019 by Pete O'Hanlon
The normal way to do this would be to separate each mat-step out into its own formgroup.
25 Sep 2019 by Noshair Farooq
I am using the Image Target Detection example from AR Core SDK. I want to change the color of the object at runtime through script. A material is attached to that object. // Create an anchor to ensure that ARCore keeps tracking this augmented image. Anchor anchor =...
25 Oct 2019 by MrTheBarintokyo
I need help with some filtering using Angular Material's MatTableDatasource. What I am doing is trying to filter for values that are between a pair of numbers. I got normal filtering going, but filtering for these specific values is not as easy I thought it would be. In my scenario, I want to...
23 Nov 2020 by W Balboos, GHB
You need to show us what you tried (you, personally). From my point of view you're trying to have someone solve your homework problem. This place is to help those who try to help themselves - so what did you do? What goes wrong? If you are...
12 Jan 2021 by sree Harish
I want to disable specific dates in the date picker using the props shouldDisableDates, but as it accepts only functions I have written a function but it is always return false. What I have tried: code
12 Jan 2021 by Sandeep Mewara
Quote: return dateInt.indluces(new Date(date)) Spelling of includes look incorrect Refer: JavaScript Array includes() Method[^] Quote: shouldDisableDate (day: DateIOType) => boolean => Disable specific date You can add like: import React...
19 Nov 2022 by mojtabahakimian
I'm using Material design. I created a color picker to choose the color the user wants, after the user chooses the color and theme. I want to save these settings into a text file on the disk. I don't know how can I convert these types to a list...
21 Nov 2022 by Member 15839423
Hi All, I am trying to design a web application using Django. The application requires to use Materializecss, jQuery (DatePicker and Select2) and Datatables. My challenge is to include the necessary .css and .js files only once in base.html such...
18 Apr 2023 by DrgIonuţ
What I want to do is to enable the inputs associated with the option selected from mat-select. If the option is deselected, the input fields should be disabled. It works but not completely OK. On init, all input fields are disabled. If I select...
16 Dec 2009 by David Nash
A simple Windows Framework that beginners and intermediate programmers can use as an alternative to MFC. It makes learning to program for Windows easier.
26 Dec 2017 by Zijian
Upgrade to Angular 5 and HttpClient while Http is deprecated in NG5
12 May 2019 by Member 9950545
Could you please let me know how to replicate the code of MaterialDesign dll by removing the reference of MaterialDesign and adding my own style I want to replicate the following 1. materialDesign:DataGridAssist 2.materialDesign:ColorZone 3.materialDesign:HintAssit What I have tried: ...