Giter VIP home page Giter VIP logo

studycheck's Introduction

Hi 👋, I'm Adnan

I'm an indie fullstack developer in Turkey

glamoryan

  • 🌱 I’m currently developing myself on c# language

Languages and Tools:

arduino azure bootstrap csharp css3 docker dotnet figma firebase git html5 javascript mssql mysql nodejs photoshop postgresql postman react sass xd

Connect with me:

glamoryan adnan özdemir glamoryan adnanozdmir @ecsadnan glamoryan_work

glamoryan

glamoryan

studycheck's People

Contributors

glamoryan avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar

studycheck's Issues

Study Panel Bug

Study Panel'de eğer çalışma yoksa , yeni çalışma butonuna basıldıktan sonra önceki oturumdan kalan sınav ve ders bilgileri ekranda kalıyor. (Çıkış yapılıp tekrar giriş yapıldığında)

studyControl Düzeltmeleri

StudyControl'de çalışma durumu gözükmüyor ve Sınava Kalan Gün Sayısı küsüratlı gözüküyor

Splash Screen Delay Problem

Uygulama açılırken splash screen , login form load'ı tamamlandıktan hemen sonra kapanmıyor. Yarım saniye delayli kapanıyor.

Program.cs File

static void Main()
        {
            Application.EnableVisualStyles();
            Application.SetCompatibleTextRenderingDefault(false);
            //-----------------------
            SplashScreen = new StartLoadingScreen();
            var splashThread = new Thread(new ThreadStart(() => Application.Run(SplashScreen)));
            splashThread.SetApartmentState(ApartmentState.STA);
            splashThread.Start();

            MainForm = new frmLogin();            
            MainForm.Load += MainForm_LoadCompleted;
            Thread.Sleep(2000);
            Application.Run(MainForm);

        }
private static void MainForm_LoadCompleted(object sender,EventArgs e)
        {
            if (SplashScreen != null && !SplashScreen.Disposing && !SplashScreen.IsDisposed)
                SplashScreen.Invoke(new Action(() => SplashScreen.Close()));            
            MainForm.TopMost = true;            
            MainForm.Activate();
            MainForm.TopMost = false;
        }

Admin Panel Bug Cleaning

Admin panelde herhangi bir rol , yetki veya ders pasifleştirildikten sonra ekleme butonuna basmadan sayfayı yenilemek gerekiyor aksi takdirde ekleme sayfasındaki veriler güncellenmiyor

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.