var grid = new Grid (); grid.RowDefinitions.Add (new RowDefinition { Height = GridLength.Auto }); grid.RowDefinitions.Add (new RowDefinition { Height = new GridLength (1, GridUnitType.Star) }); var stacklayout1 = new StackLayout { HeightRequest = 100, BackgroundColor = Color.Red }; var stacklayout2 = new StackLayout { BackgroundColor = Color.Blue }; Grid.SetRow (stacklayout2, 1); grid.Children.A..
2021.03.03일 Visual Studio for Mac 8.9.1651 update Apple SDK 를 찾지 못하는 현상 기본설정 > SDK 위치 > Apple > 위치: /Application/Xcode.app/ 해결됨.ㅜㅜ developercommunity.visualstudio.com/t/vs-2019-mac-fails-to-find-xcode-12/1193691 Devcom2 Sorry this browser is no longer supported Please use any other modern browser like 'Microsoft Edge'. developercommunity.visualstudio.com Dear @Rainer Mager; Thanks
Xamarin.Forms Essentials Camera Stream To BMP >> SkiaSharp Use FileFormat Jpg or Png then Reduce File Size Down 카메라 이미지(Raw) Stream(15~18Mb) ->SkiaSharp BMP 파일 변환 -> SkiaSharp Jpg Encoding image (254Kb~1Mb) SkiaSharp 2.80.3 Bug: SKBitmap.Decode() == always null error // SKData encodedData = Simage.Encode(SKEncodedImageFormat.Jpeg, 100); async Task TakePhotoAsync() { try { if (!MediaPicker.IsCapt..
// Model ----------------------------------- public class SCH_Body { public string Dates { get; set; } public string gosi { get; set; } public string Schdule { get; set; } public string ChangeSch { get; set; } } // CarouselView Xaml -------------------------------------- // CS -------------------------------------------- async public void Button_Clicked(System.Object sender, System.EventArgs e) ..
Curr_Select_Date3.Month.ToString() 01월이 아니라. 1월 이더구나..... 2021-01-05 => Month.ToStirng() != 01 이구나.. 1이다. 그러니.. 키가 20210105 가 아니라... 202115가 되버렸다.. key값이 에러니. 시풍......기초가 안되면 개고생이구나..ㅡㅡ; 기초부터 착실히 하자... -- CrossToastPopUp.Current.ShowToastMessage(Curr_Select_Date3.ToString("yyyyMMdd") + "2"); string keys = Curr_Select_Date3.ToString("yyyyMMdd") + "2"; CrossToastPopUp.Current.ShowToastMessage(Curr..
MicroChart label 텍스트가 기기 내장 폰트로만 적용되기에 한글이 깨지는 현상이 있음. iOS는 'Apple SD Gothic Neo' 폰트로 사용하면되고, Android는 내장 기본폰트가 모두 깨지기에 Embeded된 font를 사용하여 한글 폰트 적용 SKFontManager.Default.MatchCharacter('가') 로 MatchCharacter를 적용했지만 한글은 정상출력 되었으나 Value값이 깨짐 한글, 영문, 숫자 모두 출력을 위해 외부 폰트를 적용하는것으로 결론. Android MicroChart 한글폰트적용 1. Xamairn.Andriod Assets 폴더에 한글 폰트 복사 2. 네이버 NanumBarunGothic.ttf 폰트를 사용했음 3. SKTypeface에서 ..
- Total
- Today
- Yesterday
- Xamarin SMS OTP Send
- FileStream Add Byte
- Entry '' has empty native path
- 서버 수준의 URN 필터
- Xamarin Firebase Phone User Add
- 암호 마스터키
- C# LINQ Left join
- Xamarin.Ios Firebase Phone User Add
- Linux SSH Multi Computer Join
- SkiaSharp
- ssl_client_socket_impl.cc
- WPF Datagrid Cell Value Change
- WPF Excel Export Microsoft.Office.Interop 성능향상(열 기준으로 복사)
- 연산자 뒤에 피연산자가 없습니다.
- Xamarin reCAPTCHA
- Microcharts
- Embeded 한글Font적용
- GetCellContent CheckBox Value
- c# Encrypt / Decrypt
- WPF Textbox
- ClickOnce 인증서 인증기간 변경
- Xamarin.Ios Firebase Phone SMS OTP Send
- Xamarin.Forms
- Windows IIS FTP 디렉토리 목록 오류
- Xamarin.Ios Firebase Phone Auth
- Xamarin Firebase Phone Auth
- WPF Scrollviewer in ScrollViwer
- Label Text LineBreak in Xaml
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | |||
5 | 6 | 7 | 8 | 9 | 10 | 11 |
12 | 13 | 14 | 15 | 16 | 17 | 18 |
19 | 20 | 21 | 22 | 23 | 24 | 25 |
26 | 27 | 28 | 29 | 30 | 31 |